4.460 rtrv-bip
Use this command to show the board identification PROM (BIP) data for the main assembly at the specified card location.
The following information is displayed for the main assembly: board part number, board revision, serial number (7, 8, 11, 12, or 14 digits), manufacturing date, and the software match ID.
For main assemblies, the port A Ethernet address (if ENT01 record exists) and port B Ethernet address (if ENT02 record exists) are also displayed.
Parameters
- loc (mandatory)
- The card location as stenciled on the shelf of the system.
- Range:
- 1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 1311 - 1318, 2101 - 2108, 2111 - 2118, 2201 - 2208, 2211 - 2218, 2301 - 2308, 2311 - 2318, 3101 - 3108, 3111 - 3118, 3201 - 3208, 3211 - 3218, 3301 - 3308, 3311 - 3318, 4101 - 4108, 4111 - 4118, 4201 - 4208, 4211 - 4218, 4301 - 4308, 4311 - 4318, 5101 - 5108, 5111 - 5118, 5201 - 5208, 5211 - 5218, 5301 - 5308, 5311 - 5318, 6101 - 6108, 6111 - 6118, 1109, 1110, 1209, 1210, 1309, 1310, 2109, 2110, 2209, 2210, 2309, 2310, 3109, 3110, 3209, 3210, 3309, 3310, 4109, 4110, 4209, 4210, 4309, 4310, 5109, 5110, 5209, 5210, 5309, 5310, 6109, 6110, 1113, 1115
Example
The following example displays the BIP data for the main assembly.rtrv-bip:loc=1201
Dependencies
The card location must be valid for the command.
Notes
The tst-bip
command verifies that the PROM is good by writing to and reading from the PROM. The rtrv-bip
command shows the level of the BIP, as well as the board part number, the revision number, and the serial number If the rtrv-bip
command fails, this indicates that communication to the card has failed, and you might need to replace the card. Contact My Oracle Support (MOS) to find out if the card can be reprogrammed.
Output
For main assemblies, the Max Power Rating is also displayed. If the Card Power value is not present in BIP data, then the Max Power Rating is displayed as Undef .
This example shows the 7-digit serial number of a main assembly card manufactured on the eleventh week of 1993):
rtrv-bip:loc=1201
tekelecstp 10-03-14 23:32:51 IST EAGLE 42.0.0
--------------------------------------------------------------------------
Location: 1201 MBD
Part Number: 850-0187-03
Revision: G2 Week/Year: 11/1993
Serial Number: 3110195
Software Match ID: EG - 001 Max Power Rating : Undef
--------------------------------------------------------------------------
END OF REPORT
;
This example shows the 14-digit serial number with Ethernet port A and B records, manufactured on the eleventh week of 2001:
rtrv-bip:loc=1201
tekelecstp 10-03-14 23:32:51 IST EAGLE 42.0.0
-------------------------------------------------------------------------
Location: 1201 - MBD
Part Number: 850-0187-03
Revision: G2 Week/Year: 11/2001
Serial Number: 102200111a0195
Software Match ID: EG - 001 Max Power Rating : Undef
Ethernet Port A Address: 00001704000C
Ethernet Port B Address: 000017040
-------------------------------------------------------------------------
END OF REPORT
;
This example shows the BIP data for the main assembly when the Max Power Consumption value for the card is present:
rtrv-bip:loc=1103
tekelecstp 10-03-14 23:32:51 IST EAGLE 42.0.0
--------------------------------------------------------------------------
Location: 1103 - MBD
Part Number: 870-2212-02
Revision: A Week/Year: 26/2006
Serial Number: 10206265084
Software Match ID: EG - 001 Max Power Rating : 646 mA
--------------------------------------------------------------------------
END OF REPORT
;
This example shows the BIP data for the MUX main assembly card:
rtrv-bip:loc=1109
tekelecstp 10-03-07 23:32:51 IST EAGLE 42.0.0
--------------------------------------------------------------------------
Location: 1109 MBD
Part Number: 870-2872-01
Revision: A Week/Year: 11/2003
Serial Number: 10105365048
Software Match ID: EG - 001 Max Power Rating : 646 mA
--------------------------------------------------------------------------
END OF REPORT
;
Legend
- Location—Card location for the BIP information
- Part Number—Part number of the card in the specified card location
- Revision—Hardware version of the card
- Serial Number—Serial number of the card. Serial number formats are:
- 7-digit serial number—ywwxxxx
- 8-digit serial number—yywwxxxx
- 11-digit serial number—nnnyywwxxxx
- 12-digit serial number—nnnyyww*xxxx
- 14-digit serial number—nnnyyyyww*xxxx
- y = year digit (0–9)
- w = week digit (0–9)
- n = product identifier digit (0–9)x = serial number digit (0–F hexadecimal)
- * = special character (0–9, a–z, or A–Z, alphanumeric characters)
- Software Match ID—Used to check hardware and board type for the BIP information.
- Max Power Rating—Maximum power rating of the card.
- Week/Year—Week (1–52) and year (4 digits) of the card. The serial number formats are:
- 7-digit: ywwxxxx
- 8-digit: yywwxxxx
- 11-digit: nnnyywwxxxx
- 12-digit: nnnyyww*xxxx
- 14-digit: nnnyyyyww*xxxx
- where y=year, w=week, n=product identifier, x=serial number (0-F, hexadecimal), *=special character (0–9, a–z, or A–Z)