Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Run Python's standard install sequence
    • python setup.py build
    • python setup.py install
  • Alternately, to install under "$NETLOGGER_HOME"
    • export NETLOGGER_HOME=/my/path # or use setenv on csh
    • python setup.py install --home=$NETLOGGER_HOME
    • *export PYTHONPATH=$NETLOGGER_HOME/lib/python *
    • *export PATH=$PATH:$NETLOGGER_HOME/bin *

Patching NetLogger to hadle GridFTP logs(buggy/nob-buggy):

...

  • tar -xvf FileTransfer_MA.1b.tar
  • * mkdir /var/log/perfsonar *
  • Run the SQL Procedure(mysql) on the netlogger database to produce a secondary database. This secondary database is the one, the FTMA service will be interacting with.

...

Configuration

  • * mkdir /var/log/perfsonar *(Create the log directory as is shown by daemon_logger.conf)
  • Run the SQL Procedure(mysql) on the netlogger database to produce a secondary database. This secondary database is the one, the FTMA service will be interacting with.

...