DCImanager 5 Documentation
Do you make friends with the documentation?
Share your opinion and complete a small poll
Take a survey

Upgrade from DCImanager to DCImanager Enterprise

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:

  1. Stop ihttpd

    service ihttpd stop
  2. Terminate the control panel:

    killall core
  3. 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
  4. Delete DCImanager:

    yum remove dcimanager-progressive
  5. Delete the cache-files:

    rm -rf /usr/local/mgr5/var/.db.cache.*
  6. Install DCImanager Enterprise:

    yum install dcimanager-enterprise
  7. Start ihttpd:

    service ihttpd start
Note
Downgrade from DCImanager Enterprise to DCImanager is not supported.