commit cbbd6f86a485ddd22bba3a4107d9a6a71a00e630 parent ab571639c78e5be016b7494a3d8f3dffec2038ab Author: pyratebeard <root@pyratebeard.net> Date: Tue, 23 Apr 2024 12:20:55 +0100 updates Diffstat:
M | software/index.md | | | 3 | +++ |
A | software/pcs.md | | | 7 | +++++++ |
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/software/index.md b/software/index.md @@ -11,6 +11,9 @@ ## browsers * [w3m](w3m) +## cluster mangement +* [pcs](pcs) + ## communication systems * [exim4](exim4) * [gopher](gopher) diff --git a/software/pcs.md b/software/pcs.md @@ -0,0 +1,7 @@ +# pcs + +* if resource move fails check failcount +``` +pcs resource failcount show <resource_name> +pcs resoure cleanup <resource_name> +```