1820695 Members
2408 Online
109627 Solutions
New Discussion юеВ

Low qurom command

 
zsujith
Frequent Advisor

Low qurom command

Hello,

I have a Itanium server. The boot disk is as shown

Physical Volumes belonging in Root Volume Group:
/dev/disk/disk4_p2 -- Boot Disk
/dev/dsk/cxtydzs2 -- Boot Disk

Want to know how to find whether the low qurom is set for the boot disk and if not how to set it in Itanium servers.

Thanks & Regards
"The most wasted day is that in which we have not laughed."
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: Low qurom command

You should always use the "new" device files, like "diskx_py", no longer the "old" ones.

See

http://docs.hp.com/en/5992-3385/ch03s04.html#cbddaicd

example:

# mkboot -a "hpux -lq" /dev/rdisk/disk4

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!   
Torsten.
Acclaimed Contributor

Re: Low qurom command

See
also

http://docs.hp.com/en/LVMmigration1/LVM_Migration_to_Agile.pdf

for the

/usr/contrib/bin/vgdsf

command in order to convert the "old" to "new" device files.

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!   
Andrew Rutter
Honored Contributor

Re: Low qurom command

Hi,

with the itaniums is abit different to the pa boxes. you need to check the s1 partition.

you need something like this

Edit the AUTO file to ├в lq
#efi_cp ├в d /dev/rdsk/cxtxdxs1 ├в u /EFI/HPUX/AUTO /tmp/AUTO
#vi /tmp/AUTO
modify boot vmunix to boot vmunix ├в lq

Then copy file back to both EFI partitions (both disks)
#efi_cp ├в d /dev/rdsk/cxtxdxs1 /tmp/AUTO /EFI/HPUX/AUTO

Andy


Andrew Rutter
Honored Contributor

Re: Low qurom command

hi try again

Edit the Auto file to -lq

#efi_cp -d /dev/rdsk/cxtxdxs1 -u /EFI/HPUX/AUTO /tmp/AUTO

#vi /tmp/AUTO or (cat it to check)

modify boot vmunix to boot vmunix -lq

then copy the file back to both boot disks

#efi_cp -d /dev/rdsk/cxtxdxs1 /tmp/AUTO /EFI/HPUX/AUTO

Andy
zsujith
Frequent Advisor

Re: Low qurom command

Thankyou guys for usefule information.
"The most wasted day is that in which we have not laughed."
Torsten.
Acclaimed Contributor

Re: Low qurom command

Andrew, the procedure I posted is directly taken from the Mirror boot disks on Itanium on 11.31.

According to this it is again "mkboot".

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!