Where | Specify |
instance_name | The name of the instance to update. |
mode | The processing mode to indicate whether the script is to add or remove language pack files (such as jars and DSPs, HTMLs, class) from the instance. Specify one of the following: install to add or update language pack files. When this option is specified, the script copies the language pack files from the package repository to the specified instance. Note: Be sure to install the language pack using the Software AG Installer before you update the instance. If the files do not exist in the package repository, the script cannot update the instance. uninstall to remove language pack files. When this option is specified, the script removes the language pack files from the instance. Note: Be sure to uninstall the language pack using the Software AG Installer before running -Dinstall.mode=uninstall or the files will not be removed from the instance. |
package_list | Optional. A comma-separated list of packages to which to add the language pack. Note: If you do not specify -Dpackage.list, you must specify -Dfeature.list. However, you can specify both -Dpackage.list and -Dfeature.list. You need to specify -Dpackage.list and/or -Dfeature.list only when -Dinstall.mode is set to install. For example, to install the language pack on the Integration Server instance that functions as the API Gateway, specify: -Dpackage.list=WmAPIGateway |
feature_list | Optional. A comma-separated list of features to which to add the language pack. Review the product documentation for a list of features. Note: If you do not specify -Dfeature.list, you must specify -Dpackage.list. However, you can specify both -Dpackage.list and -Dfeature.list. You need to specify -Dpackage.list and/or -Dfeature.list only when -Dinstall.mode is set to install. |