Security Compliance
Change the SEM manager associated with SEM agents
This article describes how to change the SEM manager associated with SEM agents.
First published date
Last published date
Overview
Product section
Resolution
Note: In cases where you change a SEM manager's hostname and subsequently update its SEM agents, there will be duplicate agent entries in the Manage > Nodes view in the SEM console. To fix this, delete the duplicate agents using the Delete command under their respective gear icons.
Change the SEM manager associated with a SEM agent
Note: As of SEM version 6.7, 32-bit is no longer supported.- Stop the SolarWinds Security Event Manager agent service.
- Delete the files under the spop folder (do not delete the folder):
- 32-bit computers: C:\Windows\System32\ContegoSPOP\spop
- 64-bit computers: C:\Windows\SysWOW64\ContegoSPOP\spop
- In the ContegoSPOP folder, open and modify the spop.conf file.
- Replace the ManagerAddress value with the new hostname.
Note: You can also use an IP address here, but we recommend using hostnames to decrease the maintenance impact of changing the IP address of your SEM appliance.
- Save and close the file.
- Replace the ManagerAddress value with the new hostname.
- Start the SolarWinds Security Event manager agent service.
Your SEM agents will automatically connect using the new hostname within a few moments.
Change the SEM manager associated with a SEM agent on Linux and Unix
- Stop the SEM agent.
/etc/init.d/swlem-agent stop
- Switch to the installation directory.
cd /usr/local/contego/ContegoSPOP
- Delete the spop folder.
rm –rf spop
- Edit the spop.conf file to specify the correct manager IP.
- Start the SEM agent.
/etc/init.d/swlem-agent start