Firmware password


 
Thread Tools Search this Thread
Operating Systems Solaris Firmware password
# 1  
Old 11-09-2009
Firmware password

Hi:

I have a Sun Blade 1500 and when I do the Jumpstart with
command "boot net - install" asking for the password of the firmware
and I was not that password. There any way to reset this password.
Thank you very much
# 2  
Old 11-09-2009
there should be a jumper on the systemboard to reset the nvram... systemhandbook points out a jumper 21. don't know if this works... you've to try.
# 3  
Old 11-10-2009
Boot the system to OS level then check this:
#eeprom | grep security-mode
security-mode=command

If the above is true, do this:-

(to resolve/disable firmware password)
# eeprom security-mode=none
# eeprom | grep security-modesecurity-mode=none

OR you can do it in the OK> prompt
setenv security-mode=none
# 4  
Old 11-10-2009
you have to enter the password to go to obp or to boot the os...
# 5  
Old 11-10-2009
How if we power off the machine, pull out the disk and poweron? Wont it drop to OBP?
# 6  
Old 11-10-2009
i read in SUN Solaris by Bill Calkins (chapter 3 pg 287) that if you forget the firmware password, you have to send the non volatile memory to sun support centre to reset the parameters.correct me if i am wrong
# 7  
Old 11-10-2009
If the security-mode is set to command then you can boot, you just cannot add any parameters to the boot command at the OBP level, so if the machine does boot off local OS (i.e. boot-device is set to disk) and you know the root password you can reset the prom password to a know one by doing:
Code:
# eeprom security-mode=none
# eeprom security-mode=command

You will then get prompted for a new prom password.

N.B. man monitor gives you the manpage about the OBP commands.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Password sent via reset password email is 'weak' and won't allow me to change my password

I was unable to login and so used the "Forgotten Password' process. I was sent a NEWLY-PROVIDED password and a link through which my password could be changed. The NEWLY-PROVIDED password allowed me to login. Following the provided link I attempted to update my password to one of my own... (1 Reply)
Discussion started by: Rich Marton
1 Replies

2. UNIX for Beginners Questions & Answers

HP UX firmware

Does unix servers need firmware updation regularly for smooth functioning? (2 Replies)
Discussion started by: manjeeteast
2 Replies

3. Solaris

T5 Firmware clarification

Hello, I am going to upgrade the Firmware on a T5 Sparc server running Solaris 11.2 and just wanted to clarify a couple of things please. I have downloaded the Firmware patch P24441083_96, however this says it is based on ILOM 3.2.6. Ive been trying to find the download ilom 3.2.6 but each time... (2 Replies)
Discussion started by: rakeman
2 Replies

4. AIX

Password for Firmware woes!

Hi All, On wanting to re-install AIX 6.1 on to an RS 6000 Power 9111 285 station, I've tried to get in to SMS and also to boot from the DVD drive, but now the Firmware is locked and asking for the password. I originally set the password about 6 years ago and have forgotten it because I've never... (14 Replies)
Discussion started by: Box_the_Jack_in
14 Replies

5. Solaris

ILOM Firmware

Hi Guys, Anyone know where to get the firmware to upgrade the ilom from 3.0 to 3.2.1. Found reference to it on myoracle support, but then when you try to follow the links it's not there. Any help is greatly appreciated. Thanks Martin (4 Replies)
Discussion started by: callmebob
4 Replies

6. Solaris

Firmware password Solaris Sun Fire v440

Hi: I bougth an used Sun Fire v440, and It have a firmware password. When I turn on the server, it ask for firmware password. (I don 't know what is the correct password). I can access to SC, but when I want to access to OBP, Firmware Password appears again. I remove the battery for two hours,... (1 Reply)
Discussion started by: mguazzardo
1 Replies

7. Hardware

Firmware

Hello forums this is my first post here im having an old adsl modem ZYXEL Prestige 660R i want to changet he firmware.it is using openwrt.but i have an inclination that incase i change the firmware then i will be no longer be left with the default user menu of the modem but i will have to... (16 Replies)
Discussion started by: ankscorek
16 Replies

8. Solaris

OpenBoot Firmware Password Recovery

So in the group of boxes I've inherited, I have one that has a firmware password. I do not know the root password of the machine nor the firmware password. I've tried several things already, such as: removing BIOS battery, double tap the power switch, and several variants of the STOP-A on a PC... (2 Replies)
Discussion started by: adelsin
2 Replies

9. AIX

Microcode vs Firmware

This ran through my mind while writing a doc, may be dumb one. I have seen people using the terms Microcode and Firmware in IBM system p world interchangeably. Firmware update or microcode update Is that right? Are they synonyms? (4 Replies)
Discussion started by: balaji_prk
4 Replies

10. AIX

Firmware on blade

Hi. I need to update firmware on a Js20 blade server I have and need to do it via Diagnostics CD, rather than using diag in AIX. So a little refresh on how to. Boot of the Diag CD, burn the firmware image to another CD-ROM and all set. Will I need to burn any additional files to the CD... (1 Reply)
Discussion started by: sprellari
1 Replies
Login or Register to Ask a Question