1748041 Members
5107 Online
108757 Solutions
New Discussion юеВ

Re: Error on ignite

 
Paul Thomson_2
Super Advisor

Re: Error on ignite

Cheryl.

Could you advise. VG00 appears to have been mirrored, but the VG00 only sees one disk.

Should I perhaps do anything else, say, unmirror VG00 before doing anything else.
For instance lvlnboot shows

#lvlnboot -v
lvlnboot: Warning: Can not determine all Physical Volumes on which mirrored cop
ies of
the Logical Volume are located. "/etc/lvmtab" is missing Physical Volumes.
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c1t2d0
Root: lvol3 on: /dev/dsk/c1t2d0
Swap: lvol2 on: /dev/dsk/c1t2d0


So will say vgreduce work in this case ?
Argh ye land lovers !
harry d brown jr
Honored Contributor

Re: Error on ignite


Paul,

you have a missing disk - which is probably dead - call HP support and get someone in to replace it!

live free or die
harry
Live Free or Die
Mehrens Wilhelm A.
Occasional Contributor

Re: Error on ignite

Hi Paul,
i think, you have to recreate your
/etc/lvmtab. It seems to me, that you have some bad disk-entries in lvmtab.
You can check this whith:
strings /etc/lvmtab|more
and compare this with your vg00 configutation:
vgdisplay -v vg00.
If your disk-configuration is diffrent, you can do the following:

- move your lvmtab to lvmtab.old

- run vgscan

- after vgscan you must
vgchange -a y on every VG on your system and execute lvlnboot -R

...but vgscan will instruct you what to do.


Best regards
Will