Operating System - HP-UX
1833923 Members
4779 Online
110063 Solutions
New Discussion

Re: Auto boot and auto search have been stopped

 
SOLVED
Go to solution
MarkSyder
Honored Contributor

Auto boot and auto search have been stopped

Hi everybody.

I've just updated an old C3000 with a C3700. This involved taking the discs out of the C3000 and putting them in the C3700, swapping all the leads, and rebooting.

This has worked fine except that the boot stops part way through with the message:

"AUTO BOOT and AUTO SEARCH have been stopped".

I then have to type bo pri for the boot to continue - not a long-term resolution!

I've looked at similar threads on this forum and checked google but can't find anything that helps. Suggestions appreciated.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
12 REPLIES 12
Chan 007
Honored Contributor

Re: Auto boot and auto search have been stopped

mark,

Try the followinf command that sets boot path.
setboot -p (Primary boot path)
setboot -a (alternate boot path)

also add to the /stand/bootconf file.

cheers ...007
Robert-Jan Goossens
Honored Contributor

Re: Auto boot and auto search have been stopped

Mark,

Udate your boot programs on your disk(s)

# mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c?t?d?

Regards,
Robert-Jan
RAC_1
Honored Contributor

Re: Auto boot and auto search have been stopped

This easy to set. You can do it in two ways.
1 From GSP, PDC prompt
2 From command line.

From GSP, set auto on and sea on

From command line,
setboot -b on -- to set auto-boot on
setboot -s on -- to set auto-search on

Check it with setboot -v command.
There is no substitute to HARDWORK
MarkSyder
Honored Contributor

Re: Auto boot and auto search have been stopped

I've checked the settings for setboot and they were already correct. I've just made the change that Robert-Jan recommended and will give him points when I see if it's worked.

Thanks for the suggestions.

Mark
The triumph of evil requires only that good men do nothing
RAC_1
Honored Contributor

Re: Auto boot and auto search have been stopped

What is boot string??

lifcp /dev/rdsk/cxtxdx:AUTO -

Should reflect hpux -lq(;0)/stand/vmunix
Also lifls -l will help to know what's there on boot area.
There is no substitute to HARDWORK
Sivakumar TS
Honored Contributor

Re: Auto boot and auto search have been stopped


Dear Mark,

please try upgrading the firmware with latest one.

With Regards,

Siva.
Nothing is Impossible !
Andrew Rutter
Honored Contributor

Re: Auto boot and auto search have been stopped

hi Mark,

The system board must be configured to stop at this point.

You can change this at PDC level.

Reboot the workstation to pdc where it stops

type
co
to go into configuration menu

then AU BO on for autoboot
then AU SEA on for autosearch
and if you need to
AU ST for auto start

check these settings with
bootinfo

From same menu

Andy
MarkSyder
Honored Contributor

Re: Auto boot and auto search have been stopped

I'm afraid Robert-Jan's suggestion has made it worse - I have to physically boot from /stand/vmunix now. How do I reverse this?

Mark
The triumph of evil requires only that good men do nothing
Kent Ostby
Honored Contributor
Solution

Re: Auto boot and auto search have been stopped

Mark --

You will need to reset the autoboot string:

mkboot -a "hpux" /dev/rdsk/cXtYdZ

or

mkboot -a "hpux /stand/vmunix" /dev/rdsk/cXtYdZ

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
MarkSyder
Honored Contributor

Re: Auto boot and auto search have been stopped

Thanks to everyone for their suggestions. Thanks to Kent for the solution.

NB - a bit of delving reveals that the fault was caused by memory cards not being in the lowest numbered slots, which might have had an effect on performance. I would have thought a warning in the syslog would be more sensible than refusing to start, but they didn't ask me when they were designing the os!

Mark
The triumph of evil requires only that good men do nothing
Robert-Jan Goossens
Honored Contributor

Re: Auto boot and auto search have been stopped

Sorry Mark for the confusion. I should have added the option for non mirror boot disk too.

Regards,
Robert-Jan
0 points please
MarkSyder
Honored Contributor

Re: Auto boot and auto search have been stopped

I think a follow-up apologizing for an error deserves one point Robert-Jan!

Mark
The triumph of evil requires only that good men do nothing