|
These are the core
configuration files for SAS Federation Server. They
specify the system users, the location of the internal database, and
other key configuration settings necessary for proper functionality
of SAS Federation Server. These configuration files
are located in the
/etc directory of the Federation Server
installation path. Detailed configuration information is presented
in the Configuration Options. |
|
|
This is the logging
facility configuration file for SAS Federation Server.
It specifies logging options for SAS Federation Server
from information-only to debug and trace. This file is installed in
the
/etc directory of the installation path.For
more information, see Server Logging Configuration..
|
|
|
This is the configuration
file that is used to facilitate SQL Logging.
This file is located in the
/etc directory
of the installation path. For additional information, seeSQL Logging.
|
|
|
This is the logging
file used when running the tool to encrypt a password. The logs are
located in the
/var directory of the Federation Server
installation path. See Utilities for SAS Federation Server for additional information about
password encryption.
|
dfs_entities.dtd file to store values
that are supplied during installation. These values are used by the
other configuration files, dfs_serv_common.xml, dfs_serv.xml, dfs_log4sas.xml,
and dfs_log_sql_logging.xml. For example,
a port number supplied during installation is recorded in dfs_entities.dtd and
the port number option in dfs_serv.xml points
to the definition in the .dtd file:
<OptionSet name="License"> <OptionSet name="Primary"> <Option name="Provider">SAS</Option> <Option name="Location">path_to_license_file</Option> </OptionSet> </OptionSet>
dfs_serv.xml and dfs_serv_common.xml.
A dfs_entities.dtd may exist in specific
configurations. The dfs_entities.dtd file
contains the values supplied during installation of SAS Federation Server.
These values are referenced by the system configuration files.
<OptionSet name="AppendEnv">
<Option name="FIREBIRD">drive:\install_loc\firebird</Option>
</OptionSet><OptionSet name="SetEnv"> <Option name="FIREBIRD">[drive]:\install_dir\lib\fbembed</Option> <Option name="FIREBIRD_LOG">[drive]:\install_dir\var\log</Option> <Option name="FIREBIRD_TMP">[drive]:\FDS_Tmp</Option> </OptionSet>
<Option name="FIREBIRD">drive:\install_dir\lib\fbembed</Option> <Option name="FIREBIRD_LOG">drive:\install_dir\var\log</Option>
<OptionSet name="PrependEnv">
<Option name="FIREBIRD">drive:\install_loc\firebird</Option>
</OptionSet><SystemUsers> <Option name="Account">domain\uid1</Option> <Option name="Account">domain\uid2</Option> </SystemUsers>
tkescfb).
Drive:\Program
Files\SASHome\SasFederationServer\version\var,
so by default, syscat.tdb will reside in that location. The default
TranPath value for UNIX is <install_dir>/SASHome/SASFederationServer/version/var,
so by default, syscat.tdb will reside in that location.
<OptionSet name="AuthenticationServer"> <OptionSet name="PrimaryServer"> <Option name="URI">IOM-URI</Option> <OptionSet> <OptionSet>
iom://<machine>:<port>;Bridge;CLSID=2D1BCDBF-F900-4CA9-85F6-95ECDBAF2122
iom://yourserver.yourdomain.com:21030;Bridge;CLSID=2D1BCDBF-F900-4CA9-85F6- 95ECDBAF2122
<OptionSet name="License"> <OptionSet name="Primary"> <Option name="Provider">SAS</Option> <Option name="Location">path_to_license_file</Option> </OptionSet>
<Option name="NetworkEncryptAlgorithm">algorithm |
("algorithm1", "algorithm2", ...)</Option>