Administering Software AG Products with Command Central 10.3 | Zementis Integrated Server | Administering Zementis Integrated Server Using the Command Central CLI
 
Administering Zementis Integrated Server Using the Command Central CLI
You can use the Command Central command-line interface to perform all available administering tasks for the Zementis Integrated Server. Use the following examples as reference when administering a Zementis Integrated Server instance using the Command Central CLI. For more information about the Command Central CLI, see the Software AG Command Central Help.
Note: The default run-time component ID for the Zementis Integrated Server is "ZADintegrated-ENGINE".
Lifecycle Actions
To start the run-time component with ID "ZADintegrated-ENGINE" on the installation with alias name "local":
sagcc exec lifecycle start local ZADintegrated-ENGINE
To stop the run-time component with ID "ZADintegrated-ENGINE" on the installation with alias "local":
sagcc exec lifecycle stop local ZADintegrated-ENGINE
To restart the run-time component with ID "ZADintegrated-ENGINE" on the installation with alias "local":
sagcc exec lifecycle restart local ZADintegrated-ENGINE
Managing Licenses
To add the license key file "demoLicense.license" with the alias "ZemLicense" to the license key manager:
sagcc add license-tools keys ZemLicense -i demoLicense.license
and update the license key file with the alias "ZemLicense" for the run-time component "ZADintegrated-ENGINE" on the installation with alias "local":
sagcc update configuration license local ZADintegrated-ENGINE COMMON-LICENSE-ZADintegrated ZemLicense
Viewing Logs
To list all log files for the run-time component with ID "ZADintegrated-ENGINE" on the installation with alias "local":
sagcc list diagnostics logs local ZADintegrated-ENGINE
To retrieve all log entries from the "platform.log" file for the run-time component with ID "ZADintegrated-ENGINE" on the installation with alias "local":
sagcc get diagnostics logs local ZADintegrated-ENGINE platform.log full
To retrieve the "platform.log" and "wrapper.log" files for the run-time component with ID "ZADintegrated-ENGINE" on the installation with alias "local" and export them into a zip file named "ZementisLogs":
sagcc get diagnostics logs local ZADintegrated-ENGINE platform.log+wrapper.log export -o ZementisLogs.zip

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.