- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- NFS server problem with Solaris 9 client readdir
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
09-26-2004 10:48 PM
09-26-2004 10:48 PM
No such problem with TCPIP V5.1, or with Solaris 8 and any TCPIP version.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 11:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 11:31 PM
09-26-2004 11:31 PM
Re: NFS server problem with Solaris 9 client readdir
mount -o vers=2 fixes the problem.
Great !!!
Is there any patch available (either Solaris or TCPIP 5.4) to fix it without the "vers=2" turn-around ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 11:43 PM
09-26-2004 11:43 PM
Re: NFS server problem with Solaris 9 client readdir
TCP/IP 5.4 ECO 2 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 02:13 AM
09-27-2004 02:13 AM
Re: NFS server problem with Solaris 9 client readdir
Thanks anyway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 09:10 PM
09-27-2004 09:10 PM
Re: NFS server problem with Solaris 9 client readdir
TCP/IP Engineering is aware of the problem.
A workaround given by them is to use
the directory and name caches :
With ovms_xqp_plus_enabled = 0
# ls - hangs
With ovms_xqp_plus_enabled = 7
# ls - DOES NOT hang - works as expected
To show ovms_xqp_plus_enabled:
$ tcpip sysconfig -q nfs ovms_xqp_plus_enabled
nfs:
ovms_xqp_plus_enabled = 0
And to set ovms_xqp_plus_enabled:
$ tcpip sysconfig -r nfs ovms_xqp_plus_enabled=7
ovms_xqp_plus_enabled: reconfigured
$ tcpip sysconfig -q nfs ovms_xqp_plus_enabled
nfs:
ovms_xqp_plus_enabled = 7
For more information on the File Name Cache
see :
http://h71000.www7.hp.com/doc/732final/6526/6526pro_047.html#troub_nfs_file
excerpt :
In addition, you can also use the NFS sysconfig attribute ovms_xqp_plus_enabled to modify the behavior of the NFS server to take advantage of the directory and name caches. This attribute is specified as a bit mask. The default value is 0, or OFF.
The following list describes the mask values:
1 (open directory on LOOKUP)
When an NFS LOOKUP operation is performed on a directory, the directory is accessed. This allows subsequent operations to use the directory cache. If the name cache is enabled, entries will be posted to it.
2 (open directory on READDIR)
When an NFS READDIR operation is received, the directory is accessed. This allows subsequent operations to use the directory cache.
4 (open file on GETATTR)
When the attributes of a file subject to record format conversion are read and the MODUS_OPERANDI mask 512 is enabled, the file's true size (that is, its converted size) is to be returned. If this option is enabled, then the access to convert the file will be cached for up to the number of seconds specified by the subsystem attribute vnode_age . If the ODS name cache is also enabled, the size and conversion information will be retained in the ODS cache until either the file is deleted or the entry is replaced by another, subject to the LRU behavior.
Obtain a combination of choices by adding the desired values. For example, enter 7 for a combination of the three.
When directory caching is enabled, the system must be configured to be able to handle the increased directory cache requirements. The following SYSGEN parameters may need to be increased, depending on the maximum number of files that the NFS server may access at any given time. This maximum is determined by the FILLM quota of the NFS$SERVER account and the SYSGEN parameter CHANNELCNT .
Hth,
/HF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 09:34 PM
09-27-2004 09:34 PM
Re: NFS server problem with Solaris 9 client readdir
May be I did something wrong :
1. Start NFS server
2. Execute "tcpip sysconfig -r nfs ovms_xqp_plus_enabled=7". Got the message "ovms_xqp_plus_enabled: reconfigured"
3. "mount vmsnode:/share /mnt" on Solaris client.
4. "ls /mnt" on Solaris client hangs.
Back to "-o vers=2" option ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 09:54 PM
09-27-2004 09:54 PM
Re: NFS server problem with Solaris 9 client readdir
Can you open a call with the French CSC ?
/HF