- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error NFS server (pid570@/net) not responding ...
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
07-16-2008 09:56 AM
07-16-2008 09:56 AM
Error NFS server (pid570@/net) not responding still trying
I changed the IP number of the Network Interface and when initialize HP-UX get this error "NFS server (pid570@/net) not responding still trying" and the system remain trying and nothing.
What do I do?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2008 11:46 AM
07-16-2008 11:46 AM
Re: Error NFS server (pid570@/net) not responding still trying
/etc/hosts
/etc/rc.config.d/netconf
/etc/rc.config.d/nfsconf
/etc/exports
DNS maps in your DNS server
If you make any changes in any of the files above, ensure that you update the service that is related to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 07:32 AM
07-18-2008 07:32 AM
Re: Error NFS server (pid570@/net) not responding still trying
Does this system even use Automount/AutoFS? If not, you can simply disable it and never see this message again. I'm not sure which version of HP-UX you're running, but the method of disabling the automounter is nearly the same on all versions - set the AUTOFS variable to 0 in the /etc/rc.config.d/nfsconf file.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 07:46 AM
07-18-2008 07:46 AM
Re: Error NFS server (pid570@/net) not responding still trying
If you have changed the IP adress of the NFS server you'll need to unmount and mount again your NFS filesystems.
Regards,
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2008 04:21 AM
07-20-2008 04:21 AM
Re: Error NFS server (pid570@/net) not responding still trying
If you have changed the IP address, then you first make sure you can resolve the name resolution/reverse lookup from both server and client.
Try ping from both ends and if you get issues make sure that you updated all the config files.
From the server side, it is better to re-run the exportfs command.
As Pedro said, from the client side, try to unmount the FS and re-mount it.
regards.