<?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 10g root.sh script questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904372#M838276</link>
    <description>Matt&lt;BR /&gt;&lt;BR /&gt;BTW this is no sticky bit but suid and sgid&lt;BR /&gt;&lt;BR /&gt;cf. thread &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=458147" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=458147&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for explanation&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
    <pubDate>Sat, 28 May 2005 05:21:13 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2005-05-28T05:21:13Z</dc:date>
    <item>
      <title>oracle 10g root.sh script questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904368#M838272</link>
      <description>Why does root.sh have to set sticky bits for the nmo and nmb executables?&lt;BR /&gt;&lt;BR /&gt;Ex.&lt;BR /&gt;&lt;BR /&gt;#Change owner and permissions of the remote operations executable&lt;BR /&gt;$CHOWN root $ORACLE_HOME/bin/nmo&lt;BR /&gt;$CHMOD 6750 $ORACLE_HOME/bin/nmo&lt;BR /&gt;&lt;BR /&gt;#Change ownner and permissions of the program that does memory computations&lt;BR /&gt;$CHOWN root $ORACLE_HOME/bin/nmb&lt;BR /&gt;$CHMOD 6750 $ORACLE_HOME/bin/nmb&lt;BR /&gt;&lt;BR /&gt;These examples set the root sticky bit for owner and group.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The script goes on to chmod on swapinfo and /dev/rdsk/*.&lt;BR /&gt;&lt;BR /&gt;It then starts to set up OCR without an option to not set it up.&lt;BR /&gt;&lt;BR /&gt;It also initializes Oracle cluster services.  We do not want Oracle cluster services. &lt;BR /&gt;&lt;BR /&gt;Has anyone else encountered this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Matt</description>
      <pubDate>Fri, 27 May 2005 10:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904368#M838272</guid>
      <dc:creator>Matthew McGee</dc:creator>
      <dc:date>2005-05-27T10:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 10g root.sh script questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904369#M838273</link>
      <description>These Oracle scripts are ugly and I've encournted these issues with Oracle over the years.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;1) Oracle 10g requires fuser be usable by the installation user. This is a huge security problem and I have nightmares about my last job where I left and the onsite guy has fuser enabled for the ias10g user.&lt;BR /&gt;&lt;BR /&gt;2) Suid is required to set up web servers and other products that need to establish socket connections on priviledged ports below 1024. That could explain whats going on with your setup.&lt;BR /&gt;&lt;BR /&gt;The OCR thing is typical oracle. Every database server install I've done the past few years installs a web server for monitoring, stopping and starting the database. It runs once on install and then is forgotten, primarily because nobody cares and oracle doesn't bother to set up auto start on hp-ux systems, something they do routinely on Linux.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 27 May 2005 11:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904369#M838273</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-27T11:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 10g root.sh script questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904370#M838274</link>
      <description>Can the setuid be skipped?</description>
      <pubDate>Fri, 27 May 2005 12:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904370#M838274</guid>
      <dc:creator>Matthew McGee</dc:creator>
      <dc:date>2005-05-27T12:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 10g root.sh script questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904371#M838275</link>
      <description>Matt,&lt;BR /&gt;Skipping setuid will result in issues down the road as Steve points out above. However Cluster part can be trimmed from the root.sh without any harm.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Devesh</description>
      <pubDate>Fri, 27 May 2005 17:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904371#M838275</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-05-27T17:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 10g root.sh script questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904372#M838276</link>
      <description>Matt&lt;BR /&gt;&lt;BR /&gt;BTW this is no sticky bit but suid and sgid&lt;BR /&gt;&lt;BR /&gt;cf. thread &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=458147" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=458147&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for explanation&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Sat, 28 May 2005 05:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904372#M838276</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-05-28T05:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: oracle 10g root.sh script questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904373#M838277</link>
      <description>Thanks for your replies.</description>
      <pubDate>Tue, 14 Jun 2005 11:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-root-sh-script-questions/m-p/4904373#M838277</guid>
      <dc:creator>Matthew McGee</dc:creator>
      <dc:date>2005-06-14T11:11:08Z</dc:date>
    </item>
  </channel>
</rss>

