- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFSMOUNT CIFSLOGIN PROBLEM
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-28-2004 11:15 PM
03-28-2004 11:15 PM
I have the following problems when I try to mount a win share on my hp9000 (hpux 11.00)
L1000 /opt/cifsclient/bin # mount -F cifs alactraz:/gps /tmp/gps -U administrator <
Remote user root's password:
Connecting Server: UNIX: Host is down
L1000 /opt/cifsclient/bin # ./cifslogin alactraz rudi
Remote user rudi's password:
Logging in User: Server not connected!
Please advise
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 11:54 PM
03-28-2004 11:54 PM
Solutioncifsmount "//
Its important that the
Adding this share to /etc/fstab then using mount -aF cifs is troublesome at best, weve had to give up and add an entry to /sbin/init.d/cifsclient start instead - much more reliable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 12:50 AM
03-29-2004 12:50 AM
Re: CIFSMOUNT CIFSLOGIN PROBLEM
It is working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 05:02 PM
03-29-2004 05:02 PM
Re: CIFSMOUNT CIFSLOGIN PROBLEM
Just to show you I can also follow up the status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 05:32 PM
03-29-2004 05:32 PM
Re: CIFSMOUNT CIFSLOGIN PROBLEM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 08:45 AM
03-30-2004 08:45 AM
Re: CIFSMOUNT CIFSLOGIN PROBLEM
Regarding this comment:
"Adding this share to /etc/fstab then using mount -aF cifs is troublesome at best, weve had to give up and add an entry to /sbin/init.d/cifsclient start instead - much more reliable."
The use of /etc/fstab and "mount -aF cifs" should work fine, and "mount -F cifs" can do anything "cifsmount" does. We would appreciate your sharing any examples of problems you have encountered using "mount" with the CIFS Client, so we can understand if there is something we need to fix.
Thanks,
Eric Raeburn
HP CIFS Client Lab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 10:12 AM
07-07-2004 10:12 AM
Re: CIFSMOUNT CIFSLOGIN PROBLEM
mount -F cifs server:/blah /localblah
but if I add to the fstab file:
server:/blah /localblah cifs 0 0
it fails.
The error is Ignoring incomplete/incorrect entry for server:blah in /etc/fstab
I hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 10:23 AM
07-07-2004 10:23 AM
Re: CIFSMOUNT CIFSLOGIN PROBLEM
server:/blah /localblah cifs defaults 0 0
Hope that helps.