Integrity Servers
1748239 Members
3534 Online
108759 Solutions
New Discussion юеВ

Re: Simple way for update the second rom of MP fw ?

 
SOLVED
Go to solution
Kasper_USB
Frequent Advisor

Simple way for update the second rom of MP fw ?

Hello

Our Integrity has two roms. First rom is actual.
Second rom not.
Is there a simple way to update the second rom with the content of the first rom ?

Thanks
Olaf
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: Simple way for update the second rom of MP fw ?

Hi Olaf,

what server model we are talking about?

Can you provide a

MP:CM> sysrev

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Kasper_USB
Frequent Advisor

Re: Simple way for update the second rom of MP fw ?

rx6600
Torsten.
Acclaimed Contributor
Solution

Re: Simple way for update the second rom of MP fw ?

No problem to have different versions, but anyway, here is an example:

Shell> fwconfig

SYSTEM FIRMWARE CONFIGURATION
Image A Revision: 1.01 [4652]
*Image B Revision: 3.01 [4739]

* Indicates active system firmware image


Shell> fwconfig copy b a
Copy system firmware image B to location A? [y/n] y
Checksumming source ROM...Complete.
Copying (may take up to 1 minute)...............................................
Checksumming destination ROM... Complete.

Shell> fwconfig

SYSTEM FIRMWARE CONFIGURATION
Image A Revision: 3.01 [4739]
*Image B Revision: 3.01 [4739]

* Indicates active system firmware image









Shell> help fwconfig
View / Select system firmware image

FWCONFIG [enable image] | [copy source target]

enable Enable specified firmware image
image Location of firmware to enable
copy Copy specified firmware image to specified location
source Location of firmware image to copy
target Location to copy firmware to

Note:
1. image, source and target are image locations [A..Z] as displayed by
fwconfig with no parameters
2. Active firmware image is not valid as a target for copy command
3. A reboot is required if a new firmware image is enabled

Examples:
* To view system firmware images
Shell> fwconfig

SYSTEM FIRMWARE CONFIGURATION
Image A Revision: 86.40 [4439]
*Image B Revision: 86.20 [4350]
Image C Revision: Invalid
Press ENTER to continue, 'q' to exit:

* Indicates active system firmware image

* To copy a system firmware image to another location
Shell> fwconfig copy A C

Copy system firmware image A to location C? [y/n] y
Copying...Complete

Shell> fwconfig

SYSTEM FIRMWARE CONFIGURATION
Image A Revision: 86.40 [4439]
*Image B Revision: 86.20 [4350]
Image C Revision: 86.40 [4439]

* Indicates active system firmware image

* To enable a system firmware image
Shell> fwconfig enable A

Enable system firmware image A and reboot? [y/n] y
Restarting system&



Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!