- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /home not mounting automatically after 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-29-2000 12:20 PM
09-29-2000 12:20 PM
Whenever I reboot this machine my /home logical volume does not automatically mount. If I log in as root and do a 'mount -a' after the reboot completes, the /home mounts fine and I can proceed normally.
Here is my /etc/fstab:
/dev/vg00/root / vxfs delaylog 0 1
/dev/vg00/stand /stand hfs defaults 0 1
/dev/vg00/opt /opt vxfs delaylog 0 2
/dev/vg00/var /var vxfs delaylog 0 2
/dev/vg00/tmp /tmp vxfs delaylog 0 2
/dev/vg00/usr /usr vxfs delaylog 0 2
/dev/vg00/home /home vxfs delaylog 0 3
/dev/vg01/testlv1 /testlv1 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
Just today I tried changing the parameter to mount /home at run level 2 to run level 3, but still no luck.
Any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 12:46 PM
09-29-2000 12:46 PM
Re: /home not mounting automatically after reboot
You might want to go into SAM and verify that /home is set to mount the filesystem at reboot:
Disks and Filesystems->Filesystems
Select the filesystem and then modify. Hope this works for you.
Regards,
Matthew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 12:54 PM
09-29-2000 12:54 PM
Re: /home not mounting automatically after reboot
Anyway....I have looked at sam for the /home file system and it is set to mount at every system boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 12:56 PM
09-29-2000 12:56 PM
SolutionDoes /etc/rc.log show anything? Check near the top...in 10.20, mountall is done via /sbin/rc1.d/S100localmount . Please post that portion. Also: Do you have any quotas enabled? Lastly, does /var/adm/syslog.syslog have anything "interesting" about the disk hosting /home ?
[...in all, that's 3-questions for you...]
...JRF...
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 01:18 PM
09-29-2000 01:18 PM
Re: /home not mounting automatically after reboot
Thanks for the help.