- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: using cifsmount to mount a windows directory f...
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
10-02-2005 10:13 PM
10-02-2005 10:13 PM
using cifsmount to mount a windows directory fails (but smbclient succeeds)
ap00#/opt/cifsclient/bin> cifsmount //fp00/trans /mnt -U fp00/cifsclient
Remote user fp00/cifsclient's password:
Connecting Server: UNIX: Connection refused
when I try a smbclient connection like the following, it works:
ap00#/opt/cifsclient/bin> /opt/samba/bin/smbclient //fp00/trans -U fp00/cifsclient
added interface ip=192.46.193.80 bcast=192.46.193.255 nmask=255.255.255.0
session request to FP00 failed (Called name not present)
Password:
Domain=[Dom-E] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]
smb: \> Domain=[Dom-E] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]
smb: \> pwd
Current directory is \\fp00\trans\
smb: \> cd sfra
smb: \sfra\> ls
. D 0 Mon Oct 3 10:43:29 2005
.. D 0 Mon Oct 3 10:43:29 2005
11.60startup___.zip A 3686 Wed Feb 2 18:26:35 2005
12.01startup___.zip A 8112 Wed Feb 2 19:18:17 2005
bde_resno_2.dll A 193 Tue Oct 19 15:14:00 2004
so what is the problem with cifsclient?
How can I make it work??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:03 AM
10-04-2005 12:03 AM
Re: using cifsmount to mount a windows directory fails (but smbclient succeeds)
From a windows box do a nbtstat -A fp00
Look for a line with <20> in it. Thsi is the netbios name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:06 AM
10-04-2005 12:06 AM
Re: using cifsmount to mount a windows directory fails (but smbclient succeeds)
I think, you need to install MS resource tool kit for 2k3. It could be a problem with Kerberos.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:07 AM
10-04-2005 12:07 AM
Re: using cifsmount to mount a windows directory fails (but smbclient succeeds)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962074
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:17 AM
10-04-2005 12:17 AM
Re: using cifsmount to mount a windows directory fails (but smbclient succeeds)
it looks like NBT is switched off on all windows 2003 servers.
is this a must
wis win2003 we are using DNS & AD
Regards
Franz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:23 AM
10-04-2005 12:23 AM
Re: using cifsmount to mount a windows directory fails (but smbclient succeeds)
nbtstat -A xx.xx.xx.xx
Use Ip instead of name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 09:12 PM
10-06-2005 09:12 PM
Re: using cifsmount to mount a windows directory fails (but smbclient succeeds)
cifsmount //ap02/trans /mnt -U cifsclient -I 162.xxx.xxx.xxx
Remote user cifsclient's password:
the final problem was the characterset for password.
we have some strict policies for passwords and some characters you can use for a windows password seem to be a problem when used for authentication from Unix side.
there is just one more change I made in in /etc/opt/cifsclient/pam/smb.conf:
workgroup = mydomain
## password server: the netbios names of systems which will
## be used to authenticate logins.
password server = myserver dc_name bdc1_name
and of course the resourcekit tools for Win2k3
Thanks & regards
Franz