modify credential
Modifies an existing credential which will be used by the remote Scheduler agent to execute shard jobs.
Syntax
modify credential -credential credential_name -osaccount account_name -ospassword password [-windows_domain domain_name]
Options
Table 2-56 GDSCTL modify credential Options
| Option | Description |
|---|---|
-credential credential_name |
Specify the name of the credential to modify. |
-osaccount account_name |
Specify the operating system account which will be used for remote jobs. |
-ospassword password |
Specify the corresponding password for the account. |
-windows_domain domain_name |
If a Windows account has been specified, specify the corresponding domain name for that account. |
Usage Notes
This command modifies credentials which will be used to execute jobs on sharded hosts in response to administrative commands.
If the specified credential does not exist, the command returns an error.
Examples
Modify a credential named east_region_cred.
GDSCTL> modify credential –credential east_region_cred –osaccount agent_user
–ospassword newpass