- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS mount causing NFS errors
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2004 09:14 AM
03-13-2004 09:14 AM
CIFS mount causing NFS errors
BLAH:backup /mnt/backup cifs defaults 0 0
I can mount and do a cifslogin just fine, but if the share is mounted but not logged into bdf gives the following error.
NFS access failed for server BLAH: RPC: Remote system error
I thought I had all NFS turned off since, I have all NFS daemons and automounter turned off in /etc/rc.config.d/nfsconf
A ps shows a process named nfskd that I have tried to kill (kill -9 ) but it will not die.
Any ideas on:
1) Why nfs would running?
2) Are NFS and cifsclient some how dependent?
Thanks,
JohnL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2004 10:32 AM
03-13-2004 10:32 AM
Re: CIFS mount causing NFS errors
Please check this links:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1079220269846+28353475&threadId=117733
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=59487
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 06:11 AM
03-15-2004 06:11 AM
Re: CIFS mount causing NFS errors
CIFS shares go in to smb.conf
or use http://
NFS and CIFS are completely independent you can have one or the other working, both or none there is no interdependancy.
Regards
Martin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 06:17 AM
03-15-2004 06:17 AM
Re: CIFS mount causing NFS errors
I have not gotten a concrete explanation from HP about why CIFSclient timeouts appear as NFS errors but the fix that we got was to upgrade to whatever version was release after July 2003. A....09 something.
For everyone's information, HP based its CIFS/9000 Client product from the Sharity Product (http://www.obdev.at/products/sharity/)
I was one of those who worked with HP to check/test on the refinements they had implemented on the CIFS/9000 Client product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 06:19 AM
03-15-2004 06:19 AM
Re: CIFS mount causing NFS errors
nfs.client stop
nfs.server stop
nfs.core stop
That should pretty much ensure NFS is stopped. However, I be surprised if it was the root of your problem.