- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can not install system from ignite server
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
10-08-2002 09:17 PM
10-08-2002 09:17 PM
can not install system from ignite server
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 11:15 PM
10-08-2002 11:15 PM
Re: can not install system from ignite server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 09:05 AM
10-09-2002 09:05 AM
Re: can not install system from ignite server
on the same subnet. If they are not, a boot helper system must be set up. See
http://www.software.hp.com/products/IUX/docs/sysadm.html#Chapter-6
2. On the Ignite server, verify that these entries exist as a minimum in
/etc/inetd.conf
tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite
bootps dgram udp wait root /usr/lbin/bootpd bootpd
instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
3. Check to make sure the temporary IP addresses used during the client
install are available and configured in /etc/opt/ignite/instl_boottab.
Use the documentation in the file to verify the format of the entries and that
this IP address will be available to the client.
4. Verify the INSTALLFS config file by running instl_adm ???d. At a
minimum, it should correctly describe the server???s IP address, netmask, gateway
address and default route.
5. If DHCP is not being used to assign the temporary IP addresses, try
disabling DHCP in the INSTALLFS config file:
instl_adm ???d > afile
vi afile
Add the line: disable_dhcp=TRUE
instl_adm ???f afile
6. If DHCP is being used, verify the files /etc/dhcptab and
/etc/dhcpdb. Also, check INSTALLFS config file with instl_adm
???d and make sure that keyword dhcp_class_id is set and that it
matches /etc/dhcptab.
7. Check the server???s process table for any hung bootpd and
instl_bootd processes. If they exist, try killing them and boot the
client over the network again. These processes should be started again by
inetd when needed.
8. If the clients are not old S700???s that use the RMP protocol for network
boot, try killing the rbootd process on the server if it exists and reboot the
client over the network.
9. If NIS is being used on the Ignite/UX server to manage the /etc/services
file, make sure the file has the required entries for instl_boots and
instl_bootc.
10. Make sure /var/adm/inetd.sec is not denying bootpd services.
11. Make sure the network card being used to boot the client is supported for
network boot. See the network interface support matrix in the Ignite release
notes under Version History at:http: //www.software.hp.com/products/IUX
If it is determined that the client cannot be booted from its network
interface, a boot helper method must be employed. The client can be booted
from a make_recovery(1) or make_boot_tape(1) and then pointed to the Ignite
server to finish its installation. See the man page for make_recovery(1) and
make_boot_tape(1) for details on how to create these. The 11.0 install media
can also be used in this manner.
Tracy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 12:39 PM
10-09-2002 12:39 PM
Re: can not install system from ignite server
did you check wether the "client" system would only run an older version of HP-UX than your Ignite/UX server itself?
Then it won't work - the Ignite/UX server must be the same release or a newer one...
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 01:15 PM
02-24-2003 01:15 PM
Re: can not install system from ignite server
ERROR: could not read /var/opt/ignite/INDEX from install tftp server.
Failed to read INDEX file from install server.........
I try to tftp information from the ignite server however, I get an access violation.
Thanks in advance,
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 02:44 AM
02-25-2003 02:44 AM
Re: can not install system from ignite server
Whcih model is your client? If it is a 700 Workstation you can use sea lan which will show you the tftp/bootp servers IP
In any case you can start the installation by using the following command at ISL prompt
ISL> boot lan:(IP addr of Ignite Server) INSTALL
In Ignite server, check tftp/bootp is running, and NFS server is runnig.
-Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 02:53 AM
02-25-2003 02:53 AM
Re: can not install system from ignite server
make sure that Ignite server is runing NFS, tftp is enabled in /etc/inetd.conf and also the remshd