1834394 Members
1993 Online
110066 Solutions
New Discussion

Auto boot string

 
SOLVED
Go to solution
RJA
Advisor

Auto boot string

One of my disks has the following auto boot string:

hpux -lq(;0)/stand/vmunix

Is a space required after the -lq ?
If so, how do I update?

Thanks
3 REPLIES 3
Pete Randall
Outstanding Contributor

Re: Auto boot string

You could start with a review of the man page for "hpux".


Pete

Pete
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Auto boot string

You should have a space and the fix is very simple: issue another mkboot -a "hpux -lq ..." /dev/rdsk/cXtYdZ command. What is, perhaps, not so obvious is that you should have the "-lq" option asserted on both the primary and alternate boot disks because unless that is done, a mirrored system is actually less likely to boot unassisted than an unmirrored one.

Man mkboot and hpux for details.
If it ain't broke, I can fix that.
RJA
Advisor

Re: Auto boot string

Thanks .. This is what I was looking for,