123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclmcf
- (C) Copyright IBM Corp. 2009, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- ===============================================================================================
- Configuration samples for IPF.
- ===============================================================================================
- -->
- <crn:parameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:crn="http://developer.cognos.com/schemas/crconfig/1/" xsi:schemaLocation="http://developer.cognos.com/schemas/crconfig/1/ cogstartup.xsd" version="175.0">
- <crn:parameter name="IPF" opaque="true">
- <crn:value>
- <crn:instances name="appender">
- <!--
- ===============================================================================
- (Begin of) consolidator template
- -->
- <crn:instance name="consolidator Name" class="consolidator">
- <!-- consolidatorConnection: Specifies the host name and port of the remote log
- server. -->
- <!-- The remote log server is located on another computer. Use the following
- syntax: host:port. -->
- <crn:parameter name="consolidatorConnection">
- <crn:value xsi:type="cfg:hostPort">
- </crn:value>
- </crn:parameter>
- <!-- consolidatorReconnectionDelay: Specifies the maximum number of seconds to wait
- between failed connection attempts to the remote log server. -->
- <!-- Set the value of this property to zero to disable reconnection attempts. -->
- <!-- Units: sec -->
- <crn:parameter name="consolidatorReconnectionDelay">
- <crn:value xsi:type="xsd:nonNegativeInteger">30</crn:value>
- </crn:parameter>
- <!-- enableConsolidatorSSL: Specifies whether SSL protocol is used to communicate
- with the remote log server. -->
- <!-- If you set the value of this property to true, SSL is used and encryption is
- enabled for communication with the remote log server. -->
- <crn:parameter name="enableConsolidatorSSL">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) consolidator template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) eventLog template
- -->
- <crn:instance name="eventLog Name" class="eventLog">
- <!-- logSource: Specifies the name of the source application that generated the
- message. -->
- <!-- Use this property to change the name of source. For example, you may find it
- useful to use IBM Cognos component names. By default, the application name is
- IBM Cognos. -->
- <crn:parameter name="logSource">
- <crn:value xsi:type="xsd:string">IBM Cognos</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) eventLog template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) file template
- -->
- <crn:instance name="file Name" class="file">
- <!-- appenderName: Specifies the name and location of a file that contains log
- statements or messages. -->
- <crn:parameter name="appenderName">
- <crn:value xsi:type="cfg:filePath">../logs/cogaudit.log</crn:value>
- </crn:parameter>
- <!-- appenderMaxSize: Specifies the maximum size of the log file in MB. -->
- <!-- When this limit is exceeded, a new backup file is created. Enter a number
- between 1 and 50. -->
- <!-- Units: MB -->
- <crn:parameter name="appenderMaxSize">
- <crn:value xsi:type="xsd:positiveInteger">10</crn:value>
- </crn:parameter>
- <!-- appenderRollOver: Specifies the maximum number of backup log files. -->
- <!-- When the limit is exceeded, the oldest log file is deleted. Each backup file
- is created using a sequential file extension. For example, 'filename.1',
- 'filename.2'. -->
- <crn:parameter name="appenderRollOver">
- <crn:value xsi:type="xsd:positiveInteger">1</crn:value>
- </crn:parameter>
- <!-- useUTF8Encoding: Specifies whether to use UTF-8 character set encoding for log
- messages. -->
- <!-- Set this value to true to use UTF-8 encoding. Otherwise, native encoding is
- used. -->
- <crn:parameter name="useUTF8Encoding">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) file template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) ipf_database template
- -->
- <crn:instance name="ipf_database Name" class="ipf_database">
- <crn:instances name="ipf_database">
- <!--
- ===============================================================================
- (Begin of) DB2 template
- -->
- <crn:instance name="DB2 Name" class="DB2">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- When a value is specified, database connections are made directly to the
- database (type 4). When the value is left blank, database connections are made
- through the database client (type 2). -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPort">
- </crn:value>
- </crn:parameter>
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the logging database. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- name: Specifies the name of the DB2 database. -->
- <!-- Enter the name of the database. -->
- <crn:parameter name="name">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <!-- advancedProperties: Defines the set of extra connection parameters -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) DB2 template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) Informix template
- -->
- <crn:instance name="Informix Name" class="Informix">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- The default value "localhost" indicates that the database is on this computer.
- -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPort">localhost:9091</crn:value>
- </crn:parameter>
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the content store. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- name: Specifies the name of the Informix Dynamic Server database. -->
- <!-- Enter the name of the database. -->
- <crn:parameter name="name">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <!-- advancedProperties: Defines the set of extra connection parameters -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) Informix template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) Microsoft template
- -->
- <crn:instance name="Microsoft Name" class="Microsoft">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- You can use 'localhost' if the database is located on the same computer. If
- there is more than one instance of Microsoft SQL Server running on the database
- computer, use the following syntax: "computername:port" or
- "computername\\instancename", where the port is determined using the SQL
- Network Utility or SQL Enterprise Manager. For more information, see the
- Microsoft SQL Server documentation. -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPortInstance">localhost:1433</crn:value>
- </crn:parameter>
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the logging database. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- name: Specifies the name of the SQL Server database. -->
- <!-- Enter the name of the database. The name is set when you create the database.
- Ensure that the value for this property corresponds to the name of the database
- you created. Otherwise, the product will not run. -->
- <crn:parameter name="name">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <!-- advancedProperties: Defines the set of extra connection parameters -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) Microsoft template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) MicrosoftWinAuth template
- -->
- <crn:instance name="MicrosoftWinAuth Name" class="MicrosoftWinAuth">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- You can use 'localhost' if the database is located on the same computer. If
- there is more than one instance of Microsoft SQL Server running on the database
- computer, use the following syntax: "computername:port" or
- "computername\\instancename", where the port is determined using the SQL
- Network Utility or SQL Enterprise Manager. For more information, see the
- Microsoft SQL Server documentation. -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPortInstance">localhost:1433</crn:value>
- </crn:parameter>
- <!-- name: Specifies the name of the SQL Server database. -->
- <!-- Enter the name of the database. The name is set when you create the database.
- Ensure that the value for this property corresponds to the name of the database
- you created. Otherwise, the product will not run. -->
- <crn:parameter name="name">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <!-- advancedProperties: Defines the set of extra connection parameters -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) MicrosoftWinAuth template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) Oracle template
- -->
- <crn:instance name="Oracle Name" class="Oracle">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- The default value "localhost" indicates that the database is on this computer.
- -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPort">localhost:1521</crn:value>
- </crn:parameter>
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the logging database. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- advancedProperties: Defines the set of extra connection parameters -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- <!-- servicename: Specifies the service name (SID) for the Oracle database
- instance. -->
- <!-- Use this property so that you can connect to the Oracle instance that
- corresponds to the database. -->
- <crn:parameter name="servicename">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) Oracle template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) OracleAdvanced template
- -->
- <crn:instance name="OracleAdvanced Name" class="OracleAdvanced">
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the logging database. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- specifier: Specifies the Oracle database with a connect descriptor. -->
- <!-- Use this property to specify the Oracle database with a Net8 keyword-value
- pair. -->
- <crn:parameter name="specifier">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- <!-- advancedProperties: Defines the set of extra connection parameters -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) OracleAdvanced template
- ===============================================================================
- -->
- </crn:instances>
- </crn:instance>
- <!--
- (End of) ipf_database template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) sysLog template
- -->
- <crn:instance name="sysLog Name" class="sysLog">
- <!-- host: Specifies the host name of the computer where the system log is stored. -->
- <!-- If you use a fully qualified name, ensure that your network is set up to
- resolve it. -->
- <crn:parameter name="host">
- <crn:value xsi:type="cfg:hostOnly">
- </crn:value>
- </crn:parameter>
- <!-- facility: Specifies the service areas under which you can log messages. -->
- <!-- Use this property to list log statements for the facility (hardware device,
- protocol, or a module or system software) that produces the messages. -->
- <crn:parameter name="facility">
- <crn:value xsi:type="xsd:string">DAEMON</crn:value>
- </crn:parameter>
- <!-- facilityPrinting: Specifies whether the syslog facility is printed as part of
- the log message. -->
- <!-- Set this property to true to ensure the log message includes the facility
- name. -->
- <crn:parameter name="facilityPrinting">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) sysLog template
- ===============================================================================
- -->
- </crn:instances>
- </crn:value>
- </crn:parameter>
- </crn:parameters>
|