This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



xgridctl(8)                              BSD System Manager's Manual                             xgridctl(8)

NAME
     xgridctl -- Xgrid Daemon Control Interface

SYNOPSIS
     xgridctl [target] action

OPTIONS
     The optional target is one of the following:

     controller    perform the action for the xgricontrollerd daemon

     agent         perform the action for the xgridagentd daemon

     The action is one of the following:

     status        print status for the chosen daemon, or print status for all daemons if no target is spec-ified specified
                   ified

     start         enable and start the chosen daemon, or start all enabled daemons if no target is speci-fied specified
                   fied

     stop          disable and stop the chosen daemon, or stop all daemons if no target is specified

     restart       stop and then enable and start the chosen daemon, or stop all daemons and then start all
                   enabled daemons if no target is specified

RETURN VALUES
     0             completed succesfully

     1             an error occurred

FILES
     /usr/libexec/xgrid/xgridagentd
             agent daemon

     /usr/libexec/xgrid/xgridcontrollerd
             controller daemon

     /System/Library/LaunchDaemons/com.apple.xgridagentd.plist
             agent launchd control file

     /System/Library/LaunchDaemons/com.apple.xgridcontrollerd.plist
             controller launchd control file

EXAMPLES
     Print status of agent and controller:

           $ xgridctl status

     Start the controller and set it to run at startup:

           $ xgridctl controller start

     Stop the agent and set it to not run at startup:

           $ xgridctl agent stop

SEE ALSO
     xgrid(1) launchd(8)

HISTORY
     This program was first introduced in Mac OS X 10.4 "Tiger".  It was inspired by apachectl(8).  The "on"
     and "off" actions were deprecated in Mac OS X 10.5 "Leopard".

BUGS
     Bug reports can be sent to bugreport.apple.com

Mac OS X                                        April 2, 2009                                       Mac OS X

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...