Tutorial

Virtual Platform Switch

Please follow the steps below to switch the virtual platform:

  1. Delete the environment

    If the configuration of the virtual platform is DOCKER, please delete all created environment.

  2. Delete iManager data

    Go to the root directory (%SupermapiManager_HOME%), execute the command to delete the iManager data:

    sudo ./uninstall.sh

    Notes:

    This operation will clean all the data from iManager and the data can not be restore.

  3. Modify .env

    Modify the value of “IAAS_TYPE=” in the .env file to your virtual platform type, the range of the value should be: [VSPHERE, DOCKER, OPENSTACK, FUSIONCOMPUTE, FUSIONCOMPUTE_R5]

  4. Start up server

    Run the following command to start up the iManager server:

    sudo ./startup.sh or sudu ./start.sh
  5. Modify configuration

    Click Virtual Platform Management in system’s configuration as shown below

    modifyvirtual

    Click the Modify button. According to your real environment to modify virtual platform imformation(different types of virtual platform need to fill out different information).

    saveconfigurevirtual

  6. Modify the virtual platform information based on your actual environment (for different virtual platform types, the information needed may vary)
  7. Click Save to finish the switch of the platforms