hey_manager man page
SYNOPSIS
hey_manager <server-ior> <verb> [<property-list>] [to
<value>]
DESCRIPTION
The hey_manager utility is used to communicate with an
active Broker::Manager object. The command uses an
english-like argument style wherein you tell a particular
server to act on some object it contains. The actions are
referred to as verbs and the objects are properties. The
utility then converts your requests into RPCs for the
given action. Currently, the supported actions deal with
listing the set of properties and getting or setting their
values.
Available verbs:
list List the properties in the object.
get Get the value of a property.
set Set the value of a property
Available properties and the verbs they understand:
policy (gettable/settable) The current policy in effect.
EXAMPLES
To get the current policy for the manager designated by
the IOR in the manager.ior file.
[nemo@anemone rbroker] hey_manager file://man-
ager.ior get policy
To set the current policy of the same manager to the IOR
in the strict_policy.ior file.
[nemo@anemone rbroker] hey_manager file://man-
ager.ior set policy to file://strict_policy.ior
SEE ALSO
manager_server(1), broker_allup(1), strict_policy(1),
hey_strict_policy(1)
AUTHOR
The Alchemy project at the University of Utah.
NOTES
The Alchemy project can be found on the web at
http://www.cs.utah.edu/flux/alchemy
CPU Broker 0.5 2003/09/02 16:32:14 HEY_MANAGER(1)
Man(1) output converted with
man2html