Broker 10.15 | webMethods Broker Documentation | Running webMethods Broker in a High-Availability Windows Enterprise Server 2019 Cluster | Cluster Configuration On Windows | Create and Configure the Broker Server on Each Node | Create and Configure the Broker Server on Node A
 
Create and Configure the Broker Server on Node A
In order to create and configure the Broker Server on node A, change the startup type to manual for both the Broker Monitor and the Broker Server in Windows services. Start the Broker Monitor and the Broker Server if they are not running already, on both the nodes.
*To create and configure the Broker Server on node A
1. Use the Failover Cluster Manager to move the Broker Server from cluster node B to node A:
a. In the Actions pane, click More Actions. Select Move cluster core resources to select the node and move to another node.
2. Create the Broker Server on the shared disk that is mounted. Start Broker Monitor in Windows services if it is not running and run the following Windows commands on node A where the shared disk is mounted:
server_config create H:\webMethods\Broker\data\awbrokersversion\default
-p 6849
-k "C:\wMUpgradeRepository\Software\Licenses\license.xml"
-d "Production Broker Server"
-session_config qs
-qs_log_file H:\webMethods\Broker\data\awbrokersversion\default\BrokerConfig.qs.log 1G
-qs_storage_file H:\webMethods\Broker\data\awbrokersversion\default\BrokerConfig.qs.stor 2G
-session_data qs -qs_log_file H:\webMethods\Broker\data\awbrokersversion\default\BrokerData.qs.log 2G
-qs_storage_file H:\webMethods\Broker\data\awbrokersversion\default\BrokerData.qs.stor 5G 1G
In this example, the shared disk is mounted on drive H. You must replace the paths in the above command with actual values.
3. Run server_config list at command prompt and make sure that the status shows as Running.