<?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: Mirroring question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208809#M325869</link>
    <description>i could do a make_tape_recovery, mirror then recover. I don't have mirror-ux installed on the box.</description>
    <pubDate>Mon, 02 Jun 2008 12:08:16 GMT</pubDate>
    <dc:creator>Chris Fadrowski</dc:creator>
    <dc:date>2008-06-02T12:08:16Z</dc:date>
    <item>
      <title>Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208794#M325854</link>
      <description>I just inherited a server, it's a rx6600 IA 64 running 11.23 v3. Supposedly the two internal drives are mirrored (hardware). Can anyone point me to way to verify this? is there a command to see if they are indeed mirrored? Or another process?</description>
      <pubDate>Mon, 02 Jun 2008 11:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208794#M325854</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-06-02T11:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208795#M325855</link>
      <description>I assume you have the standard SAS controller.&lt;BR /&gt;&lt;BR /&gt;Try this (and adjust sasd0 as needed):&lt;BR /&gt;&lt;BR /&gt;# sasmgr get_info -D /dev/sasd0 -q raid</description>
      <pubDate>Mon, 02 Jun 2008 11:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208795#M325855</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T11:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208796#M325856</link>
      <description>Chris, &lt;BR /&gt;   Run a lvlnboot -v and see what the output is.  If you have a mirror it would look like this:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt; /dev/dsk/c0t6d0 (1/0/0/3/0.6.0) -- Boot Disk&lt;BR /&gt; /dev/dsk/c4t8d0 (1/0/4/1/0.8.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c4t8d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c4t8d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c4t8d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t6d0, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If not.. it is obvious.&lt;BR /&gt;&lt;BR /&gt;Also do a swlist and see it MirrorDisk/UX is even installed........</description>
      <pubDate>Mon, 02 Jun 2008 11:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208796#M325856</guid>
      <dc:creator>Adam Winebaugh</dc:creator>
      <dc:date>2008-06-02T11:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208797#M325857</link>
      <description>&lt;!--!*#--&gt;Well, the rx6600 is able to do a *hardware* raid, so LVM mirroring is not needed for the boot disks.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;sasmgr get_info -D /dev/sasd0 -q raid&lt;BR /&gt;&lt;BR /&gt;Fri Jan 11 11:05:19 2008&lt;BR /&gt;&lt;BR /&gt;---------- LOGICAL DRIVE 1 ----------&lt;BR /&gt;&lt;BR /&gt;Raid Level                                         : RAID 1              &lt;BR /&gt;Volume sas address                                 : 0x4b3ec4b544b3333   &lt;BR /&gt;Device Special File                                : /dev/rdsk/c3t0d0    &lt;BR /&gt;Raid State                                         : OPTIMAL             &lt;BR /&gt;Raid Status Flag                                   : ENABLED             &lt;BR /&gt;Raid Size                                          : 34332               &lt;BR /&gt;Rebuild Rate                                       : 0.00 %              &lt;BR /&gt;Rebuild Progress                                   : 100.00 %            &lt;BR /&gt;&lt;BR /&gt;Participating Physical Drive(s) :&lt;BR /&gt;&lt;BR /&gt;SAS Address         Enc   Bay   Size(MB)      Type            State           &lt;BR /&gt;&lt;BR /&gt;0x5000c50000ae1111   1     2    34732         SECONDARY       ONLINE         &lt;BR /&gt;0x5000c50000ae2222   1     1    34732         PRIMARY         ONLINE         &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ioscan:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;disk         2  0/2/1/0.0.0.0.0            sdisk             CLAIMED     DEVICE &lt;BR /&gt;      HP      IR Volume&lt;BR /&gt;                              /dev/dsk/c3t0d0     /dev/rdsk/c3t0d0  &lt;BR /&gt;                              /dev/dsk/c3t0d0s1   /dev/rdsk/c3t0d0s1&lt;BR /&gt;                              /dev/dsk/c3t0d0s2   /dev/rdsk/c3t0d0s2&lt;BR /&gt;                              /dev/dsk/c3t0d0s3   /dev/rdsk/c3t0d0s3&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: it is called&lt;BR /&gt;&lt;BR /&gt;"HP IR Volume" = integrated RAID</description>
      <pubDate>Mon, 02 Jun 2008 11:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208797#M325857</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208798#M325858</link>
      <description>Hi Chris&lt;BR /&gt;&lt;BR /&gt;#lvlnboot -v</description>
      <pubDate>Mon, 02 Jun 2008 11:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208798#M325858</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-06-02T11:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208799#M325859</link>
      <description>how do you find the proper sasd0? &lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;sasmgr get_info -D /dev/sasd0 -q raid&lt;BR /&gt;ERROR: Unable to open the file /dev/sasd0.&lt;BR /&gt;Please verify the correctness of the HBA device file specified&lt;BR /&gt;with the -D option.&lt;BR /&gt;&lt;BR /&gt;is what i get. Sorry, i have always used mirrorUX in the past.</description>
      <pubDate>Mon, 02 Jun 2008 11:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208799#M325859</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-06-02T11:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208800#M325860</link>
      <description>root@hostname:/&amp;gt;lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t6d0s2 (0/0/0/2/0.6.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t6d0s2&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t6d0s2&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t6d0s2&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t6d0s2, 0&lt;BR /&gt;&lt;BR /&gt;Here is the lvlnboot -v, all disks appear the same.</description>
      <pubDate>Mon, 02 Jun 2008 11:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208800#M325860</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-06-02T11:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208801#M325861</link>
      <description>&lt;!--!*#--&gt;The sas controller looks like this in ioscan:&lt;BR /&gt;&lt;BR /&gt;escsi_ctlr   0  0/1/1/0        sasd              CLAIMED     INTERFACE    HP  PCI/PCI-X SAS MPT Adapter&lt;BR /&gt;                              /dev/sasd0</description>
      <pubDate>Mon, 02 Jun 2008 11:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208801#M325861</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T11:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208802#M325862</link>
      <description>Could you please post "ioscan -fn"?</description>
      <pubDate>Mon, 02 Jun 2008 11:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208802#M325862</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208803#M325863</link>
      <description>root@hostname:/&amp;gt;ioscan -fnC escsi_ctlr&lt;BR /&gt;Class        I  H/W Path  Driver S/W State   H/W Type     Description&lt;BR /&gt;====================================================================&lt;BR /&gt;escsi_ctlr   0  0/4/1/0   sasd   CLAIMED     INTERFACE    HP  PCI/PCI-X SAS MPT Adapter&lt;BR /&gt;                         /dev/sasd0&lt;BR /&gt;&lt;BR /&gt;root@hostname:/&amp;gt;sasmgr get_info -D /dev/sasd0 -q raid&lt;BR /&gt;&lt;BR /&gt;Mon Jun  2 07:40:54 2008&lt;BR /&gt;&lt;BR /&gt;---------- PHYSICAL DRIVES ----------&lt;BR /&gt;LUN dsf              SAS Address          Enclosure    Bay      Size(MB)&lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/c0t0d0     0x5000cca0000dcde9     1            7      70007&lt;BR /&gt;/dev/rdsk/c0t1d0     0x5000cca0000bc321     1            8      70007&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2008 11:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208803#M325863</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-06-02T11:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208804#M325864</link>
      <description>The reported disks are c0t0d0 and c0t1d0, but your boot disk is c0t6d0.&lt;BR /&gt;&lt;BR /&gt;So better to post the ioscan as suggested.</description>
      <pubDate>Mon, 02 Jun 2008 11:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208804#M325864</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T11:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208805#M325865</link>
      <description>Class        I  H/W Path       Driver         S/W State   H/W Type     Description&lt;BR /&gt;===================================================================================&lt;BR /&gt;root         0                 root             CLAIMED     BUS_NEXUS&lt;BR /&gt;ioa          0  0              sba              CLAIMED     BUS_NEXUS    System Bus Adapter (4030)&lt;BR /&gt;ba           0  0/0            lba              CLAIMED     BUS_NEXUS    Local PCI-X Bus Adapter (122e)&lt;BR /&gt;tty          0  0/0/1/0        rmp3f01          CLAIMED     INTERFACE    PCI class(255,0) (103c1303)&lt;BR /&gt;tty          1  0/0/1/1        rmp3f01          CLAIMED     INTERFACE    PCI SimpleComm (103c1302)&lt;BR /&gt;tty          2  0/0/1/2        asio0            CLAIMED     INTERFACE    PCI Serial (103c1048)&lt;BR /&gt;                              /dev/diag/mux2  /dev/mux2       /dev/tty2p0&lt;BR /&gt;OO           0  0/0/2/0        UsbOhci          CLAIMED     INTERFACE    USB OHCI Interface&lt;BR /&gt;OO           1  0/0/2/1        UsbOhci          CLAIMED     INTERFACE    USB OHCI Interface&lt;BR /&gt;OO           2  0/0/2/1.0      UsbMiniBus       CLAIMED     INTERFACE    USB Composite Device&lt;BR /&gt;OO           5  0/0/2/1.0.0    UsbBulkOnlyMS    CLAIMED     DEVICE       USB Bulk Only&lt;BR /&gt;disk         1  0/0/2/1.0.16   UsbScsiAdaptor   CLAIMED     DEVICE       USB SCSI Stack Adaptor&lt;BR /&gt;                              /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;                              /dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000001&lt;BR /&gt;OO           6  0/0/2/2        UsbEhci          CLAIMED     INTERFACE    USB EHCI Interface&lt;BR /&gt;ba           1  0/1            lba              CLAIMED     BUS_NEXUS    Local PCI-X Bus Adapter (122e)&lt;BR /&gt;slot         0  0/1/1          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;fc           0  0/1/1/0        td               CLAIMED     INTERFACE    HP Tachyon XL2 Fibre Channel Mass Sto&lt;BR /&gt;rage Adapter&lt;BR /&gt;                              /dev/td0&lt;BR /&gt;slot         1  0/1/2          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;fc           1  0/1/2/0        td               CLAIMED     INTERFACE    HP Tachyon XL2 Fibre Channel Mass Sto&lt;BR /&gt;rage Adapter&lt;BR /&gt;                              /dev/td1&lt;BR /&gt;ba           2  0/2            lba              CLAIMED     BUS_NEXUS    Local PCI-X Bus Adapter (122e)&lt;BR /&gt;slot         2  0/2/1          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;ba           3  0/3            lba              CLAIMED     BUS_NEXUS    Local PCI-X Bus Adapter (12ee)&lt;BR /&gt;slot         3  0/3/1          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;ba           4  0/4            lba              CLAIMED     BUS_NEXUS    Local PCI-X Bus Adapter (122e)&lt;BR /&gt;slot         4  0/4/1          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;escsi_ctlr   0  0/4/1/0        sasd             CLAIMED     INTERFACE    HP  PCI/PCI-X SAS MPT Adapter&lt;BR /&gt;                              /dev/sasd0&lt;BR /&gt;ext_bus      0  0/4/1/0.0.0    sasd_vbus        CLAIMED     INTERFACE    SAS Device Interface&lt;BR /&gt;target       1  0/4/1/0.0.0.0  tgt              CLAIMED     DEVICE&lt;BR /&gt;disk         3  0/4/1/0.0.0.0.0  sdisk            CLAIMED     DEVICE       HP      DG072A4951&lt;BR /&gt;                              /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;target       0  0/4/1/0.0.0.1  tgt              CLAIMED     DEVICE&lt;BR /&gt;disk         2  0/4/1/0.0.0.1.0  sdisk            CLAIMED     DEVICE       HP      DG072A4951&lt;BR /&gt;                              /dev/dsk/c0t1d0     /dev/dsk/c0t1d0s2   /dev/rdsk/c0t1d0    /dev/rdsk/c0t1d0s2&lt;BR /&gt;                              /dev/dsk/c0t1d0s1   /dev/dsk/c0t1d0s3   /dev/rdsk/c0t1d0s1  /dev/rdsk/c0t1d0s3&lt;BR /&gt;slot         5  0/4/2          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;lan          0  0/4/2/0        iether           CLAIMED     INTERFACE    HP AB352-60003 PCI/PCI-X 1000Base-T D&lt;BR /&gt;ual-port Core&lt;BR /&gt;lan          1  0/4/2/1        iether           CLAIMED     INTERFACE    HP AB352-60003 PCI/PCI-X 1000Base-T D&lt;BR /&gt;ual-port Core&lt;BR /&gt;ba           5  0/5            lba              CLAIMED     BUS_NEXUS    Local PCI-X Bus Adapter (122e)&lt;BR /&gt;slot         6  0/5/1          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;slot         7  0/5/2          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;ba           6  0/5/2/0        PCItoPCI         CLAIMED     BUS_NEXUS    PCItoPCI Bridge&lt;BR /&gt;ext_bus      1  0/5/2/0/4/0    mpt              CLAIMED     INTERFACE    HP AB290-60001 PCI/PCI-X U320 SCSI 2-&lt;BR /&gt;port U320 SCSI/2-port 1000B-T Combo Adapter&lt;BR /&gt;                              /dev/mpt1&lt;BR /&gt;ext_bus      2  0/5/2/0/4/1    mpt              CLAIMED     INTERFACE    HP AB290-60001 PCI/PCI-X U320 SCSI 2-&lt;BR /&gt;port U320 SCSI/2-port 1000B-T Combo Adapter&lt;BR /&gt;                              /dev/mpt2&lt;BR /&gt;lan          2  0/5/2/0/6/0    iether           CLAIMED     INTERFACE    HP AB290-60001 PCI/PCI-X 1000Base-T 2&lt;BR /&gt;-port U320 SCSI/2-port 1000B-T Combo Adapter&lt;BR /&gt;lan          3  0/5/2/0/6/1    iether           CLAIMED     INTERFACE    HP AB290-60001 PCI/PCI-X 1000Base-T 2&lt;BR /&gt;-port U320 SCSI/2-port 1000B-T Combo Adapter&lt;BR /&gt;ba           7  0/6            lba              CLAIMED     BUS_NEXUS    Local PCI-X Bus Adapter (122e)&lt;BR /&gt;slot         8  0/6/1          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;ba           8  0/7            lba              CLAIMED     BUS_NEXUS    Local PCI-X Bus Adapter (12ee)&lt;BR /&gt;slot         9  0/7/1          pci_slot         CLAIMED     SLOT         PCI Slot&lt;BR /&gt;processor    0  120            processor        CLAIMED     PROCESSOR    Processor&lt;BR /&gt;processor    1  121            processor        CLAIMED     PROCESSOR    Processor&lt;BR /&gt;processor    2  122            processor        CLAIMED     PROCESSOR    Processor&lt;BR /&gt;processor    3  123            processor        CLAIMED     PROCESSOR    Processor&lt;BR /&gt;ba           9  250            pdh              CLAIMED     BUS_NEXUS    Core I/O Adapter&lt;BR /&gt;ipmi         0  250/0          ipmi             CLAIMED     INTERFACE    IPMI Controller&lt;BR /&gt;                              /dev/ipmi&lt;BR /&gt;tty          3  250/1          asio0            CLAIMED     INTERFACE    Built-in RS232C&lt;BR /&gt;                              /dev/diag/mux3  /dev/mux3       /dev/tty3p0&lt;BR /&gt;acpi_node    0  250/2          acpi_node        CLAIMED     INTERFACE    Acpi Hardware</description>
      <pubDate>Mon, 02 Jun 2008 11:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208805#M325865</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-06-02T11:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208806#M325866</link>
      <description>The both disks are not mirrored at all:&lt;BR /&gt;&lt;BR /&gt;disk 3 0/4/1/0.0.0.0.0 sdisk CLAIMED DEVICE HP DG072A4951 &lt;BR /&gt;/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0 &lt;BR /&gt;target 0 0/4/1/0.0.0.1 tgt CLAIMED DEVICE &lt;BR /&gt;disk 2 0/4/1/0.0.0.1.0 sdisk CLAIMED DEVICE HP DG072A4951 &lt;BR /&gt;/dev/dsk/c0t1d0 /dev/dsk/c0t1d0s2 /dev/rdsk/c0t1d0 /dev/rdsk/c0t1d0s2 &lt;BR /&gt;/dev/dsk/c0t1d0s1 /dev/dsk/c0t1d0s3 /dev/rdsk/c0t1d0s1 /dev/rdsk/c0t1d0s3 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But where the c0t6d0 reported in lvlnboot is coming from? You don't have that disk.</description>
      <pubDate>Mon, 02 Jun 2008 12:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208806#M325866</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T12:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208807#M325867</link>
      <description>am i able to mirror this after the fact? I see two physical disks in the system. &lt;BR /&gt;&lt;BR /&gt;I am not sure of the history of the box or how it was running before. Can i mirror without rebuilding?</description>
      <pubDate>Mon, 02 Jun 2008 12:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208807#M325867</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-06-02T12:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208808#M325868</link>
      <description>If you want to use the hardware mirror, all data will be deleted. So you need to backup/restore or even cold install after setting up the *hardware* mirror.&lt;BR /&gt;&lt;BR /&gt;Otherwise you can use LVM mirror as usual.</description>
      <pubDate>Mon, 02 Jun 2008 12:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208808#M325868</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208809#M325869</link>
      <description>i could do a make_tape_recovery, mirror then recover. I don't have mirror-ux installed on the box.</description>
      <pubDate>Mon, 02 Jun 2008 12:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208809#M325869</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-06-02T12:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208810#M325870</link>
      <description>Yes, you can.&lt;BR /&gt;&lt;BR /&gt;BTW, where did you take the&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;command?&lt;BR /&gt;&lt;BR /&gt;This server has NO hardware path&lt;BR /&gt;/dev/dsk/c0t6d0s2 (0/0/0/2/0.6.0)&lt;BR /&gt;&lt;BR /&gt;Different system?</description>
      <pubDate>Mon, 02 Jun 2008 12:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208810#M325870</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208811#M325871</link>
      <description>Here is the manual link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J6369-90071/index.html" target="_blank"&gt;http://docs.hp.com/en/J6369-90071/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J6369-90071/ch03s03.html" target="_blank"&gt;http://docs.hp.com/en/J6369-90071/ch03s03.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2008 12:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208811#M325871</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208812#M325872</link>
      <description>not sure, i was working in two different systems and may have had a paste image in my clipbook. Here is the correct lvlnboot -v &lt;BR /&gt;&lt;BR /&gt;root@hostname:/&amp;gt;lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/disk/disk5_p2 -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/disk/disk5_p2&lt;BR /&gt;Root: lvol3     on:     /dev/disk/disk5_p2&lt;BR /&gt;Swap: lvol2     on:     /dev/disk/disk5_p2&lt;BR /&gt;Dump: lvol2     on:     /dev/disk/disk5_p2, 0&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2008 12:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208812#M325872</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-06-02T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208813#M325873</link>
      <description>But this is hp-ux 11.31 (hp-ux 11iv3) - not 11.23.&lt;BR /&gt;&lt;BR /&gt;Anyway, proceed as suggested.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Consider to read this too finally:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Mon, 02 Jun 2008 12:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/4208813#M325873</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-02T12:16:50Z</dc:date>
    </item>
  </channel>
</rss>

