Updating the systemconfig file

Last Updated : Nov 23, 2022 |

About this task

Before installing certificates, update the systemconfig file with the server data specific to your contact center deployment environment. The systemconfig template is stored in the mega/Helperscripts/certificates/ directory. You must copy the file template to the /var/opt/Avaya/ directory and update it with your server data.

Procedure

  1. Do one of the following:
    • Open the console on the active Configuration Server.

    • Use the SSH client to log in to the active Configuration Server.

  2. Run the following command:

    cd mega/Helperscripts/certificates/

  3. To copy the file template, run the following command:

    cp systemconfig /var/opt/Avaya/

    The systemconfig file is copied into the /var/opt/Avaya/ directory.

  4. Run the following command:

    cd /var/opt/Avaya/

  5. To open the systemconfig file for editing, run the following command:

    vi systemconfig

  6. In the systemconfig file, provide the server data specific to your deployment environment.

    To see an example of the systemconfig file configuration, see Appendix C: Configuration file examples.

  7. To save the file, run the following command:

    :wq!