- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unattended Install of Ignite
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-28-2007 08:13 AM
03-28-2007 08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:31 AM
03-28-2007 08:31 AM
Re: unattended Install of Ignite
Can you please elaborate? Are you trying to install the Ignite/UX product itself? Or are you trying to install an Ignite image onto a machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:55 AM
03-28-2007 08:55 AM
SolutionSure,
Use the at command, run this command sequence.
swinstall -s
If you are referring to the installation of a system clone with Ignite? Not quite but almost.
Normally you initiate the ignite golden image clone or recovery from a menu. You could write a script to handle the menu.
Realistically, input a few menu items and the rest of the process is unattended. A great opportunity to drink coffee, get out of the office or answer itrc questions. I got started on this 4 1/2 years ago being bored during an Ignite golden image build.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:58 AM
03-28-2007 08:58 AM
Re: unattended Install of Ignite
When I use swinstall it brings up a menu.
I want to rather use something like a response file where I provide all the parameters necessary and it does it job.
The end-result I want is a Perl script that takes the name of a server and goes and installs Ignite on a server without any user intervention.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 09:02 AM
03-28-2007 09:02 AM
Re: unattended Install of Ignite
# swinstall -s /var/tmp/ignite \*
Wrap whatever type of script you want around that so that you can copy the Ignite depot to the other server or do whatever you want to do.