The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
NetApp AFF Storage Deployment Procedure (Part 2)
Contributors
-
PDF of this doc site
-
Hybrid Cloud
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
ONTAP SAN boot storage setup
Create iSCSI igroups
To create igroups, complete the following step:
You need the iSCSI initiator IQNs from the server configuration for this step.
-
From the cluster management node SSH connection, run the following commands. To view the three igroups created in this step, run the igroup show command.
igroup create –vserver Infra-SVM –igroup VM-Host-Infra-A –protocol iscsi –ostype vmware –initiator <<var_vm_host_infra_a_iSCSI-A_vNIC_IQN>>, <<var_vm_host_infra_a_iSCSI-B_vNIC_IQN>> igroup create –vserver Infra-SVM –igroup VM-Host-Infra-B –protocol iscsi –ostype vmware –initiator <<var_vm_host_infra_b_iSCSI-A_vNIC_IQN>>, <<var_vm_host_infra_b_iSCSI-B_vNIC_IQN>>
This step must be completed when adding additional Cisco UCS C- Series servers.
Map boot LUNs to igroups
To map boot LUNs to igroups, run the following commands from the cluster management SSH connection:
lun map –vserver Infra-SVM –volume esxi_boot –lun VM-Host-Infra- A –igroup VM-Host-Infra- A –lun-id 0 lun map –vserver Infra-SVM –volume esxi_boot –lun VM-Host-Infra- B –igroup VM-Host-Infra- B –lun-id 0
|
This step must be completed when adding additional Cisco UCS C-Series servers. |