Install Mule ESB Server runtime

Prerequisites

  • You have a Mule ESB Server license file. For more information, contact your Collibra Customer Success agent.
  • You have downloaded the Mule ESB Server 4 archive from the Collibra Community downloads page.

Steps

  1. Extract the Mule ESB archive file into the location of your preference.
  2. Set the environment variable MULE_HOME for the mule directory inside your extracted folder.

    If you extracted version 4.1.1 in your Downloads folder:

    Linux/Unix operating system

    Windows operating system

    export MULE_HOME=~/Downloads/mule-enterprise-standalone-4.1.1/
    env:MULE_HOME=C:\Downloads\mule-enterprise-standalone-4.1.1\
  3. Install the license file, obtained via your Collibra Customer Success agent:
    WindowsOther OS
    1. Copy the license file to the MULE_HOME/bin directory.
    2. Open a command line and go the Mule bin directory.
    3. Execute the following command:
      mule -installLicense\
       <license-name>.lic
    1. Open a terminal session and go to the Mule bin directory.
    2. Execute the following command:

      mule -installLicense\ ~/<license-name>.lic

To verify that Mule successfully installed the license, run the following command:
mule –verifyLicense

To control the Mule ESB Server runtime instance, see Controlling a Mule ESB Server runtime instance or add your instance to ARM..