- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system hangs at "mount file systems......"
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
06-19-2003 05:23 AM
06-19-2003 05:23 AM
i have two hpux 9000/800 ( one 11.00 and one 11i ) systems that are hanging during system start-up at "mount file systems.......". i can boot into single user mode and mount all the filesystems with no problem. any clue as to why it might be hanging during a system boot?
thanks and take care.
-hath
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:26 AM
06-19-2003 05:26 AM
Re: system hangs at "mount file systems......"
look at /etc/fstab
Are you doing any nfs mounts? If so, are the machines up.
nfs core won't come up if there are typos in /etc/rc.config.d/netconf
check that for typos, and possbily restore it.
look back at /etc/fstab for erorrs there.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:28 AM
06-19-2003 05:28 AM
Re: system hangs at "mount file systems......"
Also, can you resolve your hostname using 'nslookup [hostname]'?
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:29 AM
06-19-2003 05:29 AM
Re: system hangs at "mount file systems......"
First, have they ever worked properly or is this a new install? Maybe something along the lines of hostname resolution could be holding things up.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:33 AM
06-19-2003 05:33 AM
Re: system hangs at "mount file systems......"
i think you have some NFS mount in you fstab and it's not able to reach your NFS server.
just # NFS entries and try to boot.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:37 AM
06-19-2003 05:37 AM
Re: system hangs at "mount file systems......"
also, this is not a new install. they were both rebooted in early may and came up fine.
thanks for your continued help!
-heath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:56 AM
06-19-2003 05:56 AM
SolutionMount file systems
Output from "/sbin/rc1.d/S100localmount start":
----------------------------
checking quotas
Mounting of file systems is done by:
/sbin/init.d/localmount
which is called in the boot sequence by the script above (it's a link).
It checks quotas. Are your quotas set up correctly?
It checks /etc/fstab.
Put a set -x in the localmount script, reboot and see what happens. Point log at a file. Put these lines in boot script:
LOG=/mount.log
exec 2>${LOG}
exec >&2
Never leave any scratch files in /etc/rc.config.d/. They get executed.
Check for files there since last boot.
Check for any new files or changes in the boot sequence files, like /etc/inittab (run level), /sbin/init.d/, /sbin/rcX.d/, etc. Did you install any new products? like Legato Networker. That messes (incorrectly) with boot start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:58 AM
06-19-2003 05:58 AM
Re: system hangs at "mount file systems......"
OK, so they used to work but now they don't. The obvious question is what changed in the meantime. Any hostname alterations, ip-address changes, DNS issues?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 06:29 AM
06-19-2003 06:29 AM
Re: system hangs at "mount file systems......"
after adding "set -x" to the localmount script, i got some useful output. localmount hangs while checking quotas. although quotas are not enabled on this box, i use ldap for centralized authentication so ldap is listed in nsswitch.conf. i removed ldap from nsswitch and it boots fine. im hoping i can configure nsswitch.conf to ignore ldap if its unavailable. im thinking this will solve my problem.
any thoughts?
-heath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 06:33 AM
06-19-2003 06:33 AM
Re: system hangs at "mount file systems......"
Sorry, unfamiliar with ldap but glad you found the problem.
Pete
Pete