Changes between Version 1 and Version 2 of GridCtlSetup
- Timestamp:
- Jan 23, 2012, 9:37:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GridCtlSetup
v1 v2 9 9 * 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. 10 10 * 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 isused 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: 12 12 13 13 {{{ 14 14 mkfifo /path/to/us3-pipe 15 15 touch /path/to/udp.log 16 touch /path/to/manage.log 16 17 }}} 17 18