I Upgraded from HP TCPIP 5.7 to VSI TCPIP V6.0-25 on both AXP V8.4-L1 as IA64 V8.4-L3. After the upgrade the NFS client gets some weird problems with some (nat all!) of the NFS shares located on a Fedora 40 system. Looks like it does not see the files in the share directly after mounting (see example below) and only sees the after creating/entering/deleting a new directory. Ofcourse the share worked fine before the upgrade. What can be the problem?
This example shows the problem:
Code: Select all
$ tcpip mount dnfs0: jjjj jjjj /host=tudelft.nl/path="/usb" -
/system/uid=0/gid=0/acp=(max_work=1024)/timeout=::30/str=5
%TCPIP$DNFSMOUNT-S-MOUNTED, /usb mounted on _DNFS13:[000000]
$ set def jjjj:[000000]
$ dir
%DIRECT-W-NOFILES, no files found
$ set def [.joukj]
$ dir
%DIRECT-E-OPENIN, error opening JJJJ:[000000.JOUKJ]*.*;* as input
-RMS-E-DNF, directory not found
-SYSTEM-W-NOSUCHFILE, no such file
$ set def [-]
$ crea/dir [.tmp]
$ set def [.tmp]
$ set def [-]
$ dir
Directory JJJJ:[000000]
tmp.DIR;1
Total of 1 file.
$ del tmp.dir;
11-JUL-2024 08:38:55
$ set def [.joukj]
$ dir
Directory JJJJ:[000000.joukj]
vms_usb_backup.DIR;1
Total of 1 file.
$ set def [-]
$ dir
Directory JJJJ:[000000]
joukj.DIR;1 lost^+found.DIR;1
Total of 2 files.