hey_strict_policy man page




SYNOPSIS

       hey_strict_policy  <server-ior>  <verb>  [<property-list>]
       [to <value>]


DESCRIPTION

       The hey_strict_policy utility is used to communicate  with
       an  active  StrictPolicy  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:

       tasks  (listable) The tasks managed by the policy.

       task   (listable|gettable|settable) A particular task man-
              aged by the policy.  Each task also has the follow-
              ing sub-properties:

              priority
                     The priority of the task.  This value deter-
                     mines which tasks will be favored when there
                     is contention for resources.


EXAMPLES

       To list the tasks managed by a policy whose IOR is in  the
       file, sp.ior.

              [nemo@anemone       rbroker]      hey_strict_policy
              file://sp.ior list tasks

       To set the priority of task "Marlin".

              [nemo@anemone      rbroker]       hey_strict_policy
              file://sp.ior set priority of task Marlin to 50

       To get the priority of task "Marlin".

              [nemo@anemone       rbroker]      hey_strict_policy
              file://sp.ior get priority of task Marlin


SEE ALSO

       strict_policy(1),   broker_allup(1),    manager_server(1),
       hey_manager(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_STRICT_POLICY(1)

Man(1) output converted with man2html