- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: NFS file system sharing in HP-UX 11.11
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
10-09-2012 03:15 AM
10-09-2012 03:15 AM
NFS file system sharing in hp-ux 11.11
source server
os-hp-ux 11.11
mount point to be share
/oracle
/oraclebin
destinanation server
os-hp-ux 11.11
i want to share the /oracle and /oraclebin two mount via NFS share to destination server .
so what type of permission to be set in source server and how to export the file system to destination server. i need step by step procedure pls help me.
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-2012 06:49 AM
10-09-2012 06:49 AM
Re: NFS file system sharing in hp-ux 11.11
Hi Rajesh,
if you already have dfs (/etc/dfs), then follot the steps described in
http://docstore.mik.ua/manuals/hp-ux/en/5992-4616/ch03s07.html
The interesting sections starts after the first image.
Otherwise, export the directories in /etc/exports (see man exports):
<directory to share> -access=client1,client2;root=client1,client2
access limits the clients, that are allowed to mount.
root allows for the listet servers, that root on the mounting server has root-permissions on the exporting server. Normaly root would be given "nobody" permissions.
Have you activated NFS server and NFS client (see the link above and your manpages)
Bye
Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-2012 07:05 AM
10-09-2012 07:05 AM
Re: NFS file system sharing in hp-ux 11.11
Have you reviewed the NFS Admin Guide for 11.11?
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02037577/c02037577.pdf
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-2012 09:28 AM
10-09-2012 09:28 AM
Re: NFS file system sharing in HP-UX 11.11
>so what type of permission to be set in source server and how to export the file system to destination server.
Do your users on both machines have the same UID/GID?
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP