- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite-ux and tftp
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
06-29-2005 08:06 AM
06-29-2005 08:06 AM
Ok this is a simple question but I don't have time to dig it up out of the ignite manuals.
Does ignite-ux require the use of tftp? What if any other services besides NFS does it require to make net recovery archives and to restore from them?
TIA and points for all answers.
Sean
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 08:20 AM
06-29-2005 08:20 AM
SolutionYes it does use tftp for file transfers. Have a look at this page.
http://docs.hp.com/en/B2355-90872/ch02s01.html
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 08:30 AM
06-29-2005 08:30 AM
Re: ignite-ux and tftp
no other services that I am aware of.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 12:45 PM
06-29-2005 12:45 PM
Re: ignite-ux and tftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 04:38 AM
08-05-2005 04:38 AM
Re: ignite-ux and tftp
Ignite-UX uses tftp. The process is as follows: the client boots from the lan, you configure the bootpd to answer and load the /opt/ignite/boot/boot_lif file. Then the client uses tftp to download the "minikernel" WINSTALLFS to the client (PA RISC). Once this is loaded, the server boots and looks for the Ignite-UX config files. Either config or config.full or CINDEX should contain a nfs_source directive which specifies where is the nfs source of the image archive. The image archive must be successfully exported (/etc/exports) otherwise an error will occur.
Conclusion, to run IUX you need:
1. name resolution (hosts, dns, or other)
2. IUX client tools installed on the client machine (add_new_client takes care of that)
3. dhcpd (bootpd) configured properly, eventually use MAC reservations just to be "safe" (/etc/bootptab and /etc/inetd)
4. tftp configured in (/etc/inetd.conf)
5. nfs (configured in (/etc/exports)
6. IUX config files as needed in (/var/opt/clients/0x...)
7. a client and a server :)
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 07:08 PM
08-07-2005 07:08 PM