edgeSetup command

Last Updated : Jun 10, 2026 |

With Release 10.2, use the edgeSetup command to configure an edge Branch Session Manager server.

You can run the edgeSetup command in the following modes:

  • GraphicalThis is the default mode to configure the edge Branch Session Manager server. You can provide the configuration details in a graphical user interface.

  • TextThis provides a text-based mode interface to configure the edge Branch Session Manager server.

  • Command-line interfaceThis provides a set of parameters to configure the edge Branch Session Manager server.

Syntax

edgeSetup

Displays a graphical user interface to configure the edge Branch Session Manager server.

Syntax

edgeSetup [-t]

Displays a text-based mode to configure the edge Branch Session Manager server.

Syntax

edgeSetup [-h] [--adc <FQDN>] [--port <PORT>] [--primary_fqdn <FQDN>] [--secondary_fqdn <FQDN>] [--vfqdn <FQDN>] [STDIN PASSWORD]
-h, --help
Displays the help for the command and also displays the required and optional parameters.
--adc <FQDN>
The ADC FQDN.
--port <PORT>
The ADC port.
The default port is 443.
[--primary_fqdn <FQDN>]
FQDN of the primary System Manager server.
[--secondary_fqdn <FQDN>]
FQDN of the secondary System Manager server.
If edge Branch Session Manager is part of the System Manager Geographic Redundancy system, provide the secondary System Manager server details.
[--vfqdn <FQDN>]
Virtual FQDN of System Manager.
STDIN PASSWORD
[STDIN PASSWORD]

This is the enrollment password.

You can provide the password in one of the following ways:

  • Using the echo command:

    For example:

    echo <enrollpassword> | edgeSetup --port 443 --adc <adc.avaya.com> --primary_fqdn <prim.avaya.com> --vfqdn <vfqdn.avaya.com>

  • Using a password file:

    For example:

    edgeSetup --adc <adc.avaya.com> --port 443 --primary_fqdn <prim.avaya.com> --vfqdn <vfqdn.avaya.com> <enrollpasswordfile>

    You can save the enrollment password in a text file.