Operating System - HP-UX
1834931 Members
3173 Online
110071 Solutions
New Discussion

Re: Botting problem in C class

 
SOLVED
Go to solution
Sugata
Advisor

Botting problem in C class

I am having problem to boot a C class machine.

SEA from boot admin is showing CD (June 1998) as
P0 IDE CD-532E-B

>boot IDE
y to IPL
ISL>hpux -is
exec failed : cannot find /stand/vmunix or /vmunix

although I am able to login in single user mode. During booting it is showing
disk(10/0/15/1.6.0.0.0.0.0;0)/stand/vmunix


I tried to install OS from CD
>boot IDE install

It is giving error ENTRY_INIT failed, status =-7

Please help me out.
7 REPLIES 7
T G Manikandan
Honored Contributor

Re: Botting problem in C class

Can you give the hardware path of the CD drive

boot

Also check you are booting from the CORE-OS cd
curt larson_1
Honored Contributor

Re: Botting problem in C class

when you do the boot it should be
boot pri
boot alt
or your case when doing a seach use p(digit)
boot p0

and i'm not sure which version of the os your trying to install but at 11 you don't specify install

do the search to find the pX for your cd
then
boot pX
when asked to interact with isl anwser no
Michael Tully
Honored Contributor

Re: Botting problem in C class

If your booting from CD, you don't specify:

ISL> hpux -is

as suggested run
bo
with ISL - N

Can you boot at all ? Or do you want to boot from CD ? What else does the result of SEA show ?
Anyone for a Mutiny ?
Hoefnix
Honored Contributor

Re: Botting problem in C class

Apart from the other responses, you should boot from a cor-OS CDROM that is ment for 700 systems (not 800).
Also I know that in the past there were issues with newer systems then the install media. Try a more recent Core-OS CDROM that supports this 700 C-class system.

Regards,

Peter Geluk
Sugata
Advisor

Re: Botting problem in C class

I am having Core-OS CD for unix 10.2.

Now I tried with both the option --- install & without install.

Error message is attached.
Hoefnix
Honored Contributor
Solution

Re: Botting problem in C class

If you login in single usermode from boot. Not all filesystems are mount. Just run mount /usr and you should see some files and directories created in this area.

I think it still can be some issue with the version of the OS-CDROM not supporting your hardware. I remember we had this problem in 1998 with a newer b-class system. We had to use a more recent install medium as we did in the past.

Hope this helps some bit in solving the problem.

Regards,

Peter Geluk
Sugata
Advisor

Re: Botting problem in C class


The problem has been resolved. The file system was not mounted properly. I unmounted all ant mounted again. Now it is working fine.

Thanks for your help.