- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS Hangs on boot up
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
04-16-2001 01:05 PM
04-16-2001 01:05 PM
NFS Hangs on boot up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:08 PM
04-16-2001 01:08 PM
Re: NFS Hangs on boot up
Check /etc/rc.config.d/netconf file for configuration of both your interfaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:12 PM
04-16-2001 01:12 PM
Re: NFS Hangs on boot up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:33 PM
04-16-2001 01:33 PM
Re: NFS Hangs on boot up
HTH
Rusty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:42 PM
04-16-2001 01:42 PM
Re: NFS Hangs on boot up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:47 PM
04-16-2001 01:47 PM
Re: NFS Hangs on boot up
Does the rc.log give any indication whether it is nfs.client core or server script that it is hanging on?
rusty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:54 PM
04-16-2001 01:54 PM
Re: NFS Hangs on boot up
ERROR: Failed to add route entry because its interface is not
yet initialized. May need to add this route entry with
a route commad after the interface is up :
add net default: gateway 10.4.1.1: Network is unreachable
"/sbin/rc2.d/S340net start" FAILED
I believe this is a result of it not configuring the lan0 rather than the cause. What do you think? lan0 is supposed to be 10.4.2.40 netmask 255.255.0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 02:05 PM
04-16-2001 02:05 PM
Re: NFS Hangs on boot up
I've gotten that type of message before. I got it when I had a bad IP adress for my default gateway. In the netconf file after the cards are configured, it sets up your routing table with whatever information you've placed in the netconf. I'm not sure why it would work manually though. do you see a "default" gateway when you do a "netstat -r"?
sidenote: this is a no-brainer so forgive me but you don't have any back-up files or unsourcable files in your rc.config.d dir, do you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 02:12 PM
04-16-2001 02:12 PM
Re: NFS Hangs on boot up
Default gateway shows up. I don't touch that. It is already there once I manually configure lan0....
Everything else in the netconf file looks OK!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 02:25 PM
04-16-2001 02:25 PM
Re: NFS Hangs on boot up
Something more.
To be sure that your netconf file is OK, try after booting (with NFS client disabled to start faster), to run manually
/sbin/init.d/net start
If this command configure lan0 properly, then netconf is OK. If not check it carefully. Everything proves that there are some problems with netconf if you can use ifconfig to configure lan0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 11:03 PM
04-16-2001 11:03 PM
Re: NFS Hangs on boot up
Does the destination variable in your netconf read "default" or "net default"?
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 04:08 AM
04-17-2001 04:08 AM
Re: NFS Hangs on boot up
Is this a Catch-22? You KNOW you have one working lan card. Plug your main network connection to your one working card. Update the network configuration to use THIS card as your main card. Reboot.
Now you should have a lan connection. Now you can load the lan drivers to get the other lan cards to work. After the other cards are alive, you can set the lan cards the way you want.
And thanks OTHER folks for helping ME out.
Steve p.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 06:34 AM
08-29-2001 06:34 AM
Re: NFS Hangs on boot up
cd /etc/rc.config.d
mv netconf /tmp
cp /usr/newconfig/etc/rc.config.d/netconf .
edit the new netconf file
ifconfig lan0 1.1.1.1 ( this was done to verify the netconf file works).
/sbin/init.d/net start
ifconfig lan0
It should now display the settings you put in your new netconf file.
Again, thanks for all of your help.
Robert M. Anderson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 07:39 AM
08-29-2001 07:39 AM
Re: NFS Hangs on boot up
I had a similar sory of experience sometime back. Don't remember correctly what i did, but i believe it was something like this. Go thru sam-->Networking and Comm ---> Network interface Cards --> Select lan0 / lan1 (the one that is giving you problem) --> Select action from Manu bar --> Select Delete ---> Once it comes back, try reconfiguring the card, add your default getway if required once again, and reboot. I think that was the solution i tried. Give it a try, nothing to loose.
Hope this helps
Thanks