Operating System - HP-UX
1825805 Members
2573 Online
109687 Solutions
New Discussion

Re: mount nfs filesystem on third system

 
Shelby K
Occasional Contributor

mount nfs filesystem on third system

Here is the scenario. I have an ignite-ux server which does not have enough disk space available on local disks to use as recovery archive area. I have space available on a NetApp Filer that I can use. Space from the NetApp Filer is available as as an nfs exported FS (NAS). Is it possible to somehow re-export the NFS filesystem from the ignite-ux server to the client from which make_net_recovery is run?
5 REPLIES 5
Peter Nikitka
Honored Contributor

Re: mount nfs filesystem on third system

Hi,

though replicated NFS-mounts are possible under Linux, it is not an available feature at HP-UX (at least till 11iv2).
But the solution to your request could be an appropriate automount entry, where /var/opt/ignite/... is mapped to your NetApp.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Steven E. Protter
Exalted Contributor

Re: mount nfs filesystem on third system

Shalom,

If the rights are loose enough it is theoretically possible for your Ignite server to export a filesystem its mounted on NFS.

In general though, in practice, I've not been able to do this. In order for the export to work, the HP-UX system needs full read right access.

Then you have to mount it.

Then you have to export it.

You may run into trouble when you try the export and will need to post the error message you receive.

If its possible for the Ignite client to directly mount the NAS device via NFS, this might be more easily accomplished.

All the Ignite server MUST have is the boot files. Ignite boots its clients via tftp transfer of a boot image.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Shelby K
Occasional Contributor

Re: mount nfs filesystem on third system

Thank you for your replies. I found a work-around after reading the Ignite documentation again. There is an option to mount a third system NFS filesystem for storing the recovery archive, when running make_net_recovery (or from the Ignite GUI). For make_net_recovery use the -a option.
Dave Olker
Neighborhood Moderator

Re: mount nfs filesystem on third system

Hi Shelby,

On HP-UX, and most other NFS implementations, it is not possible for an NFS client to mount a filesystem from a server and then re-export that filesystem to other clients. This is considered a security violation and the exportfs command should return an error similar to "too many levels".

One of the basic tenets of NFS security is the server decides who gets access to the filesystem. If clients were able to mount a remote filesystem and then *the client* got to decide which systems were allowed to mount it then the security model breaks down.

Regards,

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]
Accept or Kudo
Shelby K
Occasional Contributor

Re: mount nfs filesystem on third system

Thank you for your replies. I found a work-around after reading the Ignite documentation again. There is an option to mount a third system NFS filesystem for storing the recovery archive, when running make_net_recovery (or from the Ignite GUI). For make_net_recovery use the -a option.