Posts

Showing posts from March, 2014

VIOS SEA Network bridge without HMC

Two ways to make the VIOS's network to work: SEA (shared ethernet Adapter) HSE (hosted Ethernet Adapter) In this SEA example, we need to create a bridge to make it work.  We need to create a share adapter to pass the network traffic from internal to external. $  lsdev -type adapter name             status      description ent0             Available   10 Gb Ethernet PCI Express Dual Port Adapter (7710008077108001) ent1             Available   10 Gb Ethernet PCI Express Dual Port Adapter (7710008077108001) ent2             Available   2-Port Integrated Gigabit Ethernet PCI-Express Adapter (e4143a161410ed03) ent3             Available   2-Port Integrated Gigabit Ethernet PCI-Express Adapter (e4143a161410ed03) ent4             Available   Virtual I/O Ethernet Adapter (l-lan) ent5             Available   Virtual I/O Ethernet Adapter (l-lan) ent6             Available   Virtual I/O Ethernet Adapter (l-lan) ent7             Available   Virtual I/O Ethernet Adapter (l-la

zfs share multiple hosts

bash-3.2# zfs set sharenfs=on /backup bash-3.2# zfs set sharenfs=rw=host1,root=host2 zpool/backup bash-3.2# share -               /backup   sec=sys,rw=host1:host2,root=host1:host2   "" root@minnie # showmount -e host1 export list for NFS_server: /backup host1,host2