Operating System - HP-UX
1833816 Members
2705 Online
110063 Solutions
New Discussion

cifs client mount problem

 
Bhushan Bumber
Frequent Advisor

cifs client mount problem

Hello,
I have a HP-ux 11.11 server with cifs version 1.08.I have recently patched the servers with 2005 Gold patches.I am facing a strange problem in mounting a cifs share from a windows 2003 server.when i give the command
# cifslogin
i get the error : server not connected.
when i mount the cifs shares by command
mount -F cifs /
i get the error RPC: Remote system error.
The cifs share were fine before patching but now it is giving a problem.Please suggest what should i do.
There is a solution to every problem.
2 REPLIES 2
Sameer_Nirmal
Honored Contributor

Re: cifs client mount problem

Try

# cifsclient stop
# cifsclient force_umount
# cifsclient start
# cifsmount -U -P
Bhushan Bumber
Frequent Advisor

Re: cifs client mount problem

The problem was with the cifslogin. The user was rejected by the windows server. I made a new user and now its working fine
There is a solution to every problem.