- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- booting up hung on start nfs core subsystem
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
10-10-2008 05:04 AM
10-10-2008 05:04 AM
messages before:
Conf vlan interface ok
Conf lan interface fail
Starting HP-UX secure shell fail
Starting NFS core subsystem waiting......
Can I get past this some how? why would it be hanging?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 05:09 AM
10-10-2008 05:09 AM
SolutionYou can interrupt the start up using the
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 05:12 AM
10-10-2008 05:12 AM
Re: booting up hung on start nfs core subsystem
I believe that I answered this yesterday in another post of yours, That said, try:
CTRL |
...that is , the control and the pipe ('|').
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 05:25 AM
10-10-2008 05:25 AM
Re: booting up hung on start nfs core subsystem
Either you have misconfigured the lan or interface failure. Unless you fix that issue NFS won't start.
Either you can skip NFS subsystem start or boot into single user mode and disable NFS subsystem in /etc/rc.config.d/nfsconf. Then boot the server and troubleshoot on lan failure.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 05:43 AM
10-10-2008 05:43 AM
Re: booting up hung on start nfs core subsystem
Linkloop will verify the 2nd layer
Ping will verify the 3rd layer.
If linkloop fails then check the 1st layer or physical connection.
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
1/0/9/1/0/6/0 0x001560DEE990 11 UP lan11 snap11 1 ETHER Yes
119
# linkloop -v 0x001560DEE990
Link connectivity to LAN station: 0x001560DEE990
-- OK
# ifconfig lan11
lan11: flags=1843
# ping 157.235.1.89
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
default 157.235.1.246 UG 0 lan11 0
# ping 157.235.1.246
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2008 07:29 PM
10-12-2008 07:29 PM
Re: booting up hung on start nfs core subsystem
One important note about /etc/rc.config.d:
DO NOT STORE OLD FILES in /etc/rc.config.d. Every file in /etc/rc.config.d will be executed which causes bizarre results when old copies are hanging around. Instead, create an old directory (mkdir /etc/rc.config.d/old) and copy original files, ideally with a timestamp), into the old directory. Then edit the file:
cd /etc/rc.config.d
mkdir old
cp netconf old/netconf.20081012
vi netconf
Bill Hassell, sysadmin