BladeSystem - General
1751900 Members
4965 Online
108783 Solutions
New Discussion юеВ

Re: BL860c i2 boot problem

 
The Brit
Honored Contributor

Re: BL860c i2 boot problem

Try the following sequence.

1. Boot from the Distribution CD.
2. Go DCL commands.

$$$ Show Device dga
[make sure you can see the device you want to boot from]

$$$ set boot
$$$ @sys$manager:boot_options
[set up the boot option normally, when it asks for the device name enter ?, and then type in the device name exactly as it appears in the list.]
[once the boot option is set up, select option 5, (validate), and let it validate all boot options in the list.]
[if all of the options validate OK, then try shutdown and boot normally from new SAN disk.]

Can you cut and paste the whole session and attach it so that we can see what you see.

Dave.

Ana M. Garc├нa Olivencia
Regular Advisor

Re: BL860c i2 boot problem


I have a problem with the 'SET' command:
NOTE: I have booted from a SAN disk /DGA6484) with a copy of the OpenVMS distribution CD.
.....
Enter CHOICE or ? for help: (1/2/3/4/5/6/7/8/9/?) 8



WARNING --

The normal OpenVMS startup procedure has not executed.
Some commands and utilities will not work as documented.
HP does not support PRODUCT INSTALL and other
PRODUCT operations in this environment.


Enter DCL commands -- Enter "LOGOUT" when done.
When you enter "LOGOUT" a message will be displayed saying
"Process SA_STARTUP_DCL logged out at
The Brit
Honored Contributor

Re: BL860c i2 boot problem

My mistake, I forgot one small detail, you need to mount the target disk before you can run the "set boot" command.

example:

SYSTEM>> show dev dka

Device Device Error Volume Free Trans Mnt
Name Status Count Label Blocks Count Cnt
$100$DKA100: (TABBUD) Online 0
$100$DKA200: (TABBUD) Online 0
SYSTEM>> set boot $100$dka100:
%EFI-E-BADPARAM, bad parameter
SYSTEM>> set boot $100$dka100
%EFI-E-BADPARAM, bad parameter

Now MOUNT the Disk

SYSTEM>> mount/over=id $100$dka100:
%MOUNT-I-MOUNTED, System_14Jan mounted on _$100$DKA100: (TABBUD)
SYSTEM>> set boot $100$dka100:
SYSTEM>>

After executing the "set boot", run "BOOT_OPTIONS" to create the boot entry, and also "VALIDATE" the new entries.

Good Luck,

Dave.
Domen Setar
Advisor

Re: BL860c i2 boot problem

Hi Ana,

In my case ths sollution was very easy. I have to install latest UPDATE patch on the OpenVMS. After that everything works fine.

Regards

Domen
Domen Setar
Advisor

Re: BL860c i2 boot problem

Install latest UPDATE patch on OpenVMS.
Ana M. Garc├нa Olivencia
Regular Advisor

Re: BL860c i2 boot problem

Thanks all for your help.

Regards.

Ana
Tom O'Toole
Respected Contributor

Re: BL860c i2 boot problem


Same problem here. The distribution for 8.4 crates worthless boot_options (with i2 blades, at least). It's not that easy to install the latest update, considering you can't boot.

Also the console is very slow.
Can you imagine if we used PCs to manage our enterprise systems? ... oops.
Domen Setar
Advisor

Re: BL860c i2 boot problem

Hi Tom,

You can boot. But you must use EFI shell to manually enter your boot command. After booting system (and network) works normal.
I also noticed slow response at the console.
But somehow the issue was solved by installing latest update.

Regards

Domen