Starting MEF Center

To start a module, perform the following steps:

  1. Log in to the device environment as the root user.
  2. Go to the path where run.sh is stored. The default installation directory is /usr/local.
    cd Installation_path/MEF-Center/mef-center
  3. Start modules.
    • Start all modules.
      ./run.sh start -component=all
    • Start a specific module, for example, the gateway management module.
      ./run.sh start -component=nginx-manager
    Table 1 component description

    Parameter

    Description

    all

    Starts all installed modules.

    Module name

    Starts a single module. One startup command can be used to start only one module.

    • cert-manager: certificate management module
    • edge-manager: container management module
    • nginx-manager: gateway management module
    • alarm-manager: alarm management module

    Parameter formats supported by run.sh start:

    • The parameter of ./run.sh start is optional. If it is not specified, all modules are started by default.
    • ./run.sh start -component=all or ./run.sh start --component=all
    • ./run.sh start -component all or ./run.sh start --component all

    The preceding command formats can run properly. If the parameter of run.sh start does not contain a hyphen (-), for example, ./run.sh start all, the parameter is ignored and the command execution continues.

    If the following information is displayed, the operation is successful:
    start nginx-manager component successful