Operating System - HP-UX
1752782 Members
6737 Online
108789 Solutions
New Discussion юеВ

Problem with HP-UX10.20 client and Linux Server NFS getcwd()

 
watanabe_2
New Member

Problem with HP-UX10.20 client and Linux Server NFS getcwd()

Server Linux(RH7.3)
Client HP-UX10.20

I mount Linux NFS directory.
Mount is no problem, but "pwd" command doesn't work.

I know PHCO_17381 getcwd() problem. But my machine exactly same problem this.
# mount /stand /stand/lofs
# cd /stand/lofs/build
# pwd
/build
It's seemed only by the NFS mount directory of Linx.
Other NFS mount directories(HP-Server) worked fine!

The machine has already patched PHCO_23684. So I tried new one PHCO_25640, but problem can't fix. (Of course, I reboot the machine)

I need any other paches ? Please help!
3 REPLIES 3
Ravi_8
Honored Contributor

Re: Problem with HP-UX10.20 client and Linux Server NFS getcwd()

Hi,

could you mount on different mount point other than /stand/lofs
never give up
watanabe_2
New Member

Re: Problem with HP-UX10.20 client and Linux Server NFS getcwd()

Thanks for response.

Sorry!
-- This is sample in PHCO_17381 --
# mount /stand /stand/lofs
# cd /stand/lofs/build
# pwd
/build
----------------------------------

My machine's setting.

-- Write on /etc/fstab --
S01:/home /S01 nfs rw,suid,intr,retry=4 0 0
-------------------------
-- Status of mount command --
/S01 on S01:/home defaults on Mon Nov 25 13:28:00 2002
-----------------------------
S01:Linux Server

Need more information ?
watanabe_2
New Member

Re: Problem with HP-UX10.20 client and Linux Server NFS getcwd()

I can fix this problem.

I changed "/etc/rc.config.d/nfsconf"
MOUNTD_VER=2
MOUNT_VER=2
Then works fine!

I already patched PHNE_25234 and other patches. So I don't know why the machine can't support PV3.

Bye.