Use the iibswitch command to administer the Switch server for callable flows, or the endpoint connectivity agent for IBM® Integration Bus on Cloud.
The iibswitch command requires a configuration file to create the Switch server. If you are splitting flow processing between IBM Integration Bus and IBM Integration Bus on Cloud, you download the agent configuration from the cloud. If your callable flows are in different integration servers, you must first create the configuration files by running the iibcreateswitchcfg command. This command generates configuration files for the Switch server and for the connectivity agents (agentx) that make secure connections to the Switch server. You use the mqsichangeproperties command to configure the connectivity agents for each integration 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.
In the following example, you are creating a Switch server by using the generated configuration file, which is in the temp directory.
iibswitch create switch /config c:\temp\switch.json
iibswitch create switch -c /temp/switch.json
In the following example, you are updating a connectivity agent by using the downloaded configuration file, which is in the temp directory.
iibswitch update agentp /config c:\temp\agentp2.json
iibswitch update agentp -c /temp/agentp2.json
iibswitch stop switch
iibswitch start agentp
iibswitch delete switch