sagcc delete security credentials
Deletes security credentials from an installation or run-time component.
Syntax
Command Central syntax:
sagcc delete security credentials [nodeAlias=node_alias]
[runtimeComponentId=componentid] [options]
options:
[{--debug | -d}]
[{--error | -r} file]
[--force]
[{--log | -l} file]
[{--password | -p} password]
[{--quiet | -q}]
[{--server | -s} url]]
[{--username | -u} user_name]
Not supported by
Platform Manager.
Arguments and Options
Argument or Option | Description |
[nodeAlias=node_alias] | Optional. Specifies the alias name of the installation for which you want to delete security credentials. |
[runtimeComponentId=componentid] | Optional. Specifies the run-time component for which you want to delete security credentials. |
[options] | Optional. Refer to the command syntax for a list of the options the command supports. For a description of the options, see
Common Options. |
Usage Notes
By default, if you omit an argument, the command removes the credentials from all items. For example, if you omit the
[runtimeComponentId=componentid] argument, the command removes the credentials from all run-time components.
When you remove credentials,
Command Central uses the default credentials.
Examples When Executing on Command Central
To remove the security credentials for the
Integration Server run-time component that is running on the installation with alias name “sag02” using the authorization of the user with user name “Administrator” and password “manage”:
sagcc delete security credentials nodeAlias=sag02
runtimeComponentId=IntegrationServer-instanceName
--username Administrator --password manage
After removing the security credentials, the Integration Server uses the default credentials, that is, user name “Administrator” and password “manage”.
To remove the security credentials for all
Integration Server run-time components running on all installations using the authorization of the user with user name “Administrator” and password “manage”:
sagcc delete security credentials
runtimeComponentId=IntegrationServer-instanceName
--username Administrator --password manage