Operating System - HP-UX
1826282 Members
3762 Online
109692 Solutions
New Discussion

Can't mount HPUX 10.2 as root=machine from linux

 
Rick Jones_2
Occasional Advisor

Can't mount HPUX 10.2 as root=machine from linux

Hi Everyone,

I'm tring to mount an HPUX 10.2 (nfs v2) machine using the root option from a Suse Linux (v8.2) machine and it doesn't seem to take the root option into account and it works fine from another hpux machine.


I'm using the following to test it:


Server: exportfs -i -o root=ramsys33:ramsys00 /dummy

Both clients: mount server:/dummy /dummy


Files created using the hpux client have uid and gid of 0 but the linux machine created files have the uid and gid as "4294967294".

I'm new to Suse linux so I'm not sure if this is a limitation or not, or if I'm doing something wrong.

Any help would be appreciated -- Thanks

Rick

3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Can't mount HPUX 10.2 as root=machine from linux

Make sure nfs is running on the hp box.

ps -ef | grep nfs

Make sure patches are in and you are at nfs v3 if available on 10.20

check /etc/exports for errors/issues.

exportfs -av

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
T G Manikandan
Honored Contributor

Re: Can't mount HPUX 10.2 as root=machine from linux

Can you change the version for v3 on the hpux.
Linux by default use nfsv3.


Make changes in /etc/rc.config.d/nfsconf


MOUNT_VER=3
MOUNTD_VER=3

Restart the nfs server daemons.
Re-mount the file system on the linux client

REvert
T G Manikandan
Honored Contributor

Re: Can't mount HPUX 10.2 as root=machine from linux

Also the latest NFS patches

PHNE_17619
PHNE_17620
PHNE_17842

or latest of these patches


Revert