<?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: Extending / dynamically in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243914#M330392</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you want to extend / Ignite is the safest Method&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
    <pubDate>Thu, 31 Jul 2008 14:31:16 GMT</pubDate>
    <dc:creator>Sharma Sanjeev</dc:creator>
    <dc:date>2008-07-31T14:31:16Z</dc:date>
    <item>
      <title>Extending / dynamically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243911#M330389</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;/ filesystem in my hpux is almost full, I want to expand it but I am getting the error for contigious and strict allocation policy. &lt;BR /&gt;I dont have mirror as below:&lt;BR /&gt;LV Name                     /dev/vg00/lvol3&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            224&lt;BR /&gt;Current LE                  7&lt;BR /&gt;Allocated PE                7&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   off&lt;BR /&gt;Allocation                  strict/contiguous&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;As mirror copies is zero.&lt;BR /&gt;How can I stop that policy in order to expand the / file system.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 31 Jul 2008 14:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243911#M330389</guid>
      <dc:creator>panks</dc:creator>
      <dc:date>2008-07-31T14:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extending / dynamically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243912#M330390</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The 'root' ('/') filesystem is mounted on 'lovol3'. There is very little reason to extend it, and essentially, only safe-way is to take an Ignite 'make_tape_recovery' image and reload it. When you do this, choose the "advanced installation mode". This way, yu can specify the sizes of the vg00 logical volumes to your taste.&lt;BR /&gt;&lt;BR /&gt;"Contiguous" allocation means that the physical disk extents must occur in unbroken succession. This is a requirement for the root filesystem.&lt;BR /&gt;&lt;BR /&gt;"Strict" allocation means that mirrored extents (when present) cannot occupy the same physical volume. Without this caveat, high-availabilty of a logical volume is meaningless.&lt;BR /&gt;&lt;BR /&gt;The problem is that the logical volume's new physical extents must be *contigous* to those of the old physical extents. Thus, you would have to move the extents of (most likely) 'lvol4' to create free space immediately adjacent to lvol3. Then, and only then, could you 'lvextend' lvol3 into the free extents; and then you could resize the filesystem contained within the logical volume.&lt;BR /&gt;&lt;BR /&gt;Look for files in '/dev' that are not character or block device files. A very common contamination is to create a regular file when you mean to do a backup. Thus, you might find '/dev/rmt/om' [that's the letter "o" instead of the digit "0".&lt;BR /&gt;&lt;BR /&gt;Also find where you have files that don't belong in root:&lt;BR /&gt;&lt;BR /&gt;# du -x /|sort -k1nr&lt;BR /&gt;&lt;BR /&gt;...should show you that '/etc' and '/sbin' are the principal directories that occupy space. Other things need your attention and need to be moved elsewhere.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 31 Jul 2008 14:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243912#M330390</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-31T14:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extending / dynamically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243913#M330391</link>
      <description>I don't think you can.  It is a rule for /, /stand and swap.&lt;BR /&gt;&lt;BR /&gt;The best and maybe only way to increase the / filesystem is to take an Ignite image and rebuild with larger FS sizes.&lt;BR /&gt;&lt;BR /&gt;/ should be explicitely static.  Find those files and directories that do not belong thre and move them.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2008 14:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243913#M330391</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-07-31T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extending / dynamically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243914#M330392</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you want to extend / Ignite is the safest Method&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Thu, 31 Jul 2008 14:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243914#M330392</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2008-07-31T14:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extending / dynamically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243915#M330393</link>
      <description>You cannot extend the root filesystem without reducing space in the /swap filesystem.&lt;BR /&gt;&lt;BR /&gt;The root, stand, and swap filesystem are unlike the otherfilesystems and hence the strict/contigious policy error.&lt;BR /&gt;&lt;BR /&gt;There is a solution posted previously that would be helpful&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1098002" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1098002&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy !&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2008 15:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243915#M330393</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2008-07-31T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extending / dynamically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243916#M330394</link>
      <description>This question is asked at least twice a day since years - a little search will find so many information about this ...</description>
      <pubDate>Thu, 31 Jul 2008 18:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-dynamically/m-p/4243916#M330394</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-31T18:08:09Z</dc:date>
    </item>
  </channel>
</rss>

