Advertisement
wgseligman

Nevis crm configure show exportfs

Mar 2nd, 2012
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 KB | None | 0 0
  1. node hypatia-tb.nevis.columbia.edu \
  2. attributes standby="off"
  3. node orestes-tb.nevis.columbia.edu \
  4. attributes standby="off"
  5. primitive AdminDrbd ocf:linbit:drbd \
  6. params drbd_resource="admin" \
  7. op monitor interval="60s" role="Master" \
  8. op monitor interval="59s" role="Slave" \
  9. op stop interval="0" timeout="320" \
  10. op start interval="0" timeout="240"
  11. primitive ClusterIP ocf:heartbeat:IPaddr2 \
  12. params ip="129.236.252.13" cidr_netmask="32" nic="eth0" \
  13. op monitor interval="30s"
  14. primitive ClusterIPLocal ocf:heartbeat:IPaddr2 \
  15. params ip="10.44.7.13" cidr_netmask="32" nic="eth0.2" \
  16. op monitor interval="31s"
  17. primitive ClusterIPSandbox ocf:heartbeat:IPaddr2 \
  18. params ip="10.43.7.13" cidr_netmask="32" nic="eth0.3" \
  19. op monitor interval="32s"
  20. primitive Clvmd lsb:clvmd \
  21. op start interval="0" timeout="40" \
  22. op stop interval="0" timeout="20" \
  23. op monitor interval="30s"
  24. primitive CronAmbientTemperature ocf:heartbeat:symlink \
  25. description="Shutdown cluster if A/C stops" \
  26. op monitor interval="60" timeout="15" \
  27. op start interval="0" timeout="15" \
  28. op start interval="0" timeout="15" \
  29. params link="/etc/cron.d/ambient-temperature" target="/var/nevis/etc/cron.d/ambient-temperature" backup_suffix=".original" \
  30. meta target-role="Started"
  31. primitive Cups lsb:cups \
  32. op monitor interval="30s"
  33. primitive Dhcpd lsb:dhcpd \
  34. op monitor interval="30" timeout="15" \
  35. meta target-role="stopped"
  36. primitive ExportMail ocf:heartbeat:exportfs \
  37. description="Export all of /mail to mail server; must use FQDN of server" \
  38. operations $id="ExportMail-operations" \
  39. op start interval="0" timeout="40" \
  40. op stop interval="0" timeout="20" \
  41. params clientspec="franklin.nevis.columbia.edu" directory="/mail" fsid="30" options="rw,no_root_squash,async" \
  42. meta target-role="stopped"
  43. primitive Gfs2 lsb:gfs2 \
  44. op start interval="0" timeout="40" \
  45. op stop interval="0" timeout="20" \
  46. op monitor interval="30s"
  47. primitive Libvirtd lsb:libvirtd \
  48. op monitor interval="30s"
  49. primitive Ntpd lsb:ntpd \
  50. op monitor interval="30" timeout="15"
  51. primitive StonithHypatia stonith:fence_nut \
  52. description="How to shut down hypatia via its UPS" \
  53. params pcmk_host_check="static-list" pcmk_host_list="hypatia-tb.nevis.columbia.edu" ups="sofia-ups" username="admin" password="acdc" cycledelay="10"
  54. debug="1"
  55. primitive StonithOrestes stonith:fence_nut \
  56. description="How to shut down orestes via its UPS" \
  57. params pcmk_host_check="static-list" pcmk_host_list="orestes-tb.nevis.columbia.edu" ups="dc-test-stand-ups" username="admin" password="acdc" cycledel
  58. ay="10" debug="1"
  59. primitive SymlinkCupsdConf ocf:heartbeat:symlink \
  60. op monitor interval="60" timeout="15" \
  61. op start interval="0" timeout="15" \
  62. op stop interval="0" timeout="15" \
  63. params link="/etc/cups/cupsd.conf" target="/var/nevis/etc/cups/cupsd.conf" backup_suffix=".original"
  64. primitive SymlinkDhcpdConf ocf:heartbeat:symlink \
  65. description="/etc/dhcpd.conf" \
  66. op monitor interval="60" timeout="15" \
  67. op start interval="0" timeout="15" \
  68. op start interval="0" timeout="15" \
  69. params link="/etc/dhcpd.conf" target="/var/nevis/etc/dhcpd.conf" backup_suffix=".original"
  70. primitive SymlinkDhcpdLeases ocf:heartbeat:symlink \
  71. description="/var/lib/dhcpd" \
  72. op monitor interval="60" timeout="15" \
  73. op start interval="0" timeout="15" \
  74. op stop interval="0" timeout="15" \
  75. params link="/var/lib/dhcpd" target="/var/nevis/dhcpd" backup_suffix=".original"
  76. primitive SymlinkEtcHosts ocf:heartbeat:symlink \
  77. op monitor interval="60" timeout="15" \
  78. op start interval="0" timeout="15" \
  79. op stop interval="0" timeout="15" \
  80. params link="/etc/hosts" target="/var/nevis/etc/hosts" backup_suffix=".original"
  81. primitive SymlinkEtcLibvirt ocf:heartbeat:symlink \
  82. op monitor interval="60" timeout="15" \
  83. op start interval="0" timeout="15" \
  84. op stop interval="0" timeout="15" \
  85. params link="/etc/libvirt" target="/var/nevis/etc/libvirt" backup_suffix=".original"
  86. primitive SymlinkNtpConf ocf:heartbeat:symlink \
  87. description="/etc/ntp.conf" \
  88. op monitor interval="60" timeout="15" \
  89. op start interval="0" timeout="15" \
  90. op stop interval="0" timeout="15" \
  91. params link="/etc/ntp.conf" target="/var/nevis/etc/ntp.conf" backup_suffix=".original"
  92. primitive SymlinkSysconfigDhcpd ocf:heartbeat:symlink \
  93. description="/etc/sysconfig/dhcpd" \
  94. op monitor interval="60" timeout="15" \
  95. op stop interval="0" timeout="15" \
  96. op start interval="0" timeout="15" \
  97. params link="/etc/sysconfig/dhcpd" target="/var/nevis/etc/sysconfig/dhcpd" backup_suffix=".original"
  98. primitive SymlinkTftp ocf:heartbeat:symlink \
  99. description="/etc/xinetd.d/tftp" \
  100. op monitor interval="60" timeout="15" \
  101. op start interval="0" timeout="15" \
  102. op stop interval="0" timeout="15" \
  103. params link="/etc/xinetd.d/tftp" target="/var/nevis/etc/xinetd.d/tftp" backup_suffix=".original"
  104. primitive SymlinkUsrShareCups ocf:heartbeat:symlink \
  105. op monitor interval="60" timeout="15" \
  106. op start interval="0" timeout="15" \
  107. op stop interval="0" timeout="15" \
  108. params link="/usr/share/cups" target="/var/nevis/share/cups" backup_suffix=".original"
  109. primitive Xinetd lsb:xinetd \
  110. description="Used for tftp"
  111. group ClusterIPGroup ClusterIP ClusterIPLocal ClusterIPSandbox
  112. group CupsGroup SymlinkUsrShareCups SymlinkCupsdConf Cups
  113. group DhcpGroup SymlinkDhcpdConf SymlinkSysconfigDhcpd SymlinkDhcpdLeases Dhcpd
  114. group ExportsGroup ExportMail
  115. group LibvirtdGroup SymlinkEtcLibvirt Libvirtd
  116. group TftpGroup SymlinkTftp Xinetd
  117. group TimeGroup SymlinkNtpConf Ntpd
  118. ms AdminClone AdminDrbd \
  119. meta master-max="2" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" is-managed="true" target-role="Started"
  120. clone ClusterIPClone ClusterIPGroup \
  121. meta globally-unique="true" clone-max="2" clone-node-max="2"
  122. clone ClvmdClone Clvmd
  123. clone CupsClone CupsGroup
  124. clone ExportsClone ExportsGroup
  125. clone Gfs2Clone Gfs2
  126. clone LibvirtdClone LibvirtdGroup
  127. clone SymlinkEtcHostsClone SymlinkEtcHosts
  128. clone TftpClone TftpGroup
  129. clone TimeClone TimeGroup
  130. location StonithHypatiaLocation StonithHypatia -inf: hypatia-tb.nevis.columbia.edu
  131. location StonithOrestesLocation StonithOrestes -inf: orestes-tb.nevis.columbia.edu
  132. colocation ClusterIP_With_Gfs2 inf: ClusterIPClone Gfs2Clone
  133. colocation Clvmd_With_Admin inf: ClvmdClone AdminClone:Master
  134. colocation Cups_With_Gfs2 inf: CupsClone Gfs2Clone
  135. colocation Dhcp_With_Gfs2 inf: DhcpGroup Gfs2Clone
  136. colocation Exports_With_Gfs2 inf: ExportsClone Gfs2Clone
  137. colocation Gfs2_With_Clvmd inf: Gfs2Clone ClvmdClone
  138. colocation Hosts_With_Gfs2 inf: SymlinkEtcHostsClone Gfs2Clone
  139. colocation Libvirtd_With_Gfs2 inf: LibvirtdClone Gfs2Clone
  140. colocation Temperature_With_Gfs2 inf: CronAmbientTemperature Gfs2Clone
  141. colocation Tftp_With_Gfs2 inf: TftpClone Gfs2Clone
  142. colocation Time_With_Gfs2 inf: TimeClone Gfs2Clone
  143. order Admin_Before_Clvmd inf: AdminClone:promote ClvmdClone:start
  144. order Clvmd_Before_Gfs2 inf: ClvmdClone Gfs2Clone
  145. order Gfs2_Before_ClusterIP inf: Gfs2Clone ClusterIPClone
  146. order Gfs2_Before_Cups inf: Gfs2Clone CupsClone
  147. order Gfs2_Before_Dhcp inf: Gfs2Clone DhcpGroup
  148. order Gfs2_Before_Exports inf: Gfs2Clone ExportsClone
  149. order Gfs2_Before_Hosts inf: Gfs2Clone SymlinkEtcHostsClone
  150. order Gfs2_Before_Libvirtd inf: Gfs2Clone LibvirtdClone
  151. order Gfs2_Before_Temperature inf: Gfs2Clone CronAmbientTemperature
  152. order Gfs2_Before_Tftp inf: Gfs2Clone TftpClone
  153. order Gfs2_Before_Time inf: Gfs2Clone TimeClone
  154. property $id="cib-bootstrap-options" \
  155. dc-version="1.1.6-3.el6-a02c0f19a00c1eb2527ad38f146ebc0834814558" \
  156. cluster-infrastructure="cman" \
  157. stonith-enabled="true" \
  158. last-lrm-refresh="1330725628" \
  159. pe-error-series-max="9" \
  160. pe-warn-series-max="9" \
  161. pe-input-series-max="9"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement