TOC PREV NEXT INDEX

Put your logo here!


5 LCC's WATCHDOG TRIGGER

5.1 Overview

The LCU common software has software watchdog task, which after being started reboots the system if it is not triggered regularly.

The lcuwdTrig server activates and triggers the LCC software watchdog at selected LCU environments, the list of LCU environments is the same used by lcustat, and therefore lcustatSetup can be used to set it up.

5.2 STARTING

To start a watchdog server, in the local environment type:

$> lcuwdTrig -a <alarmTimeout> -r <rebootTimeOut>

Where <alarmTimeout> and <rebootTimeout>, both time-outs in seconds, are the parameters for the LCC command WDSTRT. A minimum of 30 (s) for each value is enforced.

5.3 COMMANDS

lcuwdTrig accepts the following commands:

lcuwdTrig Commands
Command
Action
START
Starts the software watchdog in the selected LCU environments by sending a WDSTRT command to them.
This is done automatically when the server starts.
STOP
Stop the software watchdog in the selected LCU environments by sending a WDSTOP command to them.
TRIGGER
Triggers the software watchdog in the selected LCU environments by sending a WDTRIG command to them.

See man page for more details.

6 REFERENCE

The following pages describes the procedures, commands and tools provided by the LCU Common Software to the developers of application software.

6.1 Procedures



Quadralay Corporation
http://www.webworks.com
Voice: (512) 719-3399
Fax: (512) 719-3606
sales@webworks.com
TOC PREV NEXT INDEX