- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nfs mount problem
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-08-2003 09:37 PM
10-08-2003 09:37 PM
nfs mount problem
I've a problem mounting a nfs fs.
If I do
mount itsap01:/ndm/GentranSource /users/ediadm/GentranSource
I have this error
nfs mount: get_fh: itsap01/ndm/GentranSource: server not responding : RPC: Timed out
itsap01 is a rilocable server in SG cluster.
If specify i.p of itsap01 dosen't work ; If i specify i.p. of itsap02 ( phisicall server ) it works .
Any suggest ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 10:01 PM
10-08-2003 10:01 PM
Re: nfs mount problem
Does "nslookup itsap01" return a sensible answer ?
Likewise "nslookup i.p of itsap01 " ?
DO they match ?
Can you telnet/ping to either/both ?
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 10:20 PM
10-08-2003 10:20 PM
Re: nfs mount problem
If this is the case then the only thing I can see that might be an issue, bearing in mind it works from itsap02, is routing. Try loging onto itsap01 and see if you can ping/traceroute/telnet back to the machine you are logging in to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 01:16 AM
10-09-2003 01:16 AM
Re: nfs mount problem
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 01:27 AM
10-09-2003 01:27 AM
Re: nfs mount problem
Is the exportfs contained in the package control script, or do you run it after the package control script has brought up the package?
We have code in our MC/SG scripts to export filesystems. I think it came with the SAP for MC/SG tool kit. I'm not sure if it's part of standard MC/SG, but maybe others can help you there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 01:32 AM
10-09-2003 01:32 AM
Re: nfs mount problem
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 02:59 AM
10-09-2003 02:59 AM
Re: nfs mount problem
ok Sanjay ; I believe you're right .. but what can i do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 03:22 AM
10-09-2003 03:22 AM
Re: nfs mount problem
I wan't able to find any solution. We ended up using the server ip address to nfs mount the filesystem on the client. What we did was added the package control script to page the admin every time the package is bounced, This way the Admin is aware that he may have to take manual action to nfs mount the filesystem if the package bounced to the alt node. In case the package was just shutdown and restarted on the same server, the admin may not have to do anything since the nfs client would be looking for the mount and would automatically mount the nfs exported filesystem.
The problem we ran into was the NAL (Network Address translation) on the F5 load balancer side and that was the reason the nfs server reply was being rejected.
Hope this helps.
Regds
Sanjay