Operating System - HP-UX
1833863 Members
1886 Online
110063 Solutions
New Discussion

Booting off splitted disk

 
abcd7
Frequent Advisor

Booting off splitted disk


Hi,

I have splitted my root mirror and splitted LVOL's exist with 'b' suffix, like lovl1b / 2b and so on. Do I need to update my '/etc/fstab' and run 'lvlnboot -s/r/d' to boot off this disk ?


If the '/etc/lvmtab' does not exist, do commands 'lvlnboot -v' and 'vgdisplay -vg00' work ?

Regards

Doug
3 REPLIES 3
Ganesh.A
Advisor

Re: Booting off splitted disk

Hi there,

Yes you will have to update the '/etc/fstab' with the modifed name of LV.and also you will have to run 'lvlnboot'

Without /etc/lvmtab, vgdisplay would not work,lvlnboot might.

But server can comeup even without lvmtab,in that case one VG00 will be acivated and avaliable(as the Vg00 config is still available in kernel desc.).others VG's you will not be able to find/access.
Amit Parui
Valued Contributor

Re: Booting off splitted disk

Yes. You need to update your boot config through setboot -a.

As per your other question, vgdisplay won't run but lvlnboot will run, since vgdisplay gets its info from /etc/lvmtab only.
If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!
abcd7
Frequent Advisor

Re: Booting off splitted disk



Ganesh & Amit,

Thank you very much.