- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FS not mounting at boot.
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-23-2002 05:12 AM
09-23-2002 05:12 AM
Cheers,
Pete
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 05:18 AM
09-23-2002 05:18 AM
SolutionSince the machine was part of an MC/ServiceGuard cluster, the volume group in question was probably mounted by the package control scripts.
Look at 'etc/lvmrc'. For normal situations, you want:
AUTO_VG_ACTIVATE=1
See the commentary within '/etc/lvmrc' for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 05:18 AM
09-23-2002 05:18 AM
Re: FS not mounting at boot.
Right now i am not near to any M/C.There is one variable in /etc/rc.config.d/(somefile)
where one variable like LV=1 shld be there.This variable is responsible for mounting all non root VG's filesystems.If this variable is set to 0 then it mount only root VG FS.
Do one thing tryp grep LV * in /etc/rc.config.d directory.U will find these and u have to make sure that this VG is not part of cluster.
cheers
sudhakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 05:21 AM
09-23-2002 05:21 AM
Re: FS not mounting at boot.
James you hit the nail right on the head!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 05:21 AM
09-23-2002 05:21 AM
Re: FS not mounting at boot.
oops totally i messed up.I mean lvmrc file only.I was tatally confused.As james thats right check out for that variable.
sudhakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 05:23 AM
09-23-2002 05:23 AM
Re: FS not mounting at boot.
as you would've solved my problem too!
Cheers
Pete