Adding Breeze CN to CCM through CLI

Last Updated : May 16, 2025 |

Procedure

  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:
    cd /var/avaya/artifactCache
  4. Untar the compressed file in the CCM using the following command:
    tar -xvzf addCNMappingExt.tar.gz -C /var/avaya/artifactCache
  5. Run the following to change directory to /var/avaya/artifactCache/addCNMappingExt:
    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:
    dos2unix addCNMappingExt.sh
  7. Set the execution permissions on the script using the following command:
    chmod 755 addCNMappingExt.sh 
  8. The CN needs to be added using the following command for each node at a time:
    ./addCNMappingExt.sh -cn <fqdn of the breeze node>

    Repeat for each Breeze node in the Customer Engagement Breeze cluster.

    Example of an expected output: The CN - <fqdn of the breeze node> added successfully with READ-WRITE permissions.