Operating System - HP-UX
1758036 Members
2333 Online
108867 Solutions
New Discussion юеВ

HPUX 11 upgrade disk problem

 
SOLVED
Go to solution
Jim Adamson
Frequent Advisor

HPUX 11 upgrade disk problem

Hi,
I have just upgraded a C110 workstation from 10.20 to 32bit 11.00. The host has 2 disks, one 2GB and one 18GB. I installed HPUX11 fresh on the 2GB root disk.

My problem is how to recover the filesystems on the second disk. The disk shows as being 'unused' in SAM. I was under the impression that a full backup had been made but now know thats not the case! Is there any way to enable this disk in LVM (or without LVM) whilst maintaining the file systems on the disk.

Thanks
Jim
Oh dear
4 REPLIES 4
Vincent Farrugia
Honored Contributor

Re: HPUX 11 upgrade disk problem

Hello,

Just a wild guess: Try vgscan -v. Do a man vgscan for more information.

HTH,
Vince
Tape Drives RULE!!!
Frederic Sevestre
Honored Contributor
Solution

Re: HPUX 11 upgrade disk problem

Hi,
Was the second disk used in vg00 before the upgrade ?
If not you should try to import it :

# mkdir /dev/vg01
# mknod /dev/vg01/group c 64 0x010000
# vgimport -v vg01 /dev/dsk/cxtydz
(where cxtydz is your 18Go disk address)
Regards
Crime doesn't pay...does that mean that my job is a crime ?
Helen French
Honored Contributor

Re: HPUX 11 upgrade disk problem

hey,

if the 18GB harddisk was not a part of the root VG, then do a 'vgscan'. This will check all disks in the system for VG information.
Then do a 'vgimport' and do a 'vgchange -a y' to enable the VG.
Then try 'vgdisplay -v' to find out all LVs in that VG and you can mount it.

Hopes this helps ...

Shiju
Life is a promise, fulfill it!
Jim Adamson
Frequent Advisor

Re: HPUX 11 upgrade disk problem

Thanks frederic, shiju & vincent. Thats it sorted.
Jim
Oh dear