The following instructions are NOT intended for a disk containing the root file system. For instructions on moving a root file system, please see the manual Configuring HP-UX for Peripherals on your LaserROM Documentation CD
cp -R /dev/vg03 /dev/vg03.bak
shutdown -h 0
boot pX isl
where X is the SCSI ID of the root file system
hpux -lm
vgexport /dev/vg03
Check to be sure that the volume group directory
and all its files have been removed. If they are not
gone, remove them now.
rm -rf /dev/vg03
mkdir /dev/vg03
mknod /dev/vg03/group c 64 0xNNI000
where NN is the card instance of your SCSI interface card,
and I is the *new* SCSI ID for the disk. You can find the
card instance number by looking at the minor numbers of
all your other SCSI device files. For example:
ls -ls /dev/dsk
0 brw-r----- 1 root sys 31 0x005000 Jun 7 1996 c0t5d0
0 brw-r----- 1 root sys 31 0x006000 Jun 7 1996 c0t6d0
ls -ls /dev/vg00/group
0 crw-r----- 1 root root 64 0x000000 Jun 7 1996 /dev/vg00/group
In this case, the card instance number is "00". To
change the SCSI ID to 4, the command is:
mknod /dev/vg03/group c 64 0x004000
vgimport /dev/vg03 /dev/dsk/c0t4d0
vgchange -a y /dev/vg03
vgcfgbackup /dev/vg03