- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Network boot Brocade 3800
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-26-2007 04:30 AM
тАО02-26-2007 04:30 AM
Since it requires a significant firmware revision update (3.0.2j to 3.2.1b), I figured I might be able to do the upgrade by booting it over the network and have it force the rest of all accounts as a similarly large upgrade on the Brocade 2800s I upgraded last year did. (I know the procedure in the FOS upgrade doc doesn't say you can do this, but I figured it was worth a shot since we don't have them under support yet and can't get a reset password firmware to boot from.)
Unfortunately, this tactic is not working and the diagnostics are nil. The interface is assigned the IP address, but keeps saying the host where the firmware file exists is not active. I've verified access and all seems well on the ftp server side when testing from a laptop.
Any ideas what kinds of things would cause this vague failure message?
Jeff Traigle
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2007 05:28 PM
тАО02-26-2007 05:28 PM
Solutionunfortunately there isn't a simple password recovery procedure.
You can try:
factory:password
root:password
root:fibranne
If none passwords works, you need contact Brocade for password recovery firmware. It's based on switch wwn.
Frantisek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2007 07:25 AM
тАО02-27-2007 07:25 AM
Re: Network boot Brocade 3800
To get a root login without password, follow:
1. Connect serial cable to switch (test it before you reboot your switch).
2. reboot the switch and press ESC key within 4 seconds at boot message "press ESC key within 4 sec...."
3. Menu will appear, go to Command Prompt shell (mostly option 3)
4. Enter the command:
#mount -o remount,rw,noatime /
5. Enter the command:
mount /dev/hda2 /mnt
6. Enter the command:
#passwddefault
or
#passwd admin (to reset admin password only)
7. #reboot -f
*** If you fail at step 5, Enter the command:
#printenv
and look for "OSRootPartition" param, the second partition should be mounted (usually hda2)
That's it... so simple. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2007 08:06 AM
тАО02-27-2007 08:06 AM
Re: Network boot Brocade 3800
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2007 05:20 AM
тАО03-01-2007 05:20 AM
Re: Network boot Brocade 3800
The one switch I could login to as root with "password" I was able to use the passwddefault command to reset all four accounts. That was indeed very simple.
The other switch I was able to login to with "fibranne" (where the heck is that documented?), but the passwddefault command was not recognized. However, since I was logged in above the "user" privilege, I was able to upgrade the firmware. As I expected, the big jump in revisions forced me to set the passwords on all four accounts. (After this, the passwddefault command was recognized and worked.)
Jeff Traigle