- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- 2510g-48 crash after upgrade
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 03:45 AM
тАО02-11-2010 03:45 AM
2510g-48 crash after upgrade
after upgrade my 2510G-48 to version Y.11.16 my switch boot every 5 minute
i get this log error :
Crash msg: Software exception at exception.c:374 -- in 'tHttpd', task ID = 0x81e
2eb40
BR Avi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2010 09:10 PM
тАО02-14-2010 09:10 PM
Re: 2510g-48 crash after upgrade
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2010 09:47 AM
тАО02-16-2010 09:47 AM
Re: 2510g-48 crash after upgrade
if you connect to switch with console port
please look at to flash with
#sh flash
command your switch in flash memory two partition
for examle
ProCurve Switch 5406zl# sh flash
Image Size(Bytes) Date Version
----- ---------- -------- -------
Primary Image : 7559045 05/06/09 K.13.63
Secondary Image : 6791094 11/24/08 K.12.62
Boot Rom Version: K.12.12
Default Boot : Primary
if you downlaod one partition new software you have to change boot partition
for example new OS version on partion primary and old OS version on secondary partition
you can change startup software version this command
(config)# boot system flash secondary
so that your switch get over wrong software version
after you can update older version on primary partition
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2010 05:42 AM
тАО04-29-2010 05:42 AM
Re: 2510g-48 crash after upgrade
thanks
Ralph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 07:21 PM
тАО05-27-2010 07:21 PM
Re: 2510g-48 crash after upgrade
Thankfully, I have a fix :-)
After I did the upgrade, it looked like this as does yours (most likely):
show flash
Image Size(Bytes) Date Version
----- ---------- -------- -------
Primary Image : 3376851 11/17/09 Y.11.16
Secondary Image : 3368329 07/16/09 Y.11.12
Boot Rom Version: N.10.02
Current Boot : Primary
Essentially, I configured my switch and among other things my config looks like this:
show running-config
; J9280A Configuration Editor; Created on release #Y.11.12
hostname "MY-HOSTNAME"
snmp-server contact "Our Department"
snmp-server location "BHS IDF 200 BLDG"
time timezone 300
time daylight-time-rule Continental-US-and-Canada
no web-management
web-management ssl
no telnet-server
ip default-gateway 10.0.1.1
sntp server 10.100.100.100
timesync sntp
sntp unicast
sntp 30
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 10.1.1.2 255.255.0.0
exit
no snmp-server enable
ip ssh
no tftp server
loop-protect 1-48
loop-protect trap loop-detected
password manager
password operator
This is when the problem occurs (provided you also have a managment IP set). I was able to send HP a video replicating the crash.
Here is when the problem happens:
web-management ssl
I think the crypto keys are not compatible due to a software bug, but I will explain.
The Fix:
First, boot your switch into the Rom Monitor mode and boot the secondary (hopefully still Y.11.12 is in Secondary).
To do this, hold down Reset and Clear at the same time it will power cycle and keep holding until the test light blinks rapidly. Release reset while holding clear until the Test led goes out. Then release clear. I hope I said that right; it usually takes a few tries ;-)
You will get to a boot ROM prompt and see =>
Type "jp 2" and press enter
=>jp 2
Your switch will boot the secondary and not crash.
Enter the following to turn off all certificates and write mem to save:
no ip ssh
no web-management
write mem
(At this point, the switch can boot Y.11.16 without crashing, but it still has bad/broken cyrpto certificates)
Also at Global Config:
crypto key zeroize
Use the ? mark. I cannot remember the exact commands, but zeroize both the SSH and the SSL certificates (they are stored separately of the configuration).
Now, cross your fingers and type:
MY-SWITCH# boot system flash primary
It should boot Y.11.16 and not crash.
Now, you need only re-generate your SSL and SSH certificates.
Then when you type:
web-management ssl
ip ssh
The switch should not crash.
When I was talking with HP today about this issue, I bounced back and forth a dozen times between Y.11.12 and Y.11.16 booting the primary/secondary switching back and forth. Essentially to troubleshoot, I deleted my entire configuration:
erase start-config after I was back in Y.11.12 and noticed my switch no longer crashed when I would boot Y.11.16.
However, as soon as I would run
web-management ssl (and set a management IP on vlan 1) it would instantly crash and then reboot fine because I did not save the config.
Interestingly enough, it remembered my password even with the config reset, and unlike the first time I set it up, I was never prompted/required to generate crypto keys, so I knew they were stored separately of the configuration much like the password is not in the configuration.
This caused me to speculate the switch probably worked when HP tested it, but probably does not like something stored separately of the config that has to do with web-management ssl.
I totally cleared the crypto keys then generated new ones in Y.11.16 and have not had a crash since.
Good Luck. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2010 10:21 AM
тАО06-08-2010 10:21 AM
Re: 2510g-48 crash after upgrade
We have identified a cause for this issue. The switch stacking feature is currently causing the issue. The current work around is to disable stacking or back rev to Y.11.12. The Y.11.19 code I sent you does not fix the issue. The next release of the Y.11.x code will contain the fix.
Sincerely,
Vincent
HTH,
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2010 08:45 AM
тАО12-06-2010 08:45 AM
Re: 2510g-48 crash after upgrade
Have similar problem: switch firmware crashes when someone tries to login via web-browser.
Log shows:
Saved crash information:
TLB Miss: Virtual Addr=0x0000000a IP=0x805e2168 Task='tHttpd'
Task ID=0x81e81810 fp:0x00000000 sp:0x81e816d8 ra:0x8024ce58 sr:0x1000fc01
(registers values may be different)
Mostly we administer switches via command line so I turn off the web interface
with 'no web-management' command.
Is the previous firmware release (Y.11.12) free of this bug?
Regards, Ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2010 08:51 AM
тАО12-06-2010 08:51 AM
Re: 2510g-48 crash after upgrade
Thank you!