- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- new vg doesn't get activated
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 04:15 PM
05-15-2002 04:15 PM
I've recently added a couple of disks to my server, everything looks fine, works fine. But when I reboot the server, the new volume groups are not being activated , thus not mounted. I've to manually activated (vgchange -a y) them one by one. What could I've missed out ?
Thanks
Lai
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 04:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 04:49 PM
05-15-2002 04:49 PM
Re: new vg doesn't get activated
Here is extract from one of my systems. As long as 'custom_vg_activation()' is commented out the system will look at the 'AUTO_VG_ACTIVATE' option as below. If yours is set to '1' it will activate all volume groups.
HTH
~Michael~
#
# The activation of Volume Groups may be customized by setting the
# AUTO_VG_ACTIVATE flag to 0 and customizing the function
# custom_vg_activation()
#
#
# To disable automatic volume group activation,
# set AUTO_VG_ACTIVATE to 0.
#
AUTO_VG_ACTIVATE=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 05:06 PM
05-15-2002 05:06 PM
Re: new vg doesn't get activated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 05:07 PM
05-15-2002 05:07 PM
Re: new vg doesn't get activated
Yess.. the AUTO_VG_ACTIVATE in /etc/lvmrc was set to 0 and in the customize_vg_activation function, the new vgs are missing.
Just to share with you my findings:
I did a comparision of /etc/lvmrc with other machines and found their AUTO_VG_ACTIVATE=1. Now I understand why this machine is set to 0. That's because this a DR machine (peace time acting as QA machine).It is attached to 2 XP storage systems, one holding the QA volumes and one holding the DR-CA volumes. The DR-CA volumes are always in "Sync" mode with my production and at the same time "accessible"by the DR machine, only clause is that the volumes are not to be activated until a DR/DR drill. Probably that's why the HP implementor turn of the auto_vg_activate and leave it to the cusmtomize_vg_activate to activate the default volume groups meant for QA. When new volumes were added, they probably miss out this portion.
Thanks guys. I think both u guys deserve a rabbit.
Cheers..
Lai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 05:22 PM
05-15-2002 05:22 PM
Re: new vg doesn't get activated
Sorry, I posted my reply before noticing your response.
Yes, you are right. You brought a point I didn't thought of. I just did a check on my production machine that has MC/SG. The auto_vg_activation is set to 0 and it doesn't have the customize_vg_activation function. I guess that's because the vg activation are taken care by MC/SG when the packages are started.
You deserve a rabbit as well. Thanks, I learn something new today.
Cheers....
Lai