+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 19
Hardware Thread, HP ProCurve 5406zl Not Booting After Power Cut in Technical; Our core switch is not booting after we had a power cut this afternoon. When power was restored I found ...
  1. #1

    DaveP's Avatar
    Join Date
    Oct 2006
    Location
    Can't talk now: The mother-ship is calling!
    Posts
    6,689
    Blog Entries
    2
    Thank Post
    286
    Thanked 964 Times in 645 Posts
    Rep Power
    790

    HP ProCurve 5406zl Not Booting After Power Cut

    Our core switch is not booting after we had a power cut this afternoon. When power was restored I found that the 'Fault' LED [below the power LED] and the the DIM LED [on the console] were both blinking orange about once a second.

    I am waiting for HP to call me back but if anyone could point me in the right direction as to how to solve this before HP get back that would be great.

    Thanks.

  2. IDG Tech News
  3. #2

    glennda's Avatar
    Join Date
    Jun 2009
    Location
    Sussex
    Posts
    7,248
    Thank Post
    263
    Thanked 1,035 Times in 935 Posts
    Rep Power
    300
    Take one module out at a time and try turning it on. If its not one of the main modules it could half borked the management card

  4. Thanks to glennda from:

    DaveP (11th February 2013)

  5. #3

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    13,908
    Blog Entries
    8
    Thank Post
    728
    Thanked 1,374 Times in 1,203 Posts
    Rep Power
    364
    Have you tried plugging into the console port? Might throw some light onto it.

  6. Thanks to FN-GM from:

    DaveP (11th February 2013)

  7. #4

    DaveP's Avatar
    Join Date
    Oct 2006
    Location
    Can't talk now: The mother-ship is calling!
    Posts
    6,689
    Blog Entries
    2
    Thank Post
    286
    Thanked 964 Times in 645 Posts
    Rep Power
    790
    Quote Originally Posted by glennda View Post
    Take one module out at a time and try turning it on. If its not one of the main modules it could half borked the management card
    Quote Originally Posted by FN-GM View Post
    Have you tried plugging into the console port? Might throw some light onto it.
    Thanks both. These are both ideas that I had not considered [I am not familiar with the switch as it has just sat there and done its job since being installed] Actually I am hoping that the problem is not too serious as it this switch holds our VLan configuration and so without it we are dead in the water.

  8. #5

    glennda's Avatar
    Join Date
    Jun 2009
    Location
    Sussex
    Posts
    7,248
    Thank Post
    263
    Thanked 1,035 Times in 935 Posts
    Rep Power
    300
    If had my old one crash a couple of times randomly. I guess you have already tried the basic power cycle.

    On the management card there is a rom stick which requires flashing if the management as borked itself, although it should have 2 images on itself to roll back if the first is unusable.

  9. Thanks to glennda from:

    DaveP (11th February 2013)

  10. #6

    DaveP's Avatar
    Join Date
    Oct 2006
    Location
    Can't talk now: The mother-ship is calling!
    Posts
    6,689
    Blog Entries
    2
    Thank Post
    286
    Thanked 964 Times in 645 Posts
    Rep Power
    790
    Quote Originally Posted by glennda View Post
    If had my old one crash a couple of times randomly. I guess you have already tried the basic power cycle....
    Yes. Tried the power cycle twice. Same result.

    Quote Originally Posted by glennda View Post
    ...On the management card there is a rom stick which requires flashing if the management as borked itself, although it should have 2 images on itself to roll back if the first is unusable.
    Not sure how to do all that. I guess HP will be able to talk me through it? Will I need any hardware to do this? [a specific type of cable etc]

    Thanks.

  11. #7
    pritchardavid's Avatar
    Join Date
    Sep 2009
    Location
    South Ockendon, Thurrock, United Kingdom
    Posts
    920
    Thank Post
    18
    Thanked 63 Times in 57 Posts
    Rep Power
    23
    You might need a new management module, we had to have a new one a few months ago, similar problem

  12. Thanks to pritchardavid from:

    DaveP (11th February 2013)

  13. #8

    DaveP's Avatar
    Join Date
    Oct 2006
    Location
    Can't talk now: The mother-ship is calling!
    Posts
    6,689
    Blog Entries
    2
    Thank Post
    286
    Thanked 964 Times in 645 Posts
    Rep Power
    790
    Thanks. Looks like I have my hands full tomorrow.

    Night all.

  14. #9

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    13,908
    Blog Entries
    8
    Thank Post
    728
    Thanked 1,374 Times in 1,203 Posts
    Rep Power
    364
    Maybe you should look at getting a second core switch? I assume you have redundancies in your servers? Seems a waste if you don't have it in the network

  15. #10
    twin--turbo's Avatar
    Join Date
    Jun 2012
    Location
    Carlisle
    Posts
    1,424
    Thank Post
    1
    Thanked 207 Times in 198 Posts
    Rep Power
    66
    Any news Dave?

    Console port will hopefully throw some light.

    Else take out all cards and reseat, and if that does not work take out all the line cards and restart.


    Any POE cards? it may bee that the PSU's are over subscribed due to a PSU failure.

    Rob

  16. #11

    Join Date
    Jan 2009
    Posts
    62
    Thank Post
    3
    Thanked 11 Times in 11 Posts
    Rep Power
    10
    Had the same problem years ago...

    Agree with most of the posts above - take all cards out and reboot the switch. If the switch boots properly, replace the cards one by one, rebooting the switch with each card you put in.

  17. #12
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,737
    Blog Entries
    1
    Thank Post
    107
    Thanked 542 Times in 476 Posts
    Rep Power
    134
    BTW you can backup the HP Procurve's configuration to a text file via tftp or SSH scp.

    TFTP:
    Code:
    copy run tftp 10.1.1.10 config1.cfg
    SSH (from a client PC):

    Code:
    pscp -scp -l USERNAME -pw PASSWORD -2 192.168.100.1:cfg/running-config c:\switch.cfg

    Assuming you have TFTP/SSH file transfer enabled on your switch (which you should).

  18. #13

    glennda's Avatar
    Join Date
    Jun 2009
    Location
    Sussex
    Posts
    7,248
    Thank Post
    263
    Thanked 1,035 Times in 935 Posts
    Rep Power
    300
    Quote Originally Posted by Geoff View Post
    BTW you can backup the HP Procurve's configuration to a text file via tftp or SSH scp.

    TFTP:
    Code:
    copy run tftp 10.1.1.10 config1.cfg
    SSH (from a client PC):

    Code:
    pscp -scp -l USERNAME -pw PASSWORD -2 192.168.100.1:cfg/running-config c:\switch.cfg

    Assuming you have TFTP/SSH file transfer enabled on your switch (which you should).
    you can also download it from the web-interface.

  19. #14
    jamesfed's Avatar
    Join Date
    Sep 2009
    Location
    Reading
    Posts
    1,989
    Thank Post
    109
    Thanked 283 Times in 245 Posts
    Rep Power
    71
    Just for the future is your core switch on a UPS? Ours is (simlar model) after we got bored with the length of time it takes to start up after a powercut

  20. #15
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,737
    Blog Entries
    1
    Thank Post
    107
    Thanked 542 Times in 476 Posts
    Rep Power
    134
    Quote Originally Posted by glennda View Post
    you can also download it from the web-interface.
    The web interface is bloody awful and I'd suggest you avoid using it where ever possible.

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. [Fog] HP d530 & HP dx6100 won't Boot after Imaging
    By jack0w in forum O/S Deployment
    Replies: 3
    Last Post: 28th July 2009, 01:11 PM
  2. Printers not working after power surge.
    By big_nath in forum Hardware
    Replies: 7
    Last Post: 19th March 2009, 05:25 PM
  3. NEC Projector locked - after power cut
    By flashsnaps in forum Hardware
    Replies: 5
    Last Post: 28th January 2008, 05:16 PM
  4. Replies: 13
    Last Post: 14th December 2006, 11:43 AM
  5. Replies: 6
    Last Post: 28th June 2006, 06:52 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •