"Pacemaker"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
(새 문서: Pacemaker를 정리 합니다. == Pacemaker 개요 == == 참고 문헌 ==)
 
잔글
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
4번째 줄: 4번째 줄:
  
 
== Pacemaker 개요 ==
 
== Pacemaker 개요 ==
 +
 +
pcs status
 +
 +
pcs resource enable clone_p_openstack-heat-engine  #--- start openstack-heat-engine
 +
 +
pcs resource disable clone_p_openstack-heat-engine  #--- stop openstack-heat-engine
 +
 +
 +
 +
pcs resource unmanage <some_resource_name>
 +
 +
pcs resource manage <some_resource_name>
 +
 +
 +
<div>작업 순서</div><div>controller : keystone ->&nbsp;neutron-server, agent ->&nbsp;others ->&nbsp;compute</div>
  
 
== 참고 문헌 ==
 
== 참고 문헌 ==
 +
 +
Red Hat Cluster
 +
 +
&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 1&nbsp;: [http://www.unixarena.com/2015/12/compare-redhat-cluster-releases-rhel-7-ha-vs-rhel-6-ha.html http://www.unixarena.com/2015/12/compare-redhat-cluster-releases-rhel-7-ha-vs-rhel-6-ha.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 2&nbsp;: [http://www.unixarena.com/2015/12/rhel-7-redhat-cluster-with-pacemaker-overview.html http://www.unixarena.com/2015/12/rhel-7-redhat-cluster-with-pacemaker-overview.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 3&nbsp;: [http://www.unixarena.com/2015/12/rhel-7-installing-redhat-cluster-software-corosync-pacemaker.html http://www.unixarena.com/2015/12/rhel-7-installing-redhat-cluster-software-corosync-pacemaker.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 4&nbsp;: [http://www.unixarena.com/2015/12/rhel-7-configuring-pacemaker-corosync-redhat-cluster-part-4.html http://www.unixarena.com/2015/12/rhel-7-configuring-pacemaker-corosync-redhat-cluster-part-4.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 5&nbsp;: [http://www.unixarena.com/2015/12/rhel-7-pacemaker-cluster-resource-agents-overview.html http://www.unixarena.com/2015/12/rhel-7-pacemaker-cluster-resource-agents-overview.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 6&nbsp;: [http://www.unixarena.com/2015/12/rhel-7-pacemaker-cluster-resource-group-management.html http://www.unixarena.com/2015/12/rhel-7-pacemaker-cluster-resource-group-management.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 7&nbsp;: [http://www.unixarena.com/2015/12/rhel-7-pacemaker-configuring-ha-kvm-guest.html http://www.unixarena.com/2015/12/rhel-7-pacemaker-configuring-ha-kvm-guest.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 8&nbsp;: [http://www.unixarena.com/2016/01/rhel-7-pacemaker-cluster-node-management.html http://www.unixarena.com/2016/01/rhel-7-pacemaker-cluster-node-management.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 9&nbsp;: [http://www.unixarena.com/2016/01/rhel-7-pacemaker-define-the-resource-behaviour.html http://www.unixarena.com/2016/01/rhel-7-pacemaker-define-the-resource-behaviour.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 10&nbsp;: [http://www.unixarena.com/2016/01/rhel-7-pacemaker-configure-redundant-corosync-links-fly.html http://www.unixarena.com/2016/01/rhel-7-pacemaker-configure-redundant-corosync-links-fly.html]<br/>&nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; Part 11&nbsp;: [http://www.unixarena.com/2016/01/rhel-7-accessing-the-pacemaker-web-ui-gui.html http://www.unixarena.com/2016/01/rhel-7-accessing-the-pacemaker-web-ui-gui.html]
 +
 +
 +
 +
[[Category:H/A]]

2016년 1월 18일 (월) 09:54 기준 최신판

Pacemaker를 정리 합니다.


Pacemaker 개요

pcs status

pcs resource enable clone_p_openstack-heat-engine  #--- start openstack-heat-engine

pcs resource disable clone_p_openstack-heat-engine  #--- stop openstack-heat-engine


pcs resource unmanage <some_resource_name>

pcs resource manage <some_resource_name>


작업 순서
controller : keystone -> neutron-server, agent -> others -> compute

참고 문헌

Red Hat Cluster

        -   Part 1 : http://www.unixarena.com/2015/12/compare-redhat-cluster-releases-rhel-7-ha-vs-rhel-6-ha.html
        -   Part 2 : http://www.unixarena.com/2015/12/rhel-7-redhat-cluster-with-pacemaker-overview.html
        -   Part 3 : http://www.unixarena.com/2015/12/rhel-7-installing-redhat-cluster-software-corosync-pacemaker.html
        -   Part 4 : http://www.unixarena.com/2015/12/rhel-7-configuring-pacemaker-corosync-redhat-cluster-part-4.html
        -   Part 5 : http://www.unixarena.com/2015/12/rhel-7-pacemaker-cluster-resource-agents-overview.html
        -   Part 6 : http://www.unixarena.com/2015/12/rhel-7-pacemaker-cluster-resource-group-management.html
        -   Part 7 : http://www.unixarena.com/2015/12/rhel-7-pacemaker-configuring-ha-kvm-guest.html
        -   Part 8 : http://www.unixarena.com/2016/01/rhel-7-pacemaker-cluster-node-management.html
        -   Part 9 : http://www.unixarena.com/2016/01/rhel-7-pacemaker-define-the-resource-behaviour.html
        -   Part 10 : http://www.unixarena.com/2016/01/rhel-7-pacemaker-configure-redundant-corosync-links-fly.html
        -   Part 11 : http://www.unixarena.com/2016/01/rhel-7-accessing-the-pacemaker-web-ui-gui.html