AIX to access Windows share


 
Thread Tools Search this Thread
Operating Systems AIX AIX to access Windows share
# 1  
Old 06-07-2011
AIX to access Windows share

Are there any special requirements/tools needed for a AIX server to see (copy data) a Windows share? Only need 1-way copy (Windows-to-AIX).
# 2  
Old 06-08-2011
Hi,

You need to install bos.cifs_fs package.
Keep in mind that if you want to mount Windows7/Server2008 share, packages I mentioned should be >=TL4(AIX 6.1).

Vilius
This User Gave Thanks to vilius For This Post:
# 3  
Old 06-08-2011
Is bos.cifs_fs package native to AIX (v6.1)? Windows OS is W2K3 R2 SP2 ENT 32 bit.
# 4  
Old 06-08-2011
Yes it should be on your AIX CDs.

V
# 5  
Old 06-08-2011
So No Samba required for AIX to access Windows share? Was told conflicing views. It was my understanding that Samba would only be requred if Windows needed to access files on a AIX sever, not in the direction I note (AIX to access Windows share). Is the previous correct?
# 6  
Old 06-08-2011
Well I never used Samba. I assume Samba is like full solution to do much more than mounting fs over network.
If I need to do simle mount in whatever direction I do:
AIX->Windows cifs
Windows->AIX nfs
To my opinion it's much easier to install single package on your important AIX box than configure Samba.
For example to mount windows share on AIX using cifs:
Code:
mount -v cifs -n serverip/username/password /sharename /localmountpoint

Smith path:
"smit->Communications Applications and Services->cifs_fs for AIX"

V
# 7  
Old 06-08-2011
Quote:
Originally Posted by kirkb
So No Samba required for AIX to access Windows share? Was told conflicing views. It was my understanding that Samba would only be requred if Windows needed to access files on a AIX sever, not in the direction I note (AIX to access Windows share). Is the previous correct?
Your understanding is correct. Samba sets up a pseudo windows share on a Unix (not only AIX) server which can be seen and written to by authorised users on a Windows domain. Samba can be quite difficult to setup but once complete works perfectly well.

I have never attempted to mount a Windows shared drive onto an AIX machine so I can be of no help to you there.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies

2. 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

3. UNIX for Beginners Questions & Answers

Samba Share access from windows

Hello, I want to connect to two samba shares both on the same Linux box but each with a different username from a windows server 2008. I created 2 gpos to connect and I can connect to the shares individually via net use command, but once I entered credentials for one of the shares, it seems I... (1 Reply)
Discussion started by: zaineyma
1 Replies

4. 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

5. Shell Programming and Scripting

help to access windows share from linux box

how to access windows share from a linux box windows machin is in different workgroup so how to pass credentials whil acessing a share from a script (2 Replies)
Discussion started by: robo
2 Replies

6. AIX

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: 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... (6 Replies)
Discussion started by: vilius
6 Replies

7. 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

8. AIX

How to share a directory in AIX to access from Solaris and windows?

Hi All, I am basically new to this forum as well as AIX. To share some huge files between 2 servers I thought of creating a shared Directory in my AIX machine to access it in Solaris. I am very new to this AIX. Help me out how can u share a directory in AIX to access (mount) it on Solaris. Hope... (2 Replies)
Discussion started by: babuchoudary_g
2 Replies

9. AIX

Access windows share from AIX

How in AIX 5.1 can I access a windows shared drive without using NFS. I have looked into cifs but I can not seem to find the package that I need to install for AIX 5.1 if anyone can give me any further direction please let me know. (2 Replies)
Discussion started by: chefsride
2 Replies

10. Windows & DOS: Issues & Discussions

Mounting a windows share on AIX

Hi, How can I mount a Windows share (over samba) on an AIX machine? I know there is a utility called smbmount on Linux, but alas, I cannot find out how to the same thing on AIX. anyone have any ideas? thanks! (3 Replies)
Discussion started by: szahir1
3 Replies
Login or Register to Ask a Question