Agent using NOSLESS download delivery method even though it is configured to use Internal NOS.
CA Client Automation – 14.x
By default, the agent is configured to use the Internal NOS download method where it maps a drive to the SDLIBRARY$ share on the server for installation of packages. When the agent is not able to connect to the SDLIBRARY$ share, it falls back on NOSLESS download method where packages are compressed and sent to the agent for installation. This is controlled via the configuration policy:
Default Computer Policy->DSM->Software Delivery->Agent-> NOS: NOS-less switch allowed (Default: True)
For the Aagent to use the Internal NOS download method, ensure that the SDLIBRARY is shared with the correct permissions and is accessible.
sd_sscmd addshare SDLIBRARY
Note: This command also configures the correct permissions.
Network access: Let Everyone permissions apply to anonymous users (This should be enabled)
Network access: Shares that can be accessed anonymously (SDLIBRARY$ needs to be added)
The Local System Account on remote machines is treated as an anonymous user and as such the above two security policies need to be configured for granting agents access to the SDLIBRARY$ share.