1835536 Members
2839 Online
110078 Solutions
New Discussion

Alternate boot path.

 
SOLVED
Go to solution
Satish Y
Trusted Contributor

Alternate boot path.

Hi Experts,

How to change alternate boot path ? by,
1) rebooting system.
2) without rebooting system.

Regards,
Satish.
Difference between good and the best is only a little effort
9 REPLIES 9
Magdi KAMAL
Respected Contributor

Re: Alternate boot path.

Hi Satish,

You can do it by booting the system and interrupt boot to modify your alternate boot path.

It's a PROM modification in ISL level.

Magdi
Deshpande Prashant
Honored Contributor

Re: Alternate boot path.

Hi Satish
Use setboot command to change paths wit out rebooting machine.

#setboot -p to set primary path
#setboot -a to set alt. boot path.

While reboot interupt the boot sequence and change the same. Menus I guess are slightly different on K and N boxes. Extact commands don't remember now.

Prashant.
Take it as it comes.
Marcin Wicinski
Trusted Contributor

Re: Alternate boot path.

Hi,

without rebooting use command:

setboot (seem man pages)

later,
Marcin Wicinski
Praveen Bezawada
Respected Contributor

Re: Alternate boot path.

Hi
We can change both primary boot path and alternate boot path using

setboot -p -a

..BPK...
Satish Y
Trusted Contributor

Re: Alternate boot path.

What is cmd syntax?...
Difference between good and the best is only a little effort
Satish Y
Trusted Contributor

Re: Alternate boot path.

I mean what is cmd syntax on ISL ?....(while booting)
Difference between good and the best is only a little effort
Marcin Wicinski
Trusted Contributor

Re: Alternate boot path.

setboot -a hardware_path

e.g. hardware_path = 16/5.2.0
Marcin Wicinski
Carsten Krege
Honored Contributor
Solution

Re: Alternate boot path.

Interrupt the boot process and use the "path" command to set the primary and alternate boot path.

path pri
path alt

With HPUX booted you can use the setboot(1m) command to set the path.


Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
James R. Ferguson
Acclaimed Contributor

Re: Alternate boot path.

Hi Satish:

If you want, after the fact, to find out from where you booted, do:

# echo boot_string/S|adb /stand/vmunix /dev/mem

Regards!

...JRF...