<?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: script to run during start-up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602977#M376038</link>
    <description>Johnson,&lt;BR /&gt;&lt;BR /&gt;so my steps should be like this right?&lt;BR /&gt;&lt;BR /&gt;at cd /sbin/rc3.d&lt;BR /&gt;1. #touch S123Perfjava&lt;BR /&gt;2. #ln -s /home/oracle/Performance/run S123Perfjava&lt;BR /&gt;&lt;BR /&gt;done. Ok?&lt;BR /&gt;&lt;BR /&gt;Thanks Johnson.</description>
    <pubDate>Thu, 18 Mar 2010 06:23:41 GMT</pubDate>
    <dc:creator>Shukor</dc:creator>
    <dc:date>2010-03-18T06:23:41Z</dc:date>
    <item>
      <title>script to run during start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602974#M376035</link>
      <description>Hi Experts,&lt;BR /&gt;&lt;BR /&gt;OS: 11i v3 (2 clustered machines)&lt;BR /&gt;&lt;BR /&gt;Actually, I want below script will run during server start-up.&lt;BR /&gt;#############################################&lt;BR /&gt;#more /home/oracle/Performance/run&lt;BR /&gt;/opt/java6/bin/java -jar SystemPerformance.jar false true &amp;gt; /dev/null &amp;amp;&lt;BR /&gt;#############################################&lt;BR /&gt;&lt;BR /&gt;Please advise me how to do that?&lt;BR /&gt;&lt;BR /&gt;Thanks in-advance.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2010 03:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602974#M376035</guid>
      <dc:creator>Shukor</dc:creator>
      <dc:date>2010-03-18T03:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: script to run during start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602975#M376036</link>
      <description>soft link above script , place under rc3.d&lt;BR /&gt;&lt;BR /&gt;(S-&amp;gt; capital StartScript,XXX&lt;BR /&gt;&lt;BR /&gt;[/sbin/rc3.d] # touch SXXXPerfjava&lt;BR /&gt;&lt;BR /&gt;[/sbin/rc3.d] # ln -s {target-filename} {symbolic-filename}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;&lt;BR /&gt;lrwxr-xr-x   1 root       sys             19 May  9  2009 S920OVCtrl -&amp;gt; /sbin/init.d/OVCtrl</description>
      <pubDate>Thu, 18 Mar 2010 03:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602975#M376036</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-18T03:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: script to run during start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602976#M376037</link>
      <description>if above script if you have (OS: 11i v3 (2 clustered machines))&lt;BR /&gt;&lt;BR /&gt;also it would better to place under "Cluster .pkg,file"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602976#M376037</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-18T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: script to run during start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602977#M376038</link>
      <description>Johnson,&lt;BR /&gt;&lt;BR /&gt;so my steps should be like this right?&lt;BR /&gt;&lt;BR /&gt;at cd /sbin/rc3.d&lt;BR /&gt;1. #touch S123Perfjava&lt;BR /&gt;2. #ln -s /home/oracle/Performance/run S123Perfjava&lt;BR /&gt;&lt;BR /&gt;done. Ok?&lt;BR /&gt;&lt;BR /&gt;Thanks Johnson.</description>
      <pubDate>Thu, 18 Mar 2010 06:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602977#M376038</guid>
      <dc:creator>Shukor</dc:creator>
      <dc:date>2010-03-18T06:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: script to run during start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602978#M376039</link>
      <description>&amp;gt;Johnson: soft link above script, place under rc3.d&lt;BR /&gt;&lt;BR /&gt;You must not use the above script directly.  The above fragment should be inserted into a copy of the standard rc(1m) template: /sbin/init.d/template&lt;BR /&gt;&lt;BR /&gt;Note that the rc(1m) scripts have 4 possible parm values:&lt;BR /&gt;start_msg stop_msg start stop&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602978#M376039</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-18T06:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: script to run during start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602979#M376040</link>
      <description>Hi Johnson &amp;amp; Dennis,&lt;BR /&gt;&lt;BR /&gt;So, what is the best practise?&lt;BR /&gt;&lt;BR /&gt;Thanks alot.</description>
      <pubDate>Thu, 18 Mar 2010 08:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602979#M376040</guid>
      <dc:creator>Shukor</dc:creator>
      <dc:date>2010-03-18T08:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: script to run during start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602980#M376041</link>
      <description>Many Thanks for &amp;gt;&amp;gt;Dennis for correcting me :)&lt;BR /&gt;&lt;BR /&gt;Hi shukur,&lt;BR /&gt;&lt;BR /&gt;startup scripts need to follow the paradigm described in this (still valid whitepatper):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/934/startup.pdf" target="_blank"&gt;http://www.docs.hp.com/en/934/startup.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...or in the manpages for 'rc(1M)':&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B3921-60631/rc.1M.html" target="_blank"&gt;http://www.docs.hp.com/en/B3921-60631/rc.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Use the '/sbin/init.d/template' file as the template to begin building *your* script</description>
      <pubDate>Thu, 18 Mar 2010 08:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-run-during-start-up/m-p/4602980#M376041</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-18T08:48:02Z</dc:date>
    </item>
  </channel>
</rss>

