<?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: remounting /opt filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922913#M286255</link>
    <description>Hi Debbie:&lt;BR /&gt;&lt;BR /&gt;Linux has far more variations for 'mount' than HP-UX.  Perhaps if you clarify what it is that you would like to do, an alternative can be found.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 09 Jan 2007 08:27:38 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-01-09T08:27:38Z</dc:date>
    <item>
      <title>remounting /opt filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922908#M286250</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Is it possible to perform just a remount of /opt without unmount and mounting.  I know this is possible on Linux but not sure if this is possible with HP-UX (11.23).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Debbie</description>
      <pubDate>Tue, 09 Jan 2007 06:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922908#M286250</guid>
      <dc:creator>Debbie Downing_2</dc:creator>
      <dc:date>2007-01-09T06:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: remounting /opt filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922909#M286251</link>
      <description>Debbie,&lt;BR /&gt;surely a mountpoint is either mounted or not.&lt;BR /&gt;Check with bdf.&lt;BR /&gt;&lt;BR /&gt;You could try the mount command for /opt &lt;BR /&gt;&lt;BR /&gt;See man 1m mount for details.&lt;BR /&gt;If the file system is already mounted, the message stating this would be displayed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jan 2007 06:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922909#M286251</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-09T06:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: remounting /opt filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922910#M286252</link>
      <description>Debbie,&lt;BR /&gt;&lt;BR /&gt;What do you hope to accomplist with this?  To me, /opt is either mounted or it is not.  "Re-mounting" it is not going to make anything special happen - /opt will be exactly identical to how it was before the "re-mount".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 09 Jan 2007 06:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922910#M286252</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-01-09T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: remounting /opt filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922911#M286253</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;usually people wants to umount/mount a filesystem in order to change option (eg. largefiles) or take a fsck on it or enlarge/decrease the size. If you have OnlineJFS you can simply accomplish last operation, in all other cases you need to umount/mount again the filesystem. I never heard about re-mount a filesystem on HP-UX.&lt;BR /&gt;Maybe a&lt;BR /&gt;&lt;BR /&gt;mount /opt&lt;BR /&gt;&lt;BR /&gt;should be sufficient, but pretty sure will give the message 'already mounted' for /opt.&lt;BR /&gt;Otherwise please clear better your needs.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Tue, 09 Jan 2007 06:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922911#M286253</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2007-01-09T06:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: remounting /opt filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922912#M286254</link>
      <description>/opt is always open (active) on a running system so umount /opt will fail (mountpoint busy). You can use lsof (download a copy) to see what processes are using /opt. You can also use fuser to see what is using /opt, but do NOT use the -k option! It will blindly kill all processes using /opt which is not a good idea until you review the list.</description>
      <pubDate>Tue, 09 Jan 2007 08:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922912#M286254</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-01-09T08:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: remounting /opt filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922913#M286255</link>
      <description>Hi Debbie:&lt;BR /&gt;&lt;BR /&gt;Linux has far more variations for 'mount' than HP-UX.  Perhaps if you clarify what it is that you would like to do, an alternative can be found.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 09 Jan 2007 08:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922913#M286255</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-09T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: remounting /opt filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922914#M286256</link>
      <description>Dear Sir,&lt;BR /&gt;&lt;BR /&gt;It is not at all possible to umount /opt on the running server , since most of the files are getting accesed .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;B.Ganesh&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2007 01:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remounting-opt-filesystem/m-p/3922914#M286256</guid>
      <dc:creator>Ganesh Balraman</dc:creator>
      <dc:date>2007-01-10T01:37:30Z</dc:date>
    </item>
  </channel>
</rss>

