Install Samba on AIX

1. Install rpm packages for samba from IBM freesoftware site:

samba-2.2.7-4.aix4.3.ppc.rpm
samba-common-2.2.7-4.aix4.3.ppc.rpm

2. Run smbpasswd as root to set initial uesr password same as real user password:

# smbpasswd -a jrigler

3. As root, run swat

4. Connect to server through browser on port 901 and configure.

5. To connect from Windows:

net use n: \\servername\share /USER:username

6. To test the UNC (Universal Naming Convention) connection:

NET USE \\servername\share password /USER:username

dir \\servername\share\subdir\subdir

Note: to disconnect from windows: net use n: /del

Leave a Reply

Your email address will not be published. Required fields are marked *