<?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: Increasing /stand in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646802#M45071</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will need to cut an ignite tape to &lt;BR /&gt;able to do this and boot from it. &lt;BR /&gt;Unfortunately /stand *must* be contiguous,&lt;BR /&gt;that is why you are receiving this error.&lt;BR /&gt;You can cut an ignite tape like this:&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -x inc=entire=vg00 -I -v -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Make sure that you use the no-rewind device.&lt;BR /&gt;&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Jan 2002 22:00:18 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-01-16T22:00:18Z</dc:date>
    <item>
      <title>Increasing /stand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646801#M45070</link>
      <description>I am in the process of upgrading my HP-UX 11.0 to 11.i, and I get an error that I don't have enough disk space in /stand.  In the hp-ux 11i update and installation guide it says that I need to increase /stand and that I first need to increase my swap? since they both require contiguous blocks and are adjacent volumes.  My swap is at 1664 Meg or so, do I really need to increase my swap volume??  I have a GIG of ram.  Well I figured that I didn't need to increase my swap, so I tried to increas the size of /stand with the familier lvextend, but I get an error:&lt;BR /&gt;&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol1" could not be extended.&lt;BR /&gt;Failure possibly caused by contiguous allocation policy.&lt;BR /&gt;Failure possibly caused by strict allocation policy     &lt;BR /&gt;&lt;BR /&gt;Well I check and there is plenty of room on the disk, but the rest of my root volumes are on this disk also.  So do I need to move the location of stand so I can get contiguous? How??&lt;BR /&gt;&lt;BR /&gt;TIA &lt;BR /&gt;     Brian :)</description>
      <pubDate>Wed, 16 Jan 2002 21:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646801#M45070</guid>
      <dc:creator>Brian Pyle</dc:creator>
      <dc:date>2002-01-16T21:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /stand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646802#M45071</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will need to cut an ignite tape to &lt;BR /&gt;able to do this and boot from it. &lt;BR /&gt;Unfortunately /stand *must* be contiguous,&lt;BR /&gt;that is why you are receiving this error.&lt;BR /&gt;You can cut an ignite tape like this:&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -x inc=entire=vg00 -I -v -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Make sure that you use the no-rewind device.&lt;BR /&gt;&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 22:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646802#M45071</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-16T22:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /stand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646803#M45072</link>
      <description>Hi Brian:&lt;BR /&gt;&lt;BR /&gt;It is possible to run with a much smaller primary swap (256MB). stand is lvol1; primary swap is lvol2; / is lvol 3. The problem is that /stand and primary swap must be contigious so that conventional lvextends are not going to work. There is a workaround to shrink swap and then increase /stand but I would really suggest that you do a make_tape_recovery and re-install using Ignite. It is much safer and allows you to resize the lvols.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 22:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646803#M45072</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-16T22:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /stand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646804#M45073</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Stand should be contiguous. You cannot move it to another location as it is required to be the first volume in the boot disk.&lt;BR /&gt;&lt;BR /&gt;You need to prepare make_recovery tape first. Make sure it is properly created. Then go ahead with the following procedure.&lt;BR /&gt;&lt;BR /&gt;1. Enable swap_mem on kernel paramter and remove primary swap by lvrmboot command before you are about to bring down the server.&lt;BR /&gt;2. Get into LVM maintenance mode by booting with -lm option interacting with ISL.&lt;BR /&gt;3. Remove the primary swap. You will get some free space after /stand logical volume. Extend stand. Then create primary swap it will be of lesser size but it's ok. You can add another file system for swap later.&lt;BR /&gt;4. Enable the swap using lvlnboot command.&lt;BR /&gt;5. Boot the system.&lt;BR /&gt;&lt;BR /&gt;If you mess up anything above, you can always use mak_recovery tape to ignite the system and then change the /stand size during the installation. Otherwise, you will save time.&lt;BR /&gt;&lt;BR /&gt;Below is the step by step document to remove primary swap (it says reduce but you can remove and recreate using the same procedure). Keep it handy.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=400cf4ff109236b71d/screen=ckiDisplayDocument?docId=200000053868348" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=400cf4ff109236b71d/screen=ckiDisplayDocument?docId=200000053868348&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 16 Jan 2002 22:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646804#M45073</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-16T22:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /stand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646805#M45074</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;If you got 1 GB RAM, so you need at least 2 times the amount of memeory for swap.&lt;BR /&gt;&lt;BR /&gt;And if your server is used for heavy transactionnel applications, you may need to have till 4 times the amount of memory for swap.&lt;BR /&gt;&lt;BR /&gt;For increasing the amount of /stand, you will need to do the following ( since you couldn't use the lvextend command on /stand ) :&lt;BR /&gt;&lt;BR /&gt;1. Produce an Ignite-Tape using the following command :&lt;BR /&gt;&lt;BR /&gt;# make_recovery -A -d /dev/rmt/#mn&lt;BR /&gt;&lt;BR /&gt;Note that '#' should be replaced by the tape device number and you must use the 'No-Rewind' device to create the lif area followed by the netire vg00.&lt;BR /&gt;&lt;BR /&gt;2. Reboot your system and interrupt the boot sequence and interact with ISL.&lt;BR /&gt;&lt;BR /&gt;3. ISL&amp;gt; SEA&lt;BR /&gt;will look for all devices on your system, then locate the number of the sequential media, which is the tape drive.&lt;BR /&gt;&lt;BR /&gt;4. ISL &amp;gt; boot P#&lt;BR /&gt;Since # is the number of the sequential media returned by the SEArch command in point 3.&lt;BR /&gt;&lt;BR /&gt;5. Interact with the installation and then modify your /stand file system.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;Magdi</description>
      <pubDate>Thu, 17 Jan 2002 06:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646805#M45074</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-01-17T06:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /stand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646806#M45075</link>
      <description>Follow this link, I just increased our /stand successfully, follow "kaps" instructions, but read mine at the end dated today 04/11/02. It only took about 30 minutes if you have the configuration for increasing.....&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd1d6d08cc06fd511abcd0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd1d6d08cc06fd511abcd0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 11 Apr 2002 19:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-stand/m-p/2646806#M45075</guid>
      <dc:creator>Lisa  Mauer</dc:creator>
      <dc:date>2002-04-11T19:47:55Z</dc:date>
    </item>
  </channel>
</rss>

