<?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 BCV Restore (Question) in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044540#M9384</link>
    <description>Hi Dario,&lt;BR /&gt;your procedure seems ok, but i have some notes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bcv operation occurs at disk level, so you must ensure that target disk are NEVER mounted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, when you do the backup, umount BCV pairs and deactivate the vg.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you do the restore, deactivate the original disks (source and BCV). This is necessary because during BCV operations BCV disks are not seen by any hosts, and original disks are being rewritten.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First: check that the backup part went fine: after a cold split, mount the FS on the BCV to test and see if data is there. If it is a cold split, you have not to use fsck, keep in mind. If you have to use it, than we are  missing something.&lt;BR /&gt;&lt;BR /&gt;For the restore part.... bho! ask EMC, they should have released a procedure with you.&lt;BR /&gt;&lt;BR /&gt;Your steps looks OK, i do not see why your procedure do not work. Try the other checks before the restore...&lt;BR /&gt;&lt;BR /&gt;   Massimo</description>
    <pubDate>Fri, 08 Aug 2003 06:13:05 GMT</pubDate>
    <dc:creator>Massimo Bianchi</dc:creator>
    <dc:date>2003-08-08T06:13:05Z</dc:date>
    <item>
      <title>EMC BCV Restore (Question)</title>
      <link>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044538#M9382</link>
      <description>Hi Everyone, &lt;BR /&gt;&lt;BR /&gt;Does anyone have the steps required to restore from a bcv to the standard device for an EMC Symmetrix connected to a HP server running HP-UX 11.00 and Symcli 5.1.1. We are totally new to EMC. The implementation was done by the EMC people. In order to learn how to restore, we created a test DB (oracle) that the system is backing up every day. This morning I stopped the test DB, umount the file system, deactivate the volume group, executed an incremental establish (symmir -g groupname est -nop)and a cold split (symmir -g groupname split -ins -nop). Activated VG, mounted FS and deleted the information under the FS. That part was fine.&lt;BR /&gt;&lt;BR /&gt;Now, I am trying to restore from the BCV.&lt;BR /&gt;&lt;BR /&gt;1. umounted FS&lt;BR /&gt;2. deactivated VG&lt;BR /&gt;3. Restore (symmir -g groupname -full restore -nop)&lt;BR /&gt;4. monitored the restore using (symld -g groupname list)&lt;BR /&gt;5. Split again (symmir -g groupname split -nop)&lt;BR /&gt;6. Activated and mounted&lt;BR /&gt;&lt;BR /&gt;But I did not see the data. I also tried with the FS mounted and VG activated and I was able to see the oradata directory but when the restore was done, the FS was empty. &lt;BR /&gt;&lt;BR /&gt;I am restoring in the backup server. Am I doing it correctly? Do I have any step missing in my instructions? &lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 07 Aug 2003 20:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044538#M9382</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-08-07T20:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: EMC BCV Restore (Question)</title>
      <link>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044539#M9383</link>
      <description>Hi Dario,&lt;BR /&gt;&lt;BR /&gt;When you refresh from BCV and mount onto the server these are the procedures we use. I am assuming your using 'srdf' and have R1/R2/BCV volumes.&lt;BR /&gt;&lt;BR /&gt;shutdown databases&lt;BR /&gt;umount all filesystems&lt;BR /&gt;vgchange -a n /dev/vg?? (all volume groups being used)&lt;BR /&gt;vgexport /dev/vg?? (all volume groups being used)&lt;BR /&gt;&lt;BR /&gt;On the system controlling your EMC&lt;BR /&gt;symmir -g &lt;GROUPNAME&gt; query (should be split)&lt;BR /&gt;symmir -g &lt;GROUPNAME&gt; establish (to get fresh prod copy)&lt;BR /&gt;symmir -g &lt;GROUPNAME&gt; query -i 10 (check progress)&lt;BR /&gt;on completion&lt;BR /&gt;symmir -g &lt;GROUPNAME&gt; split&lt;BR /&gt;vgchgid (all LUNS being used. You can place all LUNS into a files and cat the the in)&lt;BR /&gt;vgchgid `cat myrawdiskfile` (for each vol grp)&lt;BR /&gt;mkdir /dev/vg?? &lt;BR /&gt;mknod /dev/vg??/group c 64 0x040000&lt;BR /&gt;vgimport -v -m myvg.mapfile -p `cat mydiskfile`&lt;BR /&gt;if successful, drop the -p&lt;BR /&gt;Activate the vol grp&lt;BR /&gt;vgchange -a y /dev/vg??&lt;BR /&gt;You need to run an 'fsck' on all logical volumes you intend to mount.&lt;BR /&gt;mount the filesystems (sizes should be okay)&lt;BR /&gt;Your database should start&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael&lt;/GROUPNAME&gt;&lt;/GROUPNAME&gt;&lt;/GROUPNAME&gt;&lt;/GROUPNAME&gt;</description>
      <pubDate>Thu, 07 Aug 2003 21:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044539#M9383</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-08-07T21:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: EMC BCV Restore (Question)</title>
      <link>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044540#M9384</link>
      <description>Hi Dario,&lt;BR /&gt;your procedure seems ok, but i have some notes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bcv operation occurs at disk level, so you must ensure that target disk are NEVER mounted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, when you do the backup, umount BCV pairs and deactivate the vg.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you do the restore, deactivate the original disks (source and BCV). This is necessary because during BCV operations BCV disks are not seen by any hosts, and original disks are being rewritten.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First: check that the backup part went fine: after a cold split, mount the FS on the BCV to test and see if data is there. If it is a cold split, you have not to use fsck, keep in mind. If you have to use it, than we are  missing something.&lt;BR /&gt;&lt;BR /&gt;For the restore part.... bho! ask EMC, they should have released a procedure with you.&lt;BR /&gt;&lt;BR /&gt;Your steps looks OK, i do not see why your procedure do not work. Try the other checks before the restore...&lt;BR /&gt;&lt;BR /&gt;   Massimo</description>
      <pubDate>Fri, 08 Aug 2003 06:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044540#M9384</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-08-08T06:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: EMC BCV Restore (Question)</title>
      <link>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044541#M9385</link>
      <description>Michael and Massimo:&lt;BR /&gt;&lt;BR /&gt;Thank you for the answers, I will be running the test this afternoon again and will assign points as well. I will let you know the result.&lt;BR /&gt;&lt;BR /&gt;Thank you again.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario</description>
      <pubDate>Fri, 08 Aug 2003 14:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044541#M9385</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-08-08T14:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: EMC BCV Restore (Question)</title>
      <link>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044542#M9386</link>
      <description>Michael and Massimo:&lt;BR /&gt;&lt;BR /&gt;Thank you for your help. Finally, I was able to come back and finish this. My problem was that I was only deactivating the volume group in the target server and leaving the backup server active. I deactivated in both and worked just fine. &lt;BR /&gt;&lt;BR /&gt;Thank you again.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario</description>
      <pubDate>Thu, 14 Aug 2003 12:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/emc-bcv-restore-question/m-p/3044542#M9386</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-08-14T12:54:46Z</dc:date>
    </item>
  </channel>
</rss>

