<?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 Increasing /tmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622605#M377724</link>
    <description>I have an L2000 with HP-UX 11.23 installed.  There are two 9.3GB hard drives that are stripped and there is 1184PE free located on the second drive.  When I try to lvextend /tmp I keep getting the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; lvextend -L 500 /dev/vg00/lvol4&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol4" could not be extended.&lt;BR /&gt;lvextend: Couldn't retrieve the list of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg00".&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total PE                    4339    &lt;BR /&gt;Alloc PE                    3155    &lt;BR /&gt;Free PE                     1184    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas as to what my problem could be?</description>
    <pubDate>Thu, 22 Apr 2010 19:59:05 GMT</pubDate>
    <dc:creator>Jeffrey F. Goldsmith</dc:creator>
    <dc:date>2010-04-22T19:59:05Z</dc:date>
    <item>
      <title>Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622605#M377724</link>
      <description>I have an L2000 with HP-UX 11.23 installed.  There are two 9.3GB hard drives that are stripped and there is 1184PE free located on the second drive.  When I try to lvextend /tmp I keep getting the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; lvextend -L 500 /dev/vg00/lvol4&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol4" could not be extended.&lt;BR /&gt;lvextend: Couldn't retrieve the list of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg00".&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total PE                    4339    &lt;BR /&gt;Alloc PE                    3155    &lt;BR /&gt;Free PE                     1184    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas as to what my problem could be?</description>
      <pubDate>Thu, 22 Apr 2010 19:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622605#M377724</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2010-04-22T19:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622606#M377725</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Could be a strict allocation policy.&lt;BR /&gt;&lt;BR /&gt;lvchange can fix this. See the man page.&lt;BR /&gt;&lt;BR /&gt;take a look at pvdisplay -v on both disks.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 Apr 2010 20:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622606#M377725</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-22T20:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622607#M377726</link>
      <description>root: /root ==&amp;gt; pvdisplay /dev/dsk/c2t0d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c2t0d0&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;PV Status                   available                &lt;BR /&gt;Allocatable                 yes          &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;Cur LV                      8      &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    2169    &lt;BR /&gt;Free PE                     0       &lt;BR /&gt;Allocated PE                2169        &lt;BR /&gt;Stale PE                    0       &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; pvdisplay /dev/dsk/c2t2d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c2t2d0&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;PV Status                   available                &lt;BR /&gt;Allocatable                 yes          &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;Cur LV                      5      &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    2170    &lt;BR /&gt;Free PE                     1184    &lt;BR /&gt;Allocated PE                986         &lt;BR /&gt;Stale PE                    0       &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; lvchange -s n /dev/vg00/lvol4&lt;BR /&gt;lvchange: Only strict allocation is allowed for striped logical volumes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; lvchange -s y /dev/vg00/lvol4  &lt;BR /&gt;Logical volume "/dev/vg00/lvol4" has been successfully changed.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;root: /root ==&amp;gt; lvextend -l 200 /dev/vg00/lvol4&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol4" could not be extended.&lt;BR /&gt;lvextend: Couldn't retrieve the list of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg00".&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2010 20:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622607#M377726</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2010-04-22T20:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622608#M377727</link>
      <description>I am still having trouble with increasing /tmp on my server.  I tried to do an lvextend again this morning and keep getting errors.  Anyone have any ideas on how I can increase /tmp?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root: /root ==&amp;gt; lvextend -L 500 /dev/vg00/lvol4     &lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "504" MB for striping.&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol4" could not be extended.&lt;BR /&gt;lvextend: Couldn't retrieve the list of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg00".&lt;BR /&gt;Failure possibly caused by strict allocation policy</description>
      <pubDate>Wed, 28 Apr 2010 15:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622608#M377727</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2010-04-28T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622609#M377728</link>
      <description>Do yourself a favor.  Just do an Ignite backup and use it to rebuild your vg00, resizing your LVs in the process.&lt;BR /&gt;&lt;BR /&gt;Even if you do get the LV extended, you still have to enlarge the /tmp file system with extendfs, which requires that the volume be unmounted.  The /tmp filesystem is virtually impossible to unmount as it's used by everything, everywhere.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 28 Apr 2010 15:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622609#M377728</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-04-28T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622610#M377729</link>
      <description>Oh, I forgot to say that you really ought to get rid of the striping during your rebuilding process.  The performance gained from striping is hardly worth the pain when it comes to your root VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 28 Apr 2010 15:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622610#M377729</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-04-28T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622611#M377730</link>
      <description>This server has not been put into production yet so I can take it down whenever I need to so that isn't a problem.</description>
      <pubDate>Wed, 28 Apr 2010 15:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622611#M377730</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2010-04-28T15:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622612#M377731</link>
      <description>You say to get rid of the stripping. Then how would I be able to use both of the 9GB hard drives in my vg00?  When I did the cold install it only saw one drive and would not continue because once the drive filled up it wouldn't finish the install.&lt;BR /&gt;&lt;BR /&gt;When I restarted the cold install I chose both 9GB hard drives but I had to strip them so I could use both of them for the OS install.  Did I miss something on the initinal install?</description>
      <pubDate>Wed, 28 Apr 2010 16:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622612#M377731</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2010-04-28T16:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622613#M377732</link>
      <description>Yes, you can tell the install what drive(s) you want included - without having to stripe them.  I can't remember exactly where you select this option but I'll take a look and see if I can find it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 28 Apr 2010 16:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622613#M377732</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-04-28T16:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622614#M377733</link>
      <description>From the "Installation and Update Guide":&lt;BR /&gt;&lt;BR /&gt;Step 7.  On the Root Group screen, specify how many disks you want placed into the root volume group.  If you have more than one disk, you may select Yes to choose the Striping option.&lt;BR /&gt;&lt;BR /&gt;I take that to mean you don't have to select striping across the selected disks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 28 Apr 2010 16:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-tmp/m-p/4622614#M377733</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-04-28T16:44:24Z</dc:date>
    </item>
  </channel>
</rss>

