|
ALICE RCU Configuration
0.2IntroductionThis package provides a C++ class library for configuring the RCU, BC, and ALTROs.SetupYou should have a database server running. Either a MySQL or an Oracle database manager. You should create your RCU database in that server, and set up the needed user(s).Then, you should configure the package according to your setup, for example ./configure --with-db-url=mysql://config:secret@fmddb.cern.ch/RCU You should ofcourse substitute your database server host name, database user name and password, and database name. If you'd like the RcuConf::CommandCoder to directly configure the hardware, instead of going via the InterCom Layer (but you still want the InterCom Layer to make the request), pass an option like --with-rcuxx-url=fee://dim.dns.node/fee_server If you want to use the library for configuring the FMD FEE, you should pass the option --enable-fmd Next, build and install the package make make install
In the source tree, in the sub-directory (cd rcuconf && ./createAll.sh -c database_url)
The installed program rcuconf -r ddl:0.0 -c mysql://config:secret@fmddb.cern.ch/RCU
|