How configure Linux SD Agent to allow it to map the SDLIBRARY$ share on Scalability Server
Release : 14
Component : DESKTOP AND SERVER MANAGEMENT
1- set “Software Jobs – Download Method = Internal – NOS” for Linux Agent
2- On Linux Agent set parameter value itrm/usd/shared/NOS=MS with following command :
ccnfcmda -cmd SetParameterValue -ps itrm/usd/shared/ -pn NOS -v MS
3- With this configuration, SD Agent try to mount the share \\ScalaName\SDLIBRARY$ in directory /opt/CA/DSM/sd/smb
4- SD Agent execute following command to mount the share (example with scalability server name SSNAME1.localdomain) :
sdmount smb install SSNAME1.localdomain SDLIBRARY$ /opt/CA/DSM/sd/smb
This command executes following System command:
mount -t cifs //SSNAME1.localdomain/SDLIBRARY$ /opt/CA/DSM/sd/smb -o iocharset=utf8,username=anonymous%anonymous
When it works command “sdmount install” creates the directory /opt/CA/DSM/sd/smb which is mounted on SDLIBRARY$ share of scalability server.
To unmount it the command is:
sdmount smb deinstall SSNAME1.localdomain SDLIBRARY$ /opt/CA/DSM/sd/smb
After this command the directory /opt/CA/DSM/sd/smb is removed
5- To allow Linux mount command to map the share with anonymous on Windows 2016 Server, make sure that following settings are set on Windows 2016 server :
Everyone Read