1837156 Members
2312 Online
110112 Solutions
New Discussion

ISL problem

 
SOLVED
Go to solution
Beauregard
Advisor

ISL problem

Hi everyone,

My HP-UX server booting from /stand/WINSTALL. I want booting from /stand/vmunix automaticaly. I don't know how to change this configuration.

Someone help me ??
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: ISL problem

Your server has been hit by an attempted Ignite boot.

This ISL configuration is supposed to eneable the box to boot of an Ignite server to get a new image.

I think you need go to the console and reset the autostart parameters.

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/rp4440_OpMaint/rp4440_OpMaint_top.html&con=/hpux/onlinedocs/rp4440_OpMaint/00/00/23-con.html&toc=/hpux/onlinedocs/rp4440_OpMaint/00/00/23-toc.html&searchterms=ISL%7cautostart%7cConsole&queryid=20040127-103641

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dave Hutton
Honored Contributor

Re: ISL problem

#setboot will tell it what your primary and alt boot paths are. My guess is the primary is your CD.

#setboot
Primary bootpath : 0/0/1/1.2.0
Alternate bootpath : 0/0/2/0.2.0

Autoboot is ON (enabled)
Autosearch is ON (enabled)

Dave
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: ISL problem

That is done using the mkboot command.

e.g.

mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c0t6d0

Man mkboot for details. Before changing the auto file string, I would manually boot from /stand/vmunix to make sure that all is well.
If it ain't broke, I can fix that.
Sridhar Bhaskarla
Honored Contributor

Re: ISL problem

Hi,

Looks like this server was booted off of an ignite server which modified the auto file. At the ISL you could try the following.

ISL>hpux /stand/vmunix

If it boots well, then you can change the auto file using the command.

mkboot -a 'hpux -lq' /dev/dsk/c2t6d0

lvlnboot -b /dev/vg00/lvol1
lvlnboot -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /de/vg00/lvol2

provided you didn't change your default lv names.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
kamal_9
Super Advisor

Re: ISL problem

hi
First check the vmunix kernal by booting from that.for that break the auto boot process by pressing any key within 10 sec and type bo pri at pdc menu(Main Menu : bo pri) and intract with isl by answering y to do to want to load isl
at isl prompt /stand/hpux(ISL>/stand/hpux)
if if boots fine and all you applications are working then mkae hpux as default by using mkboot -a 'hpux -lq' /dev/dsk/c2t6d0
BEST OF LUCK
Beauregard
Advisor

Re: ISL problem

Thanks everyone,

mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c1t2d0

All works fine now !