<?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: /dev/vg00/lvol3 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034499#M431633</link>
    <description>Here's what happened:&lt;BR /&gt; &lt;BR /&gt;All mountpoints start as simple directories. When you mount a volume, the directory becomes glue to attach the new lvol to the current directory structure. But when you did not mount  the lvol, the directory looks the same to your restore program but it is just a part of / (lvol3). So cleanup the / directory by removing the files inside the mountpoint directory.</description>
    <pubDate>Fri, 16 Mar 2007 21:58:30 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2007-03-16T21:58:30Z</dc:date>
    <item>
      <title>/dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034497#M431631</link>
      <description>I have been working on my server for the past 2 days installing a smart array.  I started doing a restore without mounting the volume that I needed to restore.  The restore failed but now my lvol3 is showing 100%.  &lt;BR /&gt;&lt;BR /&gt;Where is lvol3 located and can I delete what was restored there?</description>
      <pubDate>Fri, 16 Mar 2007 19:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034497#M431631</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-03-16T19:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034498#M431632</link>
      <description>Jeffrey,&lt;BR /&gt;lvol3 in HPUX is /  (root)&lt;BR /&gt;what kind of a restore are you doing ? can you be more specific ?&lt;BR /&gt;&lt;BR /&gt;Tal</description>
      <pubDate>Fri, 16 Mar 2007 20:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034498#M431632</guid>
      <dc:creator>goldboy</dc:creator>
      <dc:date>2007-03-16T20:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034499#M431633</link>
      <description>Here's what happened:&lt;BR /&gt; &lt;BR /&gt;All mountpoints start as simple directories. When you mount a volume, the directory becomes glue to attach the new lvol to the current directory structure. But when you did not mount  the lvol, the directory looks the same to your restore program but it is just a part of / (lvol3). So cleanup the / directory by removing the files inside the mountpoint directory.</description>
      <pubDate>Fri, 16 Mar 2007 21:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034499#M431633</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-03-16T21:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034500#M431634</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;delete the restored file in lvol3. Since you haven't mounted the lvol before doing a restore it had dumped everything in the / in the specified directory.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Perumal&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Mar 2007 02:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034500#M431634</guid>
      <dc:creator>perumal_2</dc:creator>
      <dc:date>2007-03-18T02:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034501#M431635</link>
      <description>Here is what happened.  I installed a Smart Array SCSI controller into my server and had to rebuild the LVâ  s that were on the disks.  I created the LV with lvcreate.  Most of the LVâ  s are raw space.  There are 14 LVâ  s that I had to make mountable so I used this command:&lt;BR /&gt;&lt;BR /&gt;newfs â  F vxfs /dev/vg01/rarchive&lt;BR /&gt;&lt;BR /&gt;The problem that I am having is that prior to mounting one of the LVâ  s I started a restore job to restore the files.  The restore ran for about 4 minutes before it canceled because it ran out of space.  When I did a â  bdfâ   I found that /dev/vg00/lvol3 was full.&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     524288  524264      24  100% /&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Once I realized my mistake I mounted the LV and restarted the restore.  Now I need to either figure out what is taking up the space in lvol3 and remove it or increase lvol3.  Last year I installed online JFS so hopefully I can increase lvol3 without having to down my server.&lt;BR /&gt;&lt;BR /&gt;Any help would be great.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034501#M431635</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-03-22T11:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034502#M431636</link>
      <description>Let's asume the mountpoint is &lt;BR /&gt;&lt;BR /&gt;/mnt01&lt;BR /&gt;&lt;BR /&gt;If you restore your data into this directory without mounting a LVOL there, the data is just there (in " / " under /mnt01).&lt;BR /&gt;&lt;BR /&gt;If you mount a LVOL there, the data is just "hidden" - umount the LVOL and you will see it.&lt;BR /&gt;&lt;BR /&gt;Once you see it you may delete it.</description>
      <pubDate>Thu, 22 Mar 2007 11:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034502#M431636</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-03-22T11:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034503#M431637</link>
      <description>Unmount the LV you mounted.&lt;BR /&gt;&lt;BR /&gt;Now cd to the directory that you started the restore for.  You'll see files there.  Now remove those files.&lt;BR /&gt;&lt;BR /&gt;Now remount the LV you unmounted above.&lt;BR /&gt;&lt;BR /&gt;It's not rocket science, you just need to stop and think about how things work in HP-UX.  Bill gave a good explanation above.</description>
      <pubDate>Thu, 22 Mar 2007 12:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034503#M431637</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-03-22T12:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034504#M431638</link>
      <description>I am not able to umount the system right now so it would be better for me to increase the lvol3.  Once I get some service time on the server I will be able to umount the volume and remove the files.&lt;BR /&gt;&lt;BR /&gt;How should I go about increasing lvol3?</description>
      <pubDate>Thu, 22 Mar 2007 12:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034504#M431638</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-03-22T12:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034505#M431639</link>
      <description>You can't do that easily either.  The problem is that all extents for the root filesystem (vg00/lvol3) MUST be contiguous.&lt;BR /&gt;&lt;BR /&gt;See this thread for more information and ideas:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1111270" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1111270&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2007 12:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034505#M431639</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-03-22T12:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/vg00/lvol3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034506#M431640</link>
      <description>Thanks to everyone and their helpful suggestions.  I was able to backtrack everything to the first problem I had during the restore.&lt;BR /&gt;&lt;BR /&gt;I was able to umount the LV and then deleted everything in the directory.  When I mounted the LV and checked the directory everything was still there.  Go figure!  In doing this I was able to free up some space for lvol3 which is now at 63% full.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2007 13:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-vg00-lvol3/m-p/5034506#M431640</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-03-22T13:30:07Z</dc:date>
    </item>
  </channel>
</rss>

