Exporting the configuration file using the CLI

Last Updated : Jun 05, 2026 |

About this task

Use this procedure to collect configuration data from an Avaya Aura® Web Gateway node using the CLI.

Before you begin

In cluster deployments, if you plan to export the configuration file for another node, ensure that RSA keys are configured for SSH connections in the cluster. For more information, see Configuring RSA public and private keys for SSH connections in a cluster in Deploying the Avaya Aura® Web Gateway.

Procedure

  1. Log in to the Avaya Aura® Web Gateway CLI as an administrator using an SSH connection.
  2. Run the following command:

    cdto misc

  3. Do one of the following:
    • To generate a configuration file for the current node, run the following command with sudo privileges:

      sudo ./exportConfigForSilentInstall.sh generate

    • To generate a configuration file for another node in a cluster, run the following command:

      sudo ./exportConfigForSilentInstall.sh generate -ip <NODE_IP_ADDRESS>

    Avaya Aura® Web Gateway generates the configuration file and displays the full path to the file.

  4. Optional Download the file to your computer using a file transfer utility of your choice, such as SFTP, SCP, or WinSCP.