<?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: Creating a mirrored boot disk. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579675#M920933</link>
    <description>Hi Damon,&lt;BR /&gt;&lt;BR /&gt;plump error.&lt;BR /&gt;&lt;BR /&gt;Make sure /dev/lan is a link to /dev/dlpi if not&lt;BR /&gt;ln -s /dev/dlpi /dev/lan&lt;BR /&gt;&lt;BR /&gt;-Ramesh</description>
    <pubDate>Fri, 14 Sep 2001 20:09:53 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-09-14T20:09:53Z</dc:date>
    <item>
      <title>Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579666#M920924</link>
      <description>I am having problems when I create a mirrored boot disk and then reboot my machine (N400 HP-UX 11.00).  I get the error FATAL unable to initialize registry access.  I followed the HP document to create a mirrored boot disk and my netconf file seems fine.  The machine will boot up, but I don't have any networking.  I try to reconfigure the NIC but it won't let me.  Thanks</description>
      <pubDate>Fri, 14 Sep 2001 14:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579666#M920924</guid>
      <dc:creator>Cara Tock</dc:creator>
      <dc:date>2001-09-14T14:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579667#M920925</link>
      <description>Hi Damon,&lt;BR /&gt;&lt;BR /&gt;You normally get the FATAL:unable to initialize registry access&lt;BR /&gt;when you have a problem in your netconf file.&lt;BR /&gt;&lt;BR /&gt;Did you try "/sbin/set_parms initial"&lt;BR /&gt;that will configure the hostname/IP addresss/DNS/NIS etc.&lt;BR /&gt;&lt;BR /&gt;When you say you don't have networking, do you mean you haven't connected your NICs to a live physical cable? Also make sure the ethernet cable is plugged in to the ethernet card at slot 0/0/0/0&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 14 Sep 2001 14:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579667#M920925</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-14T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579668#M920926</link>
      <description>These are the steps to make aboot mirror&lt;BR /&gt;&lt;BR /&gt;1.pvcreate -f -B /dev/rdsk/cxtxdx&lt;BR /&gt;2.vgextend /dev/vg00 /dev/dsk/cxtxdx&lt;BR /&gt;3.mkboot /dev/rdsk/cxtxdx&lt;BR /&gt;4.mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/cxtxdx&lt;BR /&gt;5.lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/cxtxdx&lt;BR /&gt;repeat the step 5 upto lvol9 sequentially.&lt;BR /&gt;6.lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;Hopa this may help&lt;BR /&gt;GK&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Sep 2001 14:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579668#M920926</guid>
      <dc:creator>G.Kumar</dc:creator>
      <dc:date>2001-09-14T14:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579669#M920927</link>
      <description>Hi ! Also check your boot parameters doing a "lvlnboot -v". Additional you maybe want to check the LIF stuff: "lifls -l /dev/rdsk/&lt;YOUR_BOOT_DISKS&gt;"&lt;BR /&gt;&lt;BR /&gt;Hope this helps a bit&lt;BR /&gt;RGDS, Holger&lt;/YOUR_BOOT_DISKS&gt;</description>
      <pubDate>Fri, 14 Sep 2001 14:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579669#M920927</guid>
      <dc:creator>Holger Knoppik</dc:creator>
      <dc:date>2001-09-14T14:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579670#M920928</link>
      <description>Before I created the mirrored boot disk everything worked great including the networking.  I did check lvlnboot -v and it looked great.  I tried set_parms initial and it helped, but now I can not telnet into the box.  I can telnet from the box using the web console.  Thanks for the help so far.  I am further now then I was when I posted.</description>
      <pubDate>Fri, 14 Sep 2001 16:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579670#M920928</guid>
      <dc:creator>Cara Tock</dc:creator>
      <dc:date>2001-09-14T16:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579671#M920929</link>
      <description>When I reboot I am right back where I started.</description>
      <pubDate>Fri, 14 Sep 2001 16:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579671#M920929</guid>
      <dc:creator>Cara Tock</dc:creator>
      <dc:date>2001-09-14T16:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579672#M920930</link>
      <description>Can you try doing a set_parms ip_address to set up the IP address for the machine.  Alternatively you could edit the /etc/rc.config.d/netconf file and add hostname, IP address, netmask, routing info, etc. and then run /sbin/init.d/net start.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 14 Sep 2001 16:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579672#M920930</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-14T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579673#M920931</link>
      <description>When I run /sbin/init.d/net start I get the following message:  lan0 interface: ifconfig: check plumbing error: Bad file number</description>
      <pubDate>Fri, 14 Sep 2001 17:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579673#M920931</guid>
      <dc:creator>Cara Tock</dc:creator>
      <dc:date>2001-09-14T17:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579674#M920932</link>
      <description>Hello Damon,&lt;BR /&gt;&lt;BR /&gt;I do remember errors like that, when there was a patch&lt;BR /&gt;about non class-A/B/C netmasks missing.&lt;BR /&gt;It seems like that patch is missing on the mirrored disk...&lt;BR /&gt;Is it still mirrored, really?&lt;BR /&gt;Check with "lvdisplay -v" on all your LVOLs in the rootVG.&lt;BR /&gt;&lt;BR /&gt;Could you try to un-mirror all file-system LVOLs (no need&lt;BR /&gt;for swap spaces) and then re-mirror them again?&lt;BR /&gt;Like:&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol1&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol3&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol4&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol5&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol6&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol7&lt;BR /&gt;lvreduce -m 0 /dev/vg00/lvol8&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8&lt;BR /&gt;&lt;BR /&gt;Just guessing here,&lt;BR /&gt;Wodisch</description>
      <pubDate>Fri, 14 Sep 2001 20:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579674#M920932</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-09-14T20:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579675#M920933</link>
      <description>Hi Damon,&lt;BR /&gt;&lt;BR /&gt;plump error.&lt;BR /&gt;&lt;BR /&gt;Make sure /dev/lan is a link to /dev/dlpi if not&lt;BR /&gt;ln -s /dev/dlpi /dev/lan&lt;BR /&gt;&lt;BR /&gt;-Ramesh</description>
      <pubDate>Fri, 14 Sep 2001 20:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579675#M920933</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-14T20:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a mirrored boot disk.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579676#M920934</link>
      <description>Oops i meant plumb error&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Sep 2001 20:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-mirrored-boot-disk/m-p/2579676#M920934</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-14T20:10:49Z</dc:date>
    </item>
  </channel>
</rss>

