Use the addvdiskaccess to add an I/O group (or groups) to the set of I/O groups in which a volume can be made accessible to hosts.
If an I/O group is already a member of the access set, no error is generated and no action is taken for that I/O group. All host mappings for the volume are added to the I/O groups in the list. The -force option is not required to extend additional mappings to other I/O groups.
When an I/O group is added to the access set, it creates access to the volume from the hosts that are mapped to the volume from the nodes in the I/O group. If the volume is mapped twice, it is also mapped twice through all additional I/O groups.
You can add I/O groups to the volume access list if they are mapped to iSCSI hosts. This means that iSCSI hosts can access volumes that are accessible through multiple I/O groups (as well as single I/O groups).
The command fails if any host mapped to the volume is detected as a host system that does not support volumes mapped from multiple I/O groups.
This example adds I/O group 2 to the volume access set for DB_Volume:
addvdiskaccess -iogrp 2 DB_Volume
The resulting output:
No feedback
This example adds I/O groups 2 and 3 to the volume access set for volume ID 3:
addvdiskaccess -iogrp 2:3 3
The resulting output:
No feedback