Forum Discussion

sunnyman67_1367's avatar
sunnyman67_1367
Icon for Nimbostratus rankNimbostratus
Jan 15, 2014

Clearing Status and Alarm LEDs

Dear All, i want to know how can i clear the status and alarm LEDs in front side of F5-LTM (1600)? I've tested the following script, but it didn't work! Can anyone help me???

for i in 0 1 2 3 4; do for j in 0 1 2 3 4; do lcdwarn -c "${i}" "${j}"; done; done

5 Replies

  • Hi Emre, Yep, You are right, But I've tried it formerly and it didn't work! But for assurance I checked it again and at this time it works properly! However Many thanks in advance for your answer.

     

  • clearlcd_alert clearlcd_critical clearlcd_emergency clearlcd_error clearlcd_information clearlcd_warning

     

    depending on your version :)

     

    • epb_smithpj_241's avatar
      epb_smithpj_241
      Icon for Nimbostratus rankNimbostratus
      Thank you for posting commands. This is the first I've found and has given me a starting point for new search terms. Not everyone opt's for the LCD screen, and I need some CLI foo!
  • Thanks a lot Nick, Yep, You are also Right, but I think pressing Check Button in front side of F5-LTM is better and also simpler to do that. However thanks for your regards Nick ;)