<?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 Installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131338#M449883</link>
    <description>I have the following document &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://publib.boulder.ibm.com/tividd/td/ITIM/SC32-1334-01/en_US/HTML/im451inst_ux_wl30.htm" target="_blank"&gt;http://publib.boulder.ibm.com/tividd/td/ITIM/SC32-1334-01/en_US/HTML/im451inst_ux_wl30.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Can you give me a better document on how to install Oracle on HP-UX&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Sep 2008 16:22:28 GMT</pubDate>
    <dc:creator>Grayh</dc:creator>
    <dc:date>2008-09-23T16:22:28Z</dc:date>
    <item>
      <title>Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131325#M449870</link>
      <description>Now I have an come up with this Issue...&lt;BR /&gt;&lt;BR /&gt;The user needs to install Oracle on this... and I do not want to give them the root password to install Oracle...&lt;BR /&gt;&lt;BR /&gt;So without giving them the root password is there a way they can Install oracle on the server...</description>
      <pubDate>Tue, 23 Sep 2008 13:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131325#M449870</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131326#M449871</link>
      <description>You need to create an oracle user.They can install the oracle with oracle user. While installing oracle they need some changes such as to run root.sh script or need to create some links etc , that things you can do yourself under your presence with root access.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 23 Sep 2008 13:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131326#M449871</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-09-23T13:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131327#M449872</link>
      <description>Yes.&lt;BR /&gt;&lt;BR /&gt;You create a user id called: oracle&lt;BR /&gt;You create a group called: dba&lt;BR /&gt;&lt;BR /&gt;You change the the owner and group of the Oracle mount points you create to oracle and dba respectively and change the permissions to 750 or 770 for those directories.&lt;BR /&gt;&lt;BR /&gt;You then mount the CD for them and then they install.&lt;BR /&gt;&lt;BR /&gt;After the install is complete you will have to run a script called 'root.sh' for them.  This script MUST be run as the root user.  That is the only thing that requires root though.&lt;BR /&gt;&lt;BR /&gt;By the way, all of this is covered in the Oracle Installation manual.  There should have been a very small, CD/DVD sized paper manual that covered the bare basics and there should have been a Oracle documentation CD/DVD that has the full size manual in the Oracle CD/DVD set.</description>
      <pubDate>Tue, 23 Sep 2008 13:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131327#M449872</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-09-23T13:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131328#M449873</link>
      <description>I was thinking if HP's RABC is a better tool or sudo...which one do u guys think is a better option&lt;BR /&gt;&lt;BR /&gt;RABC:-&lt;BR /&gt;-------&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sudo:-&lt;BR /&gt;------&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sudo.ws/sudo/man/sudoers.html" target="_blank"&gt;http://www.sudo.ws/sudo/man/sudoers.html&lt;/A&gt;</description>
      <pubDate>Tue, 23 Sep 2008 13:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131328#M449873</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T13:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131329#M449874</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;As Patrick noted, the requirement for 'root' is limited to mounting the CD and to running one script generated by the Oracle installer.&lt;BR /&gt;&lt;BR /&gt;You could mount the CD for your DBA; let him/her "do-their-thing"; come back and login as 'root'; let them run the script; and log out.&lt;BR /&gt;&lt;BR /&gt;Don't make this harder or more complicated than it needs to be.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 23 Sep 2008 13:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131329#M449874</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-23T13:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131330#M449875</link>
      <description>Well RBAC is part of the OS and as such you get full support from HP for it. But RBAC is a HP-UX specific product. RBAC is fully integrated into the kernel of the OS.&lt;BR /&gt;&lt;BR /&gt;Whereas sudo is a free software tool that lives entirely in user space, and the only support you get is from forums like this one. Of course sudo is available on pretty much all *nix systems.&lt;BR /&gt;&lt;BR /&gt;Setting either up just for an Oracle installation seems like overkill to me though. Once root.sh is run, Oracle has no need to access the root account.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 23 Sep 2008 13:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131330#M449875</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-09-23T13:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131331#M449876</link>
      <description># /usr/sbin/groupadd -g 201 dba&lt;BR /&gt;Group 'dba' not unique&lt;BR /&gt;# /usr/sbin/groupadd -g 201 dba&lt;BR /&gt;Group 'dba' not unique&lt;BR /&gt;&lt;BR /&gt;I am unable to understand anything... as I have never done this...&lt;BR /&gt;&lt;BR /&gt;Could you guys plz help me out with the set of commands to execute&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance</description>
      <pubDate>Tue, 23 Sep 2008 13:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131331#M449876</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T13:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131332#M449877</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You should not give the root privileges to install oracle anyway.&lt;BR /&gt;&lt;BR /&gt;You should create a user named oracle for this purpose.&lt;BR /&gt;&lt;BR /&gt;One script in the entire install process requires root access. For this a sysadmin will have to run it, or you can give sudo rights to that script to the oracle user.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Sep 2008 14:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131332#M449877</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-09-23T14:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131333#M449878</link>
      <description>I have actually installed HP RABC&lt;BR /&gt;&lt;BR /&gt;Now I need to assign roles using roleadm&lt;BR /&gt;&lt;BR /&gt;but when I login as a user and say mount or swinstall... they do not run...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How can I do that possible as a user</description>
      <pubDate>Tue, 23 Sep 2008 14:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131333#M449878</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T14:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131334#M449879</link>
      <description># /usr/sbin/groupadd -g 201 dba&lt;BR /&gt;Group 'dba' not unique&lt;BR /&gt;# /usr/sbin/groupadd -g 201 dba&lt;BR /&gt;Group 'dba' not unique&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The above means that the dba group already exists.&lt;BR /&gt;&lt;BR /&gt;I'm not entirely sure why you are looking into SUDO and RBAC at this point.  The only time root permission is needed during the Oracle install is to initially mount the CD/DVD and to run the root.sh script after the install is finished.&lt;BR /&gt;&lt;BR /&gt;YOU just need to do those for the DBAs.&lt;BR /&gt;&lt;BR /&gt;It appears you are still in over your head on this project.</description>
      <pubDate>Tue, 23 Sep 2008 15:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131334#M449879</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-09-23T15:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131335#M449880</link>
      <description>I need the users to install Oracle without giving them the root password...&lt;BR /&gt;&lt;BR /&gt;Can you please give me a step by step instruction as to how to do that...&lt;BR /&gt;&lt;BR /&gt;I do not want to install Oracle... but the other team should be able to install Oracle as Users...</description>
      <pubDate>Tue, 23 Sep 2008 15:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131335#M449880</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T15:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131336#M449881</link>
      <description>$ /usr/sbin/useradd asdf&lt;BR /&gt;Permission Denied&lt;BR /&gt;$ privrun /usr/sbin/useradd asdf&lt;BR /&gt;privrun: no matching cmd found in cmd_priv database&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131336#M449881</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T15:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131337#M449882</link>
      <description>I'm not sure how else we can say it.&lt;BR /&gt;&lt;BR /&gt;YOU as root:&lt;BR /&gt;&lt;BR /&gt;Create the required users and groups according to the Oracle DOCS.&lt;BR /&gt;Verify filesystems are created and that the oracle user has permissions to write to them.&lt;BR /&gt;Mount the Oracle CD&lt;BR /&gt;&lt;BR /&gt;THEM as the user oracle:&lt;BR /&gt;&lt;BR /&gt;Install Oracle&lt;BR /&gt;&lt;BR /&gt;YOU As root:&lt;BR /&gt;&lt;BR /&gt;run the root.sh script.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131337#M449882</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-09-23T15:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131338#M449883</link>
      <description>I have the following document &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://publib.boulder.ibm.com/tividd/td/ITIM/SC32-1334-01/en_US/HTML/im451inst_ux_wl30.htm" target="_blank"&gt;http://publib.boulder.ibm.com/tividd/td/ITIM/SC32-1334-01/en_US/HTML/im451inst_ux_wl30.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Can you give me a better document on how to install Oracle on HP-UX&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 16:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131338#M449883</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T16:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131339#M449884</link>
      <description>&amp;gt;Create the required users and groups according to the Oracle DOCS.&lt;BR /&gt;&lt;BR /&gt;Which users &amp;amp; Groups are required&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Verify filesystems are created and that the oracle user has permissions to write to them.&lt;BR /&gt;&lt;BR /&gt;Which filesystems are to be varified&lt;BR /&gt;&lt;BR /&gt;How can I assigne permissions to the user "oracle"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Mount the Oracle CD&lt;BR /&gt;&lt;BR /&gt;How to mount the Oracle CD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 16:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131339#M449884</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T16:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131340#M449885</link>
      <description>For your reference.&lt;BR /&gt;&lt;BR /&gt;For itanium server 11.23 version&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B19306_01/install.102/b25293/toc.htm" target="_blank"&gt;http://download.oracle.com/docs/cd/B19306_01/install.102/b25293/toc.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 23 Sep 2008 16:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131340#M449885</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-09-23T16:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131341#M449886</link>
      <description>OS running is 11.31</description>
      <pubDate>Tue, 23 Sep 2008 16:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131341#M449886</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T16:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131342#M449887</link>
      <description># id oracle&lt;BR /&gt;uid=9996(oracle) gid=4999(oracle)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does that look good</description>
      <pubDate>Tue, 23 Sep 2008 16:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131342#M449887</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T16:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131343#M449888</link>
      <description># /usr/sbin/usermod -g oinstall -G dba[,oper] oracle&lt;BR /&gt;Group oinstall specified with -g does not exist</description>
      <pubDate>Tue, 23 Sep 2008 16:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131343#M449888</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-23T16:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131344#M449889</link>
      <description>For Oracle install document link given above, a lot of the steps don't care about the OS version.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Which users &amp;amp; Groups are required&lt;BR /&gt;&lt;BR /&gt;See "2.5 Creating Required Operating System Groups and Users" of the manual link above.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Which filesystems are to be varified&lt;BR /&gt;&lt;BR /&gt;What file systems do you need?  You normally have a filesystem to install Oracle into, then separate file systems for data files, redo logs, etc.  Your DBAs should be able to tell you this.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;How can I assigne permissions to the user "oracle"&lt;BR /&gt;&lt;BR /&gt;Have a look at the chmod and chgrp man pages.  You will need to change the owner of the directories your file systems are mounted on so the oracle user can read and write to them.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;How to mount the Oracle CD&lt;BR /&gt;&lt;BR /&gt;Look here:&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B19306_01/install.102/b25293/inst_task.htm#CHDBEBGE" target="_blank"&gt;http://download.oracle.com/docs/cd/B19306_01/install.102/b25293/inst_task.htm#CHDBEBGE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;# id oracle&lt;BR /&gt;&amp;gt;&amp;gt;uid=9996(oracle) gid=4999(oracle)&lt;BR /&gt;&amp;gt;&amp;gt;Does that look good&lt;BR /&gt;&lt;BR /&gt;I usually use DBA for the group, but that should work.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Group oinstall specified with -g does not exist&lt;BR /&gt;&lt;BR /&gt;That means it doesn't exist.  You must create it.</description>
      <pubDate>Tue, 23 Sep 2008 17:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/5131344#M449889</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-09-23T17:25:59Z</dc:date>
    </item>
  </channel>
</rss>

