- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11i LAN/NFS server problem part II
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
12-20-2004 04:20 PM
12-20-2004 04:20 PM
HP-UX 11i LAN/NFS server problem part II
Problem:
The server LAN0 was acidentally disabled and when the server is rebooted, it halts in NFS server. Showing this message:
"NFS server not responding"
I have tried the following steps based on a previous problem:
ON BOOT:
bo
Y to interact
hpux -is
On single user mode enter command:
mount /usr
Then I run set_parms addl_netwrk and set the necessary information.
But still the server is halting in NFS while booting.
Can anyone help me on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 04:53 PM
12-20-2004 04:53 PM
Re: HP-UX 11i LAN/NFS server problem part II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:12 PM
12-20-2004 06:12 PM
Re: HP-UX 11i LAN/NFS server problem part II
So once the server is booted from ISL does lan0 come up? (ie,lanscan) Have you setup the /etc/rc.config.d/nfsconf & /etc/exports files correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:18 PM
12-20-2004 06:18 PM
Re: HP-UX 11i LAN/NFS server problem part II
After booting on single user mode, check for the following.
1) In /etc/rc.config.d/netconf check for the Interface State.. This should be up, if not make it up.
2)If u can use the system without using the NFS till bootingbis finished, do change as follows in nfsconf file in /etc/rc.config.d
NFS_CLIENT=0
NFS_SERVER=0
After changing these, boot in normal mode. Then check the network status and start the NFS server as follows
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start ( Only if you are using as NFS server)
/sbin/init.d/nfs.client start
Then try to NFS mount your NFS shares
Hope this helps
Rgds
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 11:39 PM
12-21-2004 11:39 PM
Re: HP-UX 11i LAN/NFS server problem part II
You have references in either the /etc/fstab or your automounter maps to NFS servers that you can't reach any more or there are IP or name resolution issues for those systems. Since lan0 was disabled its probable more of the case that you cant reach the NFS servers in question. You should get more details out of the /var/adm/syslog/syslog.log or OLDsyslog.log regarding which NFS servers are failing.
Disabling those services will allow you to boot and to troubleshoot the problem.
Todd