To create a managed integration server, you can use the ibmint create server command.
Procedure
-
If you are creating an integration server on AIX®, Linux®, or Windows systems:
-
Open a command window for your current installation.
-
Enter the ibmint create server command and specify the
parameters for the integration server that you want to create.
- If the integration node is local, specify the integration node name. For
example:
ibmint create server IServer_2 --integration-node INODE
- If the integration node is remote, you can specify a configuration file. For
example:
ibmint create server IServer_2 --integration-node-file INODE.broker
- If the integration node is remote, you can specify the parameters for the hostname and port as
an alternative to specifying a configuration file. For
example:
ibmint create server IServer_2 --admin-host host --admin-port 4414
For more information about these options, see the
ibmint create server command.
- Optional:
Configure your integration server by setting properties in the
server.conf.yaml file, as described in Configuring an integration server by modifying the server.conf.yaml file.
Results
The integration server has been created under the specified integration node.
What to do next
Deploy resources to your integration server, as described in Deploying integration solutions.