Trees | Indices | Help |
|
---|
|
This module provides functions to support hosts-file and remote-command configuration in the Configuration GUI.
|
|||
_ErrorLevel An ErrorLevel is an ordered type that represents the severity of a host-check error. |
|||
Error An Error represents an system-level issue that prevents remote commands executed via ssh from succeeding. |
|
|||
|
|||
|
|
|||
SCHRODINGER =
|
|||
OK = OK
|
|||
WARNING = WARNING
|
|||
ERROR = ERROR
|
|||
ERR_LEVEL =
|
|||
__package__ =
|
|
Check whether remote commands to the given host succeed or not. An alternate remote account name can be specified. Results are returned in a list of Error objects reporting any serious problems uncovered with remote commands to the specified host. The current implementation involves executing a separate test program to diagnose remote-command issues, remote_command.pl. |
Check whether jobs can be run successfully using the given host entry. A non-default hosts file can be specified; otherwise the usual hosts file is used. Results are returned in a list of Error objects reporting any serious problems uncovered with jobs launched to the specified host entry. The current implementation involves executing a separate test program, "$SCHRODINGER/installation_check", to manage the test job and diagnose the problem, if it fails. |
|
SCHRODINGER
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:19 2015 | http://epydoc.sourceforge.net |