scsimgr task: removing a LUN
scsimgr is the tool of choice for getting rid of storage that is in the HP-UX kernel and the underlying storage has been pulled by your storage administrator. In this case the lun has been marked as FAILED.
HP-UX 11.31, any Operating Environment, though these tasks go easier if the OE is more current.
scsimgr lun_map> /tmp/lun_map.out
LUN PATH INFORMATION FOR LUN : /dev/rdisk/disk3436
Total number of LUN paths = 2
World Wide Identifier(WWID) = 0x60000970000192605240533039434139
LUN path : lunpath2275
Class = lunpath
Instance = 2275
Hardware path = 0/0/0/5/0/0/1.0x500009720851e1ad.0x446e000000000000
SCSI transport protocol = fibre_channel
State = UNOPEN
Last Open or Close state = FAILED
LUN path : lunpath2274
Class = lunpath
Instance = 2274
Hardware path = 0/0/0/8/0/0/1.0x500009720851e191.0x446e000000000000
SCSI transport protocol = fibre_channel
State = UNOPEN
Last Open or Close state = FAILED
scsimgr replace_wwid -D /dev/rdisk/disk3436
echo $?
Zero is good, non-zero probably means you are booting.
Post Comment
You must be logged in to post a comment.