<?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: Oracle precheck script error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995868#M743250</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;Which version of Oracle are you trying to install?&lt;BR /&gt;&lt;BR /&gt;You may try to download the latest version of RDA and run it using the appropriate syntax for the pre-installation checks and validation.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Sun, 15 Jul 2007 10:10:37 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2007-07-15T10:10:37Z</dc:date>
    <item>
      <title>Oracle precheck script error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995865#M743247</link>
      <description>Hello&lt;BR /&gt;I have hp-ux 11.23 system; while running the oracle precheck script "kernelCheck9" getting error &lt;BR /&gt;"Memory Verification__________________&lt;BR /&gt;Due to OS permissions, cannot determine Physical Memory size&lt;BR /&gt;Setting Physical Memory size to 0&lt;BR /&gt;Physical Memory = 0 Kb&lt;BR /&gt;Swap space = 8388608 Kb&lt;BR /&gt;You have 0 Kb of memory. &lt;BR /&gt;This is NOT enough to install Oracle.&lt;BR /&gt;What can be wrong?</description>
      <pubDate>Tue, 08 May 2007 06:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995865#M743247</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2007-05-08T06:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle precheck script error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995866#M743248</link>
      <description>Are you running this as root?</description>
      <pubDate>Sat, 14 Jul 2007 11:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995866#M743248</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-14T11:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle precheck script error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995867#M743249</link>
      <description>the command in the script whihc calculates the memory is failed becasue of the permission problem.&lt;BR /&gt;&lt;BR /&gt;identify that and it can be either run as root or depending on the command execute permission can be given to a different user.&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          20480 Nov  9  2000 /usr/sbin/swapinfo&lt;BR /&gt;e:g-&lt;BR /&gt;swapinfo can be run by all in this case.</description>
      <pubDate>Sat, 14 Jul 2007 15:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995867#M743249</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-14T15:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle precheck script error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995868#M743250</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Which version of Oracle are you trying to install?&lt;BR /&gt;&lt;BR /&gt;You may try to download the latest version of RDA and run it using the appropriate syntax for the pre-installation checks and validation.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sun, 15 Jul 2007 10:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995868#M743250</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-15T10:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle precheck script error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995869#M743251</link>
      <description>&amp;gt;Santhosh: swapinfo can be run by all in this case.&lt;BR /&gt;&lt;BR /&gt;This was only fixed on 11.11.</description>
      <pubDate>Mon, 16 Jul 2007 15:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995869#M743251</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-16T15:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle precheck script error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995870#M743252</link>
      <description>I've seen the oracle pre-check scripts fail for bogus reasons, including permissions on the executables, such as 'fuser'.  If adding the permissions works, great.  If you're sure the check (such as memory) is okay, there's another way to work around it.&lt;BR /&gt;&lt;BR /&gt;Create an executable shell script with the same name as whatever Oracle is trying to execute.  Have this script output whatever makes the installer happy in the same format as the real executable.  Then either put this script in the path somewhere ahead of the real executable, or temporarily replace the real executable.  You'll have to use the latter if the full path of the testing executable is hardwired in the test script such as '/usr/bin/ps'.&lt;BR /&gt;&lt;BR /&gt;Once I was running the installer and it complained that some Oracle process needed to be shut down.  The PID that it whined about was part of EMS, and I didn't feel like opening a support call.</description>
      <pubDate>Wed, 18 Jul 2007 09:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-precheck-script-error/m-p/3995870#M743252</guid>
      <dc:creator>Ben Dehner</dc:creator>
      <dc:date>2007-07-18T09:11:45Z</dc:date>
    </item>
  </channel>
</rss>

