<?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: armcopy using va7410 in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270917#M6802</link>
    <description>Sorry,&lt;BR /&gt;I was out of the office all week... Thanks again you guys...  This sounds like this will work....</description>
    <pubDate>Fri, 14 May 2004 15:05:54 GMT</pubDate>
    <dc:creator>John Jimenez</dc:creator>
    <dc:date>2004-05-14T15:05:54Z</dc:date>
    <item>
      <title>armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270909#M6794</link>
      <description>currently we have a script that utilizes "Business Copy" and copies our 40 gig production LUN 122 to the 202 nightly.  But here is my problem.  LUN 122 (only has one logical volume /vg02/lvol2) is 88% full.  The VA7410 will not let me expand this LUN so there is no way to increase it.  Any Ideas?  Is there a way to armcopy this LUN to a bigger disk?  I have never done an armcopy copy manually before.  This is a production LUN and it cannot be down very long.  FYI we are on HP UX 11i and we have on-line JFS.  &lt;BR /&gt;&lt;BR /&gt;In the past, with test environments I removed the LUN and then recreated the LUN and restored the data from tape.  But like I said I do not have the luxary of being off line for 2 hours if I can help it.</description>
      <pubDate>Fri, 07 May 2004 13:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270909#M6794</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2004-05-07T13:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270910#M6795</link>
      <description>armcopy is used to manage BC volumes but a BC volume is always a copy with the very same virtual size. You cannot increase sizes!&lt;BR /&gt;&lt;BR /&gt;But what about LVM. Using LVM you can add another LUN to the volume group and grow that way!&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Peter</description>
      <pubDate>Sun, 09 May 2004 13:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270910#M6795</guid>
      <dc:creator>Peter Mattei</dc:creator>
      <dc:date>2004-05-09T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270911#M6796</link>
      <description>So right now I have a LUN122(/vg02/lvol2) 40 gig mounted on /diamond&lt;BR /&gt;I just make another LUN124, let say 15 gig).    But then will this also need to be /vg02/lvol2?  And if so, can you give me the command syntax to do so?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2004 13:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270911#M6796</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2004-05-12T13:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270912#M6797</link>
      <description>try this,&lt;BR /&gt; &lt;BR /&gt;#armcfg -L numbernewlun -a sizeofnewLun -g redundancygroup IDVA  &lt;BR /&gt;  &lt;BR /&gt;if you have any doubt I am to your disposition&lt;BR /&gt;&lt;BR /&gt;armcopy only copy the parent Lun&lt;BR /&gt;E.</description>
      <pubDate>Wed, 12 May 2004 17:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270912#M6797</guid>
      <dc:creator>Emilio Brusa</dc:creator>
      <dc:date>2004-05-12T17:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270913#M6798</link>
      <description>Well, to add a second volume (LUN) to your existing VG you can do the following:&lt;BR /&gt;&lt;BR /&gt;1. create physical volume for use in LVM volume group&lt;BR /&gt;&amp;gt;&amp;gt; pvcreate -f /dev/rdsk/cxtxdx (new LUN)&lt;BR /&gt;&lt;BR /&gt;2. extend an LVM volume group by adding physical volumes &lt;BR /&gt;&amp;gt;&amp;gt; vgextend /dev/vg02 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;3. increase space for LVM logical volume&lt;BR /&gt;lvextend -L (Total size Mb) /dev/vgxx/lvolyy&lt;BR /&gt;&lt;BR /&gt;4. extend a file system size &lt;BR /&gt;extendfs -F (vxfs/hfs) /dev/vgxx/rlvolyy&lt;BR /&gt;&lt;BR /&gt;You will find the command syntax on your respective man pages:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/os/man_pages.html&amp;amp;searchterms=system%7cadministration%7ccommands%7creference&amp;amp;queryid=20040513-052620" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/os/man_pages.html&amp;amp;searchterms=system%7cadministration%7ccommands%7creference&amp;amp;queryid=20040513-052620&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 13 May 2004 06:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270913#M6798</guid>
      <dc:creator>Peter Mattei</dc:creator>
      <dc:date>2004-05-13T06:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270914#M6799</link>
      <description>PS: What about assigning points .....</description>
      <pubDate>Thu, 13 May 2004 06:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270914#M6799</guid>
      <dc:creator>Peter Mattei</dc:creator>
      <dc:date>2004-05-13T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270915#M6800</link>
      <description>yes,&lt;BR /&gt;Where are the points ??&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Fri, 14 May 2004 08:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270915#M6800</guid>
      <dc:creator>Emilio Brusa</dc:creator>
      <dc:date>2004-05-14T08:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270916#M6801</link>
      <description>How Do I Assign Points? &lt;BR /&gt;Only the question author can assign points to a given response. If you submit a question or new topic and another member replies to it, you will see a dropdown menu of points next to the reply (you must be logged in to see the menu). Select the point value and then click the "submit points" button. Note that you can rate multiple replies and submit them at one time. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 May 2004 08:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270916#M6801</guid>
      <dc:creator>Peter Mattei</dc:creator>
      <dc:date>2004-05-14T08:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: armcopy using va7410</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270917#M6802</link>
      <description>Sorry,&lt;BR /&gt;I was out of the office all week... Thanks again you guys...  This sounds like this will work....</description>
      <pubDate>Fri, 14 May 2004 15:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/armcopy-using-va7410/m-p/3270917#M6802</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2004-05-14T15:05:54Z</dc:date>
    </item>
  </channel>
</rss>

