- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PA-RISC Client Lan boot fail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2011 04:29 AM
03-24-2011 04:29 AM
Model : RP4440
OS : HP-UX 11.11
Ignite Version : C.7.11.444
While trying to boot the client from LAN it gives the below error.
Main Menu: Enter command or menu > search lan install
Searching for potential boot device(s) - on Path 0/1/2/0
This may take several minutes.
To discontinue search, press any key (termination may not be immediate).
IODC
Path# Device Path (dec) Device Path (mnem) Device Type Rev
----- ----------------- ------------------ ----------- ----
P0 0/1/2/0 lan.172.28.4.94 LAN Module 4
P1 0/1/2/0 lan.172.28.4.98 LAN Module 4
Main Menu: Enter command or menu > boot lan.172.28.4.98 install
Interact with IPL (Y, N, or Cancel)?> n
Booting...
Boot IO Dependent Code (IODC) revision 4
Failed I/O operation with ENTRY_IO Status = -3
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
10 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
.... FAILED.
---- Main Menu ---------------------------------------------------------------
Please help how to solve this issue. Attached the recoverylog from the server while took the ignite backup.
Thanks ..
Pramod
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2011 09:26 AM
03-24-2011 09:26 AM
Solution1. tftp is not eabled on the ignite server side
grep tftp /etc/inetd.conf
make sure it is not commented out. If it is, uncomment it then run
inetd -c
2. (this is more than likely your problem) You can not get access to the ignite server from the client by bootp protocol. SInce bootp is broadcast based, almost all network admins balk at letting it traverse network boundaries. If this is your case, you need to setup something called boot helper servers. It is a long process to explain it on a forum post but if you search the ignite_UX user's manual, there is a chapter devoted to, how to set up an ignite boot helper. Boot helper needs to be on the same network as the client you are trying to ignite.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 06:12 AM
04-11-2011 06:12 AM
Re: PA-RISC Client Lan boot fail
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 02:26 PM - last edited on 09-22-2023 07:47 AM by Sunitha_Mod
04-11-2011 02:26 PM - last edited on 09-22-2023 07:47 AM by Sunitha_Mod
Re: PA-RISC Client Lan boot fail
Hi Pramod,
Here is a similar thread....
https://community.hpe.com/t5/hpe-9000-and-hpe-e3000-servers/ignite-l1000-to-n4000/m-p/4475085#M31806
Regards
Ismail Azad
[Moderator edit: Updated the broken link.]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 08:55 PM
04-11-2011 08:55 PM
Re: PA-RISC Client Lan boot fail
Thanks again...
Pramod