Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rikkotec Github.com and pcsd Makefile Patch For GNU/Linux #55

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
- Updating text formatting once more.
  • Loading branch information
kirvedx committed Mar 13, 2015
commit 01294fd6eb9a72d526d4378b72953ab2de0a5a8a
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,44 +26,45 @@
# pcs cluster setup --local --name cluster_name node1 node2 node3
```

<br />
Then run the following command on all nodes:

```shell
# pcs cluster start
```

<br />
- **Check the Cluster Status**

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

```shell
# pcs status
```

- **Add a Cluster Reosurce
<br />
- **Add a Cluster Reosurce**

After this you can add resources and stonith agents:

```shell
# pcs resource help
```

and

```shell
# pcs stonith help
```

<br />
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/
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:
Current Fedora 18 .spec:
http://pkgs.fedoraproject.org/cgit/pcs.git/tree/pcs.spec?h=f18


<br />
- **PCSD Installation from Source**

You can also install pcsd which operates as a GUI and remote server for pcs. pcsd may also necessary in order to follow the guides on the clusterlabs.org website.
You can also install pcsd which operates as a GUI and remote server for pcs. pcsd may also necessary in order to follow the guides on the clusterlabs.org website.

To install pcsd run the following commands from the root of your pcs directory. (You must have the ruby bundler gem installed, rubygem-bundler in Fedora, and development packages installed)

Expand All @@ -72,7 +73,6 @@
# make install_pcsd
```

<br />
If you are on GNU/Linux its time to:

```shell
Expand Down