
10 | EXPANDING ORACLE’S VIRTUAL COMPUTE APPLIANCE USING ORACLE ZFS STORAGE APPLIANCE
Active/Passive Cluster
1. Create an iSCSI target:
ZFS:> configuration san iscsi targets
targets> create
targets> set alias=VCA
targets> set interfaces=ipmp0
targets> commit
2. Create an iSCSI target group with the previously created iSCSI target:
targets> groups
groups> create
group-000> set name=VCA
group-000> set targets=iqn_initiator_string
Note: The IQN value can be discovered using the Tab key with tabbed completion.
group-000> commit
Active/Active Cluster
1. Create an iSCSI target on Oracle ZFS Storage Appliance Controller 1:
ZFS1:> configuration san iscsi targets
targets> create
target-000> set alias=VCA-1
target-000> set interfaces=ibp0
target-000> commit
2. Create an iSCSI target group with the previously created iSCSI target:
targets> groups
groups> create
group-000> set name=VCA-1
group-000> set targets=iqn_initiator_string
Note: The IQN value can be discovered using the Tab key with tabbed completion.
group-000> commit
3. Create an iSCSI target on Oracle ZFS Storage Appliance Controller 2:
ZFS2:> configuration san iscsi targets
targets> create
target-000> set alias=VCA-2
target-000> set interfaces=ibp1
target-000> commit
4. Create an iSCSI target group with the previously created iSCSI target:
targets> groups
groups> create
group-000> set name=VCA-2
group-000> set targets=iqn_initiator_string
Note: The IQN value can be discovered using the Tab key with tabbed completion.
group-000> commit
Kommentare zu diesen Handbüchern