Use this command to define a server for the following functions:
Privilege Class
To issue this command, you must have system privilege.
Syntax
For Enterprise Configuration, Enterprise Event Logging, and Command Routing:
>>-DEFine--SERver--server_name----SERVERPAssword--=--password---> >----HLAddress--=--ip_address---LLAddress--=--tcp_port----------> >-----+-----------------------+---+--------------+--------------> '-COMMmethod--=--TCPIP--' '-URL--=--url--' >-----+------------------------------+--------------------------> '-DESCription--=--description--' .-CROSSDefine--=--No------. >-----+-------------------------+------------------------------>< '-CROSSDefine--=--+-No--+-' '-Yes-'
Syntax
For Virtual Volumes:
>>-DEFine--SERver--server_name----PAssword--=--password---------> >----HLAddress--=--ip_address---LLAddress--=--tcp_port----------> >-----+-----------------------+---+--------------+--------------> '-COMMmethod--=--TCPIP--' '-URL--=--url--' >-----+--------------------------+------------------------------> '-DELgraceperiod--=--days--' >-----+-------------------------+-------------------------------> '-NODEName--=--node_name--' >-----+------------------------------+------------------------->< '-DESCription--=--description--'
Parameters
For command routing and server-to-server event logging functions, the server name you specify here should match the name that was set using the SET SERVERNAME command at the target server.
Examples
Task 1
A target server has a high-level address of 9.116.2.67 and a low-level address of 1570. Define that target server to the source server, name it SERVER2, set the password to SECRET, and specify that objects remain on the target server for 7 days after they have been marked for deletion.
Task 2
Define a server to enable it to receive commands routed from other servers. Name the server WEST_COMPLEX, set the password to CACTUS, and set the high-level address to 9.283.299 and a low-level address to 1500.
Task 3
Use cross definition to define SERVER_A and SERVER_B.
set servername server_b set serverpassword mylife set serverhladdress 9.115.20.80 set serverlladdress 1860 set crossdefine on
set servername server_a set serverpassword yourlife set serverhladdress 9.115.20.97 set serverlladdress 1500
define server server_b hladdress=9.115.20.80 lladdress=1860 serverpassword=mylife crossdefine=yes
Related Commands
Table 68. Commands Related to DEFINE SERVER
Command | Description |
---|---|
DEFINE DEVCLASS | Defines a device class. |
DELETE DEVCLASS | Deletes a device class name. |
DELETE FILESPACE | Deletes data associated with client's filespaces. |
DELETE SERVER | Deletes the definition of a server. |
QUERY NODE | Displays partial or complete information about one or more clients. |
QUERY SERVER | Displays information about servers. |
RECONCILE VOLUMES | Reconciles source server virtual volume definitions and target server archive objects. |
REGISTER NODE | Defines a client to the server and sets options for that user. |
REMOVE NODE | Removes a client from the list of registered nodes for a specific policy domain. |
SET CROSSDEFINE | Specifies whether to cross define servers. |
SET SERVERNAME | Specifies the name by which the server is identified. |
SET SERVERHLADDRESS | Specifies the high-level address of a server. |
SET SERVERLLADDRESS | Specifies the low-level address of a server. |
SET SERVERPASSWORD | Specifies the server password. |
SET SERVERURL | Specifies the URL used to access a server from a web browser interface. |
UPDATE DEVCLASS | Changes the attributes of a device class. |
UPDATE NODE | Changes the attributes associated with a client node. |
UPDATE SERVER | Updates information about a server. |