Operating System - HP-UX
1834032 Members
2333 Online
110063 Solutions
New Discussion

Re: lvlnboot reports nothing

 
joe_91
Super Advisor

lvlnboot reports nothing

I have a set of HP-UX servers running 11.11(veritas)..i have the setboot information but could not find anything with lvlnboot -v and later realised that even root vg is under veritas..In case i have boot issues..how wd i troubleshoot this?

Thanks

Joe.
1 REPLY 1
Khairy
Esteemed Contributor

Re: lvlnboot reports nothing

# vxdisk list
this command will list all the disks which under veritas.

to check your rootdg (vg00) status, you should run # vxprint -ht -g rootdg

It will list the status of volumes in rootdg.

If you have any veritas volmgr related problem and need to boot to single user mode. Instead of

ISL> hpux -lm,

you could do this at the boot handler.
ISL> hpux -vm

You could get more info about this in docs.hp.com

Rgds