Reply To: Auto-bouncing threads

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Auto-bouncing threads Reply To: Auto-bouncing threads

#56519
sanjay suri
Participant

    Mark,

    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.