Upgrade Supported Agent on a Smart Agent host

The following command is used for upgrading supported agents on the same host as the Smart Agent:
CODE
smartagentctl upgrade <agent-type> <options>
Note: For the list of required and recommended options, see Configuration Options for Supported Agents
  1. Open the smartagentctl utility from the Smart Agent directory
  2. Run the following command to upgrade the agent:
    1. (If using the download portal) Run the following command:
      • For Linux:
        CODE
        sudo ./smartagentctl upgrade <agent-type> <options>

        Here, options are the configuration options. See Configuration Options for Supported Agents for the required and recommended options.

      • For Windows:
        CODE
        ./smartagentctl.exe upgrade <agent-type> <options>

        Here, options are the configuration options. See Configuration Options for Supported Agents for the required and recommended options.

    2. (If using the local directory) download the agent zip file from the Downloads portal to the current Smart Agent directory, and then run the following command:
      • For Linux:
        CODE
        sudo ./smartagentctl upgrade <agent-name> --upgrade-agent-from: <path>/<agent-type>.zip --download-protocol: local <options>

        Here, options are the configuration options. See Configuration Options for Supported Agents for the required and recommended options.

      • For Windows:
        CODE
        ./smartagentctl.exe upgrade <agent-name> --install-agent-from: <path>/<agent-type>.zip --download-protocol: local <options>

        Here, options are the configuration options. See Configuration Options for Supported Agents for the required and recommended options.

    3. (If using custom HTTP server) Run the following command:
      • For Linux:
        PYTHON
        sudo ./smartagentctl upgrade <agent-name> --upgrade-agent-from https://url-path/<agent-type>.zip --download-protocol http <options>

        Here, options are the configuration options. See Configuration Options for Supported Agents for the required and recommended options.

      • For Windows:
        PYTHON
        ./smartagentctl.exe upgrade <agent-type> --upgrade-agent-from https://url-path/<agent-type>.zip --download-protocol http <options>

        Here, options are the configuration options. See Configuration Options for Supported Agents for the required and recommended options.