Module dCacheAdmin
[hide private]
[frames] | no frames]

Module dCacheAdmin

Interact with a dCache admin interface through SSH.

Classes [hide private]
  Admin
Object representing the dCache Admin interface connection.
Functions [hide private]
 
find_DBParam()
Search for the DBParam file in the following order:
 
handler(signum, frame)
 
parseOpts(args)
 
parse_DBParam(filename=None, section=None, interface=None)
Variables [hide private]
  err_msg = '\nTimeout occurred while connecting to the dCache A...
  ssh_extra_args = []
Function Details [hide private]

find_DBParam()

 

Search for the DBParam file in the following order:

  • $CWD/DBParam
  • $HOME/DBParam
  • /etc/DBParam

Variables Details [hide private]

err_msg

Value:
'''
Timeout occurred while connecting to the dCache Admin interface.  This\
 may be
caused by an authentication error (i.e., wrong password) or may be bec\
ause
the admin interface is currently down.
'''