Samba is a UNIX tool used to share Unix directories on a Windows Network, or access Windows shares from a UNIX Network.
You will need to install the samba client on machines where you want to access shares:
yum -y install samba-client
Now mount the shared directory
smbmount -o username=prodadmin,password=secret //xxx.xxx.xxx.xxx/home/prodadmin
# workgroup = NT-Domain-Name or Workgroup-Name workgroup = sportcentric # Netbios name netbios name = WOLF