<?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: EMC boot disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976507#M615746</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;good plan. I've been trying this on a test machine but with no success.&lt;BR /&gt;I've got a boot disk that I have physically moved to another slot to change the hardware address, and trying to use the method that you suggested. I got vg00 exported and imported, but when I try to boot, the machine panics. DOH!!!&lt;BR /&gt;I put the disk back into the original slot and it booted OK. &lt;BR /&gt;So i'm still with no solution, any more suggestions please.&lt;BR /&gt;&lt;BR /&gt;Sime.&lt;BR /&gt;</description>
    <pubDate>Tue, 02 May 2006 07:02:22 GMT</pubDate>
    <dc:creator>Simeon Harwood</dc:creator>
    <dc:date>2006-05-02T07:02:22Z</dc:date>
    <item>
      <title>EMC boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976505#M615744</link>
      <description>Morning all,&lt;BR /&gt;Anyone come accross this before. We upgraded our SAN fabric the other day and some hardware paths have changed from the HP box end.&lt;BR /&gt;One machine boots from the EMC symetrix. We're using pv links, so we have got pri and alt path for the boot disk. After the upgrade, we tried to boot to the pri path, but it was not found, due to hardware path changing, so we booted to the alt path. This booted OK, but, vg00 still has the old disk in it.&lt;BR /&gt;Is there a supported method to get the old disk out, and the new one in. On any other volume group, you can just export and re-import the vg, but this is the boot volume group.&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Sime.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 04:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976505#M615744</guid>
      <dc:creator>Simeon Harwood</dc:creator>
      <dc:date>2006-05-02T04:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: EMC boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976506#M615745</link>
      <description>First check, if you get following right.&lt;BR /&gt;&lt;BR /&gt;vgexport -psv -m /tmp/vg00.map /dev/vg00&lt;BR /&gt;&lt;BR /&gt;vgimport -psv -m /tmp/vg00.map /dev/vg00&lt;BR /&gt;&lt;BR /&gt;If this goes well, you can import the vg00 with new disks. I think you will have to boot into single user mdoe for this. (When actually doing it, remove -p option.)</description>
      <pubDate>Tue, 02 May 2006 04:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976506#M615745</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-05-02T04:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: EMC boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976507#M615746</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;good plan. I've been trying this on a test machine but with no success.&lt;BR /&gt;I've got a boot disk that I have physically moved to another slot to change the hardware address, and trying to use the method that you suggested. I got vg00 exported and imported, but when I try to boot, the machine panics. DOH!!!&lt;BR /&gt;I put the disk back into the original slot and it booted OK. &lt;BR /&gt;So i'm still with no solution, any more suggestions please.&lt;BR /&gt;&lt;BR /&gt;Sime.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 07:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976507#M615746</guid>
      <dc:creator>Simeon Harwood</dc:creator>
      <dc:date>2006-05-02T07:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: EMC boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976508#M615747</link>
      <description>If you know the hardware address (of new slot, where you plugged in disk), then it is easy.&lt;BR /&gt;&lt;BR /&gt;Boot into single user mode and vgexport vg00.&lt;BR /&gt;vgexport -v -m /tmp/vg00.map /dev/vg00&lt;BR /&gt;&lt;BR /&gt;(Take backup copies of /etc/lvmconf/* files nd lvdisplay,bdf,vgdisplay outputs)&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg00 &lt;BR /&gt;mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;Prepare file called vg00.pvlist and put all disks that belong to vg00. Including disk that you put in another slot.&lt;BR /&gt;&lt;BR /&gt;vgimport -m /tmp/vg00.map -f vg00.pvlist /dev/vg00&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;mountall&lt;BR /&gt;Check. This should do it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 07:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976508#M615747</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-05-02T07:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: EMC boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976509#M615748</link>
      <description>Shalom Simeon,&lt;BR /&gt;&lt;BR /&gt;When the SAN upgrade happened, the physical path to the disks all got changed.&lt;BR /&gt;&lt;BR /&gt;I think to re-establish boot you need to detect what the new boot path is.&lt;BR /&gt;&lt;BR /&gt;You should be able to get it by interupting the boot process at the 10 second prompt and running sea.&lt;BR /&gt;&lt;BR /&gt;What you will find is the path to the boot disk is different that your output from the lvlnboot command run prior to the SAN upgrade.&lt;BR /&gt;&lt;BR /&gt;You are kind of in a Chicken or egg situation but you should be able to use the bo command to boot off one of the new disk paths. Then you will need to update your boot configuration.  &lt;BR /&gt;&lt;BR /&gt;I'm posting a general procedure that covers mirroring. you probably only need the last few steps.&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;I think you should run the lvlnboot and setboot series.&lt;BR /&gt;&lt;BR /&gt;Note, this is why i always avoid booting off a SAN. Bottom line here is that things can change suddenly and then your system won't boot or start properly.&lt;BR /&gt;&lt;BR /&gt;Even without a SAN I've endured a loss of SAN disaster and would have had to rebuild systems from Ignite tape had they booted off the thing.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 07:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976509#M615748</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-02T07:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: EMC boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976510#M615749</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think steven is wright.&lt;BR /&gt;Could it be that the Fibre Cables where switched, this will cause a different HW-Path? As LVM can't handle this.&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Wed, 03 May 2006 01:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976510#M615749</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-05-03T01:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: EMC boot disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976511#M615750</link>
      <description>Thanks a lot RAC and SEP. I have to use pieces of both methods to get this to work. Bellow is the method I used.&lt;BR /&gt;Thanks again for the help, it's got me out of a tight spot.&lt;BR /&gt;Sime.&lt;BR /&gt;&lt;BR /&gt;interupt boot of server.&lt;BR /&gt;boot to disk devive with OS on it and interact with ISL&lt;BR /&gt;hpux -lm&lt;BR /&gt;cd /tmp&lt;BR /&gt;echo "/dev/dsk/c1t2d0" &amp;gt; vg00.pvlist&lt;BR /&gt;vgexport -p -s -m vg00.map vg00&lt;BR /&gt;vgexport vg00&lt;BR /&gt;cd /dev&lt;BR /&gt;mkdir vg00&lt;BR /&gt;cd vg00&lt;BR /&gt;mknod group c 64 0x000000&lt;BR /&gt;cd /tmp&lt;BR /&gt;vgimport -m vg00.map -f vg00.pvlist&lt;BR /&gt;cd /etc&lt;BR /&gt;rm lvmtab&lt;BR /&gt;vgscan -a -v&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;vgchange -a n vg00&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 8/0.14 # second disk&lt;BR /&gt;reboot</description>
      <pubDate>Wed, 03 May 2006 03:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emc-boot-disk/m-p/4976511#M615750</guid>
      <dc:creator>Simeon Harwood</dc:creator>
      <dc:date>2006-05-03T03:36:35Z</dc:date>
    </item>
  </channel>
</rss>

