Changes between Version 3 and Version 4 of GridCtlSetup
- Timestamp:
- Jan 23, 2012, 9:56:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GridCtlSetup
v3 v4 6 6 == Setting up Grid Control == 7 7 8 * Check out the [wiki:Subversion grid control program]. Ideally one would set up a new non-root user for this purpose. 8 * Check out the [wiki:Subversion grid control program]. Ideally one would set up a new non-root user for this purpose. Create the gfac database: 9 10 {{{ 11 CREATE DATABASE gfac; 12 exit; 13 14 $ mysql -u root -p gfac <gfac.sql 15 }}} 16 9 17 * 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. Make sure the section called "US3 DB credentials" contains a user that can access any of the LIMS databases, and can use standard SQL queries. 10 18 * Open a port to listen for UDP messages.