Versions Compared

Key

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

Design:

http://confluence.slac.stanford.edu/display/IEPM/FTMA+DesignImage Removed

Source:

...

  • There are a number of online resources, that can help an administrator, install GridFTP. Some of them are:
  • A bug in GridFTP causes intervals to be calculated incorrectly unless you use a very recent version of GridFTP or the subversion trunk version of NetLogger.
  • There is generally no restriction on the version of GridFTP to be used, however, it is advised to use the latest one, with minimum security risks.

NetLogger Installation

http://confluence.slac.stanford.edu/display/IEPM/Installing+NetLoggerImage Removed

PerfSONAR_PS FTMA

...

How to run the Service:

Code Block
* cd bin
* sh FtpMaExecuteFT_MA_Startup.sh \--skip-input \|\| \--help
    • Attempts to install the missing, perl modules.
    • Stops any previous running instance of the service.
    • Creates a backup of any existing log file.
    • Everytime the script executes, it copies the log file from the main log directory to an hourlyfolder in the same directory. The folder is named as: Ftp_MM-DD-YY:HH
    • Starts a new Instance of the service by running daemon.pl

...

The service includes a client tool to do some preliminary testing. This tool is present inside the bin dir as well.

How to run the Service:

Code Block

    * sh FtpMaExecute.sh --skip-input || --help

o Attempts to install the missing, perl modules.
o Stops any previous running instance of the service.
o Creates a backup of any existing log file.
o Everytime the script executes, it copies the log file from the main log directory to an hourlyfolder in the same directory. The folder is named as: Ftp_MM-DD-YY:HH
o Starts a new Instance of the service by running daemon.pl

Client Application:

The service includes a basic client tool as well.

  • Code Block
    perl FTP_client.pl

...