deploy
Purpose
This command deploys configuration data for the specified SAG.
Notes:
- This command can take a few minutes to process. To ensure that
you receive the result, use the .set command to set the timeout
interval to a higher value. For example, to set the timeout interval
to 300 seconds (=300 000 milliseconds), enter:
For more information about setting the timeout interval, see Setting environment variables for the CLI.INST1.DNFSYSOU.DNFSAGCFG>.set -to 300000 - To receive an event when the deployment completes, you must monitor services from the SAG. If the deployment fails, the event contains information about the possible cause.
- You must stop and start the SAG after you initially define the SAG global parameters and routing information. If you change the request queues, you must stop and start the SAG to make these changes effective.
Format
Parameters
- -sag sag
- Name of the SAG.
- -force
- The parameter influences the behavior of the deployment process:
- If this parameter is not specified:
- All approved changes to configuration entities in DNFSYSOU are deployed in the FTM SWIFT database, and thereby made current.
- All configuration entities that affect the specified SAG and that have a timestamp that is more recent than that of the corresponding SAG object are deployed to the SAG.
- If this parameter is specified, the resulting behavior depends
on its value:
- cfg
- If this value is specified:
- No changes to configuration entities in DNFSYSOU are deployed in the FTM SWIFT database.
- All configuration entities that affect the specified SAG and that have a timestamp that is more recent than that of the corresponding SAG object are deployed to the SAG.
- sag
- If this value is specified:
- No changes to configuration entities in DNFSYSOU are deployed in the FTM SWIFT database.
- All configuration entities that affect the specified SAG are deployed to the SAG, regardless of their timestamp values, and regardless of whether they were created using FTM SWIFT or other means such as the SWIFT Alliance Web Platform.
- noreq
- If this value is specified:
- All approved changes to configuration entities in DNFSYSOU are deployed in the FTM SWIFT database, and thereby made current.
- No configuration entities are deployed to the SAG.
- If this parameter is not specified:
Examples
The following command deploys
the approved changes in DNFSYSOU in the
FTM SWIFT database, and to SAG1:
INST1.DNFSYSOU.DNFSAGCFG>dep -sag SAG1