Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Samba Install on AIX

Status
Not open for further replies.

tonygee

IS-IT--Management
Apr 18, 2002
8
US
Could anybody help me install Samba on my Risc box running AIX 4.3.3?

Much appreciated,
Tony.
 
Thanks,

The freeware.bull site appears to be unavailable. I've downloaded and installed the package from samba, but I still need setup instruction.
 
Hello!
when you have downloaded binary for AIX 4.3.3 of Samba 2.2.1 then install it from smit .
The installation structure is :
/usr/local/lib/smb.conf ---> configuration file at default location
/usr/local/sbin/smbd --> smb daemon
/usr/local/sbin/nmbd --> netbios smb daemon
/usr/local/sbin/swat --> Web admnistration tools for Samba.

for starting up SMB daemons at boot you can add this 2 lines in "/etc/rc.nfs" :
/usr/local/sbin/nmbd -D
/usr/local/sbin/smbd -D

Then Samba is active, you must configure smb.conf and restart.

Bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top