Cisco Headend System Release 2.5 Release Notes

Page of 160
 
 
Stop the dhctStatus and signonCount Utilities 
4000916 Rev C 
27 
 
Stop the dhctStatus and signonCount Utilities 
Introduction 
When sites are being upgraded, the dhctStatus utility may occasionally be in the 
process of polling DHCTs. Additionally, the signonCount utility may be active in 
system memory. Cisco engineers have discovered that upgrades proceed more 
smoothly when the dhctStatus utility is not actively polling DHCTs and when the 
signonCount utility is not active in system memory. The instructions in this chapter 
guide you through the steps to terminate polling associated with the dhctStatus 
utility and to remove the signonCount utility from system memory. 
 
Terminating the dhctStatus Utility Polling Operation 
Follow these instructions to determine whether the dhctStatus utility is actively 
polling DHCTs, and then to terminate the polling operation, if necessary. 
1  If necessary, open an xterm window on the DNCS. 
2  Type dhctStatus and press Enter to display the dhctStatus menu. 
3  To terminate the polling operation, follow these instructions. 
a  Type and then press Enter. The system displays a polling menu. 
b  If applicable, type t and then press Enter. The system terminates the polling 
operation. 
c  Press Enter to return to the main menu. 
d  Press q and then press Enter to exit the menu. 
4  Type ps -ef | grep dhctStatus and then press Enter to determine if all of the 
processes are terminated. 
5  Type kill -9 processid and then press Enter for each process ID displayed in step 
4. 
6  Repeat steps 4 and 5 for any process that continues to display active. 
 
Removing the signonCount Utility from System Memory 
1  If necessary, open an xterm window on the DNCS. 
2  Type signonCount uninstall and press Enter
Note:  The utility is not permanently uninstalled; it is placed back into system 
memory the next time you run the signonCount utility. 
3  Type ps -ef | grep signonCount and then press Enter. A list of DNCS processes 
and process IDs display on the screen. 
4  Type kill -9 processid and then press Enter for each process ID displayed in step 
3.