Example: Changing the operation mode of your integration nodes

You want to convert from the Standard Edition (standard mode) to the full package (advanced mode).

About this task

Contact your IBM® representative to upgrade your license, and change the integration node that you have created to conform to your new license.

Procedure

  1. Open a command prompt.
    • Linux platformOn Linux® and UNIX, run the mqsiprofile command to initialize the command environment.
    • Windows platformOn Windows, click Start > All Programs > IBM Integration Bus 10.0.0.n > IBM Integration Console 10.0.0.n to open a command console.
  2. Run the following mqsimode command to change the mode of your integration node from standard to advanced (where integrationNodeName is the name of your integration node):
    mqsimode integrationNodeName -o advanced
    The following messages are displayed:
    BIP1060I: Connecting to the integration node... 
    BIP1115I: Connected to the integration node 'integrationNodeName'. 
    BIP1809I: Changing the mode of integration node 'integrationNodeName' to 'advanced'...
    BIP8071I: Successful command completion.