cbbd6f86a485ddd22bba3a4107d9a6a71a00e630
software/index.md
| ... | ... | @@ -11,6 +11,9 @@ |
| 11 | 11 | ## browsers |
| 12 | 12 | * [w3m](w3m) |
| 13 | 13 | |
| 14 | +## cluster mangement |
|
| 15 | +* [pcs](pcs) |
|
| 16 | + |
|
| 14 | 17 | ## communication systems |
| 15 | 18 | * [exim4](exim4) |
| 16 | 19 | * [gopher](gopher) |
software/pcs.md
| ... | ... | @@ -0,0 +1,7 @@ |
| 1 | +# pcs |
|
| 2 | + |
|
| 3 | +* if resource move fails check failcount |
|
| 4 | +``` |
|
| 5 | +pcs resource failcount show <resource_name> |
|
| 6 | +pcs resoure cleanup <resource_name> |
|
| 7 | +``` |