loadcvagents
The loadcvagents utility runs automatically during the post-installation or post-installation tasks when loading connectors from an installation or upgrade. It copies the contents of the provided connector-pack-customer-verified.zip
file for the Customer-Verified connectors to the relevant locations for the Connector Pack. Only Customer-Verified connectors currently configured as target systems on the Bravura Security Fabric instance will be copied and loaded for this action.
You can run loadcvagents separately. In this case, it only copies the Customer-Verified connector files. You must also run loadplatform
manually in order to load the connector for the instance.
Note
The loadcvagents
utility is only available for Bravura Security Fabric 12.7.1 and up.
Usage
loadcvagents.exe -mode [single|used|all] [-platformName <platformName>] [zip <zipName>]
Argument | Description |
---|---|
-h, --help | Print out help/usage message and exit |
-v, --version | Print out version and exit |
-mode <single|used|all> | REQUIRED
|
-platformName <platform to load> | Use this option in combination with the "-mode single" option to copy Customer-Verified connectors for a specific connector platform. Specify the platform id for the Customer-Verified connector to copy from the zip file. |
-zip <zipfile containing agents> | Specify the full path to the |
Examples
Copy only the Customer-Verified connectors for configured targets on the Bravura Security Fabricserver, type:
loadcvagents.exe -mode used -zip c:\temp\connector-pack-customer-verified.zip
Copy only a specific connector (such as for XML-RPC Web Service) from the zip file, type:
loadcvagents.exe -mode single -platformName XML -zip c:\temp\connector-pack-customer-verified.zip
Copy all of the Customer-Verified connectors from the zip file to the Bravura Security Fabric server, type:
loadcvagents.exe -mode all -zip c:\temp\connector-pack-customer-verified.zip
After running the loadcvagents
command, ensure to also run the loadplatform
command for the added Customer-Verified connector; for example:
loadplatform -a agt<xxx>