Originally posted by: SystemAdmin
I found right samba installation file "samba-3.0.26.0.bff". Installation completed successfully after which I executed these steps:
1. edit /etc/services, enter suitable lines in the file /etc/services,
such as the following:
netbios-ns 137/tcp # NETBIOS Name Service
netbios-ns 137/udp # NETBIOS Name Service
netbios-dgm 138/tcp # NETBIOS Datagram Service
netbios-dgm 138/udp # NETBIOS Datagram Service
netbios-ssn 139/tcp # NETBIOS Session Service
netbios-ssn 139/udp # NETBIOS Session Service
swat 901/tcp # swat service of samba
2. edit /etc/inetd.conf, enter suitable lines in the file
/etc/inetd.conf, such as the following:
netbios-ssn stream tcp nowait root /usr/local/samba/sbin/smbd smbd
netbios-ns dgram udp wait root /usr/local/samba/sbin/nmbd nmbd
swat stream tcp nowait.400 root /usr/local/samba/sbin/swat swat
After editing the files, type refresh -s inetd.
But after this while verifying of SAMBA, nothing returned.
Use the smbclient command to test the installation:
/usr/local/samba/bin/smbclient -L yourhostname
IF someone can guide me from here, it will be helpful
Thanks in advance
#AIX-Forum