Module node
source code
:author: Josh Moore, josh at glencoesoftware.com
OMERO Grid node controller
This is a python wrapper around icegridnode.
Copyright 2008 Glencoe Software, Inc. All Rights Reserved. Use is
subject to license terms supplied in LICENSE.txt
|
HELP = """Control icegridno...
|
Imports:
BaseControl,
CLI,
tail_lines,
shlex,
AdminControl,
re,
os,
sys,
signal,
Exc,
path
HELP
- Value:
"""Control icegridnode.
start -- Start the node via icegridnode. With sync do
esn't return until reachable.
stop -- Stop the node via icegridadmin. With sync do
esn't return until stopped.
status -- Prints a status message. Return code is non-
zero if there is a problem.
restart -- Calls "sync start" then "stop" ("sync stop"
...
|
|