From e9be59e1502a41bab9891d96d753102a7dafef0b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 08:40:13 +0200 Subject: Adding upstream version 1.0.12. Signed-off-by: Daniel Baumann --- lrm/admin/lrmadmin.txt | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 lrm/admin/lrmadmin.txt (limited to 'lrm/admin/lrmadmin.txt') diff --git a/lrm/admin/lrmadmin.txt b/lrm/admin/lrmadmin.txt new file mode 100644 index 0000000..739aa70 --- /dev/null +++ b/lrm/admin/lrmadmin.txt @@ -0,0 +1,60 @@ +# LRM Admin Command-line Interface +# It's a draft +NAME + lrmadmin - Local Resource Manager Commander-line Daministrator Tools + +SYNOPSIS +lrmadmin {-d|--daemon} + {-A|--add} [] + {-D|--delete} + {-F|--flush} + {-E|--execute} [] + {-M|--monitor} -s + [] + {-M|--monitor} {-g|-c} + {-S|--status} + {-L|--listall} + {-I|--information} + {-R|--rasupported} + {-h|--help} + +Detailed Explanation for Options + +Lrmd daemon options + {-d|--daemon} +# -s The status of lrmd: running or not running +# -r Reset lrmd (?) + +Resource options + {-A|--add} [] + Add a resource. + + {-D|--delete} + Delete a resource + + {-E|--execute} [] + Let resource agent to performance the operation + + {-F|--flush} + Clear all pending operation on the resource agnency + + {-M|--monitor} {-s|-g} + -s rscname Set a monitors on the resource agent + -g Get the information about the monitors on the + resource agent + + {-S|--status} + Get the status of current resource agent + + {-L|--listall} + List all available resource agent + + {-I|--information} + List the information about a resource + + {-R|--rasupported} + List the support types of resource agent such as OCF and etc. + +Other options + {-h|--help} + Display the help screen -- cgit v1.2.3