HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RPC/NFS problems
Operating System - HP-UX
1839589
Members
2402
Online
110151
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-22-2003 09:02 PM
06-22-2003 09:02 PM
RPC/NFS problems
I have a C3600 running HP-UX 10.20 which is persistantly getting errors when doing NFS mounts during bootup.
When the NFS client starts the following is recorded in rc.log:
mounting remote NFS file systems ...
:: RPC_PMAP_FAILURE - RPC_TIMED_OUT
FAILURE CODE: 1
> Mount failed! Possible local filesystem mount.
> If local filesystem, then nfs.server will mount it.
After the system has finished booting however the NFS fielsystem can be mounted without error. The NFS server is a netapps box on a different subnet. The box is connected to a CISCO switch and we found that if PORTFAST is set on the error is avoided some of the time. The only thing PORTFAST does is if the controller drop carrier is prevents a spanning tree rebuild in the switch which takes about 50 seconds. But even so, this does not stop the error all the time. However, the network folks are not keen to have PORTFAST set on.
If the delay caused by the spaning tree rebuild is causing the RPC errors, the RPC timeout must be very short or am I missing something here?
When the NFS client starts the following is recorded in rc.log:
mounting remote NFS file systems ...
FAILURE CODE: 1
> Mount failed! Possible local filesystem mount.
> If local filesystem, then nfs.server will mount it.
After the system has finished booting however the NFS fielsystem can be mounted without error. The NFS server is a netapps box on a different subnet. The box is connected to a CISCO switch and we found that if PORTFAST is set on the error is avoided some of the time. The only thing PORTFAST does is if the controller drop carrier is prevents a spanning tree rebuild in the switch which takes about 50 seconds. But even so, this does not stop the error all the time. However, the network folks are not keen to have PORTFAST set on.
If the delay caused by the spaning tree rebuild is causing the RPC errors, the RPC timeout must be very short or am I missing something here?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2003 09:13 PM
06-22-2003 09:13 PM
Re: RPC/NFS problems
1) check /etc/fstab for consistency and correctness of mounts.
2) Make sure you are up to date on NFS patches.
3) A word on Cisco switches and HP boxes.
HP NIC's don't like Cisco switches set to auto negotiate. All kinds of nasty things happen and the connections are not reliable.
Have the Cisco admin set the port to the HP NIC's expected settings. If thats 100 BaseT Full Duplex, have him/her do it explicitly.
After thats done, boot the HP box and check this command.
lanadmin -x 0
Replace the 0 with the actual number of the NIC in question. See if that matches spec. If not, hard code the expectations in one of the following files, depending on what kind of card you have.
/etc/rc.config.d/hpbtlanconf (not likely).
/etc/rc.config.d/hpgslanconf (not sure of the spelling but its documented).
Interesting situation you have, make sure you post the solution when you get there.
SEP
2) Make sure you are up to date on NFS patches.
3) A word on Cisco switches and HP boxes.
HP NIC's don't like Cisco switches set to auto negotiate. All kinds of nasty things happen and the connections are not reliable.
Have the Cisco admin set the port to the HP NIC's expected settings. If thats 100 BaseT Full Duplex, have him/her do it explicitly.
After thats done, boot the HP box and check this command.
lanadmin -x 0
Replace the 0 with the actual number of the NIC in question. See if that matches spec. If not, hard code the expectations in one of the following files, depending on what kind of card you have.
/etc/rc.config.d/hpbtlanconf (not likely).
/etc/rc.config.d/hpgslanconf (not sure of the spelling but its documented).
Interesting situation you have, make sure you post the solution when you get there.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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-22-2003 09:24 PM
06-22-2003 09:24 PM
Re: RPC/NFS problems
fstab is OK, after the boot a mount -a will fill in the missing mounts (and not all NFS mounts go missing). The ports on the CISCO not autonegotiate and match the HP box. Unless there is something new all the right patches should be on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2003 09:44 PM
06-22-2003 09:44 PM
Re: RPC/NFS problems
Since you're HP box is 10.20, you're using UDP protocol for NFS. You're router may be having issues with routing the UDP datagrams.
Also, and this may be more likely, you should check the OS version on the NetApps box, and check with NetApps to see if there are any issues.
Finally, as a possible workaround, try pinging the NetApps box just prior to running the NFS mount scripts.
Also, and this may be more likely, you should check the OS version on the NetApps box, and check with NetApps to see if there are any issues.
Finally, as a possible workaround, try pinging the NetApps box just prior to running the NFS mount scripts.
Remember, wherever you go, there you are...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP