Operating System - HP-UX
1847009 Members
4631 Online
110258 Solutions
New Discussion

Re: Regarding ignite error..

 
srinu_1
Frequent Advisor

Regarding ignite error..

Hi all,

I configured one iginte server.If i try to install the client I am getting following error.

Client side at PDC I ran the following command.(161.85.20.27 is the ignite server).
> boot lan.161.85.20.27 install


Error:

Cannot Find ENTRY_TEST
Failed to initialized.
ENTRY_INIT
Status=-7
00000000 0000000 0000000 0000000 00000000 00000000 0000000 0000000 0000000 00000000

Failed to initialize.

Please suggest me on this?.

thanks in advance..

Regards
srinu.
6 REPLIES 6
Luk Vandenbussche
Honored Contributor

Re: Regarding ignite error..

Hi,

Your client needs to be in the same subnet as your ignite server.

Is this the case?
srinu_1
Frequent Advisor

Re: Regarding ignite error..

Yes.same subnet.

I think some problem in the config file in server side.


root@dhruva# cat /etc/dhcp
dhcpdb dhcptab
root@dhruva# cat /etc/dhcptab

dhcp_device_group:\
re:\
ncid:\
class-id="Ignite-UX_dhruva":\
addr-pool-start-address=161.85.20.228:\
addr-pool-last-address=161.85.20.228:\
lease-time=7200:\
lease-policy=accept-new-clients:\
subnet-mask=255.255.254.0
bf=/opt/ignite/boot/nbp.efi


it is correct?.I need to do any modifications?.



srinu_1
Frequent Advisor

Re: Regarding ignite error..

Yes.Both the system in same subnet.

I think some problem in the config file in server side.


root@dhruva# cat /etc/dhcp
dhcpdb dhcptab
root@dhruva# cat /etc/dhcptab

dhcp_device_group:\
re:\
ncid:\
class-id="Ignite-UX_dhruva":\
addr-pool-start-address=161.85.20.228:\
addr-pool-last-address=161.85.20.228:\
lease-time=7200:\
lease-policy=accept-new-clients:\
subnet-mask=255.255.254.0
bf=/opt/ignite/boot/nbp.efi


it is correct?.I need to do any modifications?.



Bob Ingersoll
Valued Contributor

Re: Regarding ignite error..

boot lan. install uses the instl_bootd daemon that comes with Ignite. Check the instl_bootd man page. Make sure that /etc/inetd.conf contains the following lines:

tftp dgram udp wait root /usr/lbin/tftpd tftpd\
/opt/ignite\
/var/opt/ignite

instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd

Reread /etc/inetd.conf:

inetd -c

If you use /var/adm/inetd.sec make sure it contains the following lines:

tftp allow 161.85
instl_boots allow 0.0.0.0 161.85.20.27

In the Ignite GUI select Options -> Server Configuration -> Server Options -> Configure IP Booting Addressesâ ¦

Add a range of IP addresses to be used by clients when installing or recovering images. These addresses will only be used temporarily during installation of images; a permanent client IP addresses will be defined during configuration of the client.
Kent Ostby
Honored Contributor

Re: Regarding ignite error..

Srinu -- Entry init = -7 generally means that the kernel can't be found.

Look at this certified HP doc that is in ITRC database:

UIUXKBRC00010143
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
srinu_1
Frequent Advisor

Re: Regarding ignite error..

Hi bob,


As per your suggestion I modify the /etc/inetd.conf and /var/adm/inetd.sec files.I refresh the inetd services also.But still I am getting the same above error.

I need to modify any other files?.

Thanks &Regards
srinu.