Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

2.2. pcs 使用方法說明畫面

您可使用 pcs-h 選項來顯示 pcs 指令的參數,以及這些參數的詳述。比方說,下列指令會顯示 pcs resource 指令的參數。在此僅顯示了一部分輸出。
# pcs resource -h
Usage: pcs resource [commands]...
Manage pacemaker resources
Commands:
    show [resource id] [--all]
        Show all currently configured resources or if a resource is specified
        show the options for the configured resource.  If --all is specified
        resource options will be displayed

    start <resource id>
        Start resource specified by resource_id
...