Updating the systemconfig file

Last Updated : Nov 23, 2022 |
Prolog information
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.
  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:
    ADDITIONAL INFORMATION:
    cd mega/Helperscripts/certificates/
  3. To copy the file template, run the following command:
    ADDITIONAL INFORMATION:
    cp systemconfig /var/opt/Avaya/
    STEP RESULT:
    The systemconfig file is copied into the /var/opt/Avaya/ directory.
  4. Run the following command:
    ADDITIONAL INFORMATION:
    cd /var/opt/Avaya/
  5. To open the systemconfig file for editing, run the following command:
    ADDITIONAL INFORMATION:
    vi systemconfig
  6. In the systemconfig file, provide the server data specific to your deployment environment.
    ADDITIONAL INFORMATION:
    To see an example of the systemconfig file configuration, see Appendix C: Configuration file examples.
  7. To save the file, run the following command:
    ADDITIONAL INFORMATION:
    :wq!