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.
Run the following to change directory to /var/avaya/artifactCache:
cd /var/avaya/artifactCache
Untar the compressed file in the CCM using the following command:
tar -xvzf addCNMappingExt.tar.gz -C /var/avaya/artifactCache
Run the following to change directory to /var/avaya/artifactCache/addCNMappingExt:
cd /var/avaya/artifactCache/addCNMappingExt
If the script file is copied from the Windows machine, convert it to Unix format using the following command:
dos2unix addCNMappingExt.sh
Set the execution permissions on the script using the following command:
chmod 755 addCNMappingExt.sh
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.