AIX cifs: mount Windows Server 2008 share ?


 
Thread Tools Search this Thread
Operating Systems AIX AIX cifs: mount Windows Server 2008 share ?
# 1  
Old 04-11-2011
AIX cifs: mount Windows Server 2008 share ?

Hello,

I've been using AIX cifs to mount windows XP shares with no problems till now.
Now it's Windows Server 2008 R2 - no go:
Code:
mount -v cifs -n host1/user1/pass1 /share1 /mountpt1
There was an error connecting the share or the server.
Make sure the lsdev command shows that device nsmb0 is in
the Available state.  Also make sure that the share name,
user name and password are accurate.

Response is so instant that it's clearly not a network issue (while network admin was configuring access I saw significant timeouts while network access was closed).
Windows XP share works on the same machine.
Tried these AIX levels:
AIX 6100-02-04
AIX 6100-06-03
So I consider AIX level is not an issue either?

Where is the catch?
Any ideas?

thanks
Vilius
# 2  
Old 04-11-2011
AIX cifs: mount Windows Server 2008 share

Hello

I hope this helps you

Try this one

mount -o rw -v cifs -n 1.1.1.1/user/password -o uid=201,fmode=750 /share/mountpoint


Greetings
# 3  
Old 04-11-2011
Hi,

Thanks for the try but no.

Possible to dig any cifs logs ?

V
# 4  
Old 04-11-2011
Did you check the state of your "nsmb0"?
Code:
hostname:/:$ lsdev | grep nsmb0
nsmb0        Available       N/A
hostname:/:$

If you are now authenticating with a domain account, you have to give the "-o wrkgrp=DOMAIN" option.
Code:
mount -v cifs -n host1/user1/pass1 -o wrkgrp=DOMAIN /share1 /mountpt1

# 5  
Old 04-11-2011
Hi,

nsmb0 is OK.
I always try to authenticate local account fist - but anyway domain account doesn't work either - exactly same output.

V

Last edited by vilius; 04-11-2011 at 09:35 PM..
# 6  
Old 04-12-2011
I encountered this issue once, but that has been fixed with a newer maintenance level, and your are almost on the latest, so this should not be the problem


Code:
mkcifsmnt -f /$localpath -d /$sharepath -h $serverhost -c $user -p $passwort -m CIFS -a -t -rw -u $UID -g $GID -w $DOMAIN

this creates an entry to /etc/filesystems too, and user credentials will be stored in
/etc/cifs_fs/cifscred


this worked for me, even with windows server 2008
# 7  
Old 04-13-2011
Hi,

Now I'm lost completely.
As I mentioned before my servers mount XP shares - this is not true:
I have few AIX 6100-02-04 - they mount my XP machine share with no problem.
Have one AIX 6100-06-03 - and it doesn't mount the same XP share mentioned above!!! returns this immediately:
Code:
There was an error connecting the share or the server.
Make sure the lsdev command shows that device nsmb0 is in
the Available state.  Also make sure that the share name,
user name and password are accurate.

All these AIX boxes doesn't mount any shares from Windows7 or Server 2008 and return the same error.

I don't understand what is going on. Smilie Smilie Smilie
to funksen - thanks man that doesn't help either.

Vilius

---------- Post updated at 12:23 PM ---------- Previous update was at 10:06 AM ----------

Hi,

Well this is funny - I lowered AIX 6100-06-03 cifs fileset levels to AIX 6100-02-04 fileset levels - and now it mounts XP share !!!
So I'm taking new strategy here:

Could anybody who managed to mount Windows Server 2008/Windows7 share on AIX 6.1 post your cifs levels and AIX 6.1 TL and SP levels ?

thanks
Vilius
This User Gave Thanks to vilius For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Unable to access the CIFS share folder on windows by IP

Hi All Actually I have NAS Storage and Suddenly I got problem Unable to access the CIFS share folder on windows host, however the IP is pinging and the share is accessible via share name. The share can be accessed via share name only on Windows higher Windows Versions. Any help guys (4 Replies)
Discussion started by: Abu_SM
4 Replies

2. Solaris

Solaris 10 NFS client cannot mount a share from a Windows server

I have a Solaris 10 server, I'm trying to mount a share from a Windows nfs server. If I add this entry (tst-walnut:/test_sap_nfs - /majid nfs - yes rw,soft) to my /etc/vfstab, then I can mount, but when I create a file by root:root, the file owner changes to... (1 Reply)
Discussion started by: Hiroshi
1 Replies

3. AIX

How can we share a AIX drive on to Windows 2012 server?

Hi, How can we share a AIX drive on to Windows 2012 server. or vise versa. Note: Not using NFS/CIFS/samba. (*we are not able to use samba/NFS/CIFS for some reason) Requirement: How to have real time file sharing over the network between Windows and UNIX Do you guys have any ... (4 Replies)
Discussion started by: System Admin 77
4 Replies

4. AIX

Mount CIFS on AIX

Hello AIX gurus, I am trying to mount a CIFS share on AIX and I could use some help. Here are the environment details: AIX - 6100-05-01-1016 Domain Controller - WIN2K8R2 (authentication takes place here) CIFS share is stored on a NetApp storage array that is joined to the domain I have... (2 Replies)
Discussion started by: jhall
2 Replies

5. AIX

I/O speed to CIFS mounted Windows Share

I have an AIX box that mounts a Windows share across subnets. When I try to copy a 100 MB file to it, it copies around 2 MB/s. If I copy to another Windows share on the same subnet it copies around 12 MB/s. All I have is gigabit networks so I would expect it to go well over 12 MB/s, which is the... (8 Replies)
Discussion started by: kah00na
8 Replies

6. AIX

AIX cifs mount to Windows Server 2008 R2

Hi i have some problem to mount a Windows Server 2008 R2 share on AIX. I found the artikel 157701-aix-cifs-mount-windows-server-2008-share on the Forum (cant post the Link) witch decribe my situation but there is no solution. I can mount a share to a Windows 2003 SP2 Server but not to 2008 R2... (2 Replies)
Discussion started by: MrTee
2 Replies

7. AIX

CIFS Mount not mounting on my AIX server

Dear Experts, Im facing a unique situation. We got a windows server folder cifs mounted on my AIX server. Before restarting the win server I tried unmounting the cifs mount. It got hanged and win server was restarted however. Now Im trying to mount the same. It prompts for password... (3 Replies)
Discussion started by: jayadeava
3 Replies

8. HP-UX

user can't write on cifs share but OK with Windows Explorer

Share ServerA ==== The Samba server is running on Samba version 3.0.22 based HP CIFS Server A.02.03.04 /opt/cifsclient/sbin/cifsclientd version: HP CIFS Client - Version A.02.02.02 smb file: My previous casw was thew user wasn't able to write to the share from Windows... (1 Reply)
Discussion started by: lamoul
1 Replies

9. AIX

Access AIX NFS Share from Windows Server 2008

Hi all, Hopefully this question hasn't been asked a thousand times. I am trying to connect a Windows Server to an exported NFS share which resides on an AIX box. I think the directory is exported correctly from the AIX side but I can't verify that because I didn't do it myself. On the... (6 Replies)
Discussion started by: ThePistonDoctor
6 Replies

10. UNIX for Advanced & Expert Users

can i mount nfs share on windows 2003 server

this is probably a bit dumb ...but i read somewhere that one of the nfs versions can be mounted on a windows 2003 server ..if yes ..does anyone know how this can be achieved (1 Reply)
Discussion started by: tarunicon
1 Replies
Login or Register to Ask a Question