- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vg deactivated upon reboot
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
09-30-2002 10:16 AM
09-30-2002 10:16 AM
vg deactivated upon reboot
I get the following error during boot:
/dev/vg01/lv11 :
vxfs fsck: Cannot open /dev/vg01/lv11: No such device or address
vxfs fsck: Cannot open /dev/vg01/lv11: No such device or address
and similarly upon mount -a:
# mount -a
vxfs mount: Cannot open /dev/vg01/lv11: No such device or address
# mount -a
vxfs mount: Cannot open /dev/vg01/lv11: No such device or address
mount: /dev/vg00/lvol8 is already mounted on /home
mount: /dev/vg00/lvol7 is already mounted on /var
mount: /dev/vg00/lvol6 is already mounted on /usr
mount: /dev/vg00/lvol5 is already mounted on /tmp
mount: /dev/vg00/lvol4 is already mounted on /opt
mount: /dev/vg00/lvol1 is already mounted on /stand
After a vgchange, it's okay:
root@uaxprap2:/root
# vgchange -a y vg01
Activated volume group
Volume group "vg01" has been successfully changed.
root@uaxprap2:/root
# mount -a
mount: /dev/vg00/lvol8 is already mounted on /home
mount: /dev/vg00/lvol7 is already mounted on /var
mount: /dev/vg00/lvol6 is already mounted on /usr
mount: /dev/vg00/lvol5 is already mounted on /tmp
mount: /dev/vg00/lvol4 is already mounted on /opt
mount: /dev/vg00/lvol1 is already mounted on /stand
But with a reboot, the error returns. I've deleted and readded this VG.
Why is the vgchange -a y not being retained? Or are the "no such device" errors causing a deactivation?
The devices are SAN attached.
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:22 AM
09-30-2002 10:22 AM
Re: vg deactivated upon reboot
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:22 AM
09-30-2002 10:22 AM
Re: vg deactivated upon reboot
Check for "AUTO_VG_ACTIVATE" parameter in /etc/lvmrc file.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:24 AM
09-30-2002 10:24 AM
Re: vg deactivated upon reboot
is AUTO_VG_ACTIVATE set to 1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:25 AM
09-30-2002 10:25 AM
Re: vg deactivated upon reboot
Make sure that the volume group is being activated at boot time. If you are not running MC/ServiceGuard and want all volume groups activated at boot time, make sure:
AUTO_VG_ACTIVATE=1
...in '/etc/lvmrc'
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:28 AM
09-30-2002 10:28 AM
Re: vg deactivated upon reboot
One thing to check would be /etc/lvmrc
There is a "AUTO_VG_ACTIVATE" variable at the top of the file. The default value is "1". If this is set to "0" you will need to add the vgchange command to activate the volume group to the "custom_vg_activation()" function defined further down in the file.
--
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:28 AM
09-30-2002 10:28 AM
Re: vg deactivated upon reboot
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:35 AM
09-30-2002 10:35 AM
Re: vg deactivated upon reboot
AUTO_VG_ACTIVATE it was. Thanks.
Mount was already in fstab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:38 AM
09-30-2002 10:38 AM
Re: vg deactivated upon reboot
# ll /dev/*/group
thanks