Sponsored Content
Full Discussion: Need help with OBP.
Top Forums UNIX for Dummies Questions & Answers Need help with OBP. Post 302531322 by Perderabo on Thursday 16th of June 2011 11:45:01 AM
Old 06-16-2011
Quote:
Originally Posted by rama krishna
SO Perderabo can I Infer this from your above statement. Firmware upgrade means upgrading the Open Boot Program .I mean the little piece of software in eeprom. And any changes I am making at ok> I am making them in Open boot program stored in the EEPROM.
No, ksh is software, but a softare update may not update ksh. As fpmurphy mentions there may be more than one firmware program. The V240 server on my desk right now has OBP and ALOM which are both firmware. This is why we should speak of an uptime to OBP or an update to ALOM. Terms like "software update" or "firmware update" don't really convey much information.

And OBP does not store stuff in EEPROM. When you make a change at the ok prompt you are actually changing the NVRAM. The nvram is a chip with a little battery built into the chip. When the battery dies, so does the data in the chip. OBP continues to live in EEPROM and with a lot of effort you can boot a box in this condition. To confuse the issue, Sun has a program which can be run as root called eeprom. eeprom displays the stuff in nvram. I would love to know why they called it "eeprom".

It's been a while since I updated OBP, but I remember that I have to pop the cover off and flip a switch to make EEPRPOM updatable. Then after the update I flipped it back. (Or maybe it was a jumper?) Anyway EEPROM is usually fixed in value.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

OBP saying boot is disabled??

Hi all, need your help again :P I am trying to build a server in work, and it comes up with the OBP (Open Boot Prompt) and when i try and install the cdrom "boot cdrom -s" it throws back the following error: "System is not bootable, boot command is disabled" This is trying to install... (3 Replies)
Discussion started by: SemperFi
3 Replies

2. Solaris

Enter to OBP

Hello, today i'm comment in /etc/vfstab fs /usr and my server load in SingleUser without anything commands :( How i can enter to OBP from # ? or ILOM ? I'm try CTRL+BREAK (F5) , CTRL+ALT+BREAK (F5) and #. but it's don't help me :(((( (5 Replies)
Discussion started by: jess_t03
5 Replies

3. Solaris

OBP on Solaris 10-intel

Hi All, How can I go to OBP on Solaris 10-intel? I tried doing ctrl+c or ctrl+break, it won't go to the "ok" prompt. Thanks in advance, itik (6 Replies)
Discussion started by: itik
6 Replies

4. Solaris

OBP search...

Hello experts... In OBP(OK prompt)... How can i know whole command if i know part of a command? Thanks in advance... (2 Replies)
Discussion started by: younus_syed
2 Replies

5. Solaris

OBP update

hi all i am using sun blade 150 (sparc) running solaris 5.10 on that. How can i update the OBP firmware? where cai download the latest (compatible) version for this hardware? (4 Replies)
Discussion started by: kingston
4 Replies

6. Solaris

OBP Post failing on V490

My V490 has been running solid for months and I was studying the OBP diagnostics. I enabled the following; auto-boot false diag-level max verbosoity max diag-switch max reset-all The diagnostics are erring about 5 minutes in, and it keeps reporting the same error over and over, looking... (2 Replies)
Discussion started by: Pappy52
2 Replies

7. UNIX for Dummies Questions & Answers

OBP explained.

Hi Gurus, Correct me if I am wrong. Booting an OS means loading it in memory . What is OBP in solaris. If we are typing some commands at ok> where are we actually do that. What is the difference between frimware and OBP. I know I am asking silly things but I need answers. :):) Thanks in... (4 Replies)
Discussion started by: rama krishna
4 Replies

8. Solaris

Other web/ftp OBP Versions

Hi, I looking for a versión from OBP Sun Netra V440, but I can only see that the file is on oracle.com and it´s necessary a number contract or CSI of the any customer for download this file :( , anyone know a site or ftp where I can download versions for Sun OBP ?, thank you very much ... (4 Replies)
Discussion started by: ph0b0s
4 Replies

9. Solaris

V240 no OBP or console available

Hey guys, I recently replaced the heatsinks on two different V240's. Repasted and replaced them myself. After attempting to bring them back up, there was no display coming from the KVM. I figured it was a matter of environment in OBP and attempted to get to the OK prompt from the... (20 Replies)
Discussion started by: DanielSluder
20 Replies

10. Solaris

T4-2 OBP problem

Hi can anyone help me Got a T4-2, when I try to save any enviroment varaible at the OBP for instance auto-boot false or output-device screen I get the error: Warning: Error storing configuration. No space left, check SP and other logs. Cleared the SP logs (well only ones I could find) did... (4 Replies)
Discussion started by: callmebob
4 Replies
FTDI-EEPROM(1)						      General Commands Manual						    FTDI-EEPROM(1)

NAME
ftdi_eeprom - Tool for reading/erasing/flashing FTDI USB chip eeproms SYNOPSIS
ftdi_eeprom [commands] config-file DESCRIPTION
ftdi_eeprom is a small tool for reading/erasing/flashing FTDI USB chip eeproms. It uses libftdi to access the chip, so you will need to have the required permissions on the device. The ftdi_sio module should not be loaded. You can prevent it to be automatically loaded by adding it to /etc/modprobe.d/blacklist. You have to unplug and replug your device to get the new values to be read. Otherwise, you will still get the old values. COMMANDS
--read-eeprom Read eeprom and write to -filename- from config-file. --erase-eeprom Erase eeprom. --flash-eeprom Flash eeprom. CONFIGURATION FILE
The configuration file contains a list of key-value pairs which will be used to flash an FTDI USB chip eeprom. Comments start with #. The beginning of such a file might look like the following: vendor_id=0x0403 # Vendor ID product_id=0x6001 # Product ID max_power=0 # Max. power consumption: value * 2 mA. Use 0 if self_powered = true. ########### # Strings # ########### manufacturer="ACME Inc" # Manufacturer product="USB Serial Converter" # Product serial="08-15" # Serial The example configuration file that could be found in /usr/share/doc/ftdi-eeprom/examples is quite well commented so you should be able to use it as a basis. The following keys are supported: vendor_id Set the vendor ID of the device. This value could be entered in decimal or hexadecimal form, and should be in the range 0-65535 or 0x0000-0xffff, respectively. product_id Set the product ID of the device. This value could be entered in decimal or hexadecimal form, and should be in the range 0-65535 or 0x0000-0xffff, respectively. max_power Set the maximum current the device will use, in 2 mA unit. Use 0 if self_powered = true. manufacturer Set the manufacturer string which normally holds the name of the manufacturer. product Set the product string which normally holds the name of the product. serial Set the serial string which normally holds the serial number of the product. self_powered Specify if the device is self-powered or not. The value should be true or false. remote_wakeup Specify if the device supports remote wake-ups. The value should be true or false. use_serial If this value is set to true, the serial string will be used. Otherwise the default serial string will be used. BM_type_chip This value have to be set to true if you are using a BM chip. in_is_isochronous If set to true this option specify that the input endpoint is in isochronous mode. out_is_isochronous If set to true this option specify that the output endpoint is in isochronous mode. suspend_pull_downs If this value is set to true the pull downs are enabled during suspend for lower power consumption. change_usb_version This value has to be set to true if you want to force the USB version using the usb_version key. Otherwise the default USB version will be used. usb_version Set the USB version of the device. The change_usb_version value has to be set to true. filename Specify a filename if you want to dump the content of the eeprom into it. AUTHOR
ftdi_eeprom was written by Intra2net AG <opensource@intra2net.com>. This manual page was written by Aurelien Jarno <aurel32@debian.org> for the Debian GNU/Linux system (but may be used by others). March 31, 2004 FTDI-EEPROM(1)
All times are GMT -4. The time now is 03:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy