<?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: Can Ignite provide non-disruptive cloning to alternate boot disk? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115176#M514491</link>
    <description>Hi - &lt;BR /&gt;&lt;BR /&gt;    Yes  you can use ignite to do this. Please try to create a tape with -i option with make_recovery.&lt;BR /&gt;&lt;BR /&gt;Now try to boot thru the tape, and change the default disk, the OS would go and reside on the new disk.&lt;BR /&gt;&lt;BR /&gt;But I feel the DD disks are a better choice.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Pratyush</description>
    <pubDate>Tue, 11 Nov 2003 07:45:58 GMT</pubDate>
    <dc:creator>Pratyush Paul_1</dc:creator>
    <dc:date>2003-11-11T07:45:58Z</dc:date>
    <item>
      <title>Can Ignite provide non-disruptive cloning to alternate boot disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115172#M514487</link>
      <description>I'm looking for a way to create a bootable clone of my system on an alternate drive on the same system.  This would be used for fallback from system changes such as bad maintenance or configuration booboos.  I know this can be done disruptively with Ignite by making a recovery tape, booting off it and installing to the alternate drive.  Is there a way to lay down the image without disrupting operations on the machine I'm trying to clone?</description>
      <pubDate>Mon, 10 Nov 2003 12:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115172#M514487</guid>
      <dc:creator>Gerard Demers</dc:creator>
      <dc:date>2003-11-10T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ignite provide non-disruptive cloning to alternate boot disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115173#M514488</link>
      <description>Gerard,&lt;BR /&gt;&lt;BR /&gt;I would think that just plain old dd should do the trick!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Nov 2003 12:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115173#M514488</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-10T12:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ignite provide non-disruptive cloning to alternate boot disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115174#M514489</link>
      <description>Yes you can do this via dd.  Check out the follow thread, specifically A. Clay Stephensons response.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x206d42308663d611abdb0090277a778c%2C00.html&amp;amp;admit=716493758+1068484838734+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x206d42308663d611abdb0090277a778c%2C00.html&amp;amp;admit=716493758+1068484838734+28353475&lt;/A&gt;</description>
      <pubDate>Mon, 10 Nov 2003 12:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115174#M514489</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-11-10T12:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ignite provide non-disruptive cloning to alternate boot disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115175#M514490</link>
      <description>You don't need to use Ignite to do this.&lt;BR /&gt;&lt;BR /&gt;Follow this procedure:&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;This will set up an alternate boot disk.&lt;BR /&gt;&lt;BR /&gt;What you do prior to maintenance is to break the mirrors with lvsplit, protecting them.&lt;BR /&gt;&lt;BR /&gt;Can Ignite be used to do this?&lt;BR /&gt;&lt;BR /&gt;Yes, you can use make_net_recovery to copy the vg00 configuration to another server.  You can use make_tape_recovery to make a bootable recovery tape.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 Nov 2003 12:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115175#M514490</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-10T12:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ignite provide non-disruptive cloning to alternate boot disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115176#M514491</link>
      <description>Hi - &lt;BR /&gt;&lt;BR /&gt;    Yes  you can use ignite to do this. Please try to create a tape with -i option with make_recovery.&lt;BR /&gt;&lt;BR /&gt;Now try to boot thru the tape, and change the default disk, the OS would go and reside on the new disk.&lt;BR /&gt;&lt;BR /&gt;But I feel the DD disks are a better choice.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Pratyush</description>
      <pubDate>Tue, 11 Nov 2003 07:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115176#M514491</guid>
      <dc:creator>Pratyush Paul_1</dc:creator>
      <dc:date>2003-11-11T07:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ignite provide non-disruptive cloning to alternate boot disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115177#M514492</link>
      <description>From the responses I still think DD is my only option here.  Ignite install involves downtime on the system (as opposed to dd) and I don't see how lvmsplit will work. lvmsplit will rename the lvm's on the mirrored disk and once I split off lvol3b the other split information will not be stored in /.</description>
      <pubDate>Wed, 12 Nov 2003 10:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115177#M514492</guid>
      <dc:creator>Gerard Demers</dc:creator>
      <dc:date>2003-11-12T10:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can Ignite provide non-disruptive cloning to alternate boot disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115178#M514493</link>
      <description>I think dd is the easiest and most effective option for you.&lt;BR /&gt;&lt;BR /&gt;The disk will not be bootable in the current system because the hardware path will be different.&lt;BR /&gt;&lt;BR /&gt;The mirror/split solution will create a bootable drive.  After the split the second disk will be bootable, even though there will be logical volumes requireing rename.&lt;BR /&gt;&lt;BR /&gt;Makeing an Ignite tape is not disruptive.  We do it twice a week and it does not effect system performance or machine operation.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 12 Nov 2003 10:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-ignite-provide-non-disruptive-cloning-to-alternate-boot-disk/m-p/3115178#M514493</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-12T10:55:28Z</dc:date>
    </item>
  </channel>
</rss>

