Install/uninstall Lenovo XClarity Energy Manager
For Windows OS, run the installer directly and follow graphic wizard to complete installing.
For Linux OS, unzip the pack and then launch the executable to complete installing. For more detail, please refer to the install guide in the pack.
For Windows OS, uninstall Energy Manager from Control Panel.
For Linux OS, go to the installation directory and run ./uninstall.
The backup tool (backup.sh for Linux, backup.bat for Windows) could be found in the bin folder. You need to specify a backup folder as the argument of the backup tool. The tool would back up your configuration and data to the folder you specified.
The restore tool (restore.sh for Linux, restore.bat for Windows) could be found in the bin folder. You need to specify a backup folder as the argument of the restore tool. The tool would restore your configuration and data from the folder you specified.
Currently, Energy Manager installer doesn’t support migration and recovery.
Due to security concern of SNMP trap, SNMP trap receiver is disabled by default which means that Energy Manager can’t receive any SNMP trap by default. If you still want to have Energy Manager receive the SNMP trap, you may follow the steps below to enable it (using UDP port 1162 as the forwarding port here and you may use other unused port).
Windows OS
Add one registry String Value (Name: UserData, Value: 1162) at the location: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\DatacenterManagerSnmp
Change the file user.config.xml in the conf folder of Energy Manager installation folder and remove the item: <entry key="SNMP_TRAP_LISTENING">False</entry>
Set “startup type” of the service “Lenovo(R) Energy Manager SNMP Dispatcher" to “Automatic” and start it
Restart the service “Lenovo(R) Energy Manager Server”
Linux OS (built-in SNMP trap daemon is not started)
Change the file user.config.xml in the conf folder of Energy Manager installation folder and remove the item: <entry key="SNMP_TRAP_LISTENING">False</entry>
Restart Energy Manager daemon.
Linux OS (built-in SNMP trap daemon is started)
Change the file user.config.xml in the conf folder of Energy Manager installation folder. Remove the item: <entry key="SNMP_TRAP_LISTENING">False</entry> and add the item <entry key="ALERT_LISTENING_PORT">1162</entry>
Add the item “Forward default localhost:1162” to the end of the file /etc/snmp/snmptrapd.conf
Restart SNMP trap daemon
Restart Energy Manager daemon.
In order to make sure Energy Manager data is shown well, please make sure that the system time of your client and server is in the same time zone.
On Microsoft Windows OS, Microsoft Visual C++ Redistribution Packages are automatically installed before installing Energy Manager. It may take several minutes and there is no progress bar. Please be patient. After Microsoft Visual C++ Redistribution Packages are installed, Energy Manager installer dialog will pop up to continue.