The file discovery.cfg, is located in the $ARC_HOME/config directory. It establishes the ARCserveIT domain and primary Discovery service used by the server it resides on. The parameters for this file are established from the information entered when running ARCserveIT's asetup script during configuration, although entries can be made manually.
An example of the discovery.cfg file is shown below:
# Sample Discovery Service Configuration File
#
# $ARC_HOME/config/discovery.cfg
#
# SECONDARY optional: secondary discovery server host name
# SECONDARY spectrum
# DOMAIN the name of ARCserve domain. DOMAIN is required when localhost is
# either the PRIMARY Discovery Server or the SECONDARY Discovery Server
# Otherwise, by specifying PRIMARY Discovery Server will decide what domain
# the current Server belongs. DOMAIN need not be set in this case.
#
# To set up your domain, replace your_domain_name in following line with the
# name you like and remove the leading #
#
# DOMAIN your_domain_name
#
PRIMARY dilbert1
DOMAIN dilbert1
|