|
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 can 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>
dfs_serv_common.xml. The SetEnv option
sets the OS environment variables to specific values. If the environment
variable does not exist, it will be created and set to the option
value. If the environment variable does exist, the value will be
updated to the option value.
<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>dfs_serv_common.xml. The PrependEnv option
will find the indicated OS environment variable and prepend the option
value to the OS environment variable value. If the environment variable
does not exist, it will be created and set to the option value. The
PrependEnv option will not add a delimiter of any sort between the
existing and new environment variable value. If a semicolon (;) is
needed, then the option value should include it at the end.
<SystemUsers> <Option name="Account">domain\uid1</Option> <Option name="Account">domain\uid2</Option> </SystemUsers>
dfs_serv_common.xml and defines the system
user account(s) that are given all privileges to SAS Federation Server
including all user and data objects. This privilege cannot be revoked
or denied. When system users grant or deny privileges to others,
the grantor is reflected in the system tables as the SYSTEM user ID.
Each system user should be a domain-qualified user name.
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.
dfs_serv_common.xml, defines the content
root for SAS Federation Server. The content root
is used to resolve all relative pathnames specified in SAS Federation Server
configuration, such as a schema path. It is recommended that the value
for ContentRoot be set to an absolute, fully qualified path.
<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>
dfs_serv_common.xml, provides information
about the type of licensing issued for the
.
The Primary option set is a required configuration. Within the Primary
option set, specify the license provider and the path to the license
file. The location option points to a setinit file.
<Option name="NetworkEncryptAlgorithm">algorithm |
("algorithm1", "algorithm2", ...)</Option>dfs_serv_common.xml.