- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extend 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
09-12-2002 10:29 PM
09-12-2002 10:29 PM
extend ignite
Is it possible to use ignite for doing post install changes on the clients ?
I want to apply patches, some apps & and some kernel parameter changes from a central location. I have about 200 workstations.
Pls don't advice me to use cfengine.
Thanks in advance,
~ Karvendhan M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 11:31 PM
09-12-2002 11:31 PM
Re: extend ignite
Yes, it is possible to write your own Post-install script. The Ignite Administrators Guide has some examples how to do this.
You can find a pdf file of this manual in:
/opt/ignite/share/doc/iuxguide.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 11:46 PM
09-12-2002 11:46 PM
Re: extend ignite
I missed to note in the question.
I want to do the changes without reinstalling the OS.
~ Karvendhan M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 11:57 PM
09-12-2002 11:57 PM
Re: extend ignite
No, Ignite is only for OS and system image installatons. To install patches, applications and such you have to use swinstall or other tools.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 10:23 AM
09-13-2002 10:23 AM
Re: extend ignite
Of course, with ssh or rsh installed and set up correctly you could do something like
for SERVER in server1 server2
do
ssh $SERVER /usr/sbin/swinstall -s mydepot:/my/depot product ..etc..
done
Swinstall command lines can be daunting though. I can't remember a valid looking one off the top of my head.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2002 03:01 AM
09-14-2002 03:01 AM
Re: extend ignite
Obviously, using sd/ux is the only possible way.
what I wanted is an option to update the system with latest patches/utils and config files without reinstalling the os ( using ignite commands )
simply, an "update_sys" command.($@#!)
Already halway-through with my scripts for doing this.
If it works well in this site, I'll post them here.
Anyway, Thanks.
~ Kars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2002 05:05 AM
09-14-2002 05:05 AM
Re: extend ignite
Obviously, using sd/ux is the only possible way.
*** is there some other way to install HP patches without using ignite tools? - I don't think so!
what I wanted is an option to update the system with latest patches/utils and config files without reinstalling the os ( using ignite commands )
*** OK, you are confused about what IGNITE is. IGNITE has tools, like swinstall, that PATCHES the OS, NOT RE-INSTALL the OS! Yes, IGNITE is used to reinstall/install the Os, but it is ALSO used to PATCH/UPDATE the OS!
simply, an "update_sys" command.($@#!)
*** So you want to MAGICALLY update a system without regards to the consequences. Well you can PUSH an update to machines from a central server.
Already halway-through with my scripts for doing this.
*** If you were already 1/2 way through developing something that already exists, why did you bother to post your question?
If it works well in this site, I'll post them here.
*** Looking forward to that!
live free or die
harry