HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem installing from ignite.
Operating System - HP-UX
1827885
Members
1494
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-14-2011 03:14 PM
01-14-2011 03:14 PM
Problem installing from ignite.
Hi gurus, I'm having some issue here trying to ignite an hpux 11.23 on an itanium.
I already troubleshoot tftp but now i'm kinda in a loss ... so I'm looking for ideas on how to solve it.
Thanks all for the time!
ignite server is an n4000 hpux 11.11
# swlist | grep -i ignite
# Contacting target "ignite"...
# Target: ignite:/
IUX-Recovery C.6.10.97 Ignite-UX network recovery tool subset
Ignite-UX-11-00 C.6.10.97 HP-UX Installation Utilities for Installing 11.00 Systems
Ignite-UX-11-11 C.6.10.97 HP-UX Installation Utilities for Installing 11.11 Systems
Ignite-UX-11-23 C.6.10.97 HP-UX Installation Utilities for Installing 11.23 Systems
I'm trying to install a hpux 11.23 on an itanium ... and I'm getting this error:
* Bringing up Network (lan1)
add net default: gateway 198.152.232.1
* Reading configuration information from server...
* tftp error log follows:
tftp> tftp> tftp> tftp> tftp> Error code 2: Access violation
tftp>
...
Failed to read "INDEX" file from install server. Check that the
install server's IP address is correct and the server has the
"Ignite-UX" product loaded and is available via the tftp(1)
service.
Press any key to return to the network configuration menu:
I already troubleshoot tftp but now i'm kinda in a loss ... so I'm looking for ideas on how to solve it.
Thanks all for the time!
ignite server is an n4000 hpux 11.11
# swlist | grep -i ignite
# Contacting target "ignite"...
# Target: ignite:/
IUX-Recovery C.6.10.97 Ignite-UX network recovery tool subset
Ignite-UX-11-00 C.6.10.97 HP-UX Installation Utilities for Installing 11.00 Systems
Ignite-UX-11-11 C.6.10.97 HP-UX Installation Utilities for Installing 11.11 Systems
Ignite-UX-11-23 C.6.10.97 HP-UX Installation Utilities for Installing 11.23 Systems
I'm trying to install a hpux 11.23 on an itanium ... and I'm getting this error:
* Bringing up Network (lan1)
add net default: gateway 198.152.232.1
* Reading configuration information from server...
* tftp error log follows:
tftp> tftp> tftp> tftp> tftp> Error code 2: Access violation
tftp>
...
Failed to read "INDEX" file from install server. Check that the
install server's IP address is correct and the server has the
"Ignite-UX" product loaded and is available via the tftp(1)
service.
Press any key to return to the network configuration menu:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 03:18 PM
01-14-2011 03:18 PM
Re: Problem installing from ignite.
Forgot to paste inetd.conf configuration regarding bootpd and tftp
# grep tftp /etc/inetd.conf
# Before uncommenting the "tftp" entry below, please make sure
# that you have a "tftp" user in /etc/passwd. If you don't
# have one, please consult the tftpd(1M) manual entry for
tftp dgram udp wait root /usr/lbin/tftpd tftpd -l\
# grep bootpd /etc/inetd.conf
bootps dgram udp wait root /usr/lbin/bootpd bootpd -d 3
#
# grep tftp /etc/inetd.conf
# Before uncommenting the "tftp" entry below, please make sure
# that you have a "tftp" user in /etc/passwd. If you don't
# have one, please consult the tftpd(1M) manual entry for
tftp dgram udp wait root /usr/lbin/tftpd tftpd -l\
# grep bootpd /etc/inetd.conf
bootps dgram udp wait root /usr/lbin/bootpd bootpd -d 3
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2011 10:03 AM
01-15-2011 10:03 AM
Re: Problem installing from ignite.
To boot from ignite & install any image we need the required os versions`s configuration files to be present & indexed.
Please check the content of /var/opt/ignite/INDEX file. It should contain at least someting like :
cfg "HP-UX B.11.23 Default" {
description "This selection supplies the default system configuration that HP supplies for the B.11.23 release."
"/opt/ignite/data/Rel_B.11.23/config"
"/opt/ignite/data/Rel_B.11.23/hw_patches_cfg"
"/var/opt/ignite/config.local"
}
If not it could mean that Ignite for 11.23 has not been installed on the server.
Secondly we need to check that whats the model of the Ignite server PA /IA.
So far looks like a indexing issue to me ..
Thanks
Manix
Please check the content of /var/opt/ignite/INDEX file. It should contain at least someting like :
cfg "HP-UX B.11.23 Default" {
description "This selection supplies the default system configuration that HP supplies for the B.11.23 release."
"/opt/ignite/data/Rel_B.11.23/config"
"/opt/ignite/data/Rel_B.11.23/hw_patches_cfg"
"/var/opt/ignite/config.local"
}
If not it could mean that Ignite for 11.23 has not been installed on the server.
Secondly we need to check that whats the model of the Ignite server PA /IA.
So far looks like a indexing issue to me ..
Thanks
Manix
HP-UX been always lovable - Mani Kalra
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP