Hi,
I'm not very used to HP-UX, so I don't know if I've done a mistake or not.
And sorry for my poor english.
We've got a BL860c i2, with HP-UX 11.31.
There are several luns (HP EVA) assigned and used, but there was also a temporary lun that is no longer in use.
They asked me to deassign and delete this lun, so this is what I did.
Check each lun/disk:
The lun I wanted to delete has lun id 50 (decimal) so It should be /dev/rdisk/disk53 (62 octal).
I deleted all the special files with rmsf (/dev/disk/disk53, /dev/rdisk/disk53, /dev/rdsk/c*t6d2 and /dev/dsk/c*t6d2).
After that in the EVA I unpresented the lun and deleted it. Now there is no lun with id 50 assigned to this HP-UX.
I issued ioscan and insf -e again, and now it still shows disk53 and all the /dev/rdsk/c*t6d2.
Is there something I've done wrong? Why is this device still showing?
Thanks.
I'm not very used to HP-UX, so I don't know if I've done a mistake or not.
And sorry for my poor english.
We've got a BL860c i2, with HP-UX 11.31.
There are several luns (HP EVA) assigned and used, but there was also a temporary lun that is no longer in use.
They asked me to deassign and delete this lun, so this is what I did.
Check each lun/disk:
Code:
# ioscan -m dsf
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk1 /dev/rdsk/c0t0d0
/dev/rdisk/disk1_p1 /dev/rdsk/c0t0d0s1
/dev/rdisk/disk1_p2 /dev/rdsk/c0t0d0s2
/dev/rdisk/disk1_p3 /dev/rdsk/c0t0d0s3
/dev/pt/pt9 /dev/rscsi/c10t0d0
/dev/rscsi/c12t0d0
/dev/rscsi/c16t0d0
/dev/rscsi/c14t0d0
/dev/rscsi/c8t0d0
/dev/rscsi/c4t0d0
/dev/rscsi/c6t0d0
/dev/rscsi/c2t0d0
[b]/dev/rdisk/disk53 /dev/rdsk/c17t6d2[/b]
/dev/rdsk/c11t6d2
/dev/rdsk/c15t6d2
/dev/rdsk/c13t6d2
/dev/rdsk/c7t6d2
/dev/rdsk/c3t6d2
/dev/rdsk/c9t6d2
/dev/rdsk/c5t6d2
/dev/rdisk/disk65 /dev/rdsk/c17t0d1
/dev/rdsk/c11t0d1
...
/dev/rdisk/disk66 /dev/rdsk/c17t0d2
...
The lun I wanted to delete has lun id 50 (decimal) so It should be /dev/rdisk/disk53 (62 octal).
I deleted all the special files with rmsf (/dev/disk/disk53, /dev/rdisk/disk53, /dev/rdsk/c*t6d2 and /dev/dsk/c*t6d2).
Code:
# rmsf /dev/rdisk/disk53
# rmsf /dev/disk/disk53
# rmsf /dev/rdsk/c17t6d2
# rmsf /dev/rdsk/c11t6d2
...
After that in the EVA I unpresented the lun and deleted it. Now there is no lun with id 50 assigned to this HP-UX.
I issued ioscan and insf -e again, and now it still shows disk53 and all the /dev/rdsk/c*t6d2.
Is there something I've done wrong? Why is this device still showing?
Thanks.