Operating System - HP-UX
1847487 Members
3733 Online
110265 Solutions
New Discussion

change boot disk from "hpux" to "hpux -lq"

 
SOLVED
Go to solution
Jerry_109
Super Advisor

change boot disk from "hpux" to "hpux -lq"

Hello HP,

Is there a way change my primary drive from
"hpux" to "hpux -lq" so the system will come up
if I lose my mirror drive ?
###################################

root@hohp201[/root]
# uname -a; model
HP-UX hohp201 B.11.11 U 9000/800 1900014735 unlimited-user license
9000/800/rp7410
root@hohp201[/root]
# lifcp /dev/rdsk/c0t6d0:AUTO -
hpux
root@hohp201[/root]

####################################
root@hohp201[/root]
# /etc/ioscan -nfC disk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 0 1/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 73.4GATLAS10K3_73_SCA
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 1 1/0/0/3/1.2.0 sdisk CLAIMED DEVICE PIONEER DVD-ROM DVD-305
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
root@hohp201[/root]
#
root@hohp201[/root]
# setboot
Primary bootpath : 1/0/0/3/0.6.0
Alternate bootpath : 1/0/1/0/0/1/1.6.0

Autoboot is ON (enabled)
Autosearch is OFF (disabled)

Note: The interpretation of Autoboot and Autosearch has changed for
systems that support hardware partitions. Please refer to the manpage.
root@hohp201[/root]

4 REPLIES 4
john kingsley
Honored Contributor
Solution

Re: change boot disk from "hpux" to "hpux -lq"

run:
mkboot -a "hpux -lq" /dev/rdsk/c#t#d#
You will need to specify this command on each of the mirrored disks.
Sanjay_6
Honored Contributor

Re: change boot disk from "hpux" to "hpux -lq"

Hi Jeyy,

you can use the mkboot command,

mkboot -a "hpux -lq" /dev/rdsk/cxtydz

where /dev/rdsk/cxtydz is your boot device.

Hope this helps.

Regds
Jerry_109
Super Advisor

Re: change boot disk from "hpux" to "hpux -lq"

root@hohp201[/root]
# mkboot -a "hpux -lq" /dev/rdsk/c0t6d0
root@hohp201[/root]
# lifcp /dev/rdsk/c0t6d0:AUTO -
hpux -lq
root@hohp201[/root]
Works fine. Thanks
James R. Ferguson
Acclaimed Contributor

Re: change boot disk from "hpux" to "hpux -lq"

Hi Jerry:

Make sure that both disk LIF contain the low-quorum setting! That is, issue the 'mkboot' to both the device on the primary as well as the device on the secondary boot path.

...JRF...