Cisco Model 6109 6 MHz Off-Air Reference (NTSC) Guide De Montage

Page de 500
 
 
 
USRM Initial Setup and Startup 
 
78-4021139-01 Rev D 
311 
 
2  Set three fields in this new file for each new route on the interface: GATEWAY, 
NETMASK, and ADDRESS. (Each field should have a number appended to it to 
designate its associated route.) Here is an example of a file which sets to static 
routes on eth0: 
/etc/sysconfig/network-scripts/route-eth0 
GATEWAY0=10.0.0.1
 
NETMASK0=255.0.0.0
 
ADDRESS0=10.0.0.0
 
GATEWAY1=10.0.1.1
 
NETMASK1=255.255.255.0
 
ADDRESS1=192.168.1.0
 
3  Save the modified file and either reboot the system or restart networking by 
entering: 
service network restart
 
 
Controlling the USRM Watchdog 
The USRM uses a watchdog application to monitor up time and to manage the 
upgrading of the USRM. Once the USRM software is installed, the watchdog starts 
automatically on boot. 
Important: The watchdog never needs to be shut down or restarted. The following 
section is for system maintenance only and should never be required during normal 
system operation. 
Note: If you start the watchdog manually, it will not start the USRM. Once the 
watchdog has been started, you can start the USRM manually. From that point on, 
the watchdog will monitor the USRM. 
The watchdog can be manually stopped and started using the tnoswdog startup 
script located in the /etc/init.d directory. Type the script command, with desired 
option, at the system prompt and press Enter
The script can be run with the following options: 
Script and Option 
Function 
/etc/init.d/tnoswdog start
 
Starts the watchdog. 
/etc/init.d/tnoswdog stop
 
Stops the watchdog.  The USRM continues 
to run but the watchdog no longer 
maintains it. 
/etc/init.d/tnoswdog restart
 
Restarts the watchdog. 
/etc/init.d/tnoswdog status
 
Displays the status of the watchdog.  The 
status displays whether the watchdog was 
previously started or stopped.