<?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 Recovering a Trucluster from backup in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656168#M13784</link>
    <description>Let us say that you have a disaster, and you loose all of your cluster OS disks (cluster_root,cluster_usr,cluster_var,boot1 and boot2).&lt;BR /&gt;&lt;BR /&gt;You boot off a cd and vrestore everything (after relabeling drives, etc, etc. and assuring WWID's, LUNs, and OS Unit ID's are unchanged).&lt;BR /&gt;&lt;BR /&gt;Now... you need to get those pesky "h" partitions restored to the boot drives.... Let us pretend that you were smart, and that you have the requisite clu_bdmgr.conf files at hand.&lt;BR /&gt;&lt;BR /&gt;Question: if you are booted from a non-clustered OS image from the install CD... can you run:&lt;BR /&gt;&lt;BR /&gt;clu_bdmgr -c SOME_DISK_HERE SOME_MEMBER_ID_HERE&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;clu_bdmgr -h SOME_DISK_HERE /backup/xxx-clu_bdmgr.conf&lt;BR /&gt;&lt;BR /&gt;i.e. does clu_bdmgr work when you are booted off the CD?&lt;BR /&gt;&lt;BR /&gt;If not, how the heck can you restore a trucluster?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
    <pubDate>Mon, 24 Oct 2005 11:20:27 GMT</pubDate>
    <dc:creator>Adam Garsha</dc:creator>
    <dc:date>2005-10-24T11:20:27Z</dc:date>
    <item>
      <title>Recovering a Trucluster from backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656168#M13784</link>
      <description>Let us say that you have a disaster, and you loose all of your cluster OS disks (cluster_root,cluster_usr,cluster_var,boot1 and boot2).&lt;BR /&gt;&lt;BR /&gt;You boot off a cd and vrestore everything (after relabeling drives, etc, etc. and assuring WWID's, LUNs, and OS Unit ID's are unchanged).&lt;BR /&gt;&lt;BR /&gt;Now... you need to get those pesky "h" partitions restored to the boot drives.... Let us pretend that you were smart, and that you have the requisite clu_bdmgr.conf files at hand.&lt;BR /&gt;&lt;BR /&gt;Question: if you are booted from a non-clustered OS image from the install CD... can you run:&lt;BR /&gt;&lt;BR /&gt;clu_bdmgr -c SOME_DISK_HERE SOME_MEMBER_ID_HERE&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;clu_bdmgr -h SOME_DISK_HERE /backup/xxx-clu_bdmgr.conf&lt;BR /&gt;&lt;BR /&gt;i.e. does clu_bdmgr work when you are booted off the CD?&lt;BR /&gt;&lt;BR /&gt;If not, how the heck can you restore a trucluster?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Mon, 24 Oct 2005 11:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656168#M13784</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2005-10-24T11:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a Trucluster from backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656169#M13785</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this is described in Section 11.1.5 in the cluster administration guide.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Oct 2005 12:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656169#M13785</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2005-10-24T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a Trucluster from backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656170#M13786</link>
      <description>The clu_bdmgr.conf is created at boot time in /cluster/members/{memb}/boot_partition/etc/clu_bdmgr.conf&lt;BR /&gt;&lt;BR /&gt;From the man page:&lt;BR /&gt;&lt;BR /&gt;If the cluster is down, boot the clusterized kernel of one member to create a single-member cluster. You can use the -h option and specify  /cluster/members/{memb}/boot_partition/etc/clu_bdmgr.conf or an appropriate CNX configuration file that you previously saved with the clu_bdmgr -d command.  If you use the -h option with no argument, the command will get the CNX partition information from the cluster member where you are logged on.</description>
      <pubDate>Mon, 24 Oct 2005 13:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656170#M13786</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-24T13:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a Trucluster from backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656171#M13787</link>
      <description>Thanks, but I am reading beyond the docs... i.e. entire cluster is wiped and now I need to install from backup.&lt;BR /&gt;&lt;BR /&gt;Tricky part is that clu_bdmgr is not included on the install CD.&lt;BR /&gt;&lt;BR /&gt;I tried attaching a PPT that outlined how to get around it (even tried compressing... but won't fit).&lt;BR /&gt;&lt;BR /&gt;Here is the trick (need to chroot to your restored filesystem mount &lt;ASSUME under=""&gt;:&lt;BR /&gt;&lt;BR /&gt;chroot /mnt /sbin/sh&lt;BR /&gt;# dsfmgr â  K          (make device special files for sure)&lt;BR /&gt;# dsfmgr â  vVF        (make sure everything is in order) &lt;BR /&gt;# dsfmgr â  vVF        (run it again if they are not)&lt;BR /&gt;&lt;BR /&gt;Now restore the CNX partition with clu_bdmgr&lt;BR /&gt;&lt;BR /&gt;# clu_bdmgr -h dsk1 /cluster/members/member0/boot_partition/etc/clu_bdmgr.conf&lt;BR /&gt;&lt;BR /&gt;# exit   (to exit the chroot sh)&lt;BR /&gt;&lt;BR /&gt;Note that if clu_bdmgr has some problem, you can use clu_partmgr instead&lt;/ASSUME&gt;</description>
      <pubDate>Wed, 26 Oct 2005 09:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656171#M13787</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2005-10-26T09:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Recovering a Trucluster from backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656172#M13788</link>
      <description>I'm very interested in your file, can you send it please to:&lt;BR /&gt;&lt;BR /&gt;ivan.ferreira@gmail.com&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 26 Oct 2005 10:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/recovering-a-trucluster-from-backup/m-p/3656172#M13788</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-26T10:22:42Z</dc:date>
    </item>
  </channel>
</rss>

