Skip to content
  • There are no suggestions because the search field is empty.

EndPoint Manager - Clients Not Connecting Simultaneously

applies to: RollBack Rx Pro/Server and Reboot Restore Enterprise/Pro 

ISSUE

After setting up the client PCs to connect to the EndPoint Manager, only one PC connects at a time--or a connected PC is disconnected when connecting a newly deployed PC


CAUSE

Each client install generates a unique machine identifier (machine ID) that the EndPoint Manager uses to identify the clients attempting to connect to it. 
The machine ID is based on the hard drive serial number. 

There are real-world instances that the hard drive serial number is the same on individual hardware. Or the master image used to deploy Windows on multiple PCs inherits the hard drive serial number of the master PC.

To check this, open your Command Prompt and run the command below

wmic diskdrive get model,name,serialnumber


SOLUTION

(1) On some deployment solutions, you can have each deployment instance generate a different hard drive serial number

(2) The other solution would be adding a switch on the setup.ini file for Reboot Restore Rx Pro / RollBack Rx Pro. Do note that this can only be initialized during setup and not afterward

To do this
- from the installer folder, open the setup.ini file (using Notepad)
- Anywhere under the "General"  add the getid switch (See example screenshot below)

getid=4 (this will use the MAC ID as the unique identifier) 
getid=6 (this will use the CPU ID as the unique identifier)
getid=0 (the client installer will generate a random number as the identifier) 

NOTE:
As each deployment will differ per environment, please try one switch at a time (i.e getid=4 first) and then check if it resolves the connectivity issue



NOTE 2
If you are using a custom setup.ini, manually add a [General] section

- Run setup again once you've saved the changes to the setup.ini file