- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk no longer mounts at 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
02-07-2003 03:38 PM
02-07-2003 03:38 PM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2003 03:43 PM
02-07-2003 03:43 PM
SolutionCheck the /etc/rc.log for errors at mount time.
It's possible that the FS needs to be cleaned with fsck.
But if you can mount it manually - maybe not.
What happens if you do a
mount -a
after the boot? That will read fstab & if it compalins there, then you can suspect a mount option mismatch - like creation w/o largfiles & you have largefiles in the fstab entry or vice-versa.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2003 04:13 PM
02-07-2003 04:13 PM
Re: disk no longer mounts at reboot
Changing the disk should not make any difference in mounting the LV on that disk. Do a few checks...
Check that you haven't disable the auto_activation of VG in /etc/lvmrc and when the system comes up and the LV doesn't get mounted just do mount -a This will mount everything in /etc/fstab and if this works then the LV should mount or there is something wrong with the line in /etc/fstab.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2003 04:19 PM
02-07-2003 04:19 PM
Re: disk no longer mounts at reboot
If you didn't have to do a "vgchange -a y" on the volume group prior to mounting the file system after the reboot, then "mount -a" as suggested by Jeff is a very good idea.
Unmount the filesystem. And issue mount -a command. It should give out the errors like "invalid mount options" etc.,
If you had to vgchange the vg, then make sure it is not disabled for auto activation in /etc/lvmrc as mentioned by Rajeev.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 07:38 AM
02-10-2003 07:38 AM