- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to do non-interactive ignite installation
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
09-26-2005 06:03 PM
09-26-2005 06:03 PM
We have ignite server setup for HP 11.23 and it works fine. But it is in interactive mode wherein you have to put server name, IP, gateway, ignite server name etc.
Can it be done in non-interactive mode where I will just feed a txt file with all the parameters to ignite server and get the installation done by giving a single command at command line ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 06:09 PM
09-26-2005 06:09 PM
Re: How to do non-interactive ignite installation
If you install it in a non interactive mode, the hostname, ip adress ,... wil be asked at the first boot of the server after the installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 06:11 PM
09-26-2005 06:11 PM
SolutionYou have to use bootsys to perform Non- Interactive installation, get more info from,
http://docs.hp.com/en/B2355-90875/ch07s01.html
[Ignite-UX Administration Guide > Chapter 7. Automating Installations >Starting a Noninteractive Installation with bootsys ]
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 06:55 PM
09-26-2005 06:55 PM
Re: How to do non-interactive ignite installation
#bootsys -w client1
If you have already run an install session from the Ignite-UX server,issuing bootsys without the -w option results in automatic installation without further intervention.
To automatically install client1 using a different IP address than what is currently assigned and without waiting for Ignite-UX server interaction, use this command:
#bootsys -a client1:10.2.3.45
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 08:59 PM
09-26-2005 08:59 PM
Re: How to do non-interactive ignite installation
boot /stand/LR.IINSTALL, this boots the system and takes to the installation menu where I have to enter IP address, hostname, gateway etc.
Will the solutions given here will cater to the requirement I have mentioned above ?