|
ioscan on HP-UX 9.1
I am trying to work out the logical device name on a HP 9000 system running HP-UX 9.1.
I see that ioscan-fnC disk looks like the command on later versions of HP-UX unfortunately it seems the n option is not available on 9.1. The output from ioscan -fC disk is:-
Class H/W Path Driver H/W Status S/W Status
============================================
disk 14.0 scsi ok(0x202) ok
disk 14.6 scsi ok(0x202) ok
I know what the root disk is from:-
#bdf
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/cEd0s0 868974 375390 406686 48% /
I thought listing the devices may give me a clue, they don't:-
# ls -l /dev/rdsk
total 0
crw-r----- 1 root sys 47 0x0e0000 Jan 31 2000 cEd0s0
crw-r----- 1 root sys 47 0x0e0100 Sep 18 2003 cEd1s0
crw-r----- 1 root sys 47 0x0e0200 Sep 18 2003 cEd2s0
crw-r----- 1 root sys 47 0x0e0300 Sep 18 2003 cEd3s0
crw-r----- 1 root sys 47 0x0e0400 Jun 15 2006 cEd4s0
crw-r----- 1 root sys 47 0x0e0500 Jun 16 2006 cEd5s0
crw-r----- 1 root sys 47 0x0e0600 Jun 15 2006 cEd6s0
My object is to clone the disks but until I can confirm the logical device name I can't be sure. I ran mediainit on cEd6s0 as I am sure that is not the device but it just sat there for a good time (until I got bored waiting for it to finish, about 15 mins) doing not a great deal.
|