HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS configuration
Operating System - HP-UX
1833271
Members
3387
Online
110051
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
Go to solution
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
01-15-2007 06:52 PM
01-15-2007 06:52 PM
I have two servers
ServerA & directory a
and
Server B & directory b
I have to mount A:/a to B:/b using NFS.
Please let me know the step by step commands.
Thanks
ServerA & directory a
and
Server B & directory b
I have to mount A:/a to B:/b using NFS.
Please let me know the step by step commands.
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 07:25 PM
01-15-2007 07:25 PM
Solution
Assuming you are running the nfs.client
from /sbin/init.d on both machines.
You need to export privileges by creating
an exports file (see man exportfs) on the ServerA, and put inside this file:
/a -access serverB
and run exportfs -a from Server A
Then logon server B ,
but do not cd to directory /b !!!
(And /b should be empty dir )
And do:
mount -F nfs serverA:/a /b
or if version 3
mount -F nfs -o vers=3 serverA:/a /b
regards,
from /sbin/init.d on both machines.
You need to export privileges by creating
an exports file (see man exportfs) on the ServerA, and put inside this file:
/a -access serverB
and run exportfs -a from Server A
Then logon server B ,
but do not cd to directory /b !!!
(And /b should be empty dir )
And do:
mount -F nfs serverA:/a /b
or if version 3
mount -F nfs -o vers=3 serverA:/a /b
regards,
Look before you leap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 07:27 PM
01-15-2007 07:27 PM
Re: NFS configuration
Oh by the way , almost forgot:
the exports text file needs to be placed in the /etc directory of ServerA.
the exports text file needs to be placed in the /etc directory of ServerA.
Look before you leap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 07:31 PM
01-15-2007 07:31 PM
Re: NFS configuration
Praveen,
or you could use SAM.
Both parts (import/export) are under "Networking and Communications" -> "Networked File Systems"
You just export on Server A and import on Server B.
or you could use SAM.
Both parts (import/export) are under "Networking and Communications" -> "Networked File Systems"
You just export on Server A and import on Server B.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP