<?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: vgreduce in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071949#M631083</link>
    <description>&lt;BR /&gt;No problem.&lt;BR /&gt;&lt;BR /&gt;The commands you have commented out there will do the trick and you can certainly do it online with no danger.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Sep 2003 06:48:50 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-09-16T06:48:50Z</dc:date>
    <item>
      <title>vgreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071948#M631082</link>
      <description>I want to inverse alternate link.&lt;BR /&gt;root@jazz:/root&amp;gt; vgdisplay -v stk07&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/stk07&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               8468&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    8466&lt;BR /&gt;Alloc PE                    8466&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/stk07/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            33864&lt;BR /&gt;   Current LE                  8466&lt;BR /&gt;   Allocated PE                8466&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c4t0d7&lt;BR /&gt;   PV Name                     /dev/dsk/c5t1d7  Alternate Link&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    8466&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;&lt;BR /&gt;The commands are : &lt;BR /&gt;#vgreduce stk07 /dev/dsk/c4t0d7&lt;BR /&gt;#vgextend stk07 /dev/dsk/c4t0d7&lt;BR /&gt;&lt;BR /&gt;But : Can I do it online without any danger for the data. This machine is very  "fragil" (production)&lt;BR /&gt;&lt;BR /&gt;Thank yo in advance.&lt;BR /&gt;&lt;BR /&gt;Arnaud&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Sep 2003 06:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071948#M631082</guid>
      <dc:creator>SYS_MONEXT</dc:creator>
      <dc:date>2003-09-16T06:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071949#M631083</link>
      <description>&lt;BR /&gt;No problem.&lt;BR /&gt;&lt;BR /&gt;The commands you have commented out there will do the trick and you can certainly do it online with no danger.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Sep 2003 06:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071949#M631083</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-16T06:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071950#M631084</link>
      <description>Thank you.&lt;BR /&gt;&lt;BR /&gt;This way works fine as you said it.&lt;BR /&gt;&lt;BR /&gt;Arnaud</description>
      <pubDate>Tue, 16 Sep 2003 07:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071950#M631084</guid>
      <dc:creator>SYS_MONEXT</dc:creator>
      <dc:date>2003-09-16T07:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071951#M631085</link>
      <description>Im curious what your reasoning is for doing this. If it is just a matter of changing the primary disk okay, thats fine.&lt;BR /&gt;&lt;BR /&gt;If you are doing it to try to take advantage of alternating disks for multipathing i/o issues... You wont get a desired result, to some degree however you will...&lt;BR /&gt;&lt;BR /&gt;By alternating back and forth on the alternate links, you gain some i/o benefit by the fact that you have moved half your data flow(potentionally) to the other controller when you have dual pathing. however, as you may know, which ever path is considered the alt path for each disk will not be used if/until the current primary path dies... the alt path will not be used at all until that happens...unless you have some application that forces data down both paths(ie Powerpath/Securepath) for emc and compaq...&lt;BR /&gt;&lt;BR /&gt;Just a few thoughts for your enjoyment.</description>
      <pubDate>Tue, 16 Sep 2003 18:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071951#M631085</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-09-16T18:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071952#M631086</link>
      <description>hi Arnaud,&lt;BR /&gt;&lt;BR /&gt;yes u can do this online without any problems. we too have run these commands on our production without any difficulty.&lt;BR /&gt;&lt;BR /&gt;aparna</description>
      <pubDate>Mon, 29 Sep 2003 00:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071952#M631086</guid>
      <dc:creator>aparna challagulla</dc:creator>
      <dc:date>2003-09-29T00:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071953#M631087</link>
      <description>Prior to touching this system:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00&lt;BR /&gt; &lt;BR /&gt;Take a good backup that will let you reocver vg00.&lt;BR /&gt; &lt;BR /&gt;Also might want to include the vg in question depending on the data.  If its got hot databases, they need to be down or backed up using proper database backup tools.&lt;BR /&gt; &lt;BR /&gt;The commands look safe, but I don't mess with a production system without at least two modes to back out the change.&lt;BR /&gt; &lt;BR /&gt;Also, if there is a test system available, test the commands out there.&lt;BR /&gt; &lt;BR /&gt;Its production. You can't be too anal about it.&lt;BR /&gt; &lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2003 00:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071953#M631087</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-29T00:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071954#M631088</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to exchange primary and alternate link, just use "pvchange -s xxxx".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;Thierry.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2003 01:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce/m-p/3071954#M631088</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2003-09-29T01:07:30Z</dc:date>
    </item>
  </channel>
</rss>

