DCImanager Enterprise has the inventory module, provides power consumption statistics, and a data-center map. Complete the following steps to upgrade from DCImanager to DCImanager Enterprise:
-
Stop ihttpd
service ihttpd stop
-
Terminate the control panel:
killall core
-
Make sure the control panel was terminated:
ps ax | grep core
The command must return only the process grep core. Otherwise, try to terminate the control panel with the command:
killall core -9
-
Delete DCImanager:
yum remove dcimanager-progressive
-
Delete the cache-files:
rm -rf /usr/local/mgr5/var/.db.cache.*
-
Install DCImanager Enterprise:
yum install dcimanager-enterprise
-
Start ihttpd:
service ihttpd start
Note
Downgrade from DCImanager Enterprise to DCImanager is not supported.