<?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 Need to make a tool in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-to-make-a-tool/m-p/4023864#M93601</link>
    <description>&lt;BR /&gt;I need to make a tool ( through the use of unix scripts ) which can shutdown the app and install the application and start it. Also additional capabilities of rolling back the install if the need be. &lt;BR /&gt;&lt;BR /&gt;Has someone done similar activity and what new ideas can you suggest in terms of additional features , look etc ...please let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 20 Jun 2007 15:52:22 GMT</pubDate>
    <dc:creator>Hunki</dc:creator>
    <dc:date>2007-06-20T15:52:22Z</dc:date>
    <item>
      <title>Need to make a tool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-make-a-tool/m-p/4023864#M93601</link>
      <description>&lt;BR /&gt;I need to make a tool ( through the use of unix scripts ) which can shutdown the app and install the application and start it. Also additional capabilities of rolling back the install if the need be. &lt;BR /&gt;&lt;BR /&gt;Has someone done similar activity and what new ideas can you suggest in terms of additional features , look etc ...please let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 20 Jun 2007 15:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-make-a-tool/m-p/4023864#M93601</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2007-06-20T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make a tool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-make-a-tool/m-p/4023865#M93602</link>
      <description>Your problem description is extremely vague. &lt;BR /&gt;&lt;BR /&gt;But in general it goes like this:&lt;BR /&gt;&lt;BR /&gt;use the application vendor provided method to stop the application &lt;BR /&gt;e.g.&lt;BR /&gt;/sbin/init.d/myappcontrol stop&lt;BR /&gt;&lt;BR /&gt;copy the contents of application directory to an archiving spot&lt;BR /&gt;e.g. cp -R /my/application/dir /my/archive/dir/todaysdate&lt;BR /&gt;&lt;BR /&gt;use a script provided by your vendor or swinstall to install the new version of the application&lt;BR /&gt;&lt;BR /&gt;use the application vendor provided method to start the application &lt;BR /&gt;e.g.&lt;BR /&gt;/sbin/init.d/myappcontrol start&lt;BR /&gt;&lt;BR /&gt;If the doo-doo hits the fan, copy the contents of the archive directory you just created over to the application directory, provided this can restore the old version functionality. Sometimes this is not possible, due to less than perfect coding skills of the application developers and packagers.&lt;BR /&gt;&lt;BR /&gt;I am sure if you can provide the name of the application, someone who has done what you are looking for, can help you with more accurate terms.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2007 16:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-make-a-tool/m-p/4023865#M93602</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2007-06-20T16:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make a tool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-make-a-tool/m-p/4023866#M93603</link>
      <description>Hi Hunki:&lt;BR /&gt;&lt;BR /&gt;To understand and follow the standard HP-UX startup and shutdown paradigm see this (still valid) whitepaper:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/934/startup.pdf" target="_blank"&gt;http://docs.hp.com/en/934/startup.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...or reference the 'rc(1M)' manpages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/rc.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/rc.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For creating an installation and removal mechanism, you should look at the Software Package Builder (SPB) product:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5187-4539/5187-4539.pdf" target="_blank"&gt;http://docs.hp.com/en/5187-4539/5187-4539.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/SPB/" target="_blank"&gt;http://www.docs.hp.com/en/SPB/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 20 Jun 2007 16:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-make-a-tool/m-p/4023866#M93603</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-06-20T16:44:31Z</dc:date>
    </item>
  </channel>
</rss>

