1833032 Members
2557 Online
110049 Solutions
New Discussion

Recovery shell from CD

 
Bruno Misculin Rosamili
Occasional Advisor

Recovery shell from CD

I have restarted my server booting from CDROM, I choose the recovery shell and I have chrooted /ROOT to /.
Now I would like to mount /usr and other file system but mount command hangs.

For example I performed:
mount -F vxfs /dev/vg00/lvol6 /usr
and it hangs without giving back prompt.

OS is HP-UX 10.20

Thanks in advance
1 REPLY 1
John Palmer
Honored Contributor

Re: Recovery shell from CD

Have you activated the root volume group?

vgchange -a y vg00

Regards,
John