Have setup a new SLES 11 sp2 server (VMWare) - pretty vanilla configuration. Installed NCPFS (2_2_6_147_16_x86_64) to be able to create connection to NetWare 6.5 sp8 server’s volume so I can access a Groupwise domain database. Am using admin credentials for the time being. Using following ncpmount command:
ncpmount -S 10.0.0.33 -A oak.domainname.com -U .admin.oname -V Vol1 /mnt/gw/domain/primary
I am prompted for admin p/w and then the connection is made and I can see everything on Vol1 via the mount point. Some time later (and this can vary from a few minutes to an hour or more) the connection is lost and when I try to access the mount point I get an “input/output error”. If I then umount and ncpmount again, the connection comes back but will again be lost after a period of time. What can be done to ensure I can maintain a solid, reliable connection? Thanks.