<?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: L2000 internal disk trick in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749163#M944937</link>
    <description>well not that brave ...i tried it and at this point am stuck&lt;BR /&gt;&lt;BR /&gt;1) was able to steps 1-&amp;gt; 5 OK&lt;BR /&gt;      so frog, my online machine is OK&lt;BR /&gt;2) stuck rebuilding vg00 on toad&lt;BR /&gt;      cannot get vg00 to activate!&lt;BR /&gt;&lt;BR /&gt;i put A1 and B1 from frog into the exact same slots on toad. A0 and B0 on toad are empty/new drives. when i boot via "hpux -lm" all is OK until i try to do a "vgchange -a y -q n vg00".&lt;BR /&gt;it seems that doing the "vgreduce" on these disks when they were on frog has messed up some of the LVM metadata on these disks. any tricks from here? want to ask before trying to do a vgimport or vfcfgrestore ... i do not have a vgexport file but do have a /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;any help would be great, else i have to conclude that this procedure is not valid ...unless there are steps i could of done better on frog to prepare these A1 and B1 disks for use on toad.&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Jul 2002 13:34:56 GMT</pubDate>
    <dc:creator>Marc Ahrendt</dc:creator>
    <dc:date>2002-07-05T13:34:56Z</dc:date>
    <item>
      <title>L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749152#M944926</link>
      <description>want to quickly copy a L2000 configuration from one machine (call it frog) to another machine (call it toad). i know about Ignite, but can i do the following instead.&lt;BR /&gt;&lt;BR /&gt;frog has 4 drives and using LVM to mirror disk A0 to A1 and B0 to B1. toad is a new system with all its 4 drives new/unused. what would be the procedure to break the 2 mirrors on frog and use A1 and B1 from frog on toad? then, of course, rebuild both mirros on frog and toad (then change netconf on toad before putting it on the network)&lt;BR /&gt;&lt;BR /&gt;is it possible to do without taking frog offline?</description>
      <pubDate>Thu, 20 Jun 2002 16:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749152#M944926</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2002-06-20T16:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749153#M944927</link>
      <description>Marc&lt;BR /&gt;&lt;BR /&gt;The hardware paths will have to match for this to work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 20 Jun 2002 17:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749153#M944927</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-06-20T17:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749154#M944928</link>
      <description>I guess both systems are identical. By using the combination of lvreduce, vgreduce, vgextend and lvextend command you should be able to do that without taking frog offline.</description>
      <pubDate>Thu, 20 Jun 2002 17:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749154#M944928</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-20T17:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749155#M944929</link>
      <description>To break the mirror .. (eg: a 2 disks mirrored vg00 and c2t2d0 is the mirrored disk)&lt;BR /&gt;# lvreduce -m 0 /dev/vg00/lvol2 /dev/dsk/c2t2d0&lt;BR /&gt;==&amp;gt; Repeat for all LVs.&lt;BR /&gt;# lvlnboot -v  &lt;BR /&gt;==&amp;gt; Check.&lt;BR /&gt;# vgreduce vg00 /dev/dsk/c2t2d0&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;==&amp;gt; Check again.&lt;BR /&gt;If it's a data disk you would just do the "lvreduce" and "vgreduce". That's it as far as breaking the mirror (and you can do this while the system is running). &lt;BR /&gt;I've done a lot of vgexport/vgimport , moving data disks around but not this scenario that you're trying to do I can't really confirm if it'll work since I have not try it before. However in theory (after the above sre done), you should be able to physically disconnect drive A1 and plug it onto toad (keep all hrw path the same), boot up toad using A1 in LVM maintenance mode ..&lt;BR /&gt;ISL&amp;gt; hpux -lm&lt;BR /&gt;then activate it ..&lt;BR /&gt;# vgchange -a y /dev/vg00&lt;BR /&gt;Now mount the appropriate LV onto the FS and make your changes (eg : the netconf file that you've mentioned earlier).&lt;BR /&gt;Having said all that I would prefer going the Ignite route just to be cleaner.</description>
      <pubDate>Thu, 20 Jun 2002 17:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749155#M944929</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-20T17:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749156#M944930</link>
      <description>Marc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is possible thje way you are suggesting , but I would defiantley witch off the system once i remove the disk. The better and safer way woulb be to do ignite the other server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 20 Jun 2002 18:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749156#M944930</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-20T18:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749157#M944931</link>
      <description>Make sure the systems are not on your network. Or the very least toad is not on the network. You will need to reconfigure toad's network parameters before you bring it online.&lt;BR /&gt;&lt;BR /&gt;Ignite would take care of this with an interactive boot.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Thu, 20 Jun 2002 18:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749157#M944931</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-20T18:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749158#M944932</link>
      <description>Hi Marc,&lt;BR /&gt;&lt;BR /&gt;You can try this procedure to create a copy of the root disk without using mirror/ux or ignite. You can then move the copy to the other server and try to boot that system using the disk. You can try this without shuttting down the system provided the disks are hot-swappable. Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058668933" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000058668933&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jun 2002 18:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749158#M944932</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-20T18:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749159#M944933</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would prefer doing this thro Ignite since you will have to take lot of precuations in the method which you are trying to do. You may end messing up both the systems since one command here and there.......&lt;BR /&gt;&lt;BR /&gt;Once you bring up your Toad server, you have to keep the Frog switched off since the IP address of both the servers will be the same. And you need to change the IP of the Toad and then boot up the Frog.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Thu, 20 Jun 2002 18:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749159#M944933</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-20T18:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749160#M944934</link>
      <description>just one thing....&lt;BR /&gt;&lt;BR /&gt;If you miror split &amp;amp; remirror, the VGID's for vg00 on the frog &amp;amp; toad will be the same.!!!!  If the machines are to be put in ServiceGuard it will confuse the hell out of it, and it will "deduce" (incorrectly) that the root disks are indeed the same (it reads the VGID from each computer &amp;amp; compares notes). At this point it may barf or continue. It may well work, with the above warning.  &lt;BR /&gt;&lt;BR /&gt;What is wrong with IgniteUX, it is pritty quick &amp;amp; by the time you've fiddled 'round with disks etc you will probably not save much time.&lt;BR /&gt;&lt;BR /&gt;But then again if you do not experiment you might not learn....  If you do do it, post the results please&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 20 Jun 2002 20:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749160#M944934</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-20T20:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749161#M944935</link>
      <description>will assign points after i try this over the weekend, and will post my results here too. yes i know about Ignite and have an Ignite server and a Legato server ...just want to experiment and have another option for recovering and/or building a copy of a L200 that has the identical hardware setup as another. we do not have Service Guard here.&lt;BR /&gt;&lt;BR /&gt;all 4 disks are in vg00 and have no other VGs. so my game plan so far is:&lt;BR /&gt;1) lvreduce all LVs&lt;BR /&gt;2) vgreduce disks A1 and B1&lt;BR /&gt;3) pull out A1 and B1 ...frog should still be online and users unaware&lt;BR /&gt;4) place these 2 disks in the exact same slots on toad and take the 2 removed disk from toad and place in frog&lt;BR /&gt;5) run ioscan then do the LVM stuff to get frog back to being mirrored&lt;BR /&gt;      pvcreate, vgextend, lvextend, lvlnboot&lt;BR /&gt;6) disconnect toad from the network and boot system&lt;BR /&gt;      no need to do "hpux -lm" ...i think&lt;BR /&gt;7) repeat step 5 for toad&lt;BR /&gt;8) edit netconf file and reboot&lt;BR /&gt;      will plug into the network after verify that toad boots up OK&lt;BR /&gt;&lt;BR /&gt;anything look incorrect?</description>
      <pubDate>Thu, 20 Jun 2002 23:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749161#M944935</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2002-06-20T23:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749162#M944936</link>
      <description>looks good to me...you brave guy...&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 21 Jun 2002 13:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749162#M944936</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-21T13:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749163#M944937</link>
      <description>well not that brave ...i tried it and at this point am stuck&lt;BR /&gt;&lt;BR /&gt;1) was able to steps 1-&amp;gt; 5 OK&lt;BR /&gt;      so frog, my online machine is OK&lt;BR /&gt;2) stuck rebuilding vg00 on toad&lt;BR /&gt;      cannot get vg00 to activate!&lt;BR /&gt;&lt;BR /&gt;i put A1 and B1 from frog into the exact same slots on toad. A0 and B0 on toad are empty/new drives. when i boot via "hpux -lm" all is OK until i try to do a "vgchange -a y -q n vg00".&lt;BR /&gt;it seems that doing the "vgreduce" on these disks when they were on frog has messed up some of the LVM metadata on these disks. any tricks from here? want to ask before trying to do a vgimport or vfcfgrestore ... i do not have a vgexport file but do have a /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;any help would be great, else i have to conclude that this procedure is not valid ...unless there are steps i could of done better on frog to prepare these A1 and B1 disks for use on toad.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jul 2002 13:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749163#M944937</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2002-07-05T13:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749164#M944938</link>
      <description>sorry ...for got to state that the problem is that vg00 will not activate when running the vgchange command</description>
      <pubDate>Fri, 05 Jul 2002 13:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749164#M944938</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2002-07-05T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749165#M944939</link>
      <description>Haven't been following thread for a while...&lt;BR /&gt;&lt;BR /&gt;if booting from PDC&lt;BR /&gt;ISL&amp;gt; hpux -lq&lt;BR /&gt;&lt;BR /&gt;If activating it&lt;BR /&gt;# vgchange -q n -a y vg00&lt;BR /&gt;&lt;BR /&gt;Both these activate in "lost quorum" mode, Hope this helps&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 05 Jul 2002 19:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749165#M944939</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-07-05T19:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: L2000 internal disk trick</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749166#M944940</link>
      <description>sorry for not clarifying...&lt;BR /&gt;&lt;BR /&gt;i am aware of quorum and have done all the right stuff to ignore quorum and it still will not activate.&lt;BR /&gt;&lt;BR /&gt;....just wondering if the lvreduce and/or the vgreduce on these drives when they were on frog has messed up some of the LVM metadata on them.&lt;BR /&gt;&lt;BR /&gt;so it looks like my trick is not one at all. one last thing i was thinking of doing was recreate vg00 on toad while in "hpux -lm" mode, and using the same LE to PE mappings when building the LVs. maybe by recreating the LVM metdata from scratch i can get by!?!</description>
      <pubDate>Mon, 08 Jul 2002 03:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l2000-internal-disk-trick/m-p/2749166#M944940</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2002-07-08T03:40:34Z</dc:date>
    </item>
  </channel>
</rss>

