<?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: Resizing Partitions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222099#M170508</link>
    <description>&lt;BR /&gt;To boot into single user mode.&lt;BR /&gt;&lt;BR /&gt;From the console&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;SYstem will restart&lt;BR /&gt;Interrupt the system at the opportunity where it says 10 seconds to interrupt.&lt;BR /&gt;&lt;BR /&gt;System will stop the the 'BCH' menu.&lt;BR /&gt;Choose 'boot from primary'&lt;BR /&gt;when the questions says:&lt;BR /&gt;interact with ISL say 'y'&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -is &lt;BR /&gt;The system will be in single user mode.&lt;BR /&gt;&lt;BR /&gt;Please make sure you have enough disk space before attempting to do the filesystem extension.&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Mar 2004 20:10:15 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2004-03-17T20:10:15Z</dc:date>
    <item>
      <title>Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222090#M170499</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;I am starting part time work for a company that has several boxes they use to test software.  One of them is an HP/UX 11.0 system and I am very inexperienced with this platform.  The problem that I am having is that I am attempting to install Oracle but to do so i need to install a list of patches.  In order to install these patches I need to increase the size of my /var partition because every time I try to use "swinstall" it complains that I don't have enough space.  Does anyone know how I can find what physical disks are in the box and their sizes?  Also, does anyone know how I can resize the partition perhaps with some sort of application?  Any help would be greatly appreciated. Thanks&lt;BR /&gt;&lt;BR /&gt;Ted</description>
      <pubDate>Wed, 17 Mar 2004 19:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222090#M170499</guid>
      <dc:creator>Ted McLean</dc:creator>
      <dc:date>2004-03-17T19:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222091#M170500</link>
      <description>First,&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;SIZE in="" mb=""&gt; /dev/vg00/lvolY&lt;BR /&gt;&lt;BR /&gt;where /dev/vg00/lvolY is the logical volume associated to your /var partition, then&lt;BR /&gt;&lt;BR /&gt;Then check to see if you have OnlineJFS on your box.&lt;BR /&gt;&lt;BR /&gt;$ swlist -l fileset|grep OnlineJFS&lt;BR /&gt;# OnlineJFS             B.11.11        Online features of the VxFS File System&lt;BR /&gt;  OnlineJFS.VXFS-ADV-RUN        B.11.11        VXFS-ADV-RUN&lt;BR /&gt;&lt;BR /&gt;If you do, then it's easy...&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs $((size-in-MB&amp;gt;*1024)) /var&lt;BR /&gt;&lt;BR /&gt;otherwise, you'll need to boot to single-user mode and use&lt;BR /&gt;&lt;BR /&gt;# extendfs /dev/vg00/rlvolY&lt;BR /&gt;&lt;BR /&gt;to extend the /var partition&lt;/SIZE&gt;</description>
      <pubDate>Wed, 17 Mar 2004 19:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222091#M170500</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-17T19:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222092#M170501</link>
      <description>#vgdisplay -v vg00|more&lt;BR /&gt;It will show you free space in volume group (PE x PE size) and all other information you need.&lt;BR /&gt;Since you said you are new to Unix You can try increasing /var by SAM. you may have to see this file system is not contigous.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Mar 2004 19:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222092#M170501</guid>
      <dc:creator>SS_6</dc:creator>
      <dc:date>2004-03-17T19:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222093#M170502</link>
      <description>Thanks for a prompt reply,&lt;BR /&gt;&lt;BR /&gt;Now I am wondering do I have to reduce another partition before I extend the /var partition? Also is there perhaps a command that would list what physical drives I have installed and their partition tables?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 17 Mar 2004 19:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222093#M170502</guid>
      <dc:creator>Ted McLean</dc:creator>
      <dc:date>2004-03-17T19:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222094#M170503</link>
      <description>As SS stated, use the vgdisplay command to see how much room you have for growth in the vg00 volume group.  Look at the 'Free PE' line.&lt;BR /&gt;&lt;BR /&gt;Free PE * PE Size = total amount of unallocated space.</description>
      <pubDate>Wed, 17 Mar 2004 19:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222094#M170503</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-17T19:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222095#M170504</link>
      <description>Are you saying I can do the whole process using SAM and not deal with the command line? If so that would be great due to the fact that I sometimes get uncomfortable screwing with filesystems through the command line and a nice GUI is always helpful :).  Keep in mind there is important company info on this computer.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ted</description>
      <pubDate>Wed, 17 Mar 2004 19:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222095#M170504</guid>
      <dc:creator>Ted McLean</dc:creator>
      <dc:date>2004-03-17T19:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222096#M170505</link>
      <description>Before issue any command to increas it online , first check online JFS than, for example if you increase it to 2GB&lt;BR /&gt;#lvextend -L 2000 /dev/vg00/lvolA&lt;BR /&gt;# fsadm -F vxfs -b 2000M /var&lt;BR /&gt;vgdisplay -v vg00 will give you all information about all logival volumes and disks under vg00. You may further use lvdisplay -v /dev/vgoo/lvol** to get more information about particular logical volume.&lt;BR /&gt;Do man on vgdisplay or lvdisplay.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Mar 2004 19:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222096#M170505</guid>
      <dc:creator>SS_6</dc:creator>
      <dc:date>2004-03-17T19:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222097#M170506</link>
      <description>First why not try to reduce the size of the existing old patches that may already can be removed.&lt;BR /&gt;&lt;BR /&gt;# cleanup -n -c 1&lt;BR /&gt;&lt;BR /&gt;Have a read of the man page first.&lt;BR /&gt;&lt;BR /&gt;In answer to your second question, you may wish to look at resizing the whole /dev/vg00 volume group. The best way to do this is by creating an ignite backup (make recovery). If you need an update, you can get it here:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Use 'ioscan -fnkC disk' to see what LUN's are on your server.&lt;BR /&gt;Use the output of 'vgdisplay -v' to determine which LUN's are used.&lt;BR /&gt;You can also use 'pvdisplay /dev/dsk/cXtYdZ (from ioscan) to see also.</description>
      <pubDate>Wed, 17 Mar 2004 19:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222097#M170506</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-17T19:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222098#M170507</link>
      <description>How do I boot in single-user mode?</description>
      <pubDate>Wed, 17 Mar 2004 20:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222098#M170507</guid>
      <dc:creator>Ted McLean</dc:creator>
      <dc:date>2004-03-17T20:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222099#M170508</link>
      <description>&lt;BR /&gt;To boot into single user mode.&lt;BR /&gt;&lt;BR /&gt;From the console&lt;BR /&gt;# shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;SYstem will restart&lt;BR /&gt;Interrupt the system at the opportunity where it says 10 seconds to interrupt.&lt;BR /&gt;&lt;BR /&gt;System will stop the the 'BCH' menu.&lt;BR /&gt;Choose 'boot from primary'&lt;BR /&gt;when the questions says:&lt;BR /&gt;interact with ISL say 'y'&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -is &lt;BR /&gt;The system will be in single user mode.&lt;BR /&gt;&lt;BR /&gt;Please make sure you have enough disk space before attempting to do the filesystem extension.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Mar 2004 20:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222099#M170508</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-17T20:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Partitions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222100#M170509</link>
      <description>See SAM options to do it and always prepare for backout plan if do any changes in system. Take backup(make_recovery,and all other backups)and prepare.</description>
      <pubDate>Wed, 17 Mar 2004 20:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-partitions/m-p/3222100#M170509</guid>
      <dc:creator>SS_6</dc:creator>
      <dc:date>2004-03-17T20:14:12Z</dc:date>
    </item>
  </channel>
</rss>

