- 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
11-19-2009 11:24 AM
11-19-2009 11:24 AM
Loaded software CD on my 11.11 workstation.
Tried with mount -F cdfs -o cdcase ... /cdrom
But that came out garbled with -1, so remounted using pfs_mount options. Now it's not garbled so I'm happy.
My /etc/exports file looks like this:
/cdrom -anon=2,ro
Did nfs mount from 11.23 PARisc using:
pfs_mount
...Mounts & looks fine...
Did nfs mount from 11.23 Itanium using:
pfs_mount
...Mounts & looks fine...
Did nfs mount from 11.31 Itanium using:
mount
...cause remember there is no pfs_mount on 11.31 Itanium
...Got message:
nfs mount
Any suggestions?
Thanks,
Rita
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 12:36 PM
11-19-2009 12:36 PM
Re: nfs mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 12:39 PM
11-19-2009 12:39 PM
Re: nfs mount problem
I think you gave up on mount options to soon.
pfs_mount does not exist on 11.31.
So you need to mount this thing with different options.
http://www.hpux.ws/?p=20
You may need to play, but it should be possible to do this.
Or use dd to copy the thing to disk and then mount it.
SEP
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
11-19-2009 12:49 PM
11-19-2009 12:49 PM
Re: nfs mount problem
I did tried mounting it like that using:
mount -F cdfs -o cdcase /dev/dsk/... /cdrom
It mounts all garbled with the -1 and the filenames all CAPS with 1 at the end. Can't use it to load software from. Can't even open a file with it like that.
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 02:53 PM
11-19-2009 02:53 PM
Re: nfs mount problem
Can you say what kind of sofware we are talking about. I might find something on the provider website.
/etc/exports
/cdrom -anon=2,ro
explicitly permit root mount in there.
/cdrom -root=mngp01
By default root mounts on nfs shares are rejected. Security. Feh.
SEP
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
11-19-2009 03:03 PM
11-19-2009 03:03 PM
SolutionYou shouldn't need to use the nasty pfs_mount junk any more. You should, with a well patched 11.11 system, be able to use the rock ridge extensions by doing a 'mount -o rr'. I think this should solve your problem.
I have no 11.31 server to I'm not sure about your NFS issue, but try the '-o rr' and see if that helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 03:12 PM
11-19-2009 03:12 PM
Re: nfs mount problem
Forum search for:
mount CD-ROM
should have found. One example:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1215516
> [...] software CD [...]
Not a very detailed description. Whose
software?
> [...] garbled with -1 [...]
Not a very helpful description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 04:37 PM
11-19-2009 04:37 PM
Re: nfs mount problem
The last thing, in my opinion, you want is to use the brittle, obsolete, Portable File System (PFS) mechanism.
I would do yourself a favor and install (with a reboot) the following for 11.11:
PHKL_26269
PHKL_37535
PHCO_25841
Once installed, you can forever forget about the 'pfs_mount' and do:
# /usr/sbin/mount -F cdfs -e -o ro,cdcase /dev/dsk/cXtYdZ /cdrom
...and dispense with needing to run some of the NFS daemons, too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 04:26 AM
11-20-2009 04:26 AM
Re: nfs mount problem
To answer:
The garbled was that it was not only showing owner/group as -1, but the files showed as all caps with -1 extension. The files could not even be opened to read.
With that said, my extra mounting options using the cdcase (as I call it) version were obviously lacking. But on the good side, Jim, I actually already had those patches in my 11.11 workstation. So I took down the pfs_mount and the other nfs connections to it and remounted using the syntax provided.
....the other two still remote mount fine, but when I try ran:
mount
...now I got:
nfs mount /cdrom Device busy
But when I did:
mount
it worked.
So I removed the dir /cdrom and then re-created it. Umounted /SD_CDROM and retried the nfs mount from /cdrom to /cdrom and it worked.
Points a coming!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 04:28 AM
11-20-2009 04:28 AM
Re: nfs mount problem
Kindest regards to all!
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 07:38 AM
11-20-2009 07:38 AM
Re: nfs mount problem
Feel free to ping me if you need me to look at something urgently: dave.olker@hp.com.
Cheers,
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
11-23-2009 08:52 AM
11-23-2009 08:52 AM
Re: nfs mount problem
Turns out the mount options used above do work and the mount command does appear to work for NFS. But when I went out to my 11.31 NFS client and ran 'll' it hangs, never to shows anything as mounted.
The interesting thing is...the NFS mount is actually there! I ran (from the 11.31 client side) to install from the NFS host to the 11.31 NFS client and lo and behold, it installed just fine on the client. No delay, no hangs.
But you simply can not see the NFS filesystem at all on the client side.
Now Mr. Olker (our NFS Guru...) was able to recreate the problem and came up with the following suggestion:
The quick workaround for you would be to mount the filesystem using the â readdirâ mount option. This disables READDIRPLUS for this mount point and falls back to the previous behavior of sending READDIR and LOOKUP calls instead.
He says he will see about sending this up to the lab to address.
So, Mr. Olker, just stop by and add any additional information for folks, should they run into this....and the 10 points are yours!!
Many Thanks Dave,
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2009 10:04 AM
11-23-2009 10:04 AM
Re: nfs mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2009 01:52 PM - last edited on 06-23-2021 05:57 AM by Ramya_Heera
11-23-2009 01:52 PM - last edited on 06-23-2021 05:57 AM by Ramya_Heera
Re: nfs mount problem
Here's what I've found so far...
The reason why the "ls" command stops responding is because the 11i v3 client gets into a loop calling the same READDIRPLUS call over and over again. It retrieves the first portion of the remote directory contents but never advances its pointer to request the next chunk of the directory. Instead a network trace shows the same request for the first part of the directory contents over and over again.
What's interesting is this same problem happens with Solaris 10 clients. I used the very latest Solaris 10 bits to build a client and I get the identical behavior from that box.
When I use an 11i v3 client running an older version of ONCplus (11.31.04) I don't see this problem, so this makes me think we inherited this problem when we ported the ONC 2.5 client code as part of ONCplus 11.31.06. Sure enough, when I install ONCplus 11.31.06 on my test system the ls command stops responding.
I've submitted a CR for this problem so we'll look into this further. In the mean time, the best solution for this problem is to mount the NFS filesystem with the "readdir" option, which effectively disables READDIRPLUS for that filesystem.
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
12-02-2009 07:32 AM - last edited on 06-23-2021 06:37 AM by Ramya_Heera
12-02-2009 07:32 AM - last edited on 06-23-2021 06:37 AM by Ramya_Heera
Re: nfs mount problem
Update: this problem has been root-caused to being a defect in the CDFS code. The problem is fixed in the 11.31 patch PHKL_40531:
( QX:QXCR1000940411 )
The following symptoms are seen on a NFS client:
1. ls(1) or ll(1) command stops responding on a NFS mount point
exported from a CDFS filesystem.
Unfortunately this doesn't help Rita because her server is running 11.11. I've got a call into the CDFS lab to find out if they have plans to roll this fix back to 11.11 and 11.23. I'll update here when I hear something.
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]
