
7 | EXPANDING ORACLE’S VIRTUAL COMPUTE APPLIANCE USING ORACLE ZFS STORAGE APPLIANCE
13. Configure clustering:
ZFS:> configuration cluster setup
cabling> done
identity> set nodename=zfs_2_hostname
identity> set password=changeme
identity> done
14. Assign the second VNIC to the second Oracle ZFS Storage Appliance controller:
ZFS:configuration cluster> resources
resources> select net/vnic2
net/vnic2> set owner=zfs_2_hostname
net/vnic2> commit
resources> commit
15. If an active/active cluster configuration is desired, type Y at the prompt to failback—otherwise choose N.
Data Interfaces
The storage data interfaces should be created using InfiniBand ports
ibp0
and
ibp1
on the Oracle ZFS Storage
Appliance. The network layout will differ based on the cluster configuration chosen in the previous section.
Active/Passive Cluster
1. On the active controller, create datalinks for ibp0 and ibp1:
datalinks> device
device> set links=ibp0
device> commit
datalinks> device
device> set links=ibp1
device> commit
2. Create a partition key of ffff for each InfiniBand device:
datalinks> partition
partition> set links=ibp0
partition> set pkey=ffff
partition> set linkmode=cm
partition> commit
datalinks> partition
partition> set links=ibp1
partition> set pkey=ffff
partition> set linkmode=cm
partition> commit
3. Create an interface on each datalink:
ZFS:configuration net datalinks> cd ..
net> interfaces
interfaces> ip
ip> set links=pffff_ibp0
ip> set v4addrs=0.0.0.0/8
ip> commit
interfaces> ip
ip> set links=pffff_ibp1
ip> set v4addrs=0.0.0.0/8
ip> commit
Comentarios a estos manuales