This post is more than 5 years old
Community Manager
•
5.4K Posts
0
9847
February 20th, 2017 19:00
Front pannel LED - Blue (slowly) blinking_OneFS v8.0.0.3
Does anybody know what "flont pannel LED - Blue slowly blinking" status indicates?
It starts happening just after taking Isilon's front pannel off. Even after putting the pannel back, the blue blinking state does not change.
OneFS version is 8.0.0.3 and it happens at least on 210 and X410.
In addition to that, please let us know how to stop the blue blinking status (if you know the way). We know rebooting the node fixes the issue (makes the light back to solid blue), but we'd like to another easier way to fix the LED status.
FYI: "isi event" command does not show any event when the LED start blinking.
Thank you!
0 events found
No Events found!


Phil.Lam
3 Apprentice
•
637 Posts
0
February 23rd, 2017 23:00
Uehara Y,
Can you give output of the following command?
# isi_for_array -s '/usr/bin/isi_hwtools/isi_fputil -g'
crklosterman
450 Posts
0
February 21st, 2017 07:00
Is your servicelight just on?
isilon-1# isi servicelight list
Lnn Enabled
-------------
1 Yes
2 No
3 No
-------------
Total: 3
Just turn it off like this:
isilon-1# isi servicelight modify --node-lnn 1 --enabled false
isilon-1# isi servicelight list
Lnn Enabled
-------------
1 No
2 No
3 No
-------------
Total: 3
Hope this helps,
Chris Klosterman
chris.klosterman@datadobi.com
Principal SE, Datadobi
sjones51
252 Posts
0
February 21st, 2017 08:00
Hello Uehara,
To my knowledge the front panel is supposed to blink. The only documentation I could find was for the back panel though.
Using the node service light to determine which node needs attention https://support.emc.com/kb/454078
crklosterman
450 Posts
0
February 21st, 2017 09:00
If I Recall Correctly (IIRC), You may also see blinking when a user is logged in via SSH to a given node. That said, this is not normal for it to be blinking all the time, normally the lights should be on solid, as it sounds like they are for the rest of your nodes.
~Chris
Uehara Y.
Community Manager
•
5.4K Posts
0
February 22nd, 2017 00:00
Hi Chris,
Thank you for your reply. I asked the user to check whether "isi servicelight modify" command fixes the issue or not. The answer was "It did not work
". The current status is as follows.
--------------------
# isi servicelight view --node-lnn=1
Lnn: 1
Enabled: No
Supported: Yes
Present: Yes
Valid: Yes
--------------------
Phil.Lam
3 Apprentice
•
637 Posts
0
February 22nd, 2017 12:00
That "isi servicelight" command is for the back servicelight according to the KB https://support.emc.com/kb/454078 .
Phil.Lam
3 Apprentice
•
637 Posts
0
February 22nd, 2017 21:00
Maybe this DECN thread may help:
Isilon x410 Nodes - Front Panel Lights
Uehara Y.
Community Manager
•
5.4K Posts
0
February 27th, 2017 05:00
We could fix the issue by executing command "# /usr/bin/isi_hwtools/isi_fputil -l accent -s on"
Thank you for your info, Phil-san
Outputs of the command "# /usr/bin/isi_hwtools/isi_fputil -g" were as follows.
led state blin
------- ----- ----
logo off off
alert off off
button off off
cluster off off
led state blink
------- ----- -----
logo off off
alert off off
button off off
cluster on off
BTW, does anybody know what the cluster state "on" indicates?
Phil.Lam
3 Apprentice
•
637 Posts
1
February 27th, 2017 09:00
It means that node has joined the cluster.
Yan_Faubert
117 Posts
2
November 7th, 2017 11:00
If the front panel light blinks (like a slow heartbeat) and you know the node is joined to the cluster, you can go through these steps to fix it:
In the example below, node 3 had the issue in my cluster:
Isilon-19# isi_for_array -n 3 -s /usr/bin/isi_hwtools/isi_fputil -g
Isilon-3: led state blink
Isilon-3: ------- ----- -----
Isilon-3: logo off off
Isilon-3: alert off off
Isilon-3: button off off
Isilon-3: cluster off off
If the 'cluster' state is 'off' it will cause the slow heartbeat. To flip the cluster state back to 'on' and stop the heartbeat, use this command:
Isilon-19# isi_for_array -n 3 -s /usr/bin/isi_hwtools/isi_fputil -l accent -s on
After this, the output of the previous command should change to:
Isilon-19# isi_for_array -n 3 -s /usr/bin/isi_hwtools/isi_fputil -g
Isilon-3: led state blink
Isilon-3: ------- ----- -----
Isilon-3: logo off off
Isilon-3: alert off off
Isilon-3: button off off
Isilon-3: cluster on off
SuperVertrix
1 Message
0
December 23rd, 2021 15:00
Thank you Yan_Faubert!!
Your solution worked just fine for me!
SuperVertrix