<?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: Problems with mirrored disks in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470933#M520904</link>
    <description>Hi Carol, Hi Dan,&lt;BR /&gt;&lt;BR /&gt;thank's for the quick help.&lt;BR /&gt;But, can you tell me something about disk quorum.&lt;BR /&gt;Makes quorum any difference during the backup and restore ? ( Can I just ignore it ? )&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
    <pubDate>Wed, 06 Dec 2000 09:31:32 GMT</pubDate>
    <dc:creator>Thomas Kopp</dc:creator>
    <dc:date>2000-12-06T09:31:32Z</dc:date>
    <item>
      <title>Problems with mirrored disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470930#M520901</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I work with a hp-ux 10.20 system :&lt;BR /&gt;&lt;BR /&gt;+ root volume (vg00 ; 1 +1 disk - mirrored )&lt;BR /&gt;+ applications volume (vg01 ; 1+1 disk - &lt;BR /&gt;    quorum in use + mirrored )&lt;BR /&gt;&lt;BR /&gt;Backup:&lt;BR /&gt;First, I reduce the mirroring for both volumes and used&lt;BR /&gt;vgreduce to get only one disk per volume group.&lt;BR /&gt;Now for the root volume I used make_recovery -v -A to create a tape.&lt;BR /&gt;For the other volume group I used tar cvf ... to create the&lt;BR /&gt;second tape.&lt;BR /&gt;&lt;BR /&gt;Restore:&lt;BR /&gt;The recovery of the root volume (vg00) was working fine.&lt;BR /&gt;But the mirroring of the root-disk had follwing error :&lt;BR /&gt;-information in "etc/lvmtab" differs from that in "etc/lvmpvg"&lt;BR /&gt;-vgextend: Error detected, when reading from file "etc/lvmpvg"&lt;BR /&gt;After deleting "etc/lvmpvg" it works !!&lt;BR /&gt;&lt;BR /&gt;For the mirroring of the vg01-disk I got follwing error :&lt;BR /&gt;vgextend: The volume group "/dev/vg01" is not active. Only an active volume group can be extended.&lt;BR /&gt;&lt;BR /&gt;Then I tried to activte this volume.&lt;BR /&gt;#vgchange -a y /dev/vg01&lt;BR /&gt;vgchange: Couldn't activate volume group "/dev/vg01":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;Then I used :&lt;BR /&gt;#vgchange -a y -q n /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Activated volume group &lt;BR /&gt;&lt;BR /&gt;vgchange: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;&lt;BR /&gt;I/O error&lt;BR /&gt;&lt;BR /&gt;Volume group "/dev/vg01" has been successfully changed.&lt;BR /&gt;&lt;BR /&gt;To extend the volume I used :&lt;BR /&gt;#vgextend -g vg01 /dev/vg01 /dev/dsk/c1t3d0&lt;BR /&gt;But we got follwing output:&lt;BR /&gt;Physical volume group "vg01" has been successfully extended.&lt;BR /&gt;&lt;BR /&gt;vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 3 disks for "/dev/vg01"; /etc/lvmtab has 2 disks.&lt;BR /&gt;&lt;BR /&gt;Cannot proceed with backup.&lt;BR /&gt;&lt;BR /&gt;Now I used :&lt;BR /&gt;#lvreduce -A n -m 0 /dev/vg01/lvol1&lt;BR /&gt;#vgreduce -f /dev/vg01&lt;BR /&gt;#rm /etc/lvmtab&lt;BR /&gt;#vgscan -v &lt;BR /&gt;&lt;BR /&gt;After all this commands, it was now possible to extend +&lt;BR /&gt;mirroring the volume.&lt;BR /&gt;&lt;BR /&gt;Question:&lt;BR /&gt;Does anybody know, how to work with make_recovery in&lt;BR /&gt;such an environment. ( more then one vg +&lt;BR /&gt;mirrored disks+quorum )&lt;BR /&gt;Thank's in advance!!&lt;BR /&gt;Thomas Kopp&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2000 08:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470930#M520901</guid>
      <dc:creator>Thomas Kopp</dc:creator>
      <dc:date>2000-12-06T08:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mirrored disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470931#M520902</link>
      <description>&lt;BR /&gt;I dont think there is any need to do anything about your mirrored disks when using ignite. We dont here and we have vg00 + vg01 mirrored. We simply use make_recovery for vg00, backup vg01 some other way (fbackup or tar etc) and then boot off the ignite tape, this will restore vg00 (but without the mirrored disk in the vg - only 1 disk in vg00 and no mirroring - turn on the mirroring manually afterwards). After the ignite restore of vg00 it will still know about vg01, simply need to activate vg01 then restore vg01 from backup. Then re-turn on mirroring for vg01 and your done.&lt;BR /&gt;&lt;BR /&gt;Your procedure of reducing the mirrors and reducing the vg's before the ignite restore is overly complicated and only causing problems - as you saw with the kernel and lvm becoming out of sync as to how many disks in vg's. You dont need to do this before running make_recovery.&lt;BR /&gt;Ignite doesnt handling mirroring at all - you have to do this yourself after a restore.&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2000 08:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470931#M520902</guid>
      <dc:creator>Carol Garrett</dc:creator>
      <dc:date>2000-12-06T08:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mirrored disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470932#M520903</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Why do you reduce the mirroring before doing your backup ? You don't need to...&lt;BR /&gt;&lt;BR /&gt;Use make_recovery -A for vg00 and fbackup (or any other suitable tool) for vg01.&lt;BR /&gt;&lt;BR /&gt;You can then boot off the recovery tape, activate vg01 and restore your vg01 data.&lt;BR /&gt;&lt;BR /&gt;You'll have to manually turn mirroring on as Ignite won't do it automatically.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2000 08:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470932#M520903</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-06T08:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mirrored disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470933#M520904</link>
      <description>Hi Carol, Hi Dan,&lt;BR /&gt;&lt;BR /&gt;thank's for the quick help.&lt;BR /&gt;But, can you tell me something about disk quorum.&lt;BR /&gt;Makes quorum any difference during the backup and restore ? ( Can I just ignore it ? )&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Wed, 06 Dec 2000 09:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470933#M520904</guid>
      <dc:creator>Thomas Kopp</dc:creator>
      <dc:date>2000-12-06T09:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mirrored disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470934#M520905</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;I would ignore disk quorum. It has no effect on backups and restores that I know of. The only time you have to worry about quorum is if you lose a disk and on reboot the vg wont activate due to quorum not present, and you can get around it anyway by booting with hpux -lq, or if not vg00 then after boot activate a non vg00 vg (eg. vg01) with vhchange -q n&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2000 09:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470934#M520905</guid>
      <dc:creator>Carol Garrett</dc:creator>
      <dc:date>2000-12-06T09:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mirrored disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470935#M520906</link>
      <description>Be sure to check out the mirror documentation for ignite in /opt/ignite/share/doc/diskmirror.pdf&lt;BR /&gt;&lt;BR /&gt;There has also been several posts on this issue.  See the following thread which has a script for mirroring attached to the third response.&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9602a24d9abcd4118fef0090279cd0f9!0,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9602a24d9abcd4118fef0090279cd0f9!0,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2000 13:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470935#M520906</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-12-06T13:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mirrored disks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470936#M520907</link>
      <description>Hi Kopp,&lt;BR /&gt;&lt;BR /&gt;Quorum has no effects on backup and/or restore.&lt;BR /&gt;As far as I know, you can totally ignore it.&lt;BR /&gt;&lt;BR /&gt;If, at boot time, one disk of your root volume group is missing, the system won't boot, as quorum requirement is enforced by default.&lt;BR /&gt;You'll have to disable the quorum requirement with 'hpux -lq'&lt;BR /&gt;&lt;BR /&gt;If one disk of any other (non vg00) volume group is missing, you'll have to manually disable quorum requirement with 'vgchange -q n /dev/vgxx'&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2000 14:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mirrored-disks/m-p/2470936#M520907</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-06T14:31:08Z</dc:date>
    </item>
  </channel>
</rss>

