1833325 Members
2813 Online
110051 Solutions
New Discussion

Maintenance mode

 
SOLVED
Go to solution
Raju_S
Frequent Advisor

Maintenance mode

Hello,

Want to know whether vg00 gets activated when system is booted in maintenance mode.

Regards
4 REPLIES 4
Patrick Wallek
Honored Contributor
Solution

Re: Maintenance mode

Which "maintenance mode" are you talking about?

Single-user mode (hpux -is)? or LVM Maintenance mode (hpux -lm)?

Single-user mode = YES, VG00 is activated.

LVM Maintenance mode = No, VG00 is not activated.
Raju_S
Frequent Advisor

Re: Maintenance mode

Hi Patrick,

Thanks for your response. Can you tell me the difference between single user mode and LVM maintenance mode. Also can we activate vg00 in LVM maintenance mode.

Regards
Sundar_7
Honored Contributor

Re: Maintenance mode

Ramnath,

In Single user mode, vg00 will be activated but only /stand and / will get mounted. None of the services get started, ofcourse.

In the LVM Maintenance mode, vg00 will not get activated. / will be mounted using the information from /stand/rootconf file.

In the LVM maintenance mode, you could even rename Vg00 by exporting and importing VG00. And yes, you could activate VG00 in the LVM maintenance mode.

Sundar.
Learn What to do ,How to do and more importantly When to do ?
Raju_S
Frequent Advisor

Re: Maintenance mode

Thanks for the response.

Regards