<?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: Expanding/Extending EVA Volume on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823845#M86507</link>
    <description>Karen,&lt;BR /&gt;&lt;BR /&gt;... should be about right. Depends whether 1k is 1000 or 1024. You shouldn't need to care about that.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Fri, 27 Oct 2006 07:50:52 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-10-27T07:50:52Z</dc:date>
    <item>
      <title>Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823829#M86491</link>
      <description>What is involved in extending an EVA drive with Alpha system running OpenVMS 7.3-2?  Is it a simple matter of dismounting and remounting the drives?  is a reboot required?</description>
      <pubDate>Fri, 14 Jul 2006 10:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823829#M86491</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-07-14T10:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823830#M86492</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;after the appropriate preparation, an OpenVMS volume can be extended dynamically (it's called DVE = Dynamic Volume Expansion).&lt;BR /&gt;&lt;BR /&gt;First check the volume expansion limit with&lt;BR /&gt;&lt;BR /&gt;$ SHOW DEV/FUL DGAx:&lt;BR /&gt;...&lt;BR /&gt;Logical Volume Size nnn  Expansion Size Limit nnn&lt;BR /&gt;&lt;BR /&gt;If your desired new volume size (on EVA) is less than the Expansion Size Limit, you can simply extend the disk online with:&lt;BR /&gt;&lt;BR /&gt;$ SET VOLUME/SIZE DGAx:&lt;BR /&gt;&lt;BR /&gt;If the current Expansion Size Limit is too small, you need to increase it. This can ONLY be done while the disk is mounted privately:&lt;BR /&gt;&lt;BR /&gt;$ SET VOLUME/LIMIT DGAx:&lt;BR /&gt;&lt;BR /&gt;You can then re-mount the disk system-wide and actually extend it with SET VOLUME/SIZE DGAx:&lt;BR /&gt;&lt;BR /&gt;Caveats:&lt;BR /&gt;&lt;BR /&gt;- If you need to do this to the system disk, use the V8.2 OpenVMS operating system CD. V7.3-2 has a bug and won't work.&lt;BR /&gt;&lt;BR /&gt;- you need sufficient contig space to increase the Expansion Size limit (new BITMAP.SYS needs to fit).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 14 Jul 2006 10:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823830#M86492</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-14T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823831#M86493</link>
      <description>Ok, here is the settings for the disk i want to expand&lt;BR /&gt;&lt;BR /&gt;Logical Volume Size           419430400    Expansion Size Limit          478384128&lt;BR /&gt;&lt;BR /&gt;Since my expansion size is larger, i can just do a set size up to the expansion size limit?  correct?</description>
      <pubDate>Fri, 14 Jul 2006 10:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823831#M86493</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-07-14T10:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823832#M86494</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;yes - if 478 million blocks is the size you want this disk to be expanded to from the OpenVMS point of view. You may loose some blocks due to rounding.&lt;BR /&gt;&lt;BR /&gt;A SET VOLUME/LIMIT would set the Volume Expansion Size to 1 TB by default.&lt;BR /&gt;&lt;BR /&gt;For more details, see HELP SET VOLUME/LIMT and /SIZE or read the documentation.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 14 Jul 2006 12:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823832#M86494</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-14T12:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823833#M86495</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;Volker wrote&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;A SET VOLUME/LIMIT would set the Volume Expansion Size to 1 TB by default.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;minor note: this is true only if the disk cluster size is at least 8.&lt;BR /&gt;For smaller cluster sizes it is 1/8 Tb * (clustersize).&lt;BR /&gt;This has to do with the maximum number of adressable individual clusters.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2006 12:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823833#M86495</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-07-14T12:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823834#M86496</link>
      <description>i need to re-open this issue - because i'm actually trying it for the first time.&lt;BR /&gt;&lt;BR /&gt;I dismounted the disk - then did&lt;BR /&gt;&lt;BR /&gt;$mount $1$dga5: studylg7&lt;BR /&gt;&lt;BR /&gt;the disk was 200gb - i want to expand to 250gb.  so i did&lt;BR /&gt;&lt;BR /&gt;$set volume/limit=500000000&lt;BR /&gt;&lt;BR /&gt;dismounted it and remounted it using my regular mount/sys command.&lt;BR /&gt;&lt;BR /&gt;it shows the volume limit reset from 419430400 to 598155264   but it doesn't i doesn't show up as having any more free space&lt;BR /&gt;&lt;BR /&gt;karen</description>
      <pubDate>Thu, 26 Oct 2006 11:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823834#M86496</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-10-26T11:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823835#M86497</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;The dynamic volume expansion fixes the structures on the disk. The size of the actual disk (or EVA volume) needs to be increased.&lt;BR /&gt;&lt;BR /&gt;The example (on the VMS side) of what I believe you are attempting is covered in my presentation from th 2005 HP Technology Forum, "Migrating OpenVMS Storage Environments without Interruption or Disruption" (notes at &lt;A href="http://www.rlgsc.com/hptechologyforum/2005/1146.html" target="_blank"&gt;http://www.rlgsc.com/hptechologyforum/2005/1146.html&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;The EVA end will depend on which EVA and how things are configured.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 26 Oct 2006 11:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823835#M86497</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-10-26T11:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823836#M86498</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;$ SET VOL/LIMIT extends the BITMAP.SYS file, which controls the no. of blocks (clusters) allocatable on that volume.&lt;BR /&gt;&lt;BR /&gt;Once you have made the disk bigger (on the EVA storage controller), you can then issue $ SET VOL/SIZE - while the voule is mounted system/cluster-wide - to dynamically increase the size of the disk.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 26 Oct 2006 12:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823836#M86498</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-26T12:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823837#M86499</link>
      <description>I must be doing something wrong&lt;BR /&gt;&lt;BR /&gt;my disk shows&lt;BR /&gt;&lt;BR /&gt;Logical Volume Size           419430400    Expansion Size Limit          598155264&lt;BR /&gt;&lt;BR /&gt;When I type&lt;BR /&gt;&lt;BR /&gt;$set volume/size 524288000  $1$dga5:&lt;BR /&gt;&lt;BR /&gt;it accepts the command without an error - but the disk still shows 97%full.</description>
      <pubDate>Fri, 27 Oct 2006 07:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823837#M86499</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-10-27T07:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823838#M86500</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;what does SHOW DEV/FULL $1$DGA5 show as Total Blocks ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 27 Oct 2006 07:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823838#M86500</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-27T07:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823839#M86501</link>
      <description>no change in total blocks from original 200gb size&lt;BR /&gt;&lt;BR /&gt;  Total blocks           419430400    Sectors per track                   128&lt;BR /&gt;    Total cylinders            25600    Tracks per cylinder                 128&lt;BR /&gt;    Logical Volume Size    419430400    Expansion Size Limit          598155264&lt;BR /&gt;    Allocation class               1&lt;BR /&gt;&lt;BR /&gt;    Volume label            "STUDY7"    Relative volume number                0&lt;BR /&gt;    Cluster size                 171    Transaction count                     1&lt;BR /&gt;    Free blocks             10874574    Maximum files allowed           1219274</description>
      <pubDate>Fri, 27 Oct 2006 07:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823839#M86501</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-10-27T07:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823840#M86502</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;Total Blocks is what OpenVMS currently believes about the physical size of the disk. This size is updated during mount-verifications (with the IO$_PACKACK QIO).&lt;BR /&gt;&lt;BR /&gt;Assuming you already did increase the size of this disk on the EVA to 250 GB, consider to force a mount-verification on that disk.&lt;BR /&gt;&lt;BR /&gt;The $ SET DEV/SWITCH/PATH=other-path $1$DGA5: could be used, but you could also temporarily disconnect the Fibre Cable for the current path ;-)&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 27 Oct 2006 07:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823840#M86502</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-27T07:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823841#M86503</link>
      <description>no one is using the disk at the moment - if I use the command&lt;BR /&gt;&lt;BR /&gt;"$ SET DEV/SWITCH/PATH=other-path $1$DGA5: "&lt;BR /&gt;&lt;BR /&gt;i don't have to specifiy what 'other-path' is?</description>
      <pubDate>Fri, 27 Oct 2006 07:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823841#M86503</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-10-27T07:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823842#M86504</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;use SHOW DEV/FULL $1$DGA5: to see all pathes to that disk, then explicitly specify a non-current path. You can later switch back to the current path.&lt;BR /&gt;&lt;BR /&gt;If noone is using the disk, you could also dismount and mount it, but the goal of this experiment is to increase the disk while it's mounted system-wide...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 27 Oct 2006 07:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823842#M86504</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-27T07:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823843#M86505</link>
      <description>i did a dismount   then a reload of the disk and no change - i think my EVA guy is pulling my leg about increasing it to 250gb - i'm going to check with him when he get's in&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2006 07:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823843#M86505</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-10-27T07:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823844#M86506</link>
      <description>b.t.y - is 524,288,000 the correct block size for 250 gb size?</description>
      <pubDate>Fri, 27 Oct 2006 07:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823844#M86506</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-10-27T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823845#M86507</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;... should be about right. Depends whether 1k is 1000 or 1024. You shouldn't need to care about that.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 27 Oct 2006 07:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823845#M86507</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-27T07:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823846#M86508</link>
      <description>so if he really increased the correct volume, then&lt;BR /&gt;&lt;BR /&gt;$set volume/size=524288000 should at least change the 'total blocks' size - correct?</description>
      <pubDate>Fri, 27 Oct 2006 07:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823846#M86508</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-10-27T07:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823847#M86509</link>
      <description>Karen,&lt;BR /&gt;&lt;BR /&gt;if the disk size on the EVA has been increased AND you have forced a mount-verification on that disk or remounted it, THEN Total Blocks should show the increased PHYSICAL DISK SIZE.&lt;BR /&gt;&lt;BR /&gt;A $ SET VOL/SIZE[=xxx] $1$DGA5: would then increase the Logical Volume Size (=size of disk useable by the file system) appropriately. xxx must be larger than the current Logical Volume Size and less-or-equal to Total Blocks. The default for xxx is the Total Blocks value. The maximum possible Logical Volume Size is also limited by the Expansion Limit.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2006 07:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823847#M86509</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-27T07:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expanding/Extending EVA Volume on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823848#M86510</link>
      <description>Since my "total blocks" is not changing from the original 419430400 - and my new size must be less-or-equal to total blocks - i'm assuming that's why nothing will adjust.&lt;BR /&gt;&lt;BR /&gt;my EVA guy is in around 9:00 cst - will hound him then to re-check his settings.  Yesterday he was absolutely adament about his settings.</description>
      <pubDate>Fri, 27 Oct 2006 08:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/expanding-extending-eva-volume-on-openvms/m-p/3823848#M86510</guid>
      <dc:creator>Karen Lee_3</dc:creator>
      <dc:date>2006-10-27T08:03:59Z</dc:date>
    </item>
  </channel>
</rss>

