The config RPM installs the edg-replica-manager-configure script into the $EDG_LOCATION/sbin directory. This script can be used to automatically generate the default configuration file. Before running the script, edit the file
$EDG_LOCATION/etc/edg-replica-manager/edg-replica-manager.conf.values
It will look like
@EDG.LOCATION@|/opt/edg|location of edg middleware @LOCALDOMAIN@|foo.com|the local domain @DEFAULT.SE@|mySE.foo.com|the host of the close SE @DEFAULT.CE@|myCE.bar.com|the host of the close CE @INFOSERVICE@|RGMA|The info provider to use. It can be Stub, MDS or RGMA @RLS.MODE@|LrcOnly|The mode the RLS should be run in. LrcOnly or WithRli @STUBFILE@|info-service-stub.properties|The properties file for the \ static file - only needed in Stub mode @MDS.HOST@|mdshost.bar.com|The host of the MDS info provider @MDS.PORT@|2135|The port of the MDS info provider @ROS.FAILURE@|true|Fail if no ROS is available @CONF.GCC@|_gcc3_2_2|The gcc suffix as used on the build box \ (empty for 2.95, _gcc3_2_2 for 3.2.)
Fill in the values corresponding to your settings. An explanation of
these values is found in section Now you can run
(the - -verbose flag is optional)
$EDG_LOCATION/sbin/edg-replica-manager-configure \ $EDG_LOCATION/etc/edg-replica-manager/edg-replica-manager.conf.values [--verbose]
This will generate the default config file to
$EDG_LOCATION/var/etc/edg-replica-manager/edg-replica-manager.conf