Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Auto-bouncing threads › Reply To: Auto-bouncing threads
March 13, 2006 at 3:38 pm
#56519
sanjay suri
Participant
Lay these two command on different alerts.
1) Let the first alert be configured to ( lastr (last recieved at 30 mins or whatever)
exec hcicmd -p process -c ‘thread pstop’
This will stop the INTERFACE thread,.
2) then have another alert which then checks for pstatus for 2 mins or so …if down
then confgure it
hcicmd -p process -c ‘thread pstart’
For some reason the alerts behave when on different alert lines. We are on 5.3. Single line commands as Jim mentions worked on 5.2 but not 5.3
thanks
Mark Rilling wrote:
I have been trying to use the exec below in an alert, but it dosent seem to work.