Operating System - HP-UX
1838614 Members
4063 Online
110128 Solutions
New Discussion

ignite recovery for itanium based virtual partition

 
Azaru
Regular Advisor

ignite recovery for itanium based virtual partition

Hi Everyone,

I have configured ignite unix in my site and added clients for ignite recovery. Taken the archive image for itanium based virtual partition. But now i tried to recover that vpar from ignite server by this command.

#vparboot -p -I

It asked me to select the lan to boot from it.
After i given my choice it throws error as follows

PXE-E16: Valid PXE offer not received

Please give me correct solution to recover it.
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: ignite recovery for itanium based virtual partition

You need to configure the ignite server to assign the correct IP address to the NIC based on the MAC address.
You will have problems if there are other DHCP or PXE servers in the net other than your ignite server. See also /etc/bootptab

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!   
Tim Nelson
Honored Contributor

Re: ignite recovery for itanium based virtual partition

How about the -s ignite_server_name ( or is it -S )

e.g.

vparboot -p name -S ignite_server

(please double check the syntax of the vparboot command as there are some additional options required)



Tim Nelson
Honored Contributor

Re: ignite recovery for itanium based virtual partition

Found it from the vpar admin guide.

# vparboot -p -I ,/opt/ignite/boot/Rel_B.11.23/WINSTALL


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

Chapter1 page 24.

Azaru
Regular Advisor

Re: ignite recovery for itanium based virtual partition

Hi Nelson,

That is for PA-RISC based vpar. Actually i am trying it in itanum based vpar.

I have configured the DHCP still the problem not resolved.
Azaru
Regular Advisor

Re: ignite recovery for itanium based virtual partition

Hi Nelson,

That is for PA-RISC based vpar. Actually i am trying it in itanum based vpar.

I have configured the DHCP still the problem not resolved.

So the prolem is not resolved.
Azaru
Regular Advisor

Re: ignite recovery for itanium based virtual partition

Hi,

I got the solution for that.
Actually my client system in different subnet so i have setup the boot helper in the subnet where my client resides and configured DHCP. Then tried now its working fine.

Thanks for ur support
Azaru
Regular Advisor

Re: ignite recovery for itanium based virtual partition

thanks