category
stringclasses
1 value
context
stringclasses
7 values
response
stringclasses
28 values
instruction
stringclasses
28 values
open_qa
Check Cluster Status
Display status of cluster nodes
pcs cluster status
open_qa
Check Cluster Status
Display detailed cluster status of nodes and resources
pcs status –full (double dashes)
open_qa
Check Cluster Status
Display status of all resources and resource groups
pcs resource
open_qa
Modify Cluster Nodes
Place node in standby mode
pcs cluster standby
open_qa
Modify Cluster Nodes
Remove node from standby mode
pcs cluster unstandby
open_qa
Managing Running Resources
Move resource to another node
pcs resource move [resource_name] node name
open_qa
Managing Running Resources
Restart resource on current node
pcs resource restart [resource_name]
open_qa
Managing Running Resources
Start resource on current node
pcs resource enable [resource_name]
open_qa
Managing Running Resources
Stop resource on current node
pcs resource disable [resource_name]
open_qa
Debugging Resources
Force resource to start on node where command is executed showing debug information. Use --full for even more verbose output.
pcs resource debug-start [source_name]
open_qa
Debugging Resources
Force resource to stop on node where command is executed showing debug information. Use --full for even more verbose output.
pcs resource debug-stop [source_name]
open_qa
Debugging Resources
Force resource to be monitored on node where command is executed showing debug information. Use --full for even more verbose output.
pcs resource debug-monitor [source_name]
open_qa
Creating and Modifying Resources
List available resource agents
pcs resource agents
open_qa
Creating and Modifying Resources
List configuration setting for resource
pcs resource describe [resource]
open_qa
Creating and Modifying Resources
Create resource
pcs resource create [resource id][resource] options…
open_qa
Creating and Modifying Resources
Display currently configured setting of resource
pcs resource show [resource id]
open_qa
Creating and Modifying Resources
Update resource configuration
pcs resource update [resource id] options…
open_qa
Creating and Modifying Resources
Delete resource
pcs resource delete [resource id]
open_qa
Creating and Modifying Resources
Cleanup resource failures
pcs resource cleanup [resource id]
open_qa
Creating and Modifying Stonith Resources
List available fence agents
pcs stonith list
open_qa
Creating and Modifying Stonith Resources
List configuration settings for fence agent
pcs stonith describe [fence agent]
open_qa
Creating and Modifying Stonith Resources
List configuration setting for stonith agent
pcs stonith describe [stonith_id]
open_qa
Creating and Modifying Stonith Resources
Create stonith agent
pcs stonith create [stonith_id][resource] options…
open_qa
Creating and Modifying Stonith Resources
Display currently configured setting of stonith agent
pcs stonith show [stonith_id]
open_qa
Creating and Modifying Stonith Resources
Update stonith configuration
pcs stonith update [stonith_id] options…
open_qa
Creating and Modifying Stonith Resources
Delete stonith agent
pcs stonith delete [stonith_id]
open_qa
Creating and Modifying Stonith Resources
Cleanup stonith agent failures
pcs stonith cleanup [stonith_id]
open_qa
Cleaning up stonith history
Cleanup stonith history
pcs stonith history cleanup *