1833387 Members
3097 Online
110052 Solutions
New Discussion

boot error

 
SOLVED
Go to solution
Fernando Boza
Regular Advisor

boot error

During boot I have the following message:

Booting...
Boot IO Dependent Code (IODC) revision 1


HARD Booted.

ISL Revision A.00.43 Apr 12, 2000

ISL booting hpux 0/0/2/1.15.0/stand/vmunix

Boot
: disk(0/0/2/1.15.0.0.0.0.0;0)0/0/2/1.15.0/stand/vmunix
disk(0/0/2/1.15.0.0.0.0.0;0)/stand/0/0/2/1.15.0/stand/vmunix: cannot open, or not executable
Exec failed: No such file or directory

ISL>


I type "hpux" and boot continue.
Why ocur that?
4 REPLIES 4
dinoside
New Member
Solution

Re: boot error

hi Fernado

i guess u are pa-risk system
may be boot disk is diskbox(ex.ds####)


first lvlnboot -v (check bootdisk number)
and next type bleow
mkboot -a "hpux" /dev/dsk/c#d#t#

fyi
Ramesh S
Esteemed Contributor

Re: boot error

Hi

Sounds like BDRA corrupted on the root disk.

Boot the system in maintenance mode or recovery shell by install media and update the BDRA by "lvlnboot" command.

Thanks & Regards

Ramesh

Mridul Shrivastava
Honored Contributor

Re: boot error

Try booting the system in LVM maintenance mode using "hpux -lm" by interrupting the autoboot.

If it boots then check the output of lvlnboot -v? If its not correct the execute the following to configure the devices and reboot:

lvlnboot -r
lvlnboot -b
lvlnboot -d
lvlnboot -s
lvlnboot -R

Make sure that you reboot the system. Don't boot the system in multiuser mode from LVM maintenance mode, its not recommended.
Time has a wonderful way of weeding out the trivial
Fernando Boza
Regular Advisor

Re: boot error

mkboot -a "hpux" /dev/dsk/c#d#t#

This correct the problem.
Thanks to all