- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up NFS
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-2006 09:15 PM
11-19-2006 09:15 PM
I need to set up NFS on an HP server (10.20), pointing to a Solaris server (on the same network).
I am not very familiar with NFS, except for the vfstab entries. I know there are NFS daemons, and that I need to somewhere "allow" the NFS mounts I want to set up (server/directory?)
What are the files I need to set up (and daemons to start), for my NFS to work ?
Dirk
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 09:36 PM
11-19-2006 09:36 PM
SolutionStandard note: HP-UX 10.20 is out of support.
NFS is core to the OS functionality.
/etc/rc.config/nfsconf
Contains the start parameters for NFS. If the HP-UX machine is to be a server make sure the NFS_SERVER variable is set to 1.
To manually start nfs server:
/sbin/init.d/nfs.server start
The configuration control file is /etc/exports
To share /tmp
/tmp *(rw,async)
# shares /tmp read write asyncronous write mode. All hosts (*)
/home galactica(ro)
# Shares /home read only, only to the host named galactica
exportfs -av
#re-exports nfs shares without restarting the NFS daemons.
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-2006 10:52 PM
11-19-2006 10:52 PM
Re: Setting up NFS
Thank you very much for the reply (with example) - very easy to understand
Much appreciated.
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 11:13 PM
11-19-2006 11:13 PM
Re: Setting up NFS
Do not forget to assign steve points for that excellent answer, is the way that we show appreciation in this community.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 12:36 AM
11-20-2006 12:36 AM
Re: Setting up NFS
Sorry for posts I have not given points to yet. This is a hectic shop I'm in, and some of my problem tasks I have not completed yet.
And also apologies if I sometimes ask stupid questions, but due to the pressure here, I often get answers from the forum before I find them in the manuals.
Thanks everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 08:12 PM
11-20-2006 08:12 PM
Re: Setting up NFS
I tried using SAM to do the NFS mount for me, but when I type in the remote host name, I get the error: RPC_PROG_NOT_REGISTERED
I did some searching on Google, but so far everything looks ok to me. (from what I could find: rpc.mountd started, nfsd started)
I must still be missing something here.
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 04:44 AM
11-28-2006 04:44 AM
Re: Setting up NFS
Did you get this working or do you still need help?
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]
