Integration Server 11.1 | Integration Server Administrator's Guide | Running Multiple Integration Server Instances | Updating Packages on a Server Instance
 
Updating Packages on a Server Instance
Use the update command to update existing packages and to install other packages on a server instance.
*To update packages on an Integration Server instance
1. Stop the Integration Server instance.
2. Navigate to the following directory:
Integration Server_directory \instances
3. Run the is_instance script as follows:

is_instance.bat update -Dinstance.name=instance_name -Dpackage.list=package_list

Where
Specify
instance_name
The name of the instance to which you want to add packages.
package_list
A comma-separated list of packages to add to the server instance. For example, WmPRT,WmTN.
The packages that you specify must be part of the IBM webMethods Integration Server package repository. IBM webMethods Installer installs packages in the package repository, which is located under the Software AG_directory\IntegrationServer\packages directory.
Specify all to add all non-predefined packages in the IBM webMethods Integration Server package repository located in the Integration Server_directory\packages directory. For a list of predefined packages, see Predefined Packages.
Note:
If you want the server instance to use components or services contained in other packages, you must add the packages to the instance. For example, if you want the server instance to use IBM webMethods Deployer or IBM webMethods API Gateway, you must add the WmDeployer or WmAPIGateway packages, respectively, to the instance.
The script adds the packages to the Integration Server_directory\instances\instance_name\packages directory.