Operating System - HP-UX
1834481 Members
3591 Online
110067 Solutions
New Discussion

Another boot lan error....

 
MikeL_4
Super Advisor

Another boot lan error....

Having boot lan errors trying to restore a server... The Ignite and client are onthe same subnet....

Ignite 192.168.254.10
Client 192.168.254.11

Receiving error:

bo lan.192.168.254.10 install

BCH Directed LAN Path: 1/0/1/1/0/4/0.192.168.254.10


Do you wish to stop at the ISL prompt prior to booting? (y/n) >> n

Initializing boot Device.


Boot IO Dependent Code (IODC) Revision 6


IODC ENTRY_INIT failed. Error Status: -7

The IODC for this boot device was unable to provide text describing the failure.
IODC ENTRY_INIT[Return Messages] failed. Error Status: -2

0x0000 0000000000000000 0000000000000000 0000000000000000 0000000000000000
0x0004 0000000000000000 0000000000000000 0000000000000000 0000000000000000
0x0008 0000000000000000 0000000000000000 0000000000000000 0000000000000000
0x000c 0000000000000000 0000000000000000 0000000000000000 0000000000000000
0x0010 000000000000000b 0000000000000000 0000000000000000 0000000000000000
0x0014 0000000000000000 0000000000000000 0000000000000000 0000000000000000
0x0018 0000000000000000 0000000000000000 0000000000000000 0000000000000000
0x001c 0000000000000000 0000000000000000 0000000000000000 0000000000000000

cat of /etc/opt/ignite/instl_boottab:
# Example: (lines are intentionally commented out)
# 15.1.54.125 # IP address usable by any client
# 15.1.54.126:080009123456:19960116132331 # Entry usable by all (used already)
# 15.1.54.127:::reserve # Reserve this entry once used.
# 15.1.54.138:080009123457::reserve # Reserve an IP-Addr for specific host
192.168.254.11

# IGNITE_UX_COPYRIGHT 1993 2002 #
# "(C) Copyright 1993-2002 Hewlett-Packard Development Company, L.P." #
# IGNITE_UX_COPYRIGHT #

cat /var/adm/inetd.sec:
#
# Hosts and network names must be official names, not aliases.
# See the inetd.sec(4) manual page for more information.
dtspc allow 127.0.0.1 loopback cdcign1
instl_boots allow 0.0.0.0

Can't figure out what is up with this restore, have been working on it for several days and nothing seems to work...

Any help appreciated....
5 REPLIES 5
Mridul Shrivastava
Honored Contributor

Re: Another boot lan error....

I hope the lan being used is from core I/O card.

Did you check the SEA o/p? Does it shows the lan interface ???

Whats the server model ??
Time has a wonderful way of weeding out the trivial
MikeL_4
Super Advisor

Re: Another boot lan error....

The client is an rp7420 server, and it currently only has the built in LAN port, so yes we are using the core LAN port...
SKR_1
Trusted Contributor

Re: Another boot lan error....

Mridul Shrivastava
Honored Contributor

Re: Another boot lan error....

I guess there is a problem with the lan port.
status Value: -7 means "Nonexistent device - The device address specified is a valid device address. However, it points to either a device that is not installed and/or not responding."

Refer page 15 of the following doc:

http://www.manualshark.org/manualshark/files/28/pdf_27328.pdf
Time has a wonderful way of weeding out the trivial
MikeL_4
Super Advisor

Re: Another boot lan error....

Tks