1755114 Members
4801 Online
108830 Solutions
New Discussion юеВ

hpux no start up

 
Rene Mendez_4
Super Advisor

hpux no start up

Hello
My S.O no startup when restart the system, i tray start with monouser hpux -is but no start.

Error:
Main Menu: Enter command or menu > bo p2
Interact with IPL (Y, N, or Cancel)?> y

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



Press Q/q to quit, Enter to continue:

HARD Booted.

ISL Revision A.00.43 Apr 12, 2000

ISL> hpux is

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



ISL> hpux -u

Boot
: disk(0/0/2/0.2.0.0.0.0.0;0)-u
disk(0/0/2/0.2.0.0.0.0.0;0)/stand/-u: cannot open, or not executable


Press Q/q to quit, Enter to continue:
Exec failed: No such file or directory



ISL> hpux -is

Boot
: disk(0/0/2/0.2.0.0.0.0.0;0)/stand/vmunix
10571776 + 1908736 + 7749376 start 0x1fbd68




alloc_pdc_pages: Relocating PDC from 0xffff800000 to 0x7fa00000.
gate64: sysvec_vaddr = 0xc0002000 for 2 pages
NOTICE: autofs_link(): File system was registered at index 3.
NOTICE: cachefs_link(): File system was registered at index 5.
NOTICE: nfs3_link(): File system was registered at index 6.


Press Q/q to quit, Enter to continue:

System Console is on the Built-In Serial Interface
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 8388608
Starting the STREAMS daemons-phase 1
Checking root file system.
log replay in progress
replay complete - marking super-block as CLEAN
Root check done.
Create STCP device files
Starting the STREAMS daemons-phase 2
$Revision: vmunix: vw: -proj selectors: CUPI80_BL2000_1108 -
c 'Vw for CUPI80_BL2000_1108 build' -- cupi80_bl2000_1108 'CUPI80_BL2000_1108'
Wed Nov 8 19:24:56 PST 2000 $
Memory Information:

Press Q/q to quit, Enter to continue:

physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 4194304 Kbytes, lockable: 3175072 Kbytes, available: 3645504 Kbyte
s

/sbin/ioinitrc:
/dev/vg00/lvol1: 65 files, 0 icont, 10889 used, 26477 free (125 frags, 3294 bloc
ks)
/sbin/krs_sysinit:
Kernel specific KRS file was loaded from /stand/krs_lkg/_stand_vmunix.krs.
System specific KRS file was loaded from /stand/krs_lkg/system.krs.



INIT: Overriding default level with level 's'

INIT: SINGLE USER MODE

INIT: Running /sbin/sh

Press Q/q to quit, Enter to continue:

# init 1

INIT: New run level: 1
/sbin/bcheckrc:
Checking for LVM volume groups and Activating (if any exist)
Volume group "/dev/vg00" has been successfully changed.

Regards
Rene
16 REPLIES 16
Alan Meyer_4
Respected Contributor

Re: hpux no start up

it seems your first attempt had a typo in it and the second, -u is not a valid option. On your third try everythin gseems to have worked properly. What's the problem?
" I may not be certified, but I am certifiable... "
Juan M Leon
Trusted Contributor

Re: hpux no start up

Hello Rene, do you have a mirror disk on that system you can always boot from the mirro disk and resync the mirros.
if you are able to boot in single user mode as shown before run fsck on all FS before runnint init 1. Also I will suggest to reboot the system and see if it boots without any problems.
What errors do you get if the machine attemtps to boot normally.
Do you have a /stand/vmunix.OLD

Where in Caracas do you live I used to live near to Parque Central so many years go. and I used to work in La universidad Santa Maria.
si tu quieres enviame un e-mail ghost71@comcast.net
Sheriff Andy
Trusted Contributor

Re: hpux no start up

I tend to think along the same lines as Juan Leon.

Try breaking your bootup quorum, you might have a defective mirror disk.

> hpux -is lq

is boots to single user mode, lq leaves the quorom.
Mel Burslan
Honored Contributor

Re: hpux no start up

looks like your autostart flag has not been set for your boot disk.

when you are at the menu level where it says press any key in 10 seconds, do that and go to the menu

from now on type what is in double quotes but do NOT type the quotation marks themselves.

first set your primary disk to 0/0/2/0.2 by:

type "PATH PRIMARY 0/0/2/0.2" hit enter

then type "conf" hit enter.

this will take you to configuration menu

here type "auto boot on" hit enter.

it will verify the setting as

Autoboot: ON

then type "main" and hit enter to go to the main menu

To test if what you did is working power the server down and wait for 20 seconds and power it back up. It should boot automatically.

Hope this helps
________________________________
UNIX because I majored in cryptology...
Rene Mendez_4
Super Advisor

Re: hpux no start up

hello

I execute fsck an mount file systems

the Mirror (vg00) I resync volume groups in sigle user:

# vgsync vg00
Resynchronized logical volume "/dev/vg00/lvol1".
Resynchronized logical volume "/dev/vg00/lvol2".
Resynchronized logical volume "/dev/vg00/lvol3".
Resynchronized logical volume "/dev/vg00/lvol4".
Resynchronized logical volume "/dev/vg00/lvol5".
Resynchronized logical volume "/dev/vg00/lvol6".
Resynchronized logical volume "/dev/vg00/lvol7".
Resynchronized logical volume "/dev/vg00/lvol8".
Resynchronized logical volume "/dev/vg00/swap2".
Resynchronized logical volume "/dev/vg00/exports".
Resynchronized logical volume "/dev/vg00/oracle9i".
Resynchronized logical volume "/dev/vg00/lvol12".
Resynchronized volume group "vg00".

But when init 1 /init2 /init 3 the S.O no start the process

Regards
Rene
Mel Burslan
Honored Contributor

Re: hpux no start up

when you run command

init 3

what error do you get or what does the system do ?
________________________________
UNIX because I majored in cryptology...
Rene Mendez_4
Super Advisor

Re: hpux no start up

Hi

#init 3

INIT: New run level: 3
/sbin/bcheckrc:
Checking for LVM volume groups and Activating (if any exist)
Volume group "/dev/vg00" has been successfully changed.

And no startup demons

Regards
Rene
Juan M Leon
Trusted Contributor

Re: hpux no start up

Are you trying to boot the machine from teh single user mode by running init 1.
What happen when you let the machine boot without entering in single user mode?
Rene Mendez_4
Super Advisor

Re: hpux no start up

When restart S.O the message is same:

/sbin/bcheckrc:
Checking for LVM volume groups and Activating (if any exist)
Volume group "/dev/vg00" has been successfully changed

Regards
Rene