SET SERVERLLADDRESS (Set the low-level address of a server)
Use this command to set the low-level address of a server. IBM Spectrum® Protect uses the address when you issue a DEFINE SERVER command with CROSSDEFINE=YES.
Privilege class
To issue this command, you must have system privilege.
Syntax
Parameters
- tcp_port (Required)
- Specifies the low-level address of the server. Generally, this address is identical to the TCPPORT option in the server option file of the server.
Example: Set the low-level address of a server
Set the low-level address of HQ_SERVER to 1500.set serverlladdress 1500
Related commands
Command | Description |
---|---|
SET CROSSDEFINE | Specifies whether to cross define servers. |
SET SERVERHLADDRESS | Specifies the high-level address of a server. |
SET SERVERPASSWORD | Specifies the server password. |