GreenLake Administration
Operating System - HP-UX
1847205
Members
3045
Online
110263
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
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
09-30-2008 08:03 AM
09-30-2008 08:03 AM
Hello ,
I need to export a directory from a hpux server with ro and root access to a particular system. i have done this many times before..in th eprevios version..how do i do this in hpux 11.23
thanks much in advance
I need to export a directory from a hpux server with ro and root access to a particular system. i have done this many times before..in th eprevios version..how do i do this in hpux 11.23
thanks much in advance
Learning ...
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 09:19 AM
09-30-2008 09:19 AM
Solution
hi,
edit file /etc/exports and add the line:
/path_to_export -ro,root=remote_hostname
next check your server is configured as a nfs server, see the variable NFS_SERVER in file /etc/rc.config.d/nfsconf
If this variable is 1, nfs daemons should be already running, if 0 change it and run:
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
to activate the export run exportfs -a
When you will reboot the system your exports will be available automatically.
To check what you are exporting run
exportfs
hope it helps
edit file /etc/exports and add the line:
/path_to_export -ro,root=remote_hostname
next check your server is configured as a nfs server, see the variable NFS_SERVER in file /etc/rc.config.d/nfsconf
If this variable is 1, nfs daemons should be already running, if 0 change it and run:
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
to activate the export run exportfs -a
When you will reboot the system your exports will be available automatically.
To check what you are exporting run
exportfs
hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 09:27 AM
09-30-2008 09:27 AM
Re: file
Hi Navin,
I don't think there is difference in 11.23 and previous versions related to /etc/exports file entry.
Put the following entry on nfs server(/etc/exports)
-ro,root=
Start the nfs services and export it.
Then mount on client and check.
I don't think there is difference in 11.23 and previous versions related to /etc/exports file entry.
Put the following entry on nfs server(/etc/exports)
Start the nfs services and export it.
Then mount on client and check.
Best wishes,
Ganesh.
Ganesh.
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 2026 Hewlett Packard Enterprise Development LP