<?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 virtual disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392764#M862183</link>
    <description>Hi all,&lt;BR /&gt;I have an EVA5000 attached to un rp5470 with HP-UX1.11. I extended the vitual disk on EVA from 40 to 80 Gb. On HP-UX I see 40Gb. How can I update the information into HP-UX ?&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 04 Oct 2004 10:32:17 GMT</pubDate>
    <dc:creator>Flavio Remo Rossi</dc:creator>
    <dc:date>2004-10-04T10:32:17Z</dc:date>
    <item>
      <title>virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392764#M862183</link>
      <description>Hi all,&lt;BR /&gt;I have an EVA5000 attached to un rp5470 with HP-UX1.11. I extended the vitual disk on EVA from 40 to 80 Gb. On HP-UX I see 40Gb. How can I update the information into HP-UX ?&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 04 Oct 2004 10:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392764#M862183</guid>
      <dc:creator>Flavio Remo Rossi</dc:creator>
      <dc:date>2004-10-04T10:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392765#M862184</link>
      <description>The disk's (physical or virtual) size is recorded when the volume is added to a volume group. You will either need to backup and restore after recreating the VG OR you can reduce the virtual disk back to its original size (if that operation preserves data) and then use the space to create another disk and add that disk to the same volume group. You can then extend LVOL's and filesystems. LVM does not expect the size of disks to change "on the fly".&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 10:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392765#M862184</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-04T10:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392766#M862185</link>
      <description>What commands you used?? Did you do extendfs??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 04 Oct 2004 10:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392766#M862185</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-04T10:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392767#M862186</link>
      <description>You cannot shrink the size of a virtual disk on the EVA. The only way is to delete it and re-create with a smaller size.&lt;BR /&gt;&lt;BR /&gt;This is a destructive operation!&lt;BR /&gt;&lt;BR /&gt;The old data is gone, because the EVA does not present unwritten data. If you read a block that was never written the EVA does not go to the disk - it 'invents' data.&lt;BR /&gt;&lt;BR /&gt;On some operating systems (and users of Secure Path) it will also appear as a new disk, because the EVA assigns a new LUN WWN. You can save the old one and re-assign it to the new virtual disk as long as it is not presented to a host.</description>
      <pubDate>Mon, 04 Oct 2004 13:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392767#M862186</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-10-04T13:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392768#M862187</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There is a possible way of doing this IF you are lucky.  I think I saw A. Clay propose it some time ago &amp;amp; it is devilishly cleaver &amp;amp; devious...&lt;BR /&gt;&lt;BR /&gt;The basic idea is to trick LVM into re-creating its meta-data with the right sized disk whilst maintaining the Lvols.&lt;BR /&gt;&lt;BR /&gt;0 - backup EVERYTHING ... just in case ..&lt;BR /&gt;1 - vgchange -a n vgxx&lt;BR /&gt;2 - ll /dev/vgxx/group # note minor number for step 8&lt;BR /&gt;3 - tar cf /dev/vgxx.tar /dev/vgxx&lt;BR /&gt;4 - vgcfgbackup vgxx # JUST in case #&lt;BR /&gt;5 - vgexport -m /tmp/vgxx.map vgxx&lt;BR /&gt;6 - pvcreate -f /dev/rdsk/cXtYdZ&lt;BR /&gt;7 - mkdir  /dev/vgxx&lt;BR /&gt;8 - mknod /dev/vgxx/group c 64 0x00000&lt;BR /&gt;9 - vgcreate -p 20480 vgxx /dev/dsk/cXtYdZ&lt;BR /&gt;*** step 9 must complete sucessfully ***&lt;BR /&gt;10 - tar xf /dev/vgxx.tar&lt;BR /&gt;&lt;BR /&gt;And now you have the VG with an 80GB vDisk... I've not tested it yet, so you might want to give it a whirl on a testbed... if step 9 does not work it is probably becasue -p 20480 is too large, I know 20000 DOES work because I use that value regularly..&lt;BR /&gt;&lt;BR /&gt;Good luck, Tim</description>
      <pubDate>Mon, 04 Oct 2004 15:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392768#M862187</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-10-04T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392769#M862188</link>
      <description>Hi all,&lt;BR /&gt;thanks to all your answers were helpfull and clarifying for me, now i'm going to assign points (I don't forget to do ) but I have another question, What do you think about the idea below ? &lt;BR /&gt;Someone tell me : If you use VxFS,LVM (as Volume Manager) and you can use FSADM , you can do the following :&lt;BR /&gt;1) BACKUP DATA  - to do in any case !&lt;BR /&gt;2) lvdisplay -v - to check the Hwpath&lt;BR /&gt;3) lvmextend -L "size inMb" \ &lt;BR /&gt;   /dev/vgname/volumename /dev/disk/HWpath&lt;BR /&gt;4) fsadm -Fvxfs -b "size inMb" /mpuntpoint&lt;BR /&gt;&lt;BR /&gt;Where "size inMb" is the differences between the original dimension and the new dimension.&lt;BR /&gt;What do you (all) think about this ? Is it a good idea? Any idea,suggest will be appreciate&lt;BR /&gt;Thanks to all</description>
      <pubDate>Tue, 05 Oct 2004 02:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392769#M862188</guid>
      <dc:creator>Flavio Remo Rossi</dc:creator>
      <dc:date>2004-10-05T02:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392770#M862189</link>
      <description>Your solution will not work in LVM metadata configuration disk is configured as 40 GB and there is no free space to extend volume.&lt;BR /&gt;&lt;BR /&gt;lvextend will fail.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Tue, 05 Oct 2004 03:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392770#M862189</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-10-05T03:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392771#M862190</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As Sunil just said this will not work, you can check it yourself.&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;PE Size (Mbytes) X Total PE = 40 GB&lt;BR /&gt;&lt;BR /&gt;The "disk" has to be recreated as an 80 GB disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 05 Oct 2004 04:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392771#M862190</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-10-05T04:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392772#M862191</link>
      <description>I have an RP7410 which does not have the capabilities of expanding a LUN.  We were looking into the EVA.  I heard that there was a bug and the the operating system was unable see when the eva was expanded.  This was 60 days ago... I heard  HP UX 11.11 was working on the problem....   For now you might need to back up your data, remove the logical volume and volume group.  Delete the LUN, recreate the LUN, Volume Group, And logical Volume, and restore...</description>
      <pubDate>Tue, 05 Oct 2004 13:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392772#M862191</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2004-10-05T13:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392773#M862192</link>
      <description>I have a VA7410 Disk array...</description>
      <pubDate>Tue, 05 Oct 2004 13:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392773#M862192</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2004-10-05T13:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: virtual disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392774#M862193</link>
      <description>Hi man.&lt;BR /&gt;For the second question:&lt;BR /&gt;If you have Online JFS you can do these command. That means you can extend a logical volume withow "unmount"&lt;BR /&gt;Just remember: The size in command:&lt;BR /&gt;lvextend -L size /dev/vgx/lvxx&lt;BR /&gt;has the same size in this command:&lt;BR /&gt;fsadm -F vxfs -b size /mount point.&lt;BR /&gt;&lt;BR /&gt;(Hm....you must be carefull: the right command is: lvextend, not: lvmextend!!!)&lt;BR /&gt;&lt;BR /&gt;Hope this hepls.&lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 05 Oct 2004 21:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/virtual-disk/m-p/3392774#M862193</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2004-10-05T21:00:50Z</dc:date>
    </item>
  </channel>
</rss>

