1758146 Members
2809 Online
108868 Solutions
New Discussion юеВ

ignite ux problem

 
SOLVED
Go to solution
pedliz12
Advisor

ignite ux problem

can anyonearmodify -p vpar5 -b 15.179.32.244,/opt/ignite/boot/REL_B.11.23/WINSTALL
vparmodify: Internal error: Cannot set kernel boot path. (Code 25,8)
# vparboot -p vpar5 15.179.32.244,/opt/ignite/boot/REL_B.11.23/WINSTALL
vparboot: Error: Missing hyphen(-) or missing option for 15.179.32.244,/opt/ignite/boot/REL_B.11.23/WINSTALL.
Usage:
vparboot -p vp_name [-b kernel_path] [-o boot_opts] [-B boot_addr]
vparboot -p vp_name -I
# vparboot -p vpar5 -b /opt/ignite/boot/REL_B.11.23/WINSTALL -B 15.179.32.244
vparboot: Booting vpar5. Please wait...
vparboot: unable to boot vpar5: device 15.179.32.244 is not owned by the partition.
# t/REL_B.11.23/WINSTALL -B 15.179.32.244 <
vparmodify: Error: Option -B requires an argument of "auto" , "manual" , "search" or "nosearch".
# vparmodify -p vpar5 -b 15.179.32.244,/opt/ignite/boot/REL_B.11.23/WINSTALL
vparmodify: Internal error: Cannot set kernel boot path. (Code 25,8)
# vparmodify -p vpar5 -b /opt/ignite/boot/REL_B.11.23/WINSTALL
# vparboot -p vpar5 -b /opt/ignite/boot/REL_B.11.23/WINSTALL -B 15.179.32.244
vparboot: Booting vpar5. Please wait...
vparboot: unable to boot vpar5: device 15.179.32.244 is not owned by the partition.
# vparboot -p vpar5 -I 15.179.32.244
vparboot: Booting vpar5. Please wait...
vparboot: unable to boot vpar5: Specified ignite kernel "15.179.32.244" does not exist.
# vparboot -p vpar5 -I 15.179.32.244,/opt/ignite/boot/REL_B.11.23/WINSTALL
vparboot: Booting vpar5. Please wait...
vparboot: unable to boot vpar5: Unable to receive install file from host "15.179.32.244".
help me with this problem?
16 REPLIES 16
Torsten.
Acclaimed Contributor

Re: ignite ux problem

What gives "model"?

Consider to close some of your threads for this problem and continue only 1.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
pedliz12
Advisor

Re: ignite ux problem

hey what is the problem here?
I will close the other thread
Torsten.
Acclaimed Contributor
Solution

Re: ignite ux problem

obviously wrong command syntax ...

Read the chapter "Using make_tape_recovery and Dual-media Boot" and tell us if you want to boot from tape or from an ignite server and if this system is PA-RISC or Integrity!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
pedliz12
Advisor

Re: ignite ux problem

what doc should i read to resolve this?
also i want to boot from tape and also boot from the net_recovery image on the server.
It is a risc based machine. I want to go home pls help
Torsten.
Acclaimed Contributor

Re: ignite ux problem

What version of vPars are you running?
See the admin guide:

http://docs.hp.com/en/T1335-90073/T1335-90073.pdf

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: ignite ux problem

I assume you are running a supported version of vPars (A.04.03 or A.04.04 for 11.23).

For the tape boot:

Add the tape to the vPar:
# vparmodify -p winona2 -a io:1/0/14/0/0/4/0.5.0:TAPE

Make an archive:
# make_tape_recovery -A -a /dev/rmt/1mn

Boot from this tape:
winona1# vparboot -p winona2 -B TAPE


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: ignite ux problem

I assume you are running a supported version of vPars (A.04.03 or A.04.04 for 11.23).

For the tape boot:

Add the tape to the vPar:
# vparmodify -p winona2 -a io:1/0/14/0/0/4/0.5.0:TAPE

Make an archive:
# make_tape_recovery -A -a /dev/rmt/1mn

Boot from this tape:
winona1# vparboot -p winona2 -B TAPE


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: ignite ux problem

For ignite boot from server:

# vparboot -p winona2 -I ww.xx.yy.zz,/opt/ignite/boot/Rel_B.11.11/WINSTALL

Of course your ignite server must export this kernel, otherwise the client cannot find/read it.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
pedliz12
Advisor

Re: ignite ux problem

what would be the syntax to export the kernal?