<?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 8i instalation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520024#M877809</link>
    <description>In an operating system perspective, you need to&lt;BR /&gt;take care of what are all Bill mentioned. But in an &lt;BR /&gt;Oracle perspective, you need to do more than that.&lt;BR /&gt;There are 8i installtion manuals published in Oracle&lt;BR /&gt;web site. It also includes installation manuals for various&lt;BR /&gt;versions. The manual has a chapter on pre-installation&lt;BR /&gt;tasks, it should guide you completely and fully.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oracle.com;" target="_blank"&gt;www.oracle.com;&lt;/A&gt;&lt;BR /&gt;Go to documentation, then go to Oracle8i, then to respective  os platform. You will see the manuals there.&lt;BR /&gt;---Bipin</description>
    <pubDate>Mon, 23 Apr 2001 12:21:53 GMT</pubDate>
    <dc:creator>Bipin Divakaran</dc:creator>
    <dc:date>2001-04-23T12:21:53Z</dc:date>
    <item>
      <title>oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520020#M877805</link>
      <description>Hi, all&lt;BR /&gt;can anybody give me the complete procedure to install Orcale 8i both on HP-UX 10.2 and 11.0&lt;BR /&gt;(pls start from scratch i.e pre-requisit etc..)&lt;BR /&gt;&lt;BR /&gt;thanx in advance</description>
      <pubDate>Mon, 23 Apr 2001 09:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520020#M877805</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-04-23T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520021#M877806</link>
      <description>See below,&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;&lt;BR /&gt;Process Checklist&lt;BR /&gt;&lt;BR /&gt;[_]  Verify availability of machine&lt;BR /&gt;&lt;BR /&gt;# who&lt;BR /&gt;# ps -ef | grep ora&lt;BR /&gt;# ps -ef | grep ov&lt;BR /&gt;&lt;BR /&gt;[_]  Remove existing Oracle installation per instructions at:      Uninstall Oracle&lt;BR /&gt;&lt;BR /&gt;[_] Determine if adequate space is available to install Oracle and/or OpenView products.&lt;BR /&gt;&lt;BR /&gt;# bdf -l&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# bdf -t hfs&lt;BR /&gt;&lt;BR /&gt;[_]  Verify  HP-UX version &amp;amp; get correct Oracle bits for installation&lt;BR /&gt;&lt;BR /&gt;DO NOT SKIP THE FOLLOWING STEPS:&lt;BR /&gt;[_] Verify RAM is sufficient for version of Oracle being installed.&lt;BR /&gt;&lt;BR /&gt;# dmesg&lt;BR /&gt;&lt;BR /&gt;For Oracle 8.0.7 or OLDER,  minimum RAM  is 32 MB but 64MB is recommended.&lt;BR /&gt;For Oracle versions 8.1.5 or NEWER, minimum RAM is 128 MB.&lt;BR /&gt;&lt;BR /&gt;[_] Add swap space if needed&lt;BR /&gt;&lt;BR /&gt;# swapinfo&lt;BR /&gt;# export DISPLAY=localhost:0.0&lt;BR /&gt;# sam &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Double-click on Disks and File Systems&lt;BR /&gt;Double-click on Swap&lt;BR /&gt;&lt;BR /&gt;On the menu bar select Actions | Add File System Swap&lt;BR /&gt;Select a file system with adequate space avoiding /opt.&lt;BR /&gt;Minimum Swap = 0&lt;BR /&gt;Maximum Swap =  The amount of swap needed to bring the swap to the requisite 2-3X RAM.  (See long version of this document to determined recommended setting.)&lt;BR /&gt;When to Enable:  choose both Now and At Every System Boot&lt;BR /&gt;Click OK.&lt;BR /&gt;&lt;BR /&gt;[_] Modify kernel parameters in SAM.  This is REQUIRED!!!&lt;BR /&gt;&lt;BR /&gt;In SAM, go to Kernel Configuration | Configurable Parameters&lt;BR /&gt;Check the current settings for the following parameters.  If the current setting is LESS THAN the values shown here, the setting MUST BE INCREASED.&lt;BR /&gt;&lt;BR /&gt;SEMMNI 70&lt;BR /&gt;SEMMNS 200&lt;BR /&gt;SHMSEG  10&lt;BR /&gt;SHMMNI  100&lt;BR /&gt;SHMMAX  1073741824&lt;BR /&gt;NINODE  1563&lt;BR /&gt;&lt;BR /&gt;Rebuild kernel.  This will cause a system reboot.&lt;BR /&gt;&lt;BR /&gt;[_]  Mount the stthpsv1 depot.&lt;BR /&gt;&lt;BR /&gt;# mkdir -p /mnt_nb/oracle&lt;BR /&gt;# mount stthpsv1:/data/mnt_nb/oracle /mnt_nb/oracle&lt;BR /&gt;&lt;BR /&gt;[_]  Automate the database startup and shutdown&lt;BR /&gt;&lt;BR /&gt;Copy the startup/shutdown script to /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;# cp /mnt_nb/oracle/dbora /sbin/init.d/dbora&lt;BR /&gt;# chmod 755 /sbin/init.d/dbora&lt;BR /&gt;&lt;BR /&gt;Create soft links to dbora in the appropriate run level directories to control when the OpenView instance is brought up and shutdown.  The OpenView database must be shutdown after NNM is stopped and started before NNM is launched.&lt;BR /&gt;&lt;BR /&gt;# ln -s /sbin/init.d/dbora  /sbin/rc2.d/K061dbora&lt;BR /&gt;# ln -s /sbin/init.d/dbora  /sbin/rc3.d/S935dbora&lt;BR /&gt;&lt;BR /&gt;[_]  Reserve port 1521 in /etc/services for the Oracle listener by adding following line:&lt;BR /&gt;&lt;BR /&gt;listener    1521/tcp          #Oracle Net8 listener&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Apr 2001 09:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520021#M877806</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-04-23T09:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520022#M877807</link>
      <description>A bit more... + graphics.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Apr 2001 09:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520022#M877807</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-04-23T09:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520023#M877808</link>
      <description>Hi, bill &lt;BR /&gt;thanx for the reply, but u have given the procedure to download the database from the server which has already has Orcale. But i need the procedure to install the Orcale 8i in to the server from Orcale CD, not to download from anywhere else&lt;BR /&gt;&lt;BR /&gt;thanx</description>
      <pubDate>Mon, 23 Apr 2001 10:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520023#M877808</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-04-23T10:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520024#M877809</link>
      <description>In an operating system perspective, you need to&lt;BR /&gt;take care of what are all Bill mentioned. But in an &lt;BR /&gt;Oracle perspective, you need to do more than that.&lt;BR /&gt;There are 8i installtion manuals published in Oracle&lt;BR /&gt;web site. It also includes installation manuals for various&lt;BR /&gt;versions. The manual has a chapter on pre-installation&lt;BR /&gt;tasks, it should guide you completely and fully.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oracle.com;" target="_blank"&gt;www.oracle.com;&lt;/A&gt;&lt;BR /&gt;Go to documentation, then go to Oracle8i, then to respective  os platform. You will see the manuals there.&lt;BR /&gt;---Bipin</description>
      <pubDate>Mon, 23 Apr 2001 12:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520024#M877809</guid>
      <dc:creator>Bipin Divakaran</dc:creator>
      <dc:date>2001-04-23T12:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520025#M877810</link>
      <description>email me and I'll give you a largeish html on&lt;BR /&gt;h2 do it..&lt;BR /&gt;&lt;BR /&gt;wmcn@hp-uxconsulting.com</description>
      <pubDate>Mon, 23 Apr 2001 13:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520025#M877810</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-04-23T13:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520026#M877811</link>
      <description>1) Create /etc/pfs_fstab. In this file create an entry&lt;BR /&gt;/dev/dsk/cxtxdx  /cdrom pfs-rrip xlat=unix 1 0&lt;BR /&gt;2) Start the pfs daemons by&lt;BR /&gt;/usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;/usr/sbin/pfsd &amp;amp;&lt;BR /&gt;Mount the CD using&lt;BR /&gt;pfs_mount /cdrom&lt;BR /&gt;This mounts the CD and you can install oracle from the CD.&lt;BR /&gt;To unmount the CD type&lt;BR /&gt;pfs_umount /cdrom.&lt;BR /&gt;&lt;BR /&gt;Be aware that if you accidently kill the pfs daemons the server needs to be rebooted.&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Apr 2001 13:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520026#M877811</guid>
      <dc:creator>Atul Thakur</dc:creator>
      <dc:date>2001-04-23T13:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520027#M877812</link>
      <description>Hi, bill&lt;BR /&gt;the mails which i am sending u are all bouncing back can u pls attach the procedure here.&lt;BR /&gt;&lt;BR /&gt;thanx</description>
      <pubDate>Tue, 24 Apr 2001 12:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520027#M877812</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-04-24T12:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 8i instalation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520028#M877813</link>
      <description>sorry about that..&lt;BR /&gt;goto here:&lt;BR /&gt;&lt;A href="http://www.hp-uxconsulting.com/zip/o816.zip" target="_blank"&gt;http://www.hp-uxconsulting.com/zip/o816.zip&lt;/A&gt;&lt;BR /&gt;the file is bigger than max size.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 24 Apr 2001 14:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-instalation/m-p/2520028#M877813</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-04-24T14:12:15Z</dc:date>
    </item>
  </channel>
</rss>

