Next: lock,unlock
Up: FBSNG Command Line Interface
Previous: hold,release
  Contents
The allow and disallow commands give an authorized
user control over where processes of a process type can start. For each
process type, FBSNG independently maintains (possibly empty) list of allowed
nodes and list of disallowed nodes. The user can control these lists
using allow and disallow commands. The syntax of
the commands is:
fbs (allow|disallow) <process_type> (-|*|<node> ...)
Use dash '-' to clear the list, star '*' to include all farm
nodes in the list, or specify list of node names. See also Object Ownership
section of this document.
FBSNG Home