- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mounting
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-06-2001 02:12 PM
11-06-2001 02:12 PM
NFS mounting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 02:15 PM
11-06-2001 02:15 PM
Re: NFS mounting
This can be set to start automatically on the unix box by changing the value in /etc/rc.config.d/nfsconf.
Then do a /sbin/init.d/nfs stop
/sbin/init.d/nfs start
That is assuming you don't actually have any other current NFS mounts.
Otherwise just start pcnfsd with whatever options you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 02:18 PM
11-06-2001 02:18 PM
Re: NFS mounting
I forgot to add that options can be specified in /etc/pcnfsd.conf
usually it's only used for printing, but it can also be used to mounting from client machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 02:20 PM
11-06-2001 02:20 PM
Re: NFS mounting
You may want to take a look at the thread below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=38eb8912199ff2101f/screen=ckiDisplayDocument?docId=200000015504790
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 02:21 PM
11-06-2001 02:21 PM
Re: NFS mounting
Here is another useful thread,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=38eb8912199ff2101f/screen=ckiDisplayDocument?docId=200000048086808
Hope this helps too,
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 02:27 PM
11-06-2001 02:27 PM
Re: NFS mounting
Are all the nfs client processes running on the hpux box?? Also, check the
directory to which you are trying to mount, in case anybody is using it or cd''ed to it.
There are also patch issues related with mounting NFS exported devices/filesystems.
Another check is to see whether root belongs to more
than eight groups.
Regarding nfskd daemon, i don't think it''s being used by 11.x , even though it is
running as a daemon under ppid 0 , meaning it cant be
killed.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 02:34 PM
11-06-2001 02:34 PM
Re: NFS mounting
mount
This works fine with the 10.20 box, but not with the 11i box. Also when I grep for nfs on the 10.20 box, I do not see a nfskd running. Could nfskd be causing the permission problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 02:47 PM
11-06-2001 02:47 PM
Re: NFS mounting
You need to specify
the type of filesystem
in the mount command, otherwise it will try to
pick it from /etc/fstab or /etc/default/fs . if the
fstab file does not have a matching entry, it may not work as expected.
Also make sure all the nfs daemons are running. If necessary, stop and restart them on the 11.x box.
<
No. nfskd is a new addition to 11.x and is not present
in 10.20. It is a kernel level process and supposedly will be put to use in the future. But, i doubt it has anything to do with your problem.
Make sure you are able to
mount it from 10.20 (now),
just to rule out any issue with the PC server.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 07:32 PM
11-06-2001 07:32 PM
Re: NFS mounting
1) pcnfsd can be started from the /sbin/init.d/nfs.server startup script
by setting the PCNFS_SERVER variable to 1 in /etc/rc.config.d/nfsconf,
or from the inetd daemon (see inetd(1M)).
2)It reads the configuration
file /etc/pcnfsd.conf, if present, and services RPC requests directed
to program number 150001.
3) The pcnfsd daemon now supports version 1
and version 2 of the PCNFSD protocol.
4) After editing the /etc/rc.config.d/nfsconf file and rebooting the system, pcnfsd will now run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 10:32 PM
11-06-2001 10:32 PM
Re: NFS mounting
1.try mounting the file system as read only as it is a cd .
mount -o ro
2.I probably feel that you do not have premissions for the parent directory of your cd .Just try mounting e/rational or e/netscape
ex,
mount -o ro xx.xx.xx.xx:e/rational /cdrom
Thanks