Changes between Version 1 and Version 2 of GridCtlSetup


Ignore:
Timestamp:
Jan 23, 2012, 9:37:56 PM (12 years ago)
Author:
dzollars
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GridCtlSetup

    v1 v2  
    99 * In the bin directory, copy the config template file to listen-config.php. Fill in all the appropriate information. Many of the variables contain the same information as in the LIMS config.php file, and these should match.
    1010 * Open a port to listen for UDP messages.
    11  * Create the socket file and log file. UDP messages queue through the socket file before being picked up by grid control, and the log file is used to record anything out of the ordinary:
     11 * Create the socket file and the various log files used by the system. UDP messages queue through the socket file before being picked up by grid control, and the log files are used to record anything out of the ordinary:
    1212
    1313{{{
    1414mkfifo /path/to/us3-pipe
    1515touch  /path/to/udp.log
     16touch  /path/to/manage.log
    1617}}}
    1718