- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vg01 is not active
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
07-28-2003 03:00 AM
07-28-2003 03:00 AM
small problem, but ...
After a system reboot, the vg01 is not active and of course all files releated to vg01 are not mounted.
(I use then vgchange -a y vg01 and
mount -a)
How can I change this issue.
Thanks Thomas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:08 AM
07-28-2003 03:08 AM
Re: vg01 is not active
do you have hte /etc/lvmrc file changed to stop auto activation of any vg's?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:11 AM
07-28-2003 03:11 AM
Re: vg01 is not active
edit /etc/lvmrc and put it to 1 !
Eception: if you have mcgs software installed, this is the correct behaviour. In that case you must change
custom_vg_activation()
and put a nice vgchange -a y vg01
there.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:11 AM
07-28-2003 03:11 AM
Re: vg01 is not active
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:38 AM
07-28-2003 03:38 AM
Re: vg01 is not active
yes it is running in cluster mode.
custom_vg_activation()
Is this a command ?
Thanks
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:41 AM
07-28-2003 03:41 AM
Re: vg01 is not active
One possibility for vg01 failing to activate is if the number of disks available in the volume group failed to reach quorum.
Check for any errors in the startup log files.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:44 AM
07-28-2003 03:44 AM
Re: vg01 is not active
Is vg01 a package vg? i.e. shared?
or is it a vg that is only meant to run on this node?
If it is a shared vg. activated by a package, then when the package starts it will activate the vg and mount hte file systems, and there shoul dbe no entries for this vg in /etc/fstab
If the second option then ensure you add in vg01 to the /etc/lmvrc script.
Look at the section (function) called custom_vg_activation()
Just above the line :
return 0
insert
vgchange -a y /dev/vg01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:45 AM
07-28-2003 03:45 AM
Re: vg01 is not active
Check this thread concerning custom activation:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x26589c196a4bd71190080090279cd0f9,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 03:56 AM
07-28-2003 03:56 AM
Re: vg01 is not active
set the AUTO_VG_ACTIVATE flag to 1 in /etc/lvmrc