Contact Us 1-800-596-4880

Creating a Cluster

After downloading the demo bundle and executing the six scripts, you can open the Mule Management Console to see Mule in action. We start by registering two Mule servers, or nodes, in the Mule Management Console, then we configure a cluster with two nodes.

Registering Servers

  1. Browse to http://localhost:8585/mmc.

  2. Log in to the Management Console using the following credentials:

    • Username: admin

    • Password: admin

  3. The Management Console displays a Mule ESB Enterprise - Quick Start screen click the error in the upper right corner to close.

  4. The Management Console presents the Dashboard tab by default, click the Server tab.

  5. Click Add, then select New Server.

    add_new_server
  6. In the Server Name field on the Add Server screen, enter a unique name for the first server, such as Server A.

  7. In the Mule Agent URL field, do not adjust the value, http:/localhost:7777/mmc-support.

    add_server_A
  8. Click Add to register the first server. The Management Console displays the details of the newly-registered server.

    server_details_serverA
  9. Click All in the Package Explorer column left to return to the main screen of the Server tab, then click Add, then select New Server again.

  10. In the Server Name field on the Add Server screen, enter a unique name for the second server, such as Server B.

  11. In the Mule Agent URL field, adjust the default value to the following:

  12. Click Add to register the second server.

  13. Click All in the Package Explorer column at left to return to the main screen of the Server tab. The Management Console displays the two newly-registered servers.

    two_registered_servers

Creating a Cluster

  1. On the Servers tab in the Management Console, click Add, and click New Cluster.

    add_new_cluster
  2. In the Cluster Node field on the Create Cluster screen, enter a unique name for the cluster, such as Dev Cluster.

  3. Click to select both servers in the Available Nodes pane, then click the >> button to move the selection to the Cluster Nodes pane.

    create_cluster
  4. Click Add to create the cluster. (Mule must restart the servers so this process may take a minute.)

  5. Click All in the Package Explorer column at left to return to the main screen of the Server tab. The Management Console displays the new clusters as one "server". You can now manage this cluster of servers as one.

    created_devcluster