Operating System - HP-UX
1752775 Members
6145 Online
108789 Solutions
New Discussion юеВ

Re: How I change string boot in HP-UX 11.23 - SD Itanium?

 
SOLVED
Go to solution

How I change string boot in HP-UX 11.23 - SD Itanium?

Hi,
In HP-UX 11.11 or HP-UX 11.23 in SD RISC, I get the change thus:
(Verify area the boot)
lifcp /dev/rdsk/c0t0d0:AUTO -

(Change string the boot)
mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/c0t0d0s2

BUT, in HP-UX 11.23 em SD Itanium, this schema not run(execute with sucess).

root:/ # lifcp /dev/rdsk/c0t0d0s2:AUTO -
hpux
root:/ #
root:/ # mkboot -a "hpux /stand/vpmon vparload -p Vpar01_sac0806" /dev/rdsk/c0t0d0s2
-a specified but no current boot area on /dev/rdsk/c0t0d0s2


what I will do?
Thanks!
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: How I change string boot in HP-UX 11.23 - SD Itanium?

Hi,

Have a look at below chapter of this guide.

Mirroring the Root Volume on Integrity Servers

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf

Regards,
Robert-Jan

Re: How I change string boot in HP-UX 11.23 - SD Itanium?

Thanks Robert-Jam.

The process is quite different.
I did the following:

#efi_cp ├в d /dev/rdsk/c0t0d0s1 ├в u /EFI/HPUX/AUTO /tmp/prim
#cat /tmp/prim
boot vmunix -lq
#echo "boot /stand/vpmon -a" > ./AUTO
#efi_cp -d /dev/rdsk/c0t0d0s1 ./AUTO /efi/hpux/auto
#efi_cp -d /dev/rdsk/c0t0d0s1 -u /EFI/HPUX/AUTO /tmp/mir
# cat /tmp/mir
boot /stand/vpmon -a

Thanks again.