Instructions:
When creating an image with the XcaliburW device agent, it is essential to configure the agent’s settings correctly on the new image. The focus should be on the configuration file, ensuring compatibility and proper communication with the Chip PC server.
Default Location of the Configuration File:
C:\Program Files (x86)\XcaliburW\XcaliburW Device Agent\Device Agent\bin\Chip PC.config
C:\Program Files\XcaliburW\XcaliburW Device Agent\Device Agent\bin\Chip PC.config
Steps to Follow:
Configure the Server Communication URL:
<add key="Communication.Url" value="https://MYSERVERURL:443" />
MYSERVERURL
with your server address to enable communication.Remove Hardware-Specific Identifiers:
<add key="Agent.Last.Identity" value="Device_SID&DeviceMacAddresses" />
This line is tied to the hardware where the image was created.<add key="Remote.Identifier" value="A random unique identifier" />
This value must be unique per device and should not be included in shared images.Set Enrollment to False:
<add key="Chip PC.Is.Enrolled" value="false" />
This ensures that the device will auto-enroll with the Chip PC server after the reimaging process.Update to the Latest Agent Version:
Ensure Version Compatibility: