[ FINDINGS AND SUGGESTION ]
1. Check to see if there are any disk devices "unusable" at OS level.
---------------------------------------------------------------------------------
# cfgadm -al -o show_SCSI_LUN | grep -i unusable
c39::5000097a0800591c ,103 disk connected configured unusable
c40::5000097a08005920 ,103 disk connected configured unusable
c45::5000097a08005914 ,103 disk connected configured unusable
c46::5000097a08005928 ,103 disk connected configured unusable
2. Remove the disk devices above.
---------------------------------------------------------------------------------
#cfgadm -c unconfigure -o unusable_SCSI_LUN c39::5000097a0800591c
#cfgadm -c unconfigure -o unusable_SCSI_LUN c40::5000097a08005920
#cfgadm -c unconfigure -o unusable_SCSI_LUN c45::5000097a08005914
#cfgadm -c unconfigure -o unusable_SCSI_LUN c46::5000097a08005928
3. Recheck the disk devices "unusable"
---------------------------------------------------------------------------------
#cfgadm -al -o show_SCSI_LUN | grep -i unusable
~ Nothing returned.
4. Rescan and rebuild the disk devices at OS level.
---------------------------------------------------------------------------------
#devfsadm -Cv
5. Recan and rebuild the disk devices at DMP level.
---------------------------------------------------------------------------------
#vxdisk scandisks
--> If this fixes the problem, not required to do the next steps.
--> If not, there are further steps to go further as follows.
6. As one of two disk devices is still not visible at OS level.
---------------------------------------------------------------------------------
#devfsadm -Cv
#format
--> It will be turned out that executing the command line “devfsadm” ended up with failing to discover the one disk at OS level.
So therefore, here is the last attempt to rescan disk devices at OS level by forcing to update disk devices on controller c39, c40, c45 and c46 where the issued disk devices are aligned.
#cfgadm -o force_update -c configure c39
#cfgadm -o force_update -c configure c40
#cfgadm -o force_update -c configure c45
#cfgadm -o force_update -c configure c46
Then try to re-scan disk devices at OS level.
#devfsadm -Cv
#format
--> Now, the missing disk device at OS level is probably visible.
#vxdisk scandisks
--> And the command line above will help vxconfigd detect that disk device at DMP level.
After this, it ended up with solving the problem.
Applies To
[ VERSION OF OS/PACKAGE ]
SunOS Symc-Sun 5.10 Generic_144488-04 sun4u sparc SUNW,SPARC-Enterprise'
SF5.0MP1RP2