Use this command to associate one or more clients with a schedule. A client node must be assigned to the policy domain to which a schedule belongs. Client nodes process operations according to the schedules associated with the nodes.
Privilege Class
To perform this task, you must have one of the following privilege classes:
Syntax
>>-DEFine ASSOCiation--domain_name--schedule_name---------------> .-,---------. V | >----node_name-+-----------------------------------------------><
Parameters
Examples
Task 1
Associate the client nodes SMITH or JOHN with the WEEKLY_BACKUP schedule. The associated clients are assigned to the EMPLOYEE_RECORDS policy domain.
define association employee_records weekly_backup smith*,john*
Task 2
Associate the client nodes JOE, TOM, and LARRY with the WINTER schedule. The associated clients are assigned to the EMPLOYEE_RECORDS policy domain; however, the client JOE is already associated with the WINTER schedule.
define association employee_records winter joe,tom,larry
Related Commands
Table 41. Commands Related to DEFINE ASSOCIATION
Command | Description |
---|---|
DEFINE SCHEDULE | Defines a schedule for a client operation or an administrative command. |
DELETE ASSOCIATION | Deletes the association between clients and a schedule. |
DELETE SCHEDULE | Deletes a schedule from the database. |
QUERY ASSOCIATION | Displays the clients associated with one or more schedules. |
REGISTER NODE | Defines a client to the server and sets options for that user. |