1.

How To Find Recently Added Lun In Hp Unix Box ?

Answer»

#ls -lrt /dev/disk/*

then take the LATEST dated disk path and CHECK th lun path

#inq |GREP -i "c?t?d?"

if you got /dev/disk/c?t?d? then GET the LEGACY path and tehn check for lun path

#ioscan -m dsf /dev/disk/c?t?d?
#inq |grep -i "c?t?d?"

#ls -lrt /dev/disk/*

then take the latest dated disk path and check th lun path

#inq |grep -i "c?t?d?"

if you got /dev/disk/c?t?d? then get the legacy path and tehn check for lun path

#ioscan -m dsf /dev/disk/c?t?d?
#inq |grep -i "c?t?d?"



Discussion

No Comment Found