HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Exporting File System with Root Access to Anot...
Operating System - HP-UX
1833994
Members
2348
Online
110063
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
05-16-2001 09:55 AM
05-16-2001 09:55 AM
We have been hearing discussion that if a file system is exported (in the control file for the package) with root privileges to another system (example: XFS[1]="-o access=servers, root=serverxx") and serverxx is not found in the host table that the package will not start successfully. Does anyone know if this is true?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 10:47 AM
05-16-2001 10:47 AM
Re: Exporting File System with Root Access to Another System
Sheila,
You may want to open a ticket with HP to get this answered quicker.
Good Luck!
You may want to open a ticket with HP to get this answered quicker.
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 10:56 PM
05-16-2001 10:56 PM
Solution
If you specify a line like
XFS[0]="-o aceess=hosts,root=host1 /export/sapmnt/SAP01"
in your NFS control script, and the address of host1 cannot be resolved, the "exportfs -i" command in the package control script function export_fs() will fail with an error (exportfs error: host1: unknown host).
As you can see in the package control script, any error returned by exportfs will prevent the package from starting.:
function export_fs
{
for I in "${XFS[@]}"
do
while :
do
EXPORTERROR=`exportfs -i $I 2>&1`
[...]
if [[ -n "$EXPORTERROR" ]] ; then
print "$EXPORTERROR"
print "\tERROR: Function export_fs"
print "\tERROR: Failed to export $I"
un_export_fs
halt_nfs_services
nfs_defined_halt_cmds
umount_fs
deactivate_volume_group
exit 1
[...]
Carsten
XFS[0]="-o aceess=hosts,root=host1 /export/sapmnt/SAP01"
in your NFS control script, and the address of host1 cannot be resolved, the "exportfs -i" command in the package control script function export_fs() will fail with an error (exportfs error: host1: unknown host).
As you can see in the package control script, any error returned by exportfs will prevent the package from starting.:
function export_fs
{
for I in "${XFS[@]}"
do
while :
do
EXPORTERROR=`exportfs -i $I 2>&1`
[...]
if [[ -n "$EXPORTERROR" ]] ; then
print "$EXPORTERROR"
print "\tERROR: Function export_fs"
print "\tERROR: Failed to export $I"
un_export_fs
halt_nfs_services
nfs_defined_halt_cmds
umount_fs
deactivate_volume_group
exit 1
[...]
Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
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