SET SERVERPASSWORD (Set password for server)
Use this command to set the password for communication between servers to support enterprise administration and enterprise event logging and monitoring.
Privilege class
To issue this command, you must have system privilege.
Syntax
Parameters
- password (Required)
- Specifies a password for the server. Other servers must have the same password in their definitions of this server. The minimum length of the password is 8 characters unless a different value is specified by using the SET MINPWLENGTH command. The maximum length of the password is 64 characters.
Example: Set a server password
Set the password for HQ_SERVER to agave234.set serverpassword agave234
Related commands
Command | Description |
---|---|
SET CROSSDEFINE | Specifies whether to cross define servers. |
SET SERVERHLADDRESS | Specifies the high-level address of a server. |
SET SERVERLLADDRESS | Specifies the low-level address of a server. |