<?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: starting programms at startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719247#M947925</link>
    <description>The stty errors you are getting are probably because the $HOME/.profile of $ORA_OWNER has some "stty" commands. Commenting them out should make these errors go away.&lt;BR /&gt;&lt;BR /&gt;Another thing - try replacing&lt;BR /&gt;/usr/bin/su - $ORA_OWNER -c "/opt/oracle/products/9.0.1/bin/dbstart &amp;amp;" &lt;BR /&gt;with&lt;BR /&gt;/usr/bin/su - $ORA_OWNER -c "nohup /opt/oracle/products/9.0.1/bin/dbstart &amp;amp;" &lt;BR /&gt;&lt;BR /&gt;Good Luck!</description>
    <pubDate>Thu, 09 May 2002 01:22:16 GMT</pubDate>
    <dc:creator>Deepak Extross</dc:creator>
    <dc:date>2002-05-09T01:22:16Z</dc:date>
    <item>
      <title>starting programms at startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719241#M947919</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have a problem starting automatic an Oracle9i Database after an reboot of the server.&lt;BR /&gt;&lt;BR /&gt;As mentioned in the HP-UX Documentation I created a script to automatic start und stop the Database. I tried all the instrunctions by hand and it work fine. I although create the symbolic links mentioned in the Documentation.&lt;BR /&gt;&lt;BR /&gt;Although the Database is  not started after reboot. In rc.log I get the following Message:&lt;BR /&gt;&lt;BR /&gt;Output from "/sbin/rc3.d/S99dbora start":&lt;BR /&gt;----------------------------&lt;BR /&gt;/sbin/rc3.d/S99dbora[24]: su:  not found.&lt;BR /&gt;"/sbin/rc3.d/S99dbora start" FAILED&lt;BR /&gt;Can someone please help me and tell me what am I doing wrong.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance&lt;BR /&gt;&lt;BR /&gt;Luis</description>
      <pubDate>Wed, 08 May 2002 07:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719241#M947919</guid>
      <dc:creator>Luis Varon</dc:creator>
      <dc:date>2002-05-08T07:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: starting programms at startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719242#M947920</link>
      <description>Sounds like 'su' is not in it's path.&lt;BR /&gt;Try replacing the "su" on line 24 of sbin/rc3.d/S99dbora with "/usr/bin/su"</description>
      <pubDate>Wed, 08 May 2002 07:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719242#M947920</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-05-08T07:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: starting programms at startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719243#M947921</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Startup scripts have a very limited shell environment. It sounds as though PATH isn't set correctly.&lt;BR /&gt;&lt;BR /&gt;Could you post your startup script?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 08 May 2002 07:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719243#M947921</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-05-08T07:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: starting programms at startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719244#M947922</link>
      <description>Just a thought - in the script do you have the full path to the su command ?&lt;BR /&gt;&lt;BR /&gt;If not try putting it in and see if it makes a difference.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Hilary&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 07:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719244#M947922</guid>
      <dc:creator>BFA6</dc:creator>
      <dc:date>2002-05-08T07:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: starting programms at startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719245#M947923</link>
      <description>Hi Luis,&lt;BR /&gt;&lt;BR /&gt;The script is not able to find the su command.&lt;BR /&gt;&lt;BR /&gt;So at line 24 in S99dbora file&lt;BR /&gt;change 'su' to '/usr/bin/su'.&lt;BR /&gt;&lt;BR /&gt;Also, it is ideal to specify the shell in which you run the S99dbora file. So change your /sbin/init.d/dbora file and at the beginning mention #!/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;-Sukant</description>
      <pubDate>Wed, 08 May 2002 07:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719245#M947923</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-05-08T07:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: starting programms at startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719246#M947924</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you all where right. He couldn't found the su command.&lt;BR /&gt;&lt;BR /&gt;I've changed it but it still doesn't work.&lt;BR /&gt;&lt;BR /&gt;Now I get this message in rc.log&lt;BR /&gt;&lt;BR /&gt;Output from "/sbin/rc3.d/S99dbora start":&lt;BR /&gt;----------------------------&lt;BR /&gt;stty: : Not a typewriter&lt;BR /&gt;(c)Copyright 1983-1997 Hewlett-Packard Co.,  All Rights Reserved.&lt;BR /&gt;(c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of California&lt;BR /&gt;(c)Copyright 1980, 1984, 1986 Novell, Inc.&lt;BR /&gt;(c)Copyright 1986-1992 Sun Microsystems, Inc.&lt;BR /&gt;(c)Copyright 1985, 1986, 1988 Massachusetts Institute of Technology&lt;BR /&gt;(c)Copyright 1989-1993  The Open Software Foundation, Inc.&lt;BR /&gt;(c)Copyright 1986 Digital Equipment Corp.&lt;BR /&gt;(c)Copyright 1990 Motorola, Inc.&lt;BR /&gt;(c)Copyright 1990, 1991, 1992 Cornell University&lt;BR /&gt;(c)Copyright 1989-1991 The University of Maryland&lt;BR /&gt;(c)Copyright 1988 Carnegie Mellon University&lt;BR /&gt;(c)Copyright 1991-1997 Mentat, Inc.&lt;BR /&gt;(c)Copyright 1996 Morning Star Technologies, Inc.&lt;BR /&gt;(c)Copyright 1996 Progressive Systems, Inc.&lt;BR /&gt;(c)Copyright 1997 Isogon Corporation&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                           RESTRICTED RIGHTS LEGEND&lt;BR /&gt;Use, duplication, or disclosure by the U.S. Government is subject to&lt;BR /&gt;restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in&lt;BR /&gt;Technical Data and Computer Software clause in DFARS 252.227-7013.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                           Hewlett-Packard Company&lt;BR /&gt;                           3000 Hanover Street&lt;BR /&gt;                           Palo Alto, CA 94304 U.S.A.&lt;BR /&gt;&lt;BR /&gt;Rights for non-DOD U.S. Government Departments and Agencies are as set&lt;BR /&gt;forth in FAR 52.227-19(c)(1,2).&lt;BR /&gt;Not a terminal&lt;BR /&gt;stty: : Not a typewriter&lt;BR /&gt;stty: : Not a typewriter&lt;BR /&gt;logout&lt;BR /&gt;&lt;BR /&gt;The command I use to start the database is the following:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/su - $ORA_OWNER -c "/opt/oracle/products/9.0.1/bin/dbstart &amp;amp;"&lt;BR /&gt;&lt;BR /&gt;ORA_OWNER is an variable I define at the begin of the dbora script.&lt;BR /&gt;&lt;BR /&gt;Maybe you could help me.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance&lt;BR /&gt;&lt;BR /&gt;Luis</description>
      <pubDate>Wed, 08 May 2002 10:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719246#M947924</guid>
      <dc:creator>Luis Varon</dc:creator>
      <dc:date>2002-05-08T10:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: starting programms at startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719247#M947925</link>
      <description>The stty errors you are getting are probably because the $HOME/.profile of $ORA_OWNER has some "stty" commands. Commenting them out should make these errors go away.&lt;BR /&gt;&lt;BR /&gt;Another thing - try replacing&lt;BR /&gt;/usr/bin/su - $ORA_OWNER -c "/opt/oracle/products/9.0.1/bin/dbstart &amp;amp;" &lt;BR /&gt;with&lt;BR /&gt;/usr/bin/su - $ORA_OWNER -c "nohup /opt/oracle/products/9.0.1/bin/dbstart &amp;amp;" &lt;BR /&gt;&lt;BR /&gt;Good Luck!</description>
      <pubDate>Thu, 09 May 2002 01:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719247#M947925</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-05-09T01:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: starting programms at startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719248#M947926</link>
      <description>In fact, you should do it like this:&lt;BR /&gt;nohup /usr/bin/su - $ORA_OWNER -c "/opt/oracle/products/9.0.1/bin/dbstart" &amp;amp;&lt;BR /&gt;Let us know if this helps.</description>
      <pubDate>Thu, 09 May 2002 01:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-programms-at-startup/m-p/2719248#M947926</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-05-09T01:33:50Z</dc:date>
    </item>
  </channel>
</rss>

