Cisco Systems 10200 Telephone User Manual


 
4-13
Cisco BTS 10200 Softswitch Operations and Maintenance Guide, Release 6.0.x
OL-16000-07
Chapter 4 Operating the BTS
Scheduling Commands
Scheduling Commands
The Hour and Minute Command Scheduling feature allows you to schedule command execution for a
specific hour and minute.
Using start-time and recurrence command tokens, schedule command time and frequency (hourly, daily,
weekly, monthly, etc.). You can remove the command at any time; if it is recurring and currently
executing, it completes and is removed.
Limitations
To prevent overload and subsequent EMS degradation, limit commands to 10, each taking less than a
minute.
If you schedule a command to execute, but an earlier occurence of that command is still executing, the
second might fail.
Enabling/Disabling
queue throttling
1. Go to the bts.properties file.
/opt/ems/etc/bts.properties
2. To enable throttling, set throttleEnable to Y. To disable throttling, set
throttleEnable to N.
throttleEnable=Y
3. Restart the platform.
Viewing number of
commands executed
from CLI, MNT,
FTP, CORBA,
SNMP, or SOAP
interfaces
show config-interval;
Setting number of
commands executed
from CLI, MNT,
FTP, CORBA,
SNMP, or SOAP
interfaces
change command-throttle-threshold session-type=CORBA;
threshold=2000;
change command-throttle-threshold session=CORBA; enable=N;
Table 4-5 Viewing and Deleting Transactions (continued)
Task Sample Command
Table 4-6 Scheduling Commands
Task Sample Command
Adding scheduled
commands using
minutes
add scheduled_command
verb=report;noun=system_health;keys=period;key_values=720;recurrenc
e=MINUTE;on_minute=3,10,25,59;start_time=2007-11-08 00:00:00;
Adding scheduled
commands using
hours
add scheduled_command verb=report;
noun=system_health;start_time=2007-06-30 00:00:00;
key_values=720;keys=period; recurrence=HOURLY;