123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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 CBS.
- ===============================================================================================
- -->
- <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="CBS" opaque="true">
- <crn:value>
- <crn:instances name="cbs">
- <!--
- ===============================================================================
- (Begin of) WebSphereLiberty template
- -->
- <crn:instance name="WebSphereLiberty Name" class="WebSphereLiberty">
- <!-- dispatcherPingTimeout: Specifies the maximum number of seconds to wait for a
- response to a ping. -->
- <!-- If the ping is not responded to within the specified time interval, the
- process is automatically restarted. -->
- <!-- Units: sec -->
- <crn:parameter name="dispatcherPingTimeout">
- <crn:value xsi:type="xsd:unsignedShort">240</crn:value>
- </crn:parameter>
- <!-- dispatcherStopWaitTime: Specifies the maximum number of seconds that the IBM
- Cognos service waits for the process to stop. -->
- <!-- After this amount of time, the process is automatically stopped. -->
- <!-- Units: sec -->
- <crn:parameter name="dispatcherStopWaitTime">
- <crn:value xsi:type="xsd:unsignedShort">60</crn:value>
- </crn:parameter>
- <!-- dispatcherMaxMemory: Specifies the maximum amount of memory in MB that can be
- used by the process. -->
- <!-- This value determines the amount of memory used by the Java Virtual Machine
- and depends on how much memory is available. If this value is too high, the
- process will fail to start and no log information will be generated. Invoke the
- test action to determine if this value is valid. -->
- <!-- Units: MB -->
- <crn:parameter name="dispatcherMaxMemory">
- <crn:value xsi:type="xsd:unsignedInt">8192</crn:value>
- </crn:parameter>
- <!-- wlpProperties: These properties are used to tune the WebSphere Liberty Profile
- (WLP) server. -->
- <!-- The property value of 'coreThreads' represents the number of threads that the
- WLP server starts up with. The 'maxThreads' value represents the maximum number
- of threads that can be associated with the WLP server. Customize these values
- according to the hardware resources available. For more information, refer to
- the WLP server documentation
- (http://www-01.ibm.com/support/knowledgecenter/?lang=en#!/SSEQTP_8.5.5/com.ibm.w
- ebsphere.wlp.doc/ae/twlp_tun.html?cp=SSEQTP_8.5.5%2F1-3-11-0-7). -->
- <crn:parameter name="wlpProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- <!-- ltpaIsEnabled: Specifies whether to enable IBM Lightweight Third-Party
- Authentication for IBM Cognos Analytics. -->
- <!-- You can configure IBM Cognos Analytics components to use IBM Lightweight
- Third-Party Authentication (LTPA). Use this property to enable or disable LTPA
- for IBM Cognos Analytics. -->
- <crn:parameter name="ltpaIsEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- <!-- cbsEnvVar: Specifies a set of envireonment variables that will be passed to
- bootstrap service. -->
- <!-- The user needs to provide the name and the value for each environment
- variable. -->
- <crn:parameter name="cbsEnvVar">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) WebSphereLiberty template
- ===============================================================================
- -->
- </crn:instances>
- </crn:value>
- </crn:parameter>
- </crn:parameters>
|