ClusterPack Tutorial

Index
|
Administrators Guide
|
Users Guide
|
Tool Overview
|
Related Documents
|
Dictionary
Copyright 1994-2004 hewlet
t
-
p
ackard company
Back to Top
3.1.12 clbroadcast - Telnet and MP based broadcast commands on cluster
nodes.
The clbroadcast command is used to broadcast commands to various nodes in the cluster using
the Management Processor (MP) interface or telnet interface.
The tool opens a window with a telnet or an MP connection on each target and another
"console window" with no echo where all input keyboard actions will be broadcast in all target
windows. To send a command to a specific target, type directly in the target window and the
command is not broadcast.
clbroadcast is used as follows:
% clbroadcast [nodename ...]
% clbroadcast -mp [nodename ...]
%
clbroadcast -telnet [nodename ...]
Examples
The following command broadcasts to cluster nodes "nodea", "nodeb", and "nodec" using the
default (telnet) interface:
%
clbroadcast nodea nodeb nodec
To broadcast to all cluster nodes using the MP interface:
% clbroadcast -mp
For more details on the usage of clbroadcast, invoke the command:
%
man clbroadcast
Back to Top