<?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: mount /opt/oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987588#M476633</link>
    <description>ty chaps</description>
    <pubDate>Tue, 27 Jun 2006 07:45:22 GMT</pubDate>
    <dc:creator>lawrenzo_1</dc:creator>
    <dc:date>2006-06-27T07:45:22Z</dc:date>
    <item>
      <title>mount /opt/oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987582#M476627</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I feel like a real noob here ....&lt;BR /&gt;&lt;BR /&gt;I want to mount /opt/oracle.&lt;BR /&gt;&lt;BR /&gt;I made the directory with chmod 777 and chown oracle:dba however when I mount /opt/oracle the owner is root:root.&lt;BR /&gt;&lt;BR /&gt;how can I mount as oracle:dba .&lt;BR /&gt;&lt;BR /&gt;cheers</description>
      <pubDate>Tue, 27 Jun 2006 06:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987582#M476627</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2006-06-27T06:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: mount /opt/oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987583#M476628</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Try doingt he chown after you mount the directory.  You are overlaying the original when you mount.  If you unmount and look, the oracle:dba ownership should still be there</description>
      <pubDate>Tue, 27 Jun 2006 06:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987583#M476628</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-06-27T06:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: mount /opt/oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987584#M476629</link>
      <description>yes I have done that, but when I remount the filesystem it is back to root:root &lt;BR /&gt;&lt;BR /&gt;:(</description>
      <pubDate>Tue, 27 Jun 2006 07:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987584#M476629</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2006-06-27T07:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: mount /opt/oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987585#M476630</link>
      <description>&lt;BR /&gt;If you do the following steps&lt;BR /&gt;1. mount the directory&lt;BR /&gt;2. chown oracle:dba /opt/oracle&lt;BR /&gt;3. ll /opt&lt;BR /&gt; the /opt/oracle directory is owned by root:root?&lt;BR /&gt;&lt;BR /&gt;Do the oracle user and the dba group exist?&lt;BR /&gt;&lt;BR /&gt;Also permissions of 777 is not a good idea. you should eliminate the world write flag (775).  Any audit of the system will show the 777 as a major security risk.</description>
      <pubDate>Tue, 27 Jun 2006 07:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987585#M476630</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-06-27T07:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: mount /opt/oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987586#M476631</link>
      <description>I dont think its problem of existance of oracle user - because it would have given the error of unknown user id if the user didnt exist.&lt;BR /&gt;It looks like the only real solution is what DCE has already suggested.&lt;BR /&gt;Are you sure you are checking the permissions after the filesystem is mounted ?&lt;BR /&gt;bdf /opt/oracle - to check if the filesystem is mounted. &lt;BR /&gt;If not - mount the filesystem&lt;BR /&gt;chown -R oracle:dba /opt/oracle [ To recursively own each file and sub dir under /opt/oracle by user oracle ]&lt;BR /&gt;ls -ld /opt/oracle [ To confirm ]&lt;BR /&gt;&lt;BR /&gt;Also I agree that the permissions should not be set to 777 as far as possible.&lt;BR /&gt;&lt;BR /&gt;Just a reality check - are you checking the permissions after unmounting /opt/oracle and hence finding them to be root:root again ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad&lt;BR /&gt;Mount /opt/oracle</description>
      <pubDate>Tue, 27 Jun 2006 07:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987586#M476631</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-06-27T07:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: mount /opt/oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987587#M476632</link>
      <description>ok sorted, dont know what happened the first time.&lt;BR /&gt;&lt;BR /&gt;I have done:&lt;BR /&gt;&lt;BR /&gt;remove oracle user&lt;BR /&gt;&lt;BR /&gt;recreated because the command id oracle displayed&lt;BR /&gt;&lt;BR /&gt;uid=440(oracle) gid=106() groups=201(dba)&lt;BR /&gt;&lt;BR /&gt;now displays&lt;BR /&gt;&lt;BR /&gt;uid=440(oracle) gid=200(oinstall) groups=201(dba)&lt;BR /&gt;&lt;BR /&gt;chown oracle:dba /opt/oracle&lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;owner is now oracle:dba&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2006 07:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987587#M476632</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2006-06-27T07:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: mount /opt/oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987588#M476633</link>
      <description>ty chaps</description>
      <pubDate>Tue, 27 Jun 2006 07:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-opt-oracle/m-p/4987588#M476633</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2006-06-27T07:45:22Z</dc:date>
    </item>
  </channel>
</rss>

