Operating System - HP-UX
1836462 Members
2020 Online
110101 Solutions
New Discussion

Re: Volume group readonly mode HOWTO

 
Ivan Efimenko
Contributor

Volume group readonly mode HOWTO

Where I can find any information about VG read only mode. I have tried to search docs.hp.com, but can't find anything.
How it works at all?
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: Volume group readonly mode HOWTO

Bringing a VG up in read only mode is done with the vgchange command. Do a 'man vgchange' for more information.
Ajitkumar Rane
Trusted Contributor

Re: Volume group readonly mode HOWTO

If I remeber it correct it is "vgchange -a r /dev/vgxx" thats read only mode.

Hope this helps.

Goodluck.
Amidsts difficulties lie opportunities
Karthik_2
Regular Advisor

Re: Volume group readonly mode HOWTO

Yes
#vgchange -a r /dev/vgxx

Will activate the volume in read-only mode.
But you cant make an already active volume read only .You may have to deactivate the volume and then activate the volume again read only.

Karthik ...
Its ALL in the MATRIX