<?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 /opt is mounting as a read option. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071393#M735320</link>
    <description>Hi all,&lt;BR /&gt; &lt;BR /&gt; In one server /opt is not mounted properly,it is only having read option not the write,user can see whatever is there but can't write or execute.so now customer wants to take the /opt backup and restore /opt.Isit possibe?? I think /opt backup restoration is not possible,I already check in single user mode also,i can't find any solution.kindly provide me the solution.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Suman&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Sep 2007 04:20:23 GMT</pubDate>
    <dc:creator>bazigardu</dc:creator>
    <dc:date>2007-09-17T04:20:23Z</dc:date>
    <item>
      <title>/opt is mounting as a read option.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071393#M735320</link>
      <description>Hi all,&lt;BR /&gt; &lt;BR /&gt; In one server /opt is not mounted properly,it is only having read option not the write,user can see whatever is there but can't write or execute.so now customer wants to take the /opt backup and restore /opt.Isit possibe?? I think /opt backup restoration is not possible,I already check in single user mode also,i can't find any solution.kindly provide me the solution.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Suman&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 04:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071393#M735320</guid>
      <dc:creator>bazigardu</dc:creator>
      <dc:date>2007-09-17T04:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is mounting as a read option.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071394#M735321</link>
      <description>The file system /opt is intended to be mounted readonly.  Except on the machine where the software is installed.&lt;BR /&gt;Of course you may want to do something differently, you need to see how the file system was exported.&lt;BR /&gt;Oops, you're not talking about NFS are you??&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but can't write or execute.&lt;BR /&gt;&lt;BR /&gt;Has someone changed the permissions of the files and directories, removed execute permission?&lt;BR /&gt;&lt;BR /&gt;You may be able to fix it with:&lt;BR /&gt;# swverify -F \*&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I think /opt backup restoration is not possible&lt;BR /&gt;&lt;BR /&gt;I'm not sure why it wouldn't work.  You may have to do it if that swverify doesn't work.</description>
      <pubDate>Mon, 17 Sep 2007 05:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071394#M735321</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-17T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is mounting as a read option.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071395#M735322</link>
      <description>/opt must be mounted with 755 permissions. This is set at bootup with the /etc/fstab file which for /opt should read:&lt;BR /&gt; &lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt; &lt;BR /&gt;This assumes you are using lvol6 for /opt. The default options are rw (read+write). If /opt is mounted read-only, then a number of programs will fail to run properly. There is no reason to restore /opt if the permissions are wrong. Change fstab if necessary, then reboot. You probably cannot unmount /opt so a reboot is the easiest way to fix the problem.&lt;BR /&gt; &lt;BR /&gt;Now if a much more serious error was made such as chmod -R 444 then you do indeed have a big job ahead to restore /opt. I would also look at any other root commands that may have been run that might have adversely affected your system.</description>
      <pubDate>Mon, 17 Sep 2007 05:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071395#M735322</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-09-17T05:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is mounting as a read option.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071396#M735323</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi &lt;BR /&gt;&lt;BR /&gt;Its not Nfs..what this command will do? &lt;BR /&gt;#swverify -F \* it will verify the permission right.After that what I will do??In /etc/fstab what is the other entry like /var,same thing i w'll do for /opt also,but file permission it will not show in the /etc/fstab right..then umount /opt then mount all.it will work??what u think?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Suman</description>
      <pubDate>Mon, 17 Sep 2007 05:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071396#M735323</guid>
      <dc:creator>bazigardu</dc:creator>
      <dc:date>2007-09-17T05:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is mounting as a read option.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071397#M735324</link>
      <description>If you do not have the option "ro" in fstab for /opt, then verify that /opt is truly read-only:&lt;BR /&gt; &lt;BR /&gt;ll -d /opt&lt;BR /&gt; &lt;BR /&gt;If ll reports dr-xr-xr-x then /opt is mounted correctly and your problem is with the directories underneath /opt. If it is dr--r--r-- then you must unmount /opt and remount it. Note that it may be shown as busy so check with fuser:&lt;BR /&gt; &lt;BR /&gt;fuser -cu /opt&lt;BR /&gt; &lt;BR /&gt;You will have to kill any processes listed, or let fuser kill them for you:&lt;BR /&gt; &lt;BR /&gt;fuser -cuk /opt&lt;BR /&gt; &lt;BR /&gt;Once there are no processes using /opt, you can unmount and mount /opt.&lt;BR /&gt; &lt;BR /&gt;If the mountpoint permissions are correct, please post the output of this command:&lt;BR /&gt; &lt;BR /&gt;ll /opt</description>
      <pubDate>Mon, 17 Sep 2007 07:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071397#M735324</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-09-17T07:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is mounting as a read option.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071398#M735325</link>
      <description>&amp;gt;what this command will do?&lt;BR /&gt;#swverify -F \* it will verify the permission right.  After that what I will do??&lt;BR /&gt;&lt;BR /&gt;It will verify and -F will "fix" the permissions on everything.  You may want to subset to only do the products that install on /opt?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Bill: If it is dr--r--r-- then you must unmount /opt and remount it. Note that it may be shown as busy so check with fuser&lt;BR /&gt;&lt;BR /&gt;If it is busy, you can export the underlying FS and if you allowed root as root, then you can change the permissions on another machine.</description>
      <pubDate>Mon, 17 Sep 2007 17:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071398#M735325</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-17T17:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is mounting as a read option.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071399#M735326</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In my case, because of some block level corruption, /opt is not getting mounted as rw, but i can mount it as ro.&lt;BR /&gt;&lt;BR /&gt;I want to know how can i restore /opt by delete present lv for /opt and recreating it again, then restoring.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 18 Sep 2007 23:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071399#M735326</guid>
      <dc:creator>bazigardu</dc:creator>
      <dc:date>2007-09-18T23:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: /opt is mounting as a read option.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071400#M735327</link>
      <description>&amp;gt; block level corruption...&lt;BR /&gt;&lt;BR /&gt;Is that filesystem corruption? If so, what did fsck report? Or is it I/O error 5 problems? In that case, there is nothing to do except replace the disk and reinstall from your Ignite backup tape. I/O errors cannot be fixed and they always get worse.</description>
      <pubDate>Wed, 19 Sep 2007 21:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-is-mounting-as-a-read-option/m-p/4071400#M735327</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-09-19T21:38:17Z</dc:date>
    </item>
  </channel>
</rss>

