iibswitch command

Use the iibswitch command to administer the Switch server for callable flows.

Supported platforms

  • Windows
  • Linux®
  • AIX®

Purpose

You use the iibswitch command in the following scenarios:
  • Preparing your environment for callable message flows, so that you can split message flow; for example, for processing by separate message flows running on different integration servers.
  • Enabling message flows that are running in IBM® App Connect Enterprise as a Service to connect securely to on-premises endpoints, such as databases.

Preparation for callable flows

You can split message flow processing so that a message flow in one location can call another flow in another location. A flow can call another flow in the same integration server or a different integration server. You can also split message flow processing between App Connect Enterprise and App Connect Enterprise as a Service.
The iibswitch command requires a configuration file to create or update the Switch server.

You can also use the iibswitch command to start, stop, or delete the Switch server, or to update the Switch server with a new configuration file.

Secure connectivity for callable flows between the cloud and on-premises endpoints

You can run message flows in the cloud by deploying flows that you create in App Connect Enterprise to App Connect Enterprise as a Service. Message flows that are deployed to App Connect Enterprise as a Service can access on-premises endpoints, such as databases, securely through the Switch server. The Switch server is provided in the cloud. To enable the secure connection, you download a configuration file from App Connect Enterprise as a Service. This configuration file is used by the iibswitch command to create and configure an on-premises secure agent. The connectivity agent contains the certificates that are required by App Connect Enterprise as a Service to connect securely to on-premises endpoints. If you configure more endpoints in the cloud, you download an updated configuration file. Then, you use the iibswitch command to update the on-premises agent with the new configuration. You can also use the iibswitch command to start, stop, or delete the agent.

Parameters

The iibswitch command can have the following parameters.
create
This parameter creates the object that follows it. Valid objects are switch (Switch server) and agentp (connectivity agent). You must also follow this parameter with the /config parameter on Windows, or the -c parameter on Linux and AIX, and the location of the configuration file.

In the following example, you are creating a Switch server by using the generated configuration file, which is in the temp directory.

Windows platformOn Windows:
iibswitch create switch /config c:\temp\switch.json
Linux platformOn Linux:
iibswitch create switch -c /temp/switch.json
AIX platformOn AIX:
iibswitch create switch -c /temp/switch.json
update
This parameter updates the object that follows it when you update a configuration file. Valid objects are switch and agentp. You must also follow this parameter with the /config parameter on Windows, or the -c parameter on Linux and AIX, and the location of the configuration file.

In the following example, you are updating a connectivity agent by using the downloaded configuration file, which is in the temp directory.

Windows platformOn Windows:
iibswitch update agentp /config c:\temp\agentp2.json
Linux platformOn Linux:
iibswitch update agentp -c /temp/agentp2.json
AIX platformOn AIX:
iibswitch update agentp -c /temp/agentp2.json
stop
This parameter stops the object that follows it. Valid objects are switch and agentp.
In the following example, you are stopping the Switch server.
iibswitch stop switch
start
This parameter starts the object that follows it. Valid objects are switch and agentp.
In the following example, you are starting the connectivity agent.
iibswitch start agentp
delete
This parameter deletes the object that follows it. Valid objects are switch and agentp.
In the following example, you are deleting the Switch server.
iibswitch delete switch
list
This parameter lists the object and its configuration. Valid objects are switch and agentp.
In the following example, you are listing the Switch server.
iibswitch list switch