For a Boot Server following error appears :
Error OSM010013: Boot server error.
Error OSS012034: Share not found or sharing the wrong directory on boot server: camenu-11
In TRC_CSMAGENT*.log on Boot server, following lines could be found :
310125-11:26:06.4626231L|002840|00000e64|ccsmagt |csmtrace |bsmconf.c |001000|ERROR | # BSMState error: Can't find local share camenu-11
310125-11:26:06.4626826L|002840|00000e64|ccsmagt |csmtrace |ccsmagent.cpp |002390|INFO | - CsmAddResourceError(): *** Resource error 12034 'Share not found or sharing the wrong directory on boot server: $2' ***
310125-11:26:06.4627688L|002840|00000e64|ccsmagt |csmtrace |bsmconf.c |003284|ERROR | # BSMState error: Failed to determine server default values
Client Automation - All Versions
csmagent plugin on the Boot Server executes a Windows function NetShareGetInfo to get information about the share.
If this function returns an error, csmagent reports this with error OSS012034
csmagent plugin on boot server had problem to retrieve information for share using windows function NetShareGetInfo
A solution is to remove the OSIM Shares and create them again.
This could be done by executing these commands on the Boot Server :
sdbsswitch -T
sdbsswitch -S
First command enables TFTP access for the Boot Server (shares are removed)
Second command enables share access for the Boot Server (shares are created)
net share camenu-11 command should returns something like :