- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lv's not mounting on 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
07-02-2002 06:54 AM
07-02-2002 06:54 AM
I've checked the /etc/fstab which has entries for both lv's. I've also checked lvmtab, also correct. I still have to activate vg01 and manually mount the lv's when rebooting this server.
Oh, the server is patched to June 2002....
Any ideas anyone?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 06:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 06:59 AM
07-02-2002 06:59 AM
Re: lv's not mounting on reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 07:00 AM
07-02-2002 07:00 AM
Re: lv's not mounting on reboot
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 07:01 AM
07-02-2002 07:01 AM
Re: lv's not mounting on reboot
Since you have checked thethe /etc/fstab file and patch level I only doubt you may be running service guard.
If so, then the AUTO_VG_ACTIVATE flag is set to 0 in /etc/lvmrc and you need to add the vgchange -a y to this
-Goodluck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 07:12 AM
07-02-2002 07:12 AM
Re: lv's not mounting on reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 07:12 AM
07-02-2002 07:12 AM
Re: lv's not mounting on reboot
If you have MCSG loaded then, check the /etc/lvmrc file and check for AUTO_VG_ACTIVATE=0 string.
Or else you can try :
Export this vg01 and import it to vg04 and try.
#vgexport /dev/vg01
Create a new volume group /dev/vg04 ( vg04 should not exist )
#mkdir /dev/vg04
#mknod /dev/vg04/group c 64 0x04000
# vgimport /dev/vg04 /dev/dsk/c1t2d0
# vgchange -a y /dev/vg04
# mount /dev/vg04/lvoptomni /mount_dir
# mount /dev/vg04/lvvaroptomni
/mount_dir
Change the entries in /etc/fstab also.
Piyush