<?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: Mirror disk error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5742529#M493473</link>
    <description>&lt;P&gt;Interestingly the new Mirror Boot Disk procedures from HP do not include the efi_fsinit command or any others that army didn't use. So I wouldn't be to sure their absence is an issue.&amp;nbsp; However the extra disk reference in lvmtab is an issue, especially since vgdisplay doesn't match lvmtab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To fix lvmtab:&lt;/P&gt;&lt;P&gt;cd /etc&lt;BR /&gt;mv lvmtab lvmtab.bak&lt;BR /&gt;vgscan -av&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Torsten has a good suggestion about using the internal SAS controller to create the RAID 1 mirror of the boot disk.&amp;nbsp; Early RX series servers came from the factory with no controller level RAID's configured, just the OS on a single disk and all the other disk showing as unused individual disks.&amp;nbsp; Later factory installs came with the OS installed on a single logical disk configured in a RAID 1 at the controller.&amp;nbsp; When I rebuilt older RX servers I used the opportunity to make the change to the controller level RAID 1 boot.&amp;nbsp; If you have the ability to rebuild this server, I would do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your preparing for an OS upgrade from 11.23 to 11.31. While HP provides an upgrade in place utility and procedure, the preferred and recommended approach is to build a new install of 11.31 and migrate your application(s) to it. If you have enough systems to be able to do that, I would build new, and make the SAS control RAID change at that time.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2012 14:27:36 GMT</pubDate>
    <dc:creator>Ken Grabowski</dc:creator>
    <dc:date>2012-07-27T14:27:36Z</dc:date>
    <item>
      <title>Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741077#M493466</link>
      <description>&lt;P&gt;RX3600 Itanium running HPUX 11.23 replaced root drive with larger drive using Ignite two step process,&amp;nbsp;also added another new SAS drive to use as mirror. When running the mirror commands at the &amp;nbsp;vgextend portion got this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VGCFGBACKUP: Invalid LVMREC on physical volume /dev/rdsk/c11t1d0 (the mirror disk)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now lvstatus command shows disk as available/stale&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure where to go from here any ideas ? Is the mirror salvageable or If needed how would I delete all the mirror changes and start mirror process over?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attachment has errors in syslog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 14:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741077#M493466</guid>
      <dc:creator>usarmy</dc:creator>
      <dc:date>2012-07-26T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741095#M493467</link>
      <description>&lt;P&gt;You probably did something wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you use the mirror procedure for Integrity servers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remember, the data disk is something like c1t2d0s2 - the "s2" is most important!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741095#M493467</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-07-26T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741099#M493468</link>
      <description>&lt;P&gt;Are the two drives the same size? What commands did you use on the SAS drive to prepaid it before adding it to the mirror?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lvreduce can be used to remove mirrored PE's from the SAS drive. The lvreduce man page has excellent command line examples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741099#M493468</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2012-07-26T15:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741113#M493469</link>
      <description>&lt;P&gt;The "Not LVM Disk" makes me wonder if you ran pvcreate on the disk before adding it to the volume group with lvextend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As Torsten said... If you are adding this disk to vg00 on an IA64 system, you need to create the EFI partitions and matching those when mirroring the lv's.&amp;nbsp; Look at the "Mirroring the Boot Disk" section of the "HP-UX System Administrator's Guide: Logical Volume Management HP-UX 11i Version 3" manual. I gave you the link the last time.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741113#M493469</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2012-07-26T15:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741249#M493470</link>
      <description>&lt;P&gt;First you should solve this problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jul 25 19:43:45 mspfodb vmunix: sasd: [ALERT] Driver detected a software downgra&lt;BR /&gt;de.&lt;BR /&gt;Jul 25 19:43:45 mspfodb vmunix: sasd: The current driver version is unsupported&lt;BR /&gt;Jul 25 19:43:45 mspfodb vmunix: sasd: for the Serial SCSI HBA at hw path 0/4/1/0&lt;BR /&gt;.&lt;BR /&gt;Jul 25 19:43:45 mspfodb vmunix: sasd:&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;Please install the latest SerialSCSI-00 de&lt;/FONT&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;pot ASAP.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 16:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741249#M493470</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-07-26T16:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741367#M493471</link>
      <description>&lt;P&gt;Torsten&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what that sasd error is, but I'm preparing this system to upgrade to 11.31 from 11.23 next week so I'm not sure that warning is a problem. I'm attaching output from vgdisplay and my lvmtab file and a ioscan I have compared the ioscan from before and they are exactly the same.. On other posts I keep seeing where removing lvmtab and running vgscan has resolved similar issues what do you think?&amp;nbsp; The following is the exact mirror process i followed this process was used 4 years ago when this system was initialized without problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MIRROR DISK STEPS.&lt;/P&gt;&lt;P&gt;Create idf file to load&lt;BR /&gt;vi /tmp/idf&lt;BR /&gt;3&lt;BR /&gt;EFI&amp;nbsp; 500MB&lt;BR /&gt;HPUX 100%&lt;BR /&gt;HPSP 400MB&lt;/P&gt;&lt;P&gt;#idisk -wf /tmp/idf /dev/rdsk/c11t1d0&lt;/P&gt;&lt;P&gt;#idisk /dev/rdsk/c11t1d0&lt;/P&gt;&lt;P&gt;#insf -eC disk&lt;/P&gt;&lt;P&gt;#ioscan -kfnC disk&lt;/P&gt;&lt;P&gt;#mkboot -e -l /dev/rdsk/c11t1d0&lt;/P&gt;&lt;P&gt;#efi_ls -d /dev/rdsk/c11t1d0s1&lt;/P&gt;&lt;P&gt;#mkboot -a "boot vmunix -lq" /dev/rdsk/c11t0d0&lt;/P&gt;&lt;P&gt;#mkboot -a "boot vmunix -lq" /dev/rdsk/c11t1d0&lt;/P&gt;&lt;P&gt;#efi_cp -d /dev/rdsk/c11t1d0s1 -u /efi/hpux/auto /dev/console&lt;/P&gt;&lt;P&gt;#efi_cp -d /dev/rdsk/c11t0d0s1 -u /efi/hpux/auto /dev/console&lt;/P&gt;&lt;P&gt;#pvcreate -fB /dev/rdsk/c11t1d0s2&lt;/P&gt;&lt;P&gt;#vgextend /dev/vg00 /dex/dsk/c11t1d0s2&lt;/P&gt;&lt;P&gt;#vgdisplay -v vg00 | grep "PV Name"&lt;/P&gt;&lt;P&gt;#for lv in /dev/vg00/lvol* ; do lvextend -m 1 $lv ; done&lt;/P&gt;&lt;P&gt;#lvlnboot -R&lt;/P&gt;&lt;P&gt;#lvlnboot -v&lt;/P&gt;&lt;P&gt;#vi /stand/bootconf&lt;BR /&gt;l /dev/dsk/c11t0d0s2&lt;BR /&gt;l /dev/dsk/c11t1d0s2&lt;/P&gt;&lt;P&gt;#dd if=/dev/dsk/c11t0d0s3 of=/dev/dsk/c11t1d0s3&lt;/P&gt;&lt;P&gt;#setboot -p 0/4/1/0.0.0.0.0&lt;/P&gt;&lt;P&gt;#setboot -h 0/4/1/0.0.0.1.0&lt;/P&gt;&lt;P&gt;setboot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 18:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741367#M493471</guid>
      <dc:creator>usarmy</dc:creator>
      <dc:date>2012-07-26T18:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741727#M493472</link>
      <description>&lt;P&gt;I see several problems:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- your procedure has missing steps, e.g. "efi_fsinit ..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- your lvmtab is wrong:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c11t0d0s2&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;/dev/dsk/c11t1d0&lt;/FONT&gt;&lt;BR /&gt;/dev/dsk/c11t1d0s2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would do something totally different:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- backup with ignite&lt;/P&gt;&lt;P&gt;- create a hardware RAID1 using ORCA&lt;/P&gt;&lt;P&gt;- restore the OS to this RAID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reason: you already know that mirroring is not that simple, but a disk replacement because of a failed disk with hp-ux 11.31 and SAS disks is even more complicated, but if you have a hardware RAID, you just swap the disks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 04:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5741727#M493472</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2012-07-27T04:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5742529#M493473</link>
      <description>&lt;P&gt;Interestingly the new Mirror Boot Disk procedures from HP do not include the efi_fsinit command or any others that army didn't use. So I wouldn't be to sure their absence is an issue.&amp;nbsp; However the extra disk reference in lvmtab is an issue, especially since vgdisplay doesn't match lvmtab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To fix lvmtab:&lt;/P&gt;&lt;P&gt;cd /etc&lt;BR /&gt;mv lvmtab lvmtab.bak&lt;BR /&gt;vgscan -av&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Torsten has a good suggestion about using the internal SAS controller to create the RAID 1 mirror of the boot disk.&amp;nbsp; Early RX series servers came from the factory with no controller level RAID's configured, just the OS on a single disk and all the other disk showing as unused individual disks.&amp;nbsp; Later factory installs came with the OS installed on a single logical disk configured in a RAID 1 at the controller.&amp;nbsp; When I rebuilt older RX servers I used the opportunity to make the change to the controller level RAID 1 boot.&amp;nbsp; If you have the ability to rebuild this server, I would do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your preparing for an OS upgrade from 11.23 to 11.31. While HP provides an upgrade in place utility and procedure, the preferred and recommended approach is to build a new install of 11.31 and migrate your application(s) to it. If you have enough systems to be able to do that, I would build new, and make the SAS control RAID change at that time.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 14:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5742529#M493473</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2012-07-27T14:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5742805#M493474</link>
      <description>&lt;P&gt;Torsten/Ken&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You both have very good ideas but a Higher Headquarters controls my systems config&amp;nbsp; and stupidity is the boss, there&amp;nbsp;are 54 of these and all are on the same baseline.&amp;nbsp; I was able to kill this system after playing with LVM commands all day. This morning I reran two step ignite and now have a system running I'll try the mirror procedure again tonight. I'm concerned about the Ignite version mismatch&amp;nbsp; I have 7.2.94 on my system/Ignite tape but the OE 11.23 HPUX CD i have has 7.4.155 It gives me a dire warning but will continue and build a new VG00 on my new disk. Talked to HP support and they laughed when I asked where can I get 7.4.155 so I'm not sure what to do about that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I was able to to look at a backup of /etc/lvmtab from before i replaced the disks and mirroring was working &amp;nbsp;and it has the S2 at the end of both of these device files.&amp;nbsp;&amp;nbsp;&amp;nbsp; My VG00 section in&amp;nbsp;/etc/lvmtab looks like this now (PRE MIRROR) . So it appears when I ran those mirror commands I added c11t1d0s2 I think the c11t1d0 is the problem Any Ideas would br greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;A&gt;emspfodb@/etc&amp;gt;strings&lt;/A&gt; lvmtab | pg&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c11t0d0s2&lt;BR /&gt;/dev/dsk/c11t1d0&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 19:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5742805#M493474</guid>
      <dc:creator>usarmy</dc:creator>
      <dc:date>2012-07-27T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5742827#M493475</link>
      <description>&lt;P&gt;Being at ARNG-IMS-P I understand your limitations. None the less, it's still the recommended approach, if you have the machines and the consent.&amp;nbsp; You can always try and sell them on the "Golden Image" approach for creating and maintaining the baseline.&amp;nbsp; Good luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lvmtab fix I gave you is what you want to run before trying your procedure for adding a mirror again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignite is always putting out new updates and you always have to go around and bring all the systems up to the same level.&amp;nbsp; Most of the time ignite lets you continue on with your work with only a warning, but sometimes it will refuse.&amp;nbsp; Make a practice of aligning the Ignite software release on your systems at the same time, or as close together as you can.&amp;nbsp; Make sure you check for updates when you do patching, and make sure you cover all your systems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 19:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-error/m-p/5742827#M493475</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2012-07-27T19:43:29Z</dc:date>
    </item>
  </channel>
</rss>

