You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

MOOT configuration viewing

/usr/local/online/MOOT/bin/rdbBrowse.exe is useful. Ask Joanne or Jim how to use...

MOOT configuration management

Tools are found in $ONLINE_ROOT/LICOS_ETC/tools/

1) buildMootConfig.py:
Takes as arguments a list of files under the LICOS_Config/apps directory. In the trivial case, one file on the command line, it reads the file, finds the various LATC, LCI and LPA sections, and constructs a configuration set using the information from those sections. It then submits that set to the MOOT system and reports the generated configuration key (numerical). For configurations with multiple steps, this is done multiple times.

2) invalidateMootKey.py
Takes a series of integers as an argument, and marks each key INVALID. If the key does not exist, a warning message is logged.
This is a thin wrapper around MootUpdate.killConfig(key). Example:

panetta>> ./invalidateMootKey.py 1531 1532 1533 1534 1535
Invalidating key 1531... done
Invalidating key 1532... done
Invalidating key 1533... done
Invalidating key 1534... done
Invalidating key 1535... done

3) invalidateMootConfigName.py writeme
Takes a configuration name and markes all keys for that name INVALID.

  • No labels