<?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 Script error... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-error/m-p/2483089#M18445</link>
    <description>Please help, what is wrong here.  I get the following in the boot log:&lt;BR /&gt;&lt;BR /&gt;Output from "/sbin/rc2.d/S99dbora start":  &lt;BR /&gt;----------------------------               &lt;BR /&gt;/sbin/rc2.d/S99dbora[8]: [!:  not found.   &lt;BR /&gt;/sbin/rc2.d/S99dbora[20]: su:  not found.  &lt;BR /&gt;&lt;BR /&gt;The dbora script is as follows (6 - 8):&lt;BR /&gt;&lt;BR /&gt;ORA_HOME=/oracle/app/product/816 &lt;BR /&gt;ORA_OWNER=oracle                 &lt;BR /&gt;if [! -f $ORA_HOME/bin/dbstart]  &lt;BR /&gt;&lt;BR /&gt;and line 20:&lt;BR /&gt;su - $ORA_OWNER -c $ORA_HOME/bin/dbstart &amp;amp; &lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Carlo&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Jan 2001 09:16:30 GMT</pubDate>
    <dc:creator>Carlo Henrico_1</dc:creator>
    <dc:date>2001-01-16T09:16:30Z</dc:date>
    <item>
      <title>Script error...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-error/m-p/2483089#M18445</link>
      <description>Please help, what is wrong here.  I get the following in the boot log:&lt;BR /&gt;&lt;BR /&gt;Output from "/sbin/rc2.d/S99dbora start":  &lt;BR /&gt;----------------------------               &lt;BR /&gt;/sbin/rc2.d/S99dbora[8]: [!:  not found.   &lt;BR /&gt;/sbin/rc2.d/S99dbora[20]: su:  not found.  &lt;BR /&gt;&lt;BR /&gt;The dbora script is as follows (6 - 8):&lt;BR /&gt;&lt;BR /&gt;ORA_HOME=/oracle/app/product/816 &lt;BR /&gt;ORA_OWNER=oracle                 &lt;BR /&gt;if [! -f $ORA_HOME/bin/dbstart]  &lt;BR /&gt;&lt;BR /&gt;and line 20:&lt;BR /&gt;su - $ORA_OWNER -c $ORA_HOME/bin/dbstart &amp;amp; &lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Carlo&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2001 09:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-error/m-p/2483089#M18445</guid>
      <dc:creator>Carlo Henrico_1</dc:creator>
      <dc:date>2001-01-16T09:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Script error...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-error/m-p/2483090#M18446</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to have spaces surrounding the [ and the ] characters.  As for the su command, try using an absolute path before the command, i.e., /usr/bin/su.&lt;BR /&gt;&lt;BR /&gt;--Bruce</description>
      <pubDate>Tue, 16 Jan 2001 09:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-error/m-p/2483090#M18446</guid>
      <dc:creator>Bruce Regittko_1</dc:creator>
      <dc:date>2001-01-16T09:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script error...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-error/m-p/2483091#M18447</link>
      <description>You need to have spaces after/before the brackets:&lt;BR /&gt;if [ ! -f $ORA_HOME/bin/dbstart ] &lt;BR /&gt;&lt;BR /&gt;and line 20:&lt;BR /&gt;You don't have /usr/bin in your PATH, so eiter add that or do: &lt;BR /&gt;/usr/bin/su - $ORA_OWNER -c $ORA_HOME/bin/dbstart &amp;amp; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2001 09:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-error/m-p/2483091#M18447</guid>
      <dc:creator>Tommy Palo</dc:creator>
      <dc:date>2001-01-16T09:27:00Z</dc:date>
    </item>
  </channel>
</rss>

