<?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: startup issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989015#M295367</link>
    <description>hi again,&lt;BR /&gt;&lt;BR /&gt;one easy way to get your environment variables correct is code your startup script accordingly. below an extract from one of mines:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;'start')&lt;BR /&gt;&lt;BR /&gt;        # source the system configuration variables&lt;BR /&gt;        if [ -f /etc/rc.config ] ; then&lt;BR /&gt;                . /etc/rc.config&lt;BR /&gt;        else&lt;BR /&gt;                echo "ERROR: /etc/rc.config defaults file MISSING"&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;        # Check to see if this script is allowed to run...&lt;BR /&gt;        if [ "$ORACLE_START_STOP" != 1 ]; then&lt;BR /&gt;                rval=2&lt;BR /&gt;        else&lt;BR /&gt;&lt;BR /&gt;        # Execute the commands to start your subsystem&lt;BR /&gt;         echo "/u01/app/oracle/product/8.1.7/bin/lsnrctl start "| su - ora817&lt;BR /&gt;         echo "/u01/app/oracle/product/8.1.7/bin/sqlplus /nolog &amp;lt;</description>
    <pubDate>Wed, 25 Apr 2007 23:41:49 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2007-04-25T23:41:49Z</dc:date>
    <item>
      <title>startup issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989012#M295364</link>
      <description>Hi,&lt;BR /&gt;I was trying to setup some scripts under the /sbin/init.d .so that the app (oracle) will start automatically. But inorder to run the script the oracle environment variable should be set or the .files should be executed by su - to oracle. How can i do this ,sure so many of you have encountered this and probably have the resolution.Thanks in advance</description>
      <pubDate>Wed, 25 Apr 2007 19:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989012#M295364</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2007-04-25T19:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: startup issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989013#M295365</link>
      <description>&lt;!--!*#--&gt;1. Install the script named oracle in the /sbin/init.d directory.&lt;BR /&gt;&lt;BR /&gt;2. Make symbolic links in 2nd and 3rd run-levels for stopping/starting Oracle:&lt;BR /&gt;&lt;BR /&gt;  ln -s /sbin/init.d/oracle /sbin/rc3.d/S900oracle &lt;BR /&gt;  ln -s /sbin/init.d/oracle /sbin/rc2.d/K100oracle&lt;BR /&gt;&lt;BR /&gt;3. Set variable ORACLE_START_STOP=1 in the /etc/rc.config.d/oracle file</description>
      <pubDate>Wed, 25 Apr 2007 19:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989013#M295365</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-04-25T19:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: startup issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989014#M295366</link>
      <description>hi Navin&lt;BR /&gt;&lt;BR /&gt;please find attached one of the great documents on this issue which i had downloaded from this site a few year ago and which i am still using for training purposes today!&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 25 Apr 2007 23:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989014#M295366</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-04-25T23:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: startup issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989015#M295367</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;one easy way to get your environment variables correct is code your startup script accordingly. below an extract from one of mines:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;'start')&lt;BR /&gt;&lt;BR /&gt;        # source the system configuration variables&lt;BR /&gt;        if [ -f /etc/rc.config ] ; then&lt;BR /&gt;                . /etc/rc.config&lt;BR /&gt;        else&lt;BR /&gt;                echo "ERROR: /etc/rc.config defaults file MISSING"&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;        # Check to see if this script is allowed to run...&lt;BR /&gt;        if [ "$ORACLE_START_STOP" != 1 ]; then&lt;BR /&gt;                rval=2&lt;BR /&gt;        else&lt;BR /&gt;&lt;BR /&gt;        # Execute the commands to start your subsystem&lt;BR /&gt;         echo "/u01/app/oracle/product/8.1.7/bin/lsnrctl start "| su - ora817&lt;BR /&gt;         echo "/u01/app/oracle/product/8.1.7/bin/sqlplus /nolog &amp;lt;</description>
      <pubDate>Wed, 25 Apr 2007 23:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-issue/m-p/3989015#M295367</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-04-25T23:41:49Z</dc:date>
    </item>
  </channel>
</rss>

