1832996 Members
2356 Online
110048 Solutions
New Discussion

boot from cd

 
SOLVED
Go to solution
Javier Ortiz Guajardo
Frequent Advisor

boot from cd

How can i boot from the CD HPUX Core-install? and How can i generate a boot tape?

thaks.
The obstacles are those things that the people see when they left to see their goals.
4 REPLIES 4
Pete Randall
Outstanding Contributor
Solution

Re: boot from cd

First, use ioscan to find the hardware path of your CD drive. The re-boot the machine and interrupt the boot process at the "10 second" message. Enter "sea ipl" at the ISL prompt. Match your CD address to the list returned and enter the "bo" command.

You can generate a bootable tape using Ignite-UX and the make_tape_recovery command.

Pete

Pete
Pete Randall
Outstanding Contributor

Re: boot from cd

You can download Ignite here:
http://www.software.hp.com/products/IUX/index.html

Pete

Pete
John Bolene
Honored Contributor

Re: boot from cd

when I boot my C110, it has the wating 10 seonds for keyboard input

hit a key there and then do a SEA command

then do a bo PX, where X is the path to the CD
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
James R. Ferguson
Acclaimed Contributor

Re: boot from cd

Hi:

To make a bootable (Ignite) tape containing a complete image of vg00 for cloning or restoration, use:

# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn

Regards!

...JRF...