HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFs MOUnting
Operating System - HP-UX
1825693
Members
3201
Online
109686
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
05-07-2002 02:01 PM
05-07-2002 02:01 PM
NFs MOUnting
I,m trying to Mount the NFs Volume From a NFS server, after Ensuring thtat the NFs Server& clents are runnig and The Mounting Idr is exported with anaon permission and adding the Nfs Client Ip and username .
But In a Different subnet over a Vpn Wan Link , when i try to mountthe NFs Client throws an error "RPC timed Out "
So i checked and found the rpc services are runnig .. is it Because the port 111-rpc-tcp may be blocked on the firewall.. will opening the port for this particular Ip(nfs Client) to access will Solve My problem.
could any one update me on this ..
Thanx In ADvance ..
regards
ASif
But In a Different subnet over a Vpn Wan Link , when i try to mountthe NFs Client throws an error "RPC timed Out "
So i checked and found the rpc services are runnig .. is it Because the port 111-rpc-tcp may be blocked on the firewall.. will opening the port for this particular Ip(nfs Client) to access will Solve My problem.
could any one update me on this ..
Thanx In ADvance ..
regards
ASif
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 02:22 PM
05-07-2002 02:22 PM
Re: NFs MOUnting
Hello Asif,
since you mentioned a WAN connection, try to use the NFS-mount options "rsize=1024,wsize=1024". The default of 8192 bytes is way too high for a WAN link - every single-bit failure causes ALL 8192 bytes to be re-transmitted, which is a killer for your WAN link (and hence you get timeouts).
1024 bytes is still high for some WAN connections, but samller packet sizes kill NFS...
Do you really need NFS over WAN? How about using FTP or even better RSYNC:
http://rsync.samba.org
HTH,
Wodisch
since you mentioned a WAN connection, try to use the NFS-mount options "rsize=1024,wsize=1024". The default of 8192 bytes is way too high for a WAN link - every single-bit failure causes ALL 8192 bytes to be re-transmitted, which is a killer for your WAN link (and hence you get timeouts).
1024 bytes is still high for some WAN connections, but samller packet sizes kill NFS...
Do you really need NFS over WAN? How about using FTP or even better RSYNC:
http://rsync.samba.org
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 12:39 AM
05-08-2002 12:39 AM
Re: NFs MOUnting
I surely hope you are talking about NFS/TCP implementation as NFS over WAN in UDP environments isn't supported at all due to the timeout constrains , if it is TCP them you would have to look wether the link is fast enough and perhaps look at the timeout values for the NFS itself within the mount command (see the man pages of mount_nfs), there is a very good cookbook on nfs setup available on this website
http://docs.hp.com
http://docs.hp.com
...knowing one ignores a greath many things is the first step to wisdom...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 08:25 PM
05-08-2002 08:25 PM
Re: NFs MOUnting
hi,
Use NFS over TCP in firewall environments as UDP creates a lot of problems in firewall environments.
The server should have NFS over TCP running.
The entry for nfsd 2049/tcp should be present in /etc/services
Open port 2049 TCP in the firewall. And in the client side , use mount command with -proto option with tcp as argument.
regards,
U.SivaKumar
Use NFS over TCP in firewall environments as UDP creates a lot of problems in firewall environments.
The server should have NFS over TCP running.
The entry for nfsd 2049/tcp should be present in /etc/services
Open port 2049 TCP in the firewall. And in the client side , use mount command with -proto option with tcp as argument.
regards,
U.SivaKumar
Innovations are made when conventions are broken
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP