forked from ClusterLabs/pcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Pacemaker command line interface and GUI
License
jonnary/pcs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- JavaScript 57.4%
- Python 37.0%
- Ruby 4.6%
- Other 1.0%