1838458 Members
2982 Online
110126 Solutions
New Discussion

Cannot load IPL

 
Witold Kotowski
New Member

Cannot load IPL

Hi,
I have problem with HP 9000/715/64 machine and HPUX 10.20.
My HP machine with two 2GB HDD's cannot boot, I got message :

vuseg=c13000
inet_clts:ok inet_cost:ok
System Console is on the ITE.

and HP is stopped.

Before, HP was working without any problems. After last weekend (machine was on) I have found message like above.
I was trying to boot machine from the tape (I have checked it with two tapes) with HPUX 10.20 and it failed. When HP was trying to boot from the tape (boot scsi.3.0) I had got message:

ERROR: cannot load IPL
error detected

Maybe anybody has any ideas abuot a reason of my problem?
Why during startup from HDD it gives mesasage "vueseg=c1300..." and stops.
Why cannot boot from tape (both tapes are OK)?

Thank You for help in advance.
Witold

11 REPLIES 11
Ravi_8
Honored Contributor

Re: Cannot load IPL

Hi
check the connection to harddisk. seems to be loose connection to the harddisk
never give up
Witold Kotowski
New Member

Re: Cannot load IPL

It is the same error message (cannot load IPL.. )if I try to boot from the tape with connected or disconnected HDD. If HDD is connected BIOS can see it ('search' function can find bootable devices: DDS drive and HDD).
I think HP machine with HPUX 10.20 does not need HDD to be connected when it boots from the tape (it loads minimal operating system somewhere into memory? ).

Witek
Vincenzo Restuccia
Honored Contributor

Re: Cannot load IPL

The IPL (Initial Program Loader) is a piece of code that is ON the disk,
so probably it either got corrupted, or the disk itself failed (hardware),
so that it cannot read that code anymore.
Which means that the system is NOT bootable anymore, as the IPL is the code
that searches for and then loads the HP-UX code (often referred to as the
"secondary loader").
The boot is a three step process: the "prom" loader searches for media (disks,
tapes, CDrom's) with bootable media (that is, with some form of IPL ON them),
and then tries to load and start THAT code. The IPL on disk is a socalled
LIF file (Logical Interchange Format), that is, the code is INdependant of
the exact operating system that installed it (mkboot command).
The IPL then has an "autoboot string" with the name of the file IT has
to find and load (which in HP-UX will normally be the kernel:
/stand/vmunix). But to do so the IPL has to be loaded FROM the disk, and
the primary loader is informing you that it canNOT find a valid secondary
loader on any of the disks it was searching for it.

If the disk is still OK, reinstalling the IPL (from another medium, so you
either have to boot from (recovery) tape or CDrom, or move the disk TO
another system (that does boot) and use IT to reinstall the IPL) will work,
but the most likely cause is that the disk is just plain bad and will have
to be replaced (and your data restored ON the new disk from the backups).
Witold Kotowski
New Member

Re: Cannot load IPL

I tried to boot from tape and I got "ERROR cannot load IPL..."
I'm sure that booting tape is OK. I have not another HP machine to check HDD's, at the moment.
So, I Think that probably SCSI controller is faulty?

Witold
Vincenzo Restuccia
Honored Contributor

Re: Cannot load IPL

In PDC prompt try sea (search for all SCSI).
Witold Kotowski
New Member

Re: Cannot load IPL

With 'sea' (search) i can see my SCSI devives (tape drive, HDD).
Then when I start 'boot scsi.3.0' to boot from the tape (tape drive is SCSI id 3), I get 'ERROR cannot load IPL'.


Witold
KapilRaj
Honored Contributor

Re: Cannot load IPL

hi,

do you have a CDROM Drive with the machine ? If yes , please try to boot through that.

or

at ISL prompt
boot scsi.3.0 isl
it should come to the IPL prompt. From their try,
hpux -lm (if you have lvm ) or hpux -is
can you update me ?

kaps
Nothing is impossible
Bill McNAMARA_1
Honored Contributor

Re: Cannot load IPL

ipl is the initial program loader, which is located on your boot disk.
Just to see if the default boot path is incorrect, try the SEA option to see if there are any potentially bootable devices attached to the system, ie disks, cdrom, tapes or lan.

If the search completes, try to boot from the paths resembling that of your disk with the
BO
command.

You'll then get top ISL, from where the kernel bootstrap is loaded.

Make sure too that your disks are working, you want to see leds blinking, and not in a solid green indicating some kind of scsi/ selftest problem.

Later,
Bill
It works for me (tm)
Jeroen_D
Regular Advisor

Re: Cannot load IPL

Hi,

I also can't get to my ISL prompt anymore.

Vincenzo : how can I recreate IPL ? I now have access to my disk using another system.
What are the commands and parameters ?

TIA,
Jeroen.
Pete Randall
Outstanding Contributor

Re: Cannot load IPL

Jeroen,

Open a new thread. Click on "New Message" on the home page. You'll get a better response and be able to indicate (by assigning points to replies) which answers were most helpful.

Pete

Pete
Pete Randall
Outstanding Contributor

Re: Cannot load IPL