Adding Breeze CN to CCM through CLI

Last Updated : May 16, 2025 |
Prolog information
  1. On the CCM lab, log in as a root user.
  2. Obtain the addCNMappingExt.tar.gz file from the Avaya Support website at support.avaya.com. Place the file in the CCM lab folder /var/avaya/artifactCache folder of the CCM lab.
  3. Run the following to change directory to /var/avaya/artifactCache:
    ADDITIONAL INFORMATION:
    cd /var/avaya/artifactCache
  4. Untar the compressed file in the CCM using the following command:
    ADDITIONAL INFORMATION: tar -xvzf addCNMappingExt.tar.gz -C /var/avaya/artifactCache
  5. Run the following to change directory to /var/avaya/artifactCache/addCNMappingExt:
    ADDITIONAL INFORMATION:
    cd /var/avaya/artifactCache/addCNMappingExt
  6. If the script file is copied from the Windows machine, convert it to Unix format using the following command:
    ADDITIONAL INFORMATION: dos2unix addCNMappingExt.sh
  7. Set the execution permissions on the script using the following command:
    ADDITIONAL INFORMATION: chmod 755 addCNMappingExt.sh 
  8. The CN needs to be added using the following command for each node at a time:
    ADDITIONAL INFORMATION: ./addCNMappingExt.sh -cn <fqdn of the breeze node>
    ADDITIONAL INFORMATION:
    Repeat for each Breeze node in the Customer Engagement Breeze cluster.
    STEP RESULT:
    Example of an expected output: The CN - <fqdn of the breeze node> added successfully with READ-WRITE permissions.