<?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 Where did the space go? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590854#M647614</link>
    <description />
    <pubDate>Sun, 07 Oct 2001 20:36:28 GMT</pubDate>
    <dc:creator>Todd Bowden</dc:creator>
    <dc:date>2001-10-07T20:36:28Z</dc:date>
    <item>
      <title>Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590854#M647614</link>
      <description />
      <pubDate>Sun, 07 Oct 2001 20:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590854#M647614</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2001-10-07T20:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590855#M647615</link>
      <description>Not sure exactly where the 70 mb went to but since you have 32 unassigned extents, you could just extend the new lvol by 18 extents, then run extendfs to make the filesystem bigger and you'll have 72 additional megs.  Or assign all 32 unused extents (+ run extendfs) and you'll have 128 megs additional space.</description>
      <pubDate>Sun, 07 Oct 2001 21:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590855#M647615</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-10-07T21:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590856#M647616</link>
      <description>hi Todd,&lt;BR /&gt;&lt;BR /&gt;Quick glance tells me you are creating a LV with a size of 8500 MB but are creating a fs of only 8192MB (so you can still extend your filesystem by 308 MB)leaving your existing 31 extents (128MB) free.&lt;BR /&gt;&lt;BR /&gt;-Ramesh</description>
      <pubDate>Sun, 07 Oct 2001 21:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590856#M647616</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-10-07T21:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590857#M647617</link>
      <description>I know there is LE's that I can use but I want to get an explanation of why with the same amount of allocated LE's can I not get the same amount of information in the filesystem.  I was talking with HP and they referred to LVM overhead.</description>
      <pubDate>Sun, 07 Oct 2001 22:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590857#M647617</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2001-10-07T22:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590858#M647618</link>
      <description>Hi,&lt;BR /&gt;I think only root id can use exactly 100 % of a file system.For other user it will give warning as file system full when it reaches 90%.Please correct me if I am wrong.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh</description>
      <pubDate>Mon, 08 Oct 2001 01:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590858#M647618</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-10-08T01:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590859#M647619</link>
      <description>Hey Todd,&lt;BR /&gt;&lt;BR /&gt;by saying RESTORE, do you refer to "brrestore", the tool to restore a SAP database ?&lt;BR /&gt;&lt;BR /&gt;brrestore refuses to restore, if filesystem usage will be greater than 98% after restore!&lt;BR /&gt;&lt;BR /&gt;Hopefully, you have only a few filesystems violating this rule. In this case, check, if you can relocate some files.&lt;BR /&gt;&lt;BR /&gt;I.E, if only one datafile causes error, you could try to split the restore.&lt;BR /&gt;&lt;BR /&gt;Say PSAPTEMP has 6GB and temp.data1, temp.data2, temp.data3 have 2G each. &lt;BR /&gt;temp.data2, temp.data3 reside on a 4GB filesystem with 100% utilisation (i.e. sapdata3). The rest is on filesystems with 98% or less.&lt;BR /&gt;You would go with several runs then :&lt;BR /&gt;brrestore -m SYSTEM,PSAPBTABD,PSAPBTABI,...&lt;BR /&gt;put all Tablespaces but PSAPTEMP in it.&lt;BR /&gt;&lt;BR /&gt;Second run (splitting lines for better visibility)&lt;BR /&gt;&lt;BR /&gt;brrestore &lt;BR /&gt;-m /oracle/SID/sapdataX/temp_1/temp.data1,&lt;BR /&gt;/oracle/SID/sapdata3/temp_2/temp.data2,&lt;BR /&gt;/oracle/SID/sapdata3/temp_3/temp.data3=/oracle/SID/sapreorg&lt;BR /&gt;&lt;BR /&gt;Now the key is the relocation to sapreorg (or whereever the space is). Restore will succeed, and you can mv the file back to sapdata3, where it belonged. Check the SAP-manual for brrestore in addition.&lt;BR /&gt;&lt;BR /&gt;I know this is odd, but in SAP environment, you should not utilize sapdata filesystems with more than 98%. When your restore is good, consider to relocate a file, to avoid this.&lt;BR /&gt;I do not know if SAP is working on a patch for this, but it might be worth, checking sapservX for the latest brrestore.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Oct 2001 10:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590859#M647619</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-10-08T10:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590860#M647620</link>
      <description>Thanks to all so far who have replied.  I did a test on my production box and again when I created this LV with 8500MB it still shows that I only have:&lt;BR /&gt;&lt;BR /&gt;/dev/testvg/saptest&lt;BR /&gt;                   8704000    2544 8633488    0% /saptest&lt;BR /&gt;&lt;BR /&gt;My question is where is the rest of the space, if you subtract 8633488 from 8704000 you get 70512, and according to the used space which is 2544KB I should have more space than 8633488, right?  I have the space on another filesystem that has the same LE assigned, but it is utilizing all of the space.  How can I get the same result on the other filesystem?&lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Oct 2001 13:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590860#M647620</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2001-10-08T13:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590861#M647621</link>
      <description>Hi Todd,&lt;BR /&gt;&lt;BR /&gt;You have defaulted the number of i-nodes when creating /dev/sapvg13/rsapdata9, resulting in an overhead of about 70Mb.&lt;BR /&gt;&lt;BR /&gt;I suspect that whoever created the original production filesystem only specified a very small number of i-nodes as the overhead only appears to be about 40Kb.&lt;BR /&gt;&lt;BR /&gt;Try comparing the number of i-nodes in each filesystem...&lt;BR /&gt;&lt;BR /&gt;bdf -i ...&lt;BR /&gt;&lt;BR /&gt;You should see a very small number for the production filesystem, 40Kb should be 160 i-nodes.&lt;BR /&gt;&lt;BR /&gt;Try recreating your filesystem as follows:-&lt;BR /&gt;newfs -F vxfs -o largefiles &lt;BR /&gt;-o ninode=160 /dev/sapvg13/rsapdata9 &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Oct 2001 13:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590861#M647621</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2001-10-08T13:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where did the space go?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590862#M647622</link>
      <description>The result of specifying the ninode worked.  My question is how did the other fileystem get created and works?  A mkfs -m output of each filesystem is like so:&lt;BR /&gt;&lt;BR /&gt;&lt;ROOT&gt;&lt;BR /&gt;/ # mkfs -F vxfs -m /dev/sapvg13/sapdata9&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=3,inosize=256,logsize=256,largefiles /dev/sapvg13/sapdata9 8704000&lt;BR /&gt;&lt;BR /&gt;&lt;ROOT&gt;&lt;BR /&gt;/ # mkfs -F vxfs -m /dev/testvg/saptest&lt;BR /&gt;mkfs -F vxfs -o ninode=160,bsize=8192,version=3,inosize=256,logsize=256,largefiles /dev/testvg/saptest 8704000&lt;BR /&gt;&lt;BR /&gt;See the ninode in the first one is unlimited just like I had this saptest filesystem before I changed it.  Im seeing now the filesystem space I want but obviously these filesystems where created the same.  &lt;BR /&gt;&lt;BR /&gt;Any ideas on why I had to specify the ninode parameter to be equal to 160 in order for me to see the space I needed to see.  I would love to hear anyones thoughts on this.&lt;BR /&gt;&lt;BR /&gt;&lt;/ROOT&gt;&lt;/ROOT&gt;</description>
      <pubDate>Mon, 08 Oct 2001 14:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-did-the-space-go/m-p/2590862#M647622</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2001-10-08T14:24:12Z</dc:date>
    </item>
  </channel>
</rss>

