Package omero :: Package plugins :: Module node
[hide private]
[frames] | no frames]

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

Classes [hide private]
  NodeControl
Variables [hide private]
  HELP = """Control icegridno...

Imports: BaseControl, CLI, tail_lines, shlex, AdminControl, re, os, sys, signal, Exc, path


Variables Details [hide private]

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" \
...