You may need to occasionally unmap a LUN from an igroup. After you take the LUN offline, you can use the lun unmap command to unmap the LUN.
Steps
- Enter the following command: lun offline lun_path
Example
lun offline /vol/vol1/lun1
- Enter the following command: lun unmap lun_path igroup LUN_ID
Example
lun unmap /vol/vol1/lun1 solaris-igroup0 0
- Bring the LUN back online: lun online lun_path [lun_path ...]
Example
lun online /vol/vol1/lun1