DO

Related Commands

SPAWN

Example

RTR> DO/CLUSTER SHOW TIME

This command shows the time on all nodes in a OpenVMS cluster.

RTR> DO/NODE=(TR2,TR1) SHOW LOGICAL MYLOGICAL

This command examines the logical name "MYLOGICAL" on nodes TR2 and TR1.

RTR> SET ENVIRONMENT/NODE=(TR2,TR1)

RTR> DO SHOW TIME

RTR> DO SHOW LOGICAL MYLOGICAL

The SET ENVIRONMENT command can be used if a series of DCL commands are to be issued on the same nodes.

Example

RTR> DO/NODE=(TR2,TR1) "ps"

This command displays the processes running on Compaq Tru64 UNIX nodes TR2 and TR1.

RTR Command Line Interface 6–87

Page 163
Image 163
Compaq AA-Q88CE-TE manual Example, RTR DO/CLUSTER Show Time, RTR DO/NODE=TR2,TR1 Show Logical Mylogical