Troubleshooting Cloned Server Visibility Issue in CYMETRICX GUI Due to Duplicate Agent ID

Troubleshooting Cloned Server Visibility Issue in CYMETRICX GUI Due to Duplicate Agent ID

When a Linux server is cloned, Cymetricx service are also copied over to the new server. However, since the agent ID is unique for each installation, the agent ID on the cloned server will be the same as the original server, causing a conflict.

This conflict will prevent the agent from appearing on the service GUI, making it difficult for CYMETRICX to monitor and manage the cloned server. Fortunately, this issue can be resolved by following a few simple steps.

Step 1: Open the terminal and navigate to the directory where the agent is installed. In this case, the agent is installed in the directory /etc/cymetricx.

Step 2: Remove the agent ID file by executing the following command:
  1. sudo rm /etc/cymetricx/*.txt
This will remove the agent ID file from the cloned server.

Step 3: Restart the agent service by executing the following command:

  1. sudo service cymetrix restart
This will restart the agent service on the cloned server with a new agent ID, resolving the conflict.

After completing these steps, the cloned server's agent will now have a unique ID and will be visible on the service GUI. Additionally, the server can now be easily monitored and managed with the agent installed on it.

In summary, resolving the agent ID conflict on cloned Linux servers is a simple process that involves removing the agent ID file and restarting the agent service. By following these steps, the agent on the cloned server will have a unique ID, and it will appear on the service GUI, making it easier to monitor the server.
    • Related Articles

    • Server Settings

      Server Settings To configure Cymetrix server general settings go to: Administration > System Settings > Server Settings Or click on this link https://<IP_ADDRESS>/ settings/server   Click “Edit” and fill the required parameters: Agent Timeout ...
    • CYMETRICX New Version 1.4.73

      It is our pleasure to announce the new enhancements to our Cymetricx Solution. Added a New Comprehensive Permissions module. Added a New Dashboard "Main Dashboard" and it's called Security Rating. New Comprehensive Dashboard for the Windows Users ...
    • Comprehensive Windows Identity Insight: Local & Domain Users Visibility

      In Cymetricx version 1.4.70 and above, the new feature is available (Identity Insight) As the title says, "Comprehensive Total Windows Identity Insight: Local & Domain Users Visibility" provides a complete overview of your Windows users. With this ...
    • The CYMETRICX Service was Installed on a CentOS or RHEL server and it’s not showing in the CYMETRICX Online Assets

      Description The Customer install the Cymetricx agent on a CentOS/RHEL server and the Service is active (running) as show in Figure 1. But looking at service logs in the Cymetricx service status and the service session keeps restarting as denoted by: ...
    • CYI0000: Troubleshooting Procedures

                   Make sure there’s connectivity between the endpoint and the CYMETRICX server on port 443, check this by      opening https://<CYMETRICX IP> on the endpoint browser or using the command line             Test-NetConnection CYMETRICX-IP ...