Changes between Version 3 and Version 4 of cqosdbInstallation
- Timestamp:
- 04/19/08 17:11:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cqosdbInstallation
v3 v4 7 7 * Before you can use the database library, you also need PerfDMF from the [http://www.cs.uoregon.edu/research/tau/home.php TAU Performance System] for database configuration and performance data gathering. 8 8 * Download TAU, which includes PerfDMF, from http://www.cs.uoregon.edu/research/tau/home.php 9 * Run 'perfdmf_configure' to configure database with PerfDMF. Some notes about the configuration: 10 * database name is 'cqos', 11 * store the database user password in your configuration file 12 * PerfDMF schema file is at 'cqos-database/DBSchemas/metaschema.txt' 9 13 10 14 == Build code: == 11 12 * Run 'perfdmf_configure' to configure database with PerfDMF. Some notes about the configuration:13 * database name is 'cqos',14 * store the database user password in your configuration file15 * PerfDMF schema file is at 'cqos-database/DBSchemas/metaschema.txt'16 15 17 16 * Then you can run 'psql perfdb your_user_name' to check if the DB is correctly configured.