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
    BASH
  2. Terminate the control panel:

    killall core
    BASH
  3. Make sure the control panel was terminated:

    ps ax | grep core
    BASH

    The command must return only the process grep core. Otherwise, try to terminate the control panel with the command: 

    killall core -9
    BASH
  4. Delete DCImanager:

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

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

    yum install dcimanager-enterprise
    BASH
  7. Start ihttpd:

    service ihttpd start
    BASH

Note

Downgrade from DCImanager Enterprise to DCImanager is not supported.