Configuring System Parameters

To prevent conflicts, do not modify the following configuration during the running of the AtlasEdge program. If you need to modify the configuration, run the ./run.sh stop command to stop the AtlasEdge program before the modification and run the ./run.sh start command to restart AtlasEdge after the modification.

Configuring the Vendor Information and Product Model

  1. Run the following command to go to the AtlasEdge installation path/AtlasEdge directory:
    cd AtlasEdge installation path/AtlasEdge
  2. Run the following command to configure the vendor information and product model:
    ./run.sh  config --manufacturer=huawei --product_name='Atlas'
    • manufacturer: manufacturer information. Set this parameter based on the actual vendor information. For example, set this parameter to huawei for Huawei.
    • product_name: product model. Set this parameter based on the actual product model. For example, set this parameter to Atlas.

    For manufacture and product_name, the value can contain a maximum of 64 characters, including letters (A to Z, a to z), digits (0 to 9), hyphens (-), underscores (_), and spaces.

  3. Restart the software by referring to Restarting the AtlasEdge Software.