<?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: Increase volume disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4832445#M393208</link>
    <description>&lt;P&gt;If you are running HP-UX 11.11 or 11.23 then you need to reboot the server because most of the time it is very difficult to unmount nfs mount point in these HP-UX version. Please try to follow the steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# fuser /scc﻿&lt;/P&gt;&lt;P&gt;Now try to kill all the PID using this directory.&lt;/P&gt;&lt;P&gt;# fuser -kuc /sec ( It will kill all the PID forcefully)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still if you are not able to unmount or might some PID still using this directory then there is no other way and you have to reboot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using HP-UX 11.31 there is a new option for forcefully unmount&lt;/P&gt;&lt;P&gt;# umount -f /sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know still if you have any difficulties.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2011 16:15:35 GMT</pubDate>
    <dc:creator>Arunabha Banerjee</dc:creator>
    <dc:date>2011-07-19T16:15:35Z</dc:date>
    <item>
      <title>Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830327#M393158</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would would like to increase size on /dev/vg00/lvol9 but its mounted by nfs (auto_master) on /scc directory.&lt;/P&gt;&lt;P&gt;I tried to unmount it but it the device is busy and could not be unmounted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I perform the action?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yali.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2011 12:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830327#M393158</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-18T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830333#M393159</link>
      <description>&lt;P&gt;You would have to increase the size on the NFS server that owns the disk - you can't do it on the NFS client that is mounting the disk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as unmounting it is concerned, you would have to eliminate all open references to it, which can be just about impossible.&amp;nbsp; Usually the easiest way is to reboot.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2011 12:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830333#M393159</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-18T12:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830381#M393160</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;I tried to unmount it but it the device is busy and could not be unmounted﻿&lt;/P&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#df /dev/vg00/lvol9﻿&lt;/P&gt;&lt;P&gt;See the output, did you getting any error?what error is that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#fuser -ku (local folder)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once it's done, try to umount and if the issue remain same, you should reboot the server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Naj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2011 13:27:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830381#M393160</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-07-18T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830455#M393163</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You would need to shut down the auto_master service, probably all NFS services as a minimum to get the umount to work.&lt;BR /&gt;&lt;BR /&gt;I would suggest scheduling a maintenance window during which you can bring down necessary services to perform this task.&lt;BR /&gt;&lt;BR /&gt;You might find this easier to perform after a reboot into hpux -lm &amp;lt;logical volume maintenance mode&amp;gt; from the system console.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 18 Jul 2011 14:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830455#M393163</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-07-18T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830465#M393164</link>
      <description>&lt;P&gt;&amp;gt; You would need to shut down the auto_master service,﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry - not exactly true.&amp;nbsp; If no one is referencing the mount point you can manually unmount it.&amp;nbsp; However, another reference to it will cause it to be automatically remounted.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2011 14:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4830465#M393164</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-18T14:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4831067#M393178</link>
      <description>&lt;P&gt;Agreed. Change need to "It would be easier" I am assuming the issue you are running into is because the mount point is active.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Low graphics smiley.&lt;/P&gt;&lt;P&gt;:-)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2011 22:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4831067#M393178</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-07-18T22:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4832445#M393208</link>
      <description>&lt;P&gt;If you are running HP-UX 11.11 or 11.23 then you need to reboot the server because most of the time it is very difficult to unmount nfs mount point in these HP-UX version. Please try to follow the steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# fuser /scc﻿&lt;/P&gt;&lt;P&gt;Now try to kill all the PID using this directory.&lt;/P&gt;&lt;P&gt;# fuser -kuc /sec ( It will kill all the PID forcefully)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still if you are not able to unmount or might some PID still using this directory then there is no other way and you have to reboot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using HP-UX 11.31 there is a new option for forcefully unmount&lt;/P&gt;&lt;P&gt;# umount -f /sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know still if you have any difficulties.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4832445#M393208</guid>
      <dc:creator>Arunabha Banerjee</dc:creator>
      <dc:date>2011-07-19T16:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4833119#M393220</link>
      <description>&lt;P&gt;Thank you for your replies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I'm holding 2 old HP-UX versions: B.10.20 and B.11.11.&lt;/P&gt;&lt;P&gt;Should I reboot the system into hpux -lm and then run the following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#f user /scc&lt;/P&gt;&lt;P&gt;# fuser -kuc /sec&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or should I do it on the casual root mode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yali&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 06:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4833119#M393220</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-20T06:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4833243#M393222</link>
      <description>&lt;P&gt;&amp;gt;Should I reboot the system into hpux -lm and then run the following?&lt;/P&gt;&lt;P&gt;#fuser /scc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you rebooted, usually no need to use fuser.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 07:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4833243#M393222</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-07-20T07:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4833691#M393236</link>
      <description>&lt;P&gt;As &lt;SPAN class="login-bold"&gt;Dennis Handly &lt;/SPAN&gt;already confirmed that if you are rebooting this server then no need to run this command. So before rebooting the server just run the fuser command as posted earlier and if you are lucky then it will work.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 12:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4833691#M393236</guid>
      <dc:creator>Arunabha Banerjee</dc:creator>
      <dc:date>2011-07-20T12:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Increase volume disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4834295#M393255</link>
      <description>&lt;P&gt;If i get you right, your server is a NFS master.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cd /&lt;/P&gt;&lt;P&gt;fuser -ck /scc&amp;nbsp; ----&amp;gt; to the kill the process holding the mount&lt;/P&gt;&lt;P&gt;then increase with the regular process of lvextend and fsadm&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 17:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-volume-disk/m-p/4834295#M393255</guid>
      <dc:creator>UVK</dc:creator>
      <dc:date>2011-07-20T17:22:20Z</dc:date>
    </item>
  </channel>
</rss>

