Integrity Servers
1752802 Members
5970 Online
108789 Solutions
New Discussion юеВ

rx4640 invalid model string...need help

 
SOLVED
Go to solution
psyduckтДв
Occasional Advisor

rx4640 invalid model string...need help

Hello...
I have some problem /w rx4640.
After replacement of system board,
rx4640 server does not display correct model string.
And this causes firmware upgrade to fail...

Here's command results.


-----------------------------------------------
CCBS1# model

ia64 hp
CCBS1#
CCBS1# uname -a

HP-UX CCBS1 B.11.23 U ia64 3086252423 unlimited-user license
-----------------------------------------------

How can I change the model string to rx4640??

Thank you.
3 REPLIES 3
Sameer_Nirmal
Honored Contributor
Solution

Re: rx4640 invalid model string...need help

Check the server "Product Name" showing in EFI shell using
Shell> sysset

It should show "server rx4640" in your case. You can set the product name using
Shell> sysset prodname server rx4640

After that BMC board need to be reset. Power down the server and unplug power for 20 secs or so and then power it on.
mits
Respected Contributor

Re: rx4640 invalid model string...need help

You need to enclose the product name with the double quotation mark like below.

Shell> sysset prodname "server rx4640"
psyduckтДв
Occasional Advisor

Re: rx4640 invalid model string...need help

Thank you for your help...

I'll schedule a job..

Thanks again.