HP Matrix 7.2 KVM Private Cloud Backup and Restore
Table Of Contents
- Abstract
 - Matrix Operating Environment with Matrix KVM Private Cloud Overview
 - Backup and restore strategy for Matrix OE with Matrix KVM Private Cloud
 - Matrix KVM Private Cloud backup and restore
 - Matrix KVM Private Cloud Images repository backup and restore
 - Matrix KVM Private Cloud High Availability (HA) cluster configuration backup and restore
 - Appendix A: KVM Private Cloud restore resynchronization actions
 - Appendix B: Images repository restore resynchronization actions
 - Appendix C: Alerts and Audit messages
 - Appendix D: HA Cluster details
 - Appendix E: Backup and Restore REST API
 - Appendix F: Sample Backup Script
 - Appendix G: Sample Restore Script
 - References
 - For more information
 

2. Sample /etc/cluster.conf file 
<?xml version="1.0"?> 
<!-- Update the version number -->  
<cluster config_version="2" name="
 isccluster"> 
 <logging debug="on"> 
 <logging_daemon logfile="/var/log/cluster/rgmanager.log" 
 name="rgmanager"/> 
 </logging> 
 <cman expected_votes="3" two_node="0"/> 
 <clusternodes> 
 <clusternode name="clhost1-hb" nodeid="1" votes="1"> 
 <fence> 
  <method name="ipmi"> 
  <device action="reboot" name="clhost1-c"/> 
  </method> 
 </fence> 
 </clusternode> 
 <clusternode name="clhost2-hb" nodeid="2" votes="1"> 
 <fence> 
  <method name="ipmi"> 
  <device action="reboot" name="clhost2-c"/> 
  </method> 
  </fence> 
 </clusternode> 
 </clusternodes> 
 <fencedevices> 
 <fencedevice agent="fence_ipmilan" ipaddr="<iLO’s static IP>" login="Administrator" name="clhost1-c" 
passwd=”<password of iLO>” lanplus=”1” /> 
 <fencedevice agent="fence_ipmilan" ipaddr="<iLO’s static IP>" login="Administrator" name="clhost2-c" 
passwd=”<passwordof iLO>”  lanplus=”1”/> 
 </fencedevices> 
 <rm log_facility="local4" log_level="7"> 
 <failoverdomains> 
 <failoverdomain name="FD" nofailback=”1” ordered="0" restricted="1"> 
  <failoverdomainnode name="clhost1-hb" /> 
  <failoverdomainnode name="clhost2-hb" /> 
  </failoverdomain> 
 </failoverdomains> 
 <resources> 
  <lvm lv_name="lv_isc_root" name="lvm_isc_root" vg_name="vg_isc_root"/> 
  <lvm lv_name="lv_isc_glance" name="lvm_isc_glance" vg_name="vg_isc_glance"/> 
 </resources> 
 <service autostart="1" domain="FD" name="isc_appliance"  recovery="restart" max_restarts=”3” 
restart_expire_time=”600”> 
  <lvm ref="lvm_isc_root"/> 
  <lvm ref="lvm_isc_glance"/> 
  <vm name="HP-ISC" path="/vm/config/" /> 
 </service> 
 </rm> 
 <quorumd label="clqdisk" /> 
 <totem token="21000"/> 
</cluster> 
34 










