Installation Using the CLI

Before You Start

  • Do not power off the device during the installation. Otherwise, the device may be damaged.
  • During the installation, do not configure services or perform other maintenance operations for the OM SDK. Otherwise, the user data and configuration will be lost or the installation will fail.
  • If you want the edge management system to listen to the NIC with the DHCP function enabled, set the DHCP function on eth0 (network port 0) or do not connect a network cable to eth0 but enable the DHCP function on eth1 (network ports 1 to 4).

Installation Using the CLI

  1. Upload the software package to any directory (for example, /home) in the environment.
  2. In the software package directory, run the following command to create a temporary directory (om_install):
    mkdir om_install
  3. Run the following command to decompress the tar.gz package:
    tar -zxf om-sdk.tar.gz -C om_install
  4. Run the following command to add the execute permission to the installation script:
    chmod +x om_install/install.sh
  5. Run the following command to install the software package:
    om_install/install.sh
    If the following information is displayed, the installation is complete:
    check install environment success
    prepare service file success
    executing install success
    start service success
    Install MindXOM success, MindXOM service is ready.
    • After the first login, you need to change the admin account.
    • You can view the run logs of the installation processes by running the tail -f /var/plog/upgrade.log command.
    • For the description of the install.sh command, see install.sh.