<?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: repartition in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347728#M191850</link>
    <description>no i have not , but i want from you the steps in details, about removing the logical volume is it needed to umount it before deleting or not , please in details&lt;BR /&gt;</description>
    <pubDate>Tue, 03 Aug 2004 04:25:17 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2004-08-03T04:25:17Z</dc:date>
    <item>
      <title>repartition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347721#M191843</link>
      <description>dear all&lt;BR /&gt;i have a have a hard disk divided in to many partitions , one of these partitions reach 100% and i have no free space on the hard disk and i can not add new one ,i want to reduce the size of one of the partitions and add space to the previous partition without loosing the data on the second partition , what should i do ,is there is solution&lt;BR /&gt;BR,&lt;BR /&gt;fadia</description>
      <pubDate>Tue, 03 Aug 2004 04:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347721#M191843</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-08-03T04:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: repartition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347722#M191844</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to reduce FS&lt;BR /&gt;&lt;BR /&gt;fsadm â  d â  D â  e â  E &lt;MOUNT_DIR&gt;&lt;BR /&gt;fsadm â  F vxfs â  b &lt;SIZE_IN_MB&gt; &lt;MOUNT_DIR&gt;&lt;BR /&gt;lvreduce â  L &lt;SIZE_IN_MB&gt; /dev/vgxx/lvolx&lt;BR /&gt;&lt;BR /&gt;to extend FS&lt;BR /&gt;&lt;BR /&gt;lvextend â  L &lt;SIZE_IN_MB&gt; /dev/vgxx/lvolx&lt;BR /&gt;fsadm â  F vxfs â  b &lt;SIZE_IN_MB&gt;&lt;/SIZE_IN_MB&gt;&lt;/SIZE_IN_MB&gt;&lt;/SIZE_IN_MB&gt;&lt;/MOUNT_DIR&gt;&lt;/SIZE_IN_MB&gt;&lt;/MOUNT_DIR&gt;</description>
      <pubDate>Tue, 03 Aug 2004 04:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347722#M191844</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-08-03T04:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: repartition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347723#M191845</link>
      <description>thanks franky &lt;BR /&gt;but please retype the command again i can not understand them</description>
      <pubDate>Tue, 03 Aug 2004 04:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347723#M191845</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-08-03T04:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: repartition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347724#M191846</link>
      <description>Hi Fadia,&lt;BR /&gt;&lt;BR /&gt;Do you have OnineJFS installed on your system?&lt;BR /&gt;&lt;BR /&gt;Otherwise reducing an existing lvol may result in a data loss.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Mohan</description>
      <pubDate>Tue, 03 Aug 2004 04:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347724#M191846</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2004-08-03T04:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: repartition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347725#M191847</link>
      <description>how can i check if i have OnineJFS on my system</description>
      <pubDate>Tue, 03 Aug 2004 04:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347725#M191847</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-08-03T04:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: repartition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347726#M191848</link>
      <description>The esaist way is using Online JFS.&lt;BR /&gt;But it is not recommanded reduce file system.&lt;BR /&gt;It may cause data false.&lt;BR /&gt;If you have Online JFS, you can use lvreduce and lvextend without umount file system.&lt;BR /&gt;If you didn't have Online JFS, backup file system which is intend to reduce.&lt;BR /&gt;After Backup lvremove to remove file system.&lt;BR /&gt;And then recreate file system appropriate size.&lt;BR /&gt;After remake file system recover data.&lt;BR /&gt;And then umount file system, which you intend to extend file system.&lt;BR /&gt;And lvextend file system, mount...</description>
      <pubDate>Tue, 03 Aug 2004 04:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347726#M191848</guid>
      <dc:creator>YoungHwan, Ko</dc:creator>
      <dc:date>2004-08-03T04:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: repartition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347727#M191849</link>
      <description>Check method if your system have OnlineJfs&lt;BR /&gt;&lt;BR /&gt;# swlist&lt;BR /&gt;&lt;BR /&gt;If output is below &lt;BR /&gt;&lt;BR /&gt;B3929CA      B.11.11        HP OnLineJFS&lt;BR /&gt;  &lt;BR /&gt;you can use Onlie JFS</description>
      <pubDate>Tue, 03 Aug 2004 04:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347727#M191849</guid>
      <dc:creator>YoungHwan, Ko</dc:creator>
      <dc:date>2004-08-03T04:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: repartition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347728#M191850</link>
      <description>no i have not , but i want from you the steps in details, about removing the logical volume is it needed to umount it before deleting or not , please in details&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Aug 2004 04:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/repartition/m-p/3347728#M191850</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-08-03T04:25:17Z</dc:date>
    </item>
  </channel>
</rss>

