<?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 Automatically run script at boot up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516219#M219072</link>
    <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I am running HP-UX 11i on an RP5470.&lt;BR /&gt;&lt;BR /&gt;I have a script which starts up my Oracle database. Is there a way to tell HPUX to run this script every time the system boots up?&lt;BR /&gt;Do I need to place the script somewhere or make a change in a config file (in rc.config.d)?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 01 Apr 2005 08:36:00 GMT</pubDate>
    <dc:creator>Donald Lalonde</dc:creator>
    <dc:date>2005-04-01T08:36:00Z</dc:date>
    <item>
      <title>Automatically run script at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516219#M219072</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I am running HP-UX 11i on an RP5470.&lt;BR /&gt;&lt;BR /&gt;I have a script which starts up my Oracle database. Is there a way to tell HPUX to run this script every time the system boots up?&lt;BR /&gt;Do I need to place the script somewhere or make a change in a config file (in rc.config.d)?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 01 Apr 2005 08:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516219#M219072</guid>
      <dc:creator>Donald Lalonde</dc:creator>
      <dc:date>2005-04-01T08:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically run script at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516220#M219073</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have to copy you startup script to /sbin/init.d/ directory &lt;BR /&gt;and make software links:&lt;BR /&gt;&lt;BR /&gt;(in this example my script name is dbora)&lt;BR /&gt;&lt;BR /&gt;To start:&lt;BR /&gt;ln -s /sbin/init.d/dbora /sbin/rc2.d/S999dbora&lt;BR /&gt;To stop:&lt;BR /&gt;ln -s /sbin/init.d/dbora /sbin/rc1.d/K108dbora</description>
      <pubDate>Fri, 01 Apr 2005 08:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516220#M219073</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-04-01T08:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically run script at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516221#M219074</link>
      <description>Depending on which run level you want to start you oracle database, you need to prepare a script and put in /sbin/init.d/.&lt;BR /&gt;Then appropriate start and kill scripts in /sbin/rcx.d/&lt;BR /&gt;&lt;BR /&gt;You can refer /sbin/init.d/template script to start with.&lt;BR /&gt;&lt;BR /&gt;Also if you search the forums, you may get one readymade.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 01 Apr 2005 08:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516221#M219074</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-01T08:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically run script at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516222#M219075</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;of course script have to have start/stop/ sections look at my script.</description>
      <pubDate>Fri, 01 Apr 2005 08:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516222#M219075</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-04-01T08:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically run script at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516223#M219076</link>
      <description>This is described in the man page for rc:  "man rc".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 01 Apr 2005 08:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516223#M219076</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-01T08:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically run script at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516224#M219077</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Apart from all this you can use /sbin/init.d/template file having copied to the required name.Also your links  starting with S and K in /sbin/rc?.d has to have a unique no. Also this no. should be towards the end for S as startup of oracle depends on many services those should be started before these, and had to be in the starting itself for K as it should be shutdown before other services on which it depends.&lt;BR /&gt;&lt;BR /&gt;Exact no. you can choose having a look at nos. in these directories of your system.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2005 09:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516224#M219077</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-01T09:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically run script at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516225#M219078</link>
      <description>And this doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5990-8172/ch05s03.html" target="_blank"&gt;http://docs.hp.com/en/5990-8172/ch05s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 01 Apr 2005 09:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516225#M219078</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-01T09:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically run script at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516226#M219079</link>
      <description>Thanks for the info.</description>
      <pubDate>Fri, 01 Apr 2005 10:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automatically-run-script-at-boot-up/m-p/3516226#M219079</guid>
      <dc:creator>Donald Lalonde</dc:creator>
      <dc:date>2005-04-01T10:20:53Z</dc:date>
    </item>
  </channel>
</rss>

