File size: 6,206 Bytes
3125c51 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 |
[
{
"instruction": "pcs cluster status",
"context": "Check Cluster Status",
"response": "Display status of cluster nodes",
"category": "open_qa"
},
{
"instruction": "pcs status –full (double dashes)",
"context": "Check Cluster Status",
"response": "Display detailed cluster status of nodes and resources",
"category": "open_qa"
},
{
"instruction": "pcs resource",
"context": "Check Cluster Status",
"response": "Display status of all resources and resource groups",
"category": "open_qa"
},
{
"instruction": "pcs cluster standby",
"context": "Modify Cluster Nodes",
"response": "Place node in standby mode",
"category": "open_qa"
},
{
"instruction": "pcs cluster unstandby",
"context": "Modify Cluster Nodes",
"response": "Remove node from standby mode",
"category": "open_qa"
},
{
"instruction": "pcs resource move [resource_name] node name",
"context": "Managing Running Resources",
"response": "Move resource to another node",
"category": "open_qa"
},
{
"instruction": "pcs resource restart [resource_name]",
"context": "Managing Running Resources",
"response": "Restart resource on current node",
"category": "open_qa"
},
{
"instruction": "pcs resource enable [resource_name]",
"context": "Managing Running Resources",
"response": "Start resource on current node",
"category": "open_qa"
},
{
"instruction": "pcs resource disable [resource_name]",
"context": "Managing Running Resources",
"response": "Stop resource on current node",
"category": "open_qa"
},
{
"instruction": "pcs resource debug-start [source_name]",
"context": "Debugging Resources",
"response": "Force resource to start on node where command is executed showing debug information. Use --full for even more verbose output.",
"category": "open_qa"
},
{
"instruction": "pcs resource debug-stop [source_name]",
"context": "Debugging Resources",
"response": "Force resource to stop on node where command is executed showing debug information. Use --full for even more verbose output.",
"category": "open_qa"
},
{
"instruction": "pcs resource debug-monitor [source_name]",
"context": "Debugging Resources",
"response": "Force resource to be monitored on node where command is executed showing debug information. Use --full for even more verbose output.",
"category": "open_qa"
},
{
"instruction": "pcs resource agents",
"context": "Creating and Modifying Resources",
"response": "List available resource agents",
"category": "open_qa"
},
{
"instruction": "pcs resource describe [resource]",
"context": "Creating and Modifying Resources",
"response": "List configuration setting for resource",
"category": "open_qa"
},
{
"instruction": "pcs resource create [resource id][resource] options…",
"context": "Creating and Modifying Resources",
"response": "Create resource",
"category": "open_qa"
},
{
"instruction": "pcs resource show [resource id]",
"context": "Creating and Modifying Resources",
"response": "Display currently configured setting of resource",
"category": "open_qa"
},
{
"instruction": "pcs resource update [resource id] options…",
"context": "Creating and Modifying Resources",
"response": "Update resource configuration",
"category": "open_qa"
},
{
"instruction": "pcs resource delete [resource id]",
"context": "Creating and Modifying Resources",
"response": "Delete resource",
"category": "open_qa"
},
{
"instruction": "pcs resource cleanup [resource id]",
"context": "Creating and Modifying Resources",
"response": "Cleanup resource failures",
"category": "open_qa"
},
{
"instruction": "pcs stonith list",
"context": "Creating and Modifying Stonith Resources",
"response": "List available fence agents",
"category": "open_qa"
},
{
"instruction": "pcs stonith describe [fence agent]",
"context": "Creating and Modifying Stonith Resources",
"response": "List configuration settings for fence agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith describe [stonith_id]",
"context": "Creating and Modifying Stonith Resources",
"response": "List configuration setting for stonith agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith create [stonith_id][resource] options…",
"context": "Creating and Modifying Stonith Resources",
"response": "Create stonith agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith show [stonith_id]",
"context": "Creating and Modifying Stonith Resources",
"response": "Display currently configured setting of stonith agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith update [stonith_id] options…",
"context": "Creating and Modifying Stonith Resources",
"response": "Update stonith configuration",
"category": "open_qa"
},
{
"instruction": "pcs stonith delete [stonith_id]",
"context": "Creating and Modifying Stonith Resources",
"response": "Delete stonith agent",
"category": "open_qa"
},
{
"instruction": "pcs stonith cleanup [stonith_id]",
"context": "Creating and Modifying Stonith Resources",
"response": "Cleanup stonith agent failures",
"category": "open_qa"
},
{
"instruction": "pcs stonith history cleanup *",
"context": "Cleaning up stonith history",
"response": "Cleanup stonith history",
"category": "open_qa"
}
]
|