Operating System - HP-UX
1836462 Members
2594 Online
110101 Solutions
New Discussion

Re: Changes To LVM crashes system

 
SOLVED
Go to solution
Torsten.
Acclaimed Contributor
Solution

Re: Changes To LVM crashes system

The other disk is still part of vg00, but anyhow the LVM information is no longer there (must be related to your "changes").

Some add. checks:

# lvlnboot -v
# pvdisplay -v /dev/dsk/c3t6d0
# pvdisplay -v /dev/dsk/c3t5d0
# lvdisplay -v /dev/vg00/lvol1
...
# lvdisplay -v /dev/vg00/lvol8


If no longer needed there, try to remove the disk from vg00

# vgreduce -f vg00

check with

# strings /etc/lvmtab
and
# vgdisplay -v vg00

Start over with mirroring by following the appendix in this manual (if needed):

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Asim_5
Frequent Advisor

Re: Changes To LVM crashes system

Dear torsten,
thx for ur interest,i have go through the document u have mentioned.

i am unable to reduce the volume
vgreduce -f vg00
# vgreduce -f vg00
vgreduce: Couldn't query physical volume "/dev/dsk/c3t5d0":
The specified path does not correspond to physical volume attached to
this volume group
#

also i am not able to mount any cdrom
when i mount cdrom i get error
# mount /dev/dsk/c2t2d0 /cdrom
mount: cannot access -specific mount command
#

i also try with the pfs
# pfs_mount -o xlat=unix /dev/rdsk/c2t2d0 /cdrom
pfs_mount: giving up on /cdrom
#