1752587 Members
4803 Online
108788 Solutions
New Discussion

Ignite Booting Problem

 
suvy12
Frequent Advisor

Ignite Booting Problem

Hi i am able to take the ignite backup of the client through Ignite server. But whe i go to restore through ignite server it failed by giving below error

 


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

 

vparboot: Booting WMSDB01.  Please wait...
vparboot: unable to boot WMSDB01: Unable to receive install file from host "172.22.7.221".

 

 

# tftp 172.22.7.221
tftp> get /opt/ignite/boot/nbp.efi /tmp/nbp.efi
Transfer timed out.

tftp> exit

 

On server 172.22.7.221

# cat /etc/inetd.conf | grep -i tftp
tftp        dgram  udp  wait   root /usr/lbin/tftpd    tftpd -l /opt/ignite     /var/opt/ignite

 

1 REPLY 1
Torsten.
Acclaimed Contributor

Re: Ignite Booting Problem

This looks like you are trying to boot an Integrity server using the PA-RISC method.

Better read the chapter

"Ignite-UX, the LAN, the LAN card, and vparboot -I"

and

"Installing vP ars with Ignite-UX on Integrity"

in the admin guide.

Consider to use "vpardbprofile" or use

 

# vparboot -p <target_partition> -I [ [-d dbprofile_name]| [-s
ignite_ux_server_ip [-c client_ip -g gateway_ip -m subnet_mask] -b boot_file [-o
optional_data]]]

 

example:

vparboot -p keira2 -I -s 17.2.165.152 -c 17.2.163.92 -g
17.2.165.240 -m 255.255.248.0 -b /opt/ignite/boot/nbp.efi -o
IINSTALL

 

or

 

# vparboot -p keira2 -I


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!