Cisco Headend System Release 2.5 Installation Guide

Page of 280
5-28 
SR 2.5 and SR 3.5 Post Upgrade Procedures 
78-738190-01 Rev B 
Reset Modulators,
 Continued 
Resetting Modulators Through the auditQam Utility 
The reset option of the auditQam utility allows upgrade engineers to reset a 
modulator from the command line of the DNCS, a process that is usually quicker 
than resetting the modulator through the DNCS GUI or modulator panel. If you 
have only a few modulators to reset, you can just type the IP address of the 
modulator as an argument to the auditQam  -reset command. If you have many 
modulators to reset, consider creating a script. Instructions and guidelines for both 
situations follow. 
Resetting a Few Modulators 
If you want to reset only a few modulators, complete this procedure for each 
modulator. 
 
1. 
If necessary, open an xterm window on the DNCS. 
2. 
Type the following command and press Enter
auditQam  -reset  [qam ip address or mqam ip address] 
Result:  
The system shuts down and reinitializes the modulator.  
Note:  The system also performs an audit to ensure that the session list for the 
modulator matches the session list from the DNCS. 
 
Resetting Many QAM and MQAM Modulators 
Upgrade engineers frequently do not have time to manually reset hundreds of 
modulators from the DNCS GUI.  To save time, engineers can create a script that 
runs automatically. Refer to the following example for a sample script. 
auditQam  -reset  123.123.123.123 
sleep 1 
auditQam  -reset  123.123.123.124 
sleep 1 
auditQam  -reset  123.123.123.125 
sleep 1 
auditQam  -reset  123.123.123.126 
sleep 1 
 
Resetting a QAM interrupts all active sessions on the QAM for up to 10 minutes. 
Complete this task during a maintenance period whenever possible.