Please verify following steps in create shared luns in a 2-nodes cluster environment, ignored some of details in options.
- igroup create igroup_node1 wwn_node1
- igroup create igroup_node2 wwn_node2
- vol create
- lun create shared_lun1
- lun map shared_lun1 igroup_node1
- lun map shared_lun1 igroup_node2
If I want to create 2nd shared lun then add the following:
- lun creaet shared_lun2
- lun map shared_lun2 igroup_node1 # map to the same igroup
- lun map shared_lun2 igroup_node2
then on two nodes, disk scan to discover the new created shanred lun.
Are above steps seem correct?
Thnaks!