Skip to content

MichalCab/pcs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCS - Pacemaker/Corosync configuration system

Quick install

# tar -xzvf pcs-0.9.48.tar.gz
# cd pcs-0.9.48
# make install

This will install pcs into /usr/sbin/pcs

To create a cluster run the following commands on all nodes (replacing node1, node2, node3 with a list of nodes in the cluster.
# pcs cluster setup --local --name cluster_name node1 node2 node3

Then run the following command on all nodes:
# pcs cluster start

After a few moments the cluster should startup and you can get the status of the cluster
# pcs status

After this you can add resources and stonith agents:
# pcs resource help
and
# pcs stonith help

Currently this is built into Fedora (other distributions to follow).  You can
see the current Fedora .spec in the fedora package git repositories here:
http://pkgs.fedoraproject.org/cgit/pcs.git/

Current Fedora 18 .spec:
http://pkgs.fedoraproject.org/cgit/pcs.git/tree/pcs.spec?h=f18

You can also install pcsd which operates as a GUI and remote server for pcs.  To install pcsd run the following commands from the root of your pcs directory.
# cd pcsd ; make get_gems ; cd ..
# make install_pcsd

If you have an questions or concerns please feel free to email cfeist@redhat.com or open a github issue on the pcs project.

About

Pacemaker command line interface and GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.2%
  • Python 31.4%
  • Ruby 4.6%
  • Other 0.8%