<?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: Boot disk copy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329100#M188710</link>
    <description>You can use dd, referencing the raw disk devices:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c1t6d0s2 of=/dev/rdsk/c1t5d0s2 bs=27125760&lt;BR /&gt;&lt;BR /&gt;where "if" references the source disk, and "of" references the disk copy to be created.</description>
    <pubDate>Mon, 12 Jul 2004 12:09:11 GMT</pubDate>
    <dc:creator>Tom Maloy</dc:creator>
    <dc:date>2004-07-12T12:09:11Z</dc:date>
    <item>
      <title>Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329099#M188709</link>
      <description>Hello,&lt;BR /&gt;As I can copy the boot disk whit MirrorDisk/UX and then to split it?.&lt;BR /&gt;( Alone I need to have a copy of this disk. Not synchronize permanently )&lt;BR /&gt;&lt;BR /&gt;Thank in advance&lt;BR /&gt;&lt;BR /&gt;Atte.&lt;BR /&gt;&lt;BR /&gt;Jorge Prado</description>
      <pubDate>Mon, 12 Jul 2004 12:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329099#M188709</guid>
      <dc:creator>Jorge Prado_1</dc:creator>
      <dc:date>2004-07-12T12:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329100#M188710</link>
      <description>You can use dd, referencing the raw disk devices:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c1t6d0s2 of=/dev/rdsk/c1t5d0s2 bs=27125760&lt;BR /&gt;&lt;BR /&gt;where "if" references the source disk, and "of" references the disk copy to be created.</description>
      <pubDate>Mon, 12 Jul 2004 12:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329100#M188710</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2004-07-12T12:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329101#M188711</link>
      <description>Are you using MirrorDisk/UX?&lt;BR /&gt;&lt;BR /&gt;If yes, then create a 3rd mirror - then split it whenever you like - say once a week or daily....then re-sync whenever you need to...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 12 Jul 2004 12:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329101#M188711</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-12T12:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329102#M188712</link>
      <description>Hi Jorge,&lt;BR /&gt;What are you trying to do?&lt;BR /&gt;As mentionned if you have mirror-ux you can mirror a complete disk and use lvsplit to split all the logical volumes... and then lvmerge to merge to resync...&lt;BR /&gt;But this is not intended for long term splitting... which would mean you dont really to mirror because all you want is a regular copy...&lt;BR /&gt;A copy of two identical disk using dd as also already mentionned would do just the job: No need of extra software if you dont have mirror-ux. if done using the raw devices, it will be bootable etc...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 12 Jul 2004 12:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329102#M188712</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-07-12T12:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329103#M188713</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;  I understand you would like a static copy of the boot disk with MirrorUX/DX.&lt;BR /&gt;&lt;BR /&gt;  You can create a mirror using lvextend -m option and then split the mirror using lvsplit command - this way u will have a static copy of the boot disk.&lt;BR /&gt;&lt;BR /&gt;  But remember, Mirrorux/dx will not mirror the boot LIF volumes. So if you want to be able to boot from the mirror copy then you have execute mkboot commands.&lt;BR /&gt;&lt;BR /&gt;  Also make sure you use -B option with pvcreate for the mirror disk.&lt;BR /&gt;&lt;BR /&gt;-- Sundar.</description>
      <pubDate>Mon, 12 Jul 2004 12:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329103#M188713</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-12T12:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329104#M188714</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;You can do the mirroring but splitting will be a problem as it will split the logical volumes but not the disks. You cannot reduce the disk without reducing the logical volumes on it so that disk may not work. You can remove the mirror online (if it supports hot-pluggability) and replace it with a new one and run the usual 'mirror restore' process but you will have to fix the taken out disk booting in LV maintenance mode as it would be hardcoded with the device file names.&lt;BR /&gt;&lt;BR /&gt;Safe and headache-free way is to use make_tape_recovery tape. Take the image of the original server and put it on the other one if your intention is to clone the systems.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 12 Jul 2004 17:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329104#M188714</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-07-12T17:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329105#M188715</link>
      <description>Thanks to all for their suggestions, will review all to them. &lt;BR /&gt;I am going to specify with but details: Operating system: HP-UX 11i &lt;BR /&gt;Server: rp5470 &lt;BR /&gt;Mirrordisk/UX &lt;BR /&gt;Two internal discs. &lt;BR /&gt;They are needed to make changes in the configuration of general software (Oracle IAS), but saving and maintaining a copy of the booteable disk and its applications (Oracle and ias) in the second disk to make a fast return back in case are not the changes. &lt;BR /&gt;Which is the best method? &lt;BR /&gt;Can be used Mirrordisk for this?&lt;BR /&gt;&lt;BR /&gt;Tkank in advance&lt;BR /&gt;&lt;BR /&gt;Jorge Prado T.</description>
      <pubDate>Tue, 13 Jul 2004 09:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329105#M188715</guid>
      <dc:creator>Jorge Prado_1</dc:creator>
      <dc:date>2004-07-13T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329106#M188716</link>
      <description>In this case, well yes, use of mirror/ux is adequate&lt;BR /&gt;I understand as:&lt;BR /&gt;You are always in a mirror configuration but&lt;BR /&gt;use the split (as I would when it comes to install patches...) for upgrade or testing...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 13 Jul 2004 09:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329106#M188716</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-07-13T09:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Boot disk copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329107#M188717</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;In this case, split/merge will work. This would be the scenario.&lt;BR /&gt;&lt;BR /&gt;1. You will have mirrors all the time.&lt;BR /&gt;2. Before you do the change, split the mirrors.&lt;BR /&gt;3. Make changes. Let the system run with the changes for a day or two. &lt;BR /&gt;4. If everything is fine, then merge the mirrors back to go back to step 1. If you have to back out, boot from the split mirror and re-establish the mirroring.&lt;BR /&gt;&lt;BR /&gt;Merging mirror is easy. But if you have to boot from the split mirror in any unwanted situation, then the process can be confusing. There have been many threads on booting from the split mirror. Search the forums for all these procedures or let us know and one will post the procedure. In any case, keep a couple of make_tape_recovery tapes handy. They can save you from trouble.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 13 Jul 2004 10:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-disk-copy/m-p/3329107#M188717</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-07-13T10:13:06Z</dc:date>
    </item>
  </channel>
</rss>

