Hi Team ,
In our production server we've below samba file-sets, When client transferred the files to server with samba configuration(smbclient), it showed the time difference
For example, if Client transfer the file at 10:00PM on Jan20 and server has different time, the server time get changed.
samba.base 3.3.12.0 COMMITTED Samba for AIX
samba.license 3.3.12.0 COMMITTED Samba for AIX
samba.man.en_US 3.3.12.0 COMMITTED Samba for AIX
samba.base 3.3.12.0 COMMITTED Samba for AIX
After investigation, we got to know that AIX doesn't support Samba*.rte files and rpm file-sets of samba need to installed.
So We removed AIX samba*rte file-sets , Configured YUM and installed samba.
bash> rpm -qa |grep -i samba
samba-common-4.10.13-2.ppc
samba-winbind-clients-4.10.13-2.ppc
samba-winbind-4.10.13-2.ppc
samba-devel-4.10.13-2.ppc
samba-client-4.10.13-2.ppc
samba-libs-4.10.13-2.ppc
samba-4.10.13-2.ppc
bashl> lslpp -l |grep -i rpm.rte
rpm.rte 4.15.1.0 COMMITTED RPM Package Manager
rpm.rte 4.15.1.0 COMMITTED RPM Package Manager
Errors :
While I trying to do smbclient(/opt/freeware/bin/smbclient //server/CHAKRI -U client100, Getting below errors . Please suggest us to fix
exec(): 0509-036 Cannot load program /opt/freeware/bin/smbclient because of the following errors:
0509-150 Dependent module /opt/freeware/lib/libreadline.a(libreadline.so.8) could not be loaded.
0509-152 Member libreadline.so.8 is not found in archive (edited)
------------------------------
Chakravarthi Thaduri
------------------------------