<?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: Transfer some frre memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479587#M213166</link>
    <description>Hi Mangesh&lt;BR /&gt;&lt;BR /&gt;You do have a 2.5GB / filesystem. That is rather big.&lt;BR /&gt;&lt;BR /&gt;In HPUX you can not resize / online. This has to be done with an "ignite tape" and ignite is the recommended method. You might want to look at finding space in the filesystem. There might be some clutter.&lt;BR /&gt;&lt;BR /&gt;Is this your full bdf listing ?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Gerhard</description>
    <pubDate>Tue, 08 Feb 2005 03:17:03 GMT</pubDate>
    <dc:creator>Gerhard Roets</dc:creator>
    <dc:date>2005-02-08T03:17:03Z</dc:date>
    <item>
      <title>Transfer some frre memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479581#M213160</link>
      <description>My o/p of a bdf command is&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    2523136 2428904   94208   96% /&lt;BR /&gt;/dev/vg00/lvol1     125808   82896   30328   73% /stand&lt;BR /&gt;/dev/vg01/lvol1    4190208 2511273 1574150   61% /hpws3_dsk1&lt;BR /&gt;hpws1:/hpws1/ugnx020/ugdoc&lt;BR /&gt;                   4190208 2736056 1363320   67% /hpws3_dsk1/ugnx020/ugdoc&lt;BR /&gt;hpsr5:/users1      8704000 6808669 1777996   79% /tmp_mnt/hpsr5_u1&lt;BR /&gt;&lt;BR /&gt;now i want to tranfer some free memory size of /hpws3_dsk1 to /.Can i do that and if yes how?&lt;BR /&gt;&lt;BR /&gt;Thanx in advance&lt;BR /&gt;&lt;BR /&gt;Mangesh Khatav</description>
      <pubDate>Mon, 07 Feb 2005 02:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479581#M213160</guid>
      <dc:creator>Mangesh Khatav_1</dc:creator>
      <dc:date>2005-02-07T02:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer some frre memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479582#M213161</link>
      <description>Mangesh,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am sure you mean to say disk space transfer not memory.&lt;BR /&gt;&lt;BR /&gt;You can not transfer free space from /hpws3_dsk1 to / because both are in different voulme group.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 07 Feb 2005 03:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479582#M213161</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2005-02-07T03:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer some frre memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479583#M213162</link>
      <description>Sorry i mean to say disk space. But can we transfer it if we are in same volume group.And how? As per my knowledge if i have free PE's i can do that if i dont have then what?&lt;BR /&gt;Cant we share PE's from different volume group?&lt;BR /&gt;&lt;BR /&gt;Please clear my doubts&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mangesh Khatav</description>
      <pubDate>Mon, 07 Feb 2005 03:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479583#M213162</guid>
      <dc:creator>Mangesh Khatav_1</dc:creator>
      <dc:date>2005-02-07T03:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer some frre memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479584#M213163</link>
      <description>Hello!&lt;BR /&gt;If vg01 consist of multiple PVs, you can vgreduce(1M)a PV from vg01 and vgextend(1M) it into vg00. But don't forget to make backup of /hpws3_dsk1, because data on it probably will be corrupted. The safest way to reconfigure disk space is to make ignite tape and assign VGs parameters in interactive restore.</description>
      <pubDate>Mon, 07 Feb 2005 03:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479584#M213163</guid>
      <dc:creator>Artyom Voronchihin</dc:creator>
      <dc:date>2005-02-07T03:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer some frre memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479585#M213164</link>
      <description>To cut a piece of disk space inside single VG you have to lvreduce(1M) one LV and assign cleared space to another LV using lvexend(1M). &lt;BR /&gt;man vgreduce(1m), vgextend(1m), lvreduce(1m), lvextend(1m), extendfs(1m) and fsadm(1m).&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2005 03:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479585#M213164</guid>
      <dc:creator>Artyom Voronchihin</dc:creator>
      <dc:date>2005-02-07T03:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer some frre memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479586#M213165</link>
      <description>Hi Mangesh,&lt;BR /&gt;&lt;BR /&gt;There are some basic rules of logical volume manager. First rule is that one disk can not be part of more then one Volume group because of this you can not share PEs across volume groups.&lt;BR /&gt;&lt;BR /&gt;If bot logical volumes are in same volume group then you can reduce one volume and assign these PE's to anothe voulmes. &lt;BR /&gt;For this you have to reduce first file system by lvreduce and extend other one using lvextend.&lt;BR /&gt;&lt;BR /&gt;this is not as simple as i said above.&lt;BR /&gt;when you reduce your volume you may loose your data in that volume. you have to have Online JFS product for this.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 07 Feb 2005 03:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479586#M213165</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2005-02-07T03:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer some frre memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479587#M213166</link>
      <description>Hi Mangesh&lt;BR /&gt;&lt;BR /&gt;You do have a 2.5GB / filesystem. That is rather big.&lt;BR /&gt;&lt;BR /&gt;In HPUX you can not resize / online. This has to be done with an "ignite tape" and ignite is the recommended method. You might want to look at finding space in the filesystem. There might be some clutter.&lt;BR /&gt;&lt;BR /&gt;Is this your full bdf listing ?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Gerhard</description>
      <pubDate>Tue, 08 Feb 2005 03:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-some-frre-memory/m-p/3479587#M213166</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2005-02-08T03:17:03Z</dc:date>
    </item>
  </channel>
</rss>

