<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: extend ignite in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805673#M82935</link>
    <description>Sorry,,&lt;BR /&gt;&lt;BR /&gt;I missed to note in the question.&lt;BR /&gt; &lt;BR /&gt;I want to do the changes without reinstalling the OS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;~ Karvendhan M.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Sep 2002 06:46:51 GMT</pubDate>
    <dc:creator>Karvendhan M</dc:creator>
    <dc:date>2002-09-13T06:46:51Z</dc:date>
    <item>
      <title>extend ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805671#M82933</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Is it possible to use ignite for doing post install changes on the clients ?&lt;BR /&gt;&lt;BR /&gt;I want to apply patches, some apps &amp;amp; and some kernel parameter changes from a central location. I have about 200 workstations.&lt;BR /&gt;&lt;BR /&gt;Pls don't advice me to use cfengine.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;~ Karvendhan M</description>
      <pubDate>Fri, 13 Sep 2002 05:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805671#M82933</guid>
      <dc:creator>Karvendhan M</dc:creator>
      <dc:date>2002-09-13T05:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: extend ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805672#M82934</link>
      <description>Hi&lt;BR /&gt;Yes, it is possible to write your own Post-install script. The  Ignite Administrators Guide has some examples how to do this.&lt;BR /&gt;You can find a pdf file of this manual in: &lt;BR /&gt;&lt;BR /&gt; /opt/ignite/share/doc/iuxguide.pdf</description>
      <pubDate>Fri, 13 Sep 2002 06:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805672#M82934</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-09-13T06:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: extend ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805673#M82935</link>
      <description>Sorry,,&lt;BR /&gt;&lt;BR /&gt;I missed to note in the question.&lt;BR /&gt; &lt;BR /&gt;I want to do the changes without reinstalling the OS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;~ Karvendhan M.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Sep 2002 06:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805673#M82935</guid>
      <dc:creator>Karvendhan M</dc:creator>
      <dc:date>2002-09-13T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: extend ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805674#M82936</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;No, Ignite is only for OS and system image installatons. To install patches, applications and such you have to use swinstall or other tools.</description>
      <pubDate>Fri, 13 Sep 2002 06:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805674#M82936</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-09-13T06:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: extend ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805675#M82937</link>
      <description>Look at SD/UX.  I believe it has the capability of pushing software (as opposed to using swinstall from each client to pull software from a depot).&lt;BR /&gt;&lt;BR /&gt;Of course, with ssh or rsh installed and set up correctly you could do something like&lt;BR /&gt;&lt;BR /&gt;for SERVER in server1 server2&lt;BR /&gt;do&lt;BR /&gt;    ssh $SERVER /usr/sbin/swinstall -s mydepot:/my/depot product ..etc..&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Swinstall command lines can be daunting though.  I can't remember a valid looking one off the top of my head.</description>
      <pubDate>Fri, 13 Sep 2002 17:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805675#M82937</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2002-09-13T17:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: extend ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805676#M82938</link>
      <description>Ya,,,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Obviously, using sd/ux is the only possible way.&lt;BR /&gt;&lt;BR /&gt;what I wanted is an option to update the system with latest patches/utils and config files without reinstalling the os ( using ignite commands )&lt;BR /&gt;&lt;BR /&gt;simply, an "update_sys" command.($@#!)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Already halway-through with my scripts for doing this.&lt;BR /&gt;&lt;BR /&gt;If it works well in this site, I'll post them here.&lt;BR /&gt;&lt;BR /&gt;Anyway, Thanks. &lt;BR /&gt;&lt;BR /&gt;~ Kars&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Sep 2002 10:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805676#M82938</guid>
      <dc:creator>Karvendhan M</dc:creator>
      <dc:date>2002-09-14T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: extend ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805677#M82939</link>
      <description>&lt;BR /&gt;Obviously, using sd/ux is the only possible way.&lt;BR /&gt;&lt;BR /&gt;*** is there some other way to install HP patches without using ignite tools? - I don't think so!&lt;BR /&gt;&lt;BR /&gt;what I wanted is an option to update the system with latest patches/utils and config files without reinstalling the os ( using ignite commands )&lt;BR /&gt;&lt;BR /&gt;*** 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!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;simply, an "update_sys" command.($@#!)&lt;BR /&gt;&lt;BR /&gt;*** 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.&lt;BR /&gt;&lt;BR /&gt;Already halway-through with my scripts for doing this.&lt;BR /&gt;&lt;BR /&gt;*** If you were already 1/2 way through developing something that already exists, why did you bother to post your question?&lt;BR /&gt;&lt;BR /&gt;If it works well in this site, I'll post them here.&lt;BR /&gt;&lt;BR /&gt;*** Looking forward to that!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 14 Sep 2002 12:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-ignite/m-p/2805677#M82939</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-09-14T12:05:25Z</dc:date>
    </item>
  </channel>
</rss>

