<?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 The db subsytems startup through rc config in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263153#M11772</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The generic script for starting &amp;amp; stopping the db through the 'start' &amp;amp; 'stop' parameter is available on /sbin/rc.d directory. But the parameter is not passed, how the db could start automatically.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Apr 2004 11:03:59 GMT</pubDate>
    <dc:creator>John Jayaseelan</dc:creator>
    <dc:date>2004-04-29T11:03:59Z</dc:date>
    <item>
      <title>The db subsytems startup through rc config</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263153#M11772</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The generic script for starting &amp;amp; stopping the db through the 'start' &amp;amp; 'stop' parameter is available on /sbin/rc.d directory. But the parameter is not passed, how the db could start automatically.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 11:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263153#M11772</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2004-04-29T11:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: The db subsytems startup through rc config</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263154#M11773</link>
      <description>Linux. HP-UX uses /bin/rc#.d and /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;Here is how it works.&lt;BR /&gt;&lt;BR /&gt;in /etc/rc5.d  or 3 or 4 depending on the run level you want.&lt;BR /&gt;&lt;BR /&gt;You have a soft link to a start stopscript in /etc/init.d&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;You want to auto start oracle, start run level 5, stop run level 4&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc5.d&lt;BR /&gt;&lt;BR /&gt;ln -s /etc/init.d/oracle S89oracle&lt;BR /&gt;&lt;BR /&gt;Capital S starts it&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc4.d&lt;BR /&gt;&lt;BR /&gt;ln -s /etc/init.d/oracle K11oracle&lt;BR /&gt;&lt;BR /&gt;the script /etc/init.d/oracle you have to usually write yourself, though recent releases of oracle actually provide this.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 29 Apr 2004 12:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263154#M11773</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-29T12:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: The db subsytems startup through rc config</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263155#M11774</link>
      <description>Which linux are you using?&lt;BR /&gt;&lt;BR /&gt;on Redhat you better use&lt;BR /&gt;#chkconfig&lt;BR /&gt;and&lt;BR /&gt;#services &lt;BR /&gt;to manage bootup services.&lt;BR /&gt;&lt;BR /&gt;Pls. check in this forum: you'll find almost all you need to know.</description>
      <pubDate>Fri, 30 Apr 2004 04:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263155#M11774</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-30T04:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: The db subsytems startup through rc config</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263156#M11775</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The O/S is HP-UX.&lt;BR /&gt;&lt;BR /&gt;The scrip on /sbin/init.d for the db startup is linked to /sbin/rc#.d/S###dbstart.&lt;BR /&gt;&lt;BR /&gt;But the issue is the script can only start/stop the database based on the parameter being passed. So how the parameter is is sent to the script?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2004 04:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263156#M11775</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2004-04-30T04:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: The db subsytems startup through rc config</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263157#M11776</link>
      <description>Hi,&lt;BR /&gt;I think you post your quest to the wrong forum, anyway &lt;BR /&gt;/sbin/rc does the following:&lt;BR /&gt;&lt;BR /&gt;    init_list "Starting subsystems for run-level $new"&lt;BR /&gt;        get_scripts ${new} S |&lt;BR /&gt;        while read name descrip; do&lt;BR /&gt;            if [ -s "$name" ]; then&lt;BR /&gt;                add_list "$name start" "$descrip"&lt;BR /&gt;                found=1&lt;BR /&gt;            fi&lt;BR /&gt;        done&lt;BR /&gt;&lt;BR /&gt;which runs each script taken from&lt;BR /&gt;get_scripts() {&lt;BR /&gt;        state=$1&lt;BR /&gt;        mode=$2&lt;BR /&gt;        dir=/sbin/rc${state}.d&lt;BR /&gt;        ls $dir 2&amp;gt;/dev/null |&lt;BR /&gt;        while read name&lt;BR /&gt;        do&lt;BR /&gt;                case $name in&lt;BR /&gt;                ${mode}*)&lt;BR /&gt;                        path=$dir/$name&lt;BR /&gt;                        if [ "$mode" = "S" ]; then&lt;BR /&gt;                                desc=`$path start_msg`&lt;BR /&gt;                        elif [ "$mode" = "K" ]; then&lt;BR /&gt;                                desc=`$path stop_msg`&lt;BR /&gt;                        fi&lt;BR /&gt;                        echo $path $desc&lt;BR /&gt;                esac&lt;BR /&gt;        done&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;man rc&lt;BR /&gt;&lt;BR /&gt;more /sbin/rc&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2004 05:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-db-subsytems-startup-through-rc-config/m-p/3263157#M11776</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-30T05:36:09Z</dc:date>
    </item>
  </channel>
</rss>

