<?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: Start/stop script location and setting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995319#M423243</link>
    <description>&lt;BR /&gt;the start stop scripts are in several locations&lt;BR /&gt;&lt;BR /&gt;The main scripts is in /sbin/init.d.  In fact, there is atemplate file there you can use to create a customized script for your app.&lt;BR /&gt;&lt;BR /&gt;The script that controls whether the start/stop scripts executes is in /etc/rc.config.d.  It contains avariable equal to 0 (do not run) or 1 (run)&lt;BR /&gt;&lt;BR /&gt;When the the script runs/shuts down is controlled by links to the main script.  They are usually located in /sbin/rc3.d (start) and /sbin/rc2.d.  They start with a S for start or a K for stop.  Thet letter is followed by a number.  Convention has it that the two numbers equal 1000&lt;BR /&gt;&lt;BR /&gt;Look at other scripts in these areas for further examples.</description>
    <pubDate>Fri, 04 Aug 2006 07:37:56 GMT</pubDate>
    <dc:creator>DCE</dc:creator>
    <dc:date>2006-08-04T07:37:56Z</dc:date>
    <item>
      <title>Start/stop script location and setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995313#M423237</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to integrate oracle database to the hp-ux OS using start stop script. When system will be down then database will be down and when the system will start then database will start. Can anybody tell me in which location I have to set these script in the system?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Rana</description>
      <pubDate>Fri, 04 Aug 2006 05:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995313#M423237</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-08-04T05:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Start/stop script location and setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995314#M423238</link>
      <description>Do a man on rc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 04 Aug 2006 05:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995314#M423238</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-04T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Start/stop script location and setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995315#M423239</link>
      <description>Rana,&lt;BR /&gt;have a look in the /sbin/rc3.d area.&lt;BR /&gt;Look at some of the scripts. If you do a search on the ITRC forums, you should lots of advice on how to set it up.</description>
      <pubDate>Fri, 04 Aug 2006 05:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995315#M423239</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-04T05:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Start/stop script location and setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995316#M423240</link>
      <description>Rana,&lt;BR /&gt;no points for this follow-up.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1037789" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1037789&lt;/A&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1033867" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1033867&lt;/A&gt;</description>
      <pubDate>Fri, 04 Aug 2006 05:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995316#M423240</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-04T05:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Start/stop script location and setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995317#M423241</link>
      <description>hi rana,&lt;BR /&gt;&lt;BR /&gt;these url should help you:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/rc.1M.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/rc.1M.html&lt;/A&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;see also: &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048583" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048583&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 04 Aug 2006 05:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995317#M423241</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-04T05:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Start/stop script location and setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995318#M423242</link>
      <description>Hi Rana,&lt;BR /&gt;&lt;BR /&gt;- Create file /etc/oratab&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# This file is used by ORACLE utilities.  It is created by root.sh&lt;BR /&gt;# and updated by the Database Configuration Assistant when creating&lt;BR /&gt;# a database.&lt;BR /&gt;&lt;BR /&gt;# A colon, ':', is used as the field terminator.  A new line terminates&lt;BR /&gt;# the entry.  Lines beginning with a pound sign, '#', are comments.&lt;BR /&gt;#&lt;BR /&gt;# Entries are of the form:&lt;BR /&gt;#   $ORACLE_SID:$ORACLE_HOME:&lt;N&gt;:&lt;BR /&gt;#&lt;BR /&gt;# The first and second fields are the system identifier and home&lt;BR /&gt;# directory of the database respectively.  The third filed indicates&lt;BR /&gt;# to the dbstart utility that the database should , "Y", or should not,&lt;BR /&gt;# "N", be brought up at system boot time.&lt;BR /&gt;#&lt;BR /&gt;# Multiple entries with the same $ORACLE_SID are not allowed.&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;BDNAME:/opt/oracle92:Y&lt;BR /&gt;&lt;BR /&gt;and view next link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=7203&amp;amp;admit=-682735245+1154690426168+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=7203&amp;amp;admit=-682735245+1154690426168+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran&lt;/N&gt;</description>
      <pubDate>Fri, 04 Aug 2006 06:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995318#M423242</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-08-04T06:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Start/stop script location and setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995319#M423243</link>
      <description>&lt;BR /&gt;the start stop scripts are in several locations&lt;BR /&gt;&lt;BR /&gt;The main scripts is in /sbin/init.d.  In fact, there is atemplate file there you can use to create a customized script for your app.&lt;BR /&gt;&lt;BR /&gt;The script that controls whether the start/stop scripts executes is in /etc/rc.config.d.  It contains avariable equal to 0 (do not run) or 1 (run)&lt;BR /&gt;&lt;BR /&gt;When the the script runs/shuts down is controlled by links to the main script.  They are usually located in /sbin/rc3.d (start) and /sbin/rc2.d.  They start with a S for start or a K for stop.  Thet letter is followed by a number.  Convention has it that the two numbers equal 1000&lt;BR /&gt;&lt;BR /&gt;Look at other scripts in these areas for further examples.</description>
      <pubDate>Fri, 04 Aug 2006 07:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995319#M423243</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-08-04T07:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Start/stop script location and setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995320#M423244</link>
      <description>I got it.</description>
      <pubDate>Sat, 05 Aug 2006 22:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-stop-script-location-and-setting/m-p/4995320#M423244</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-08-05T22:29:09Z</dc:date>
    </item>
  </channel>
</rss>

