Savannah
Distributed Database Services Deployment Support


N
E
W
2005/12/15   Replica server deployment is documented
2005/12/14   Replica server is updated with GeomDB tags for release 11.0.3
2005/12/08   Replica server is updated for CTB production: release 11.0.2
2005/11/13   Replica server is updated with GeomDB tags for release 11.0.1
2005/11/09   Replica server is updated with GeomDB tags for release 11.0.0
2005/09/20   Replica server is updated with GeomDB tags for release 10.5.0
2005/06/17   Rome Production replica server is updated with the latest tags
2005/02/10   Rome Production replica server released
2004/11/16   DC2 replica server released
2004/10/13   non-rpm DC2 replica server deployment documented
2004/09/01   DC2 replica server deployment documented

General Information

Support for the deployment and operation of databases in testbeams; data challenges; scaling exercises and other large scale tests; and datataking.
Latest replica server deployment is now documented on TWiki

How to Deploy the Database Server Replica for Release 11.0.0

Requirements:
You need a linux host with glibc-2.2.
You have to be root to install the rpm and have a write access to the /usr/local area.
(To install the rpm without root privileges read this HowTo document.)

Instructions:
A static replica of the Release 11.0.0 database server can be deployed via the following command:

rpm -ivh http://grid.uchicago.edu/caches/tarballs/mysql-standard-4.0.26-pc-linux-gnu-11.0.0.i686.rpm
To check the installation success, issue the following command:
/usr/local/mysql/bin/mysql -u reader -e "show variables like 'version_comment'"

To uninstall the rpm, issue the following command (as root):
rpm -e mysql-standard-4.0.26

How to Use the Database Server Replica for Release 11.0.0

Follow Best Practices advice from ATLAS Power Users Club


Contact