CognosService_en.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cclmcf
  5. (C) Copyright IBM Corp. 2009, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. ===============================================================================================
  8. Configuration samples for CBS.
  9. ===============================================================================================
  10. -->
  11. <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">
  12. <crn:parameter name="CBS" opaque="true">
  13. <crn:value>
  14. <crn:instances name="cbs">
  15. <!--
  16. ===============================================================================
  17. (Begin of) WebSphereLiberty template
  18. -->
  19. <crn:instance name="WebSphereLiberty Name" class="WebSphereLiberty">
  20. <!-- dispatcherPingTimeout: Specifies the maximum number of seconds to wait for a
  21. response to a ping. -->
  22. <!-- If the ping is not responded to within the specified time interval, the
  23. process is automatically restarted. -->
  24. <!-- Units: sec -->
  25. <crn:parameter name="dispatcherPingTimeout">
  26. <crn:value xsi:type="xsd:unsignedShort">240</crn:value>
  27. </crn:parameter>
  28. <!-- dispatcherStopWaitTime: Specifies the maximum number of seconds that the IBM
  29. Cognos service waits for the process to stop. -->
  30. <!-- After this amount of time, the process is automatically stopped. -->
  31. <!-- Units: sec -->
  32. <crn:parameter name="dispatcherStopWaitTime">
  33. <crn:value xsi:type="xsd:unsignedShort">60</crn:value>
  34. </crn:parameter>
  35. <!-- dispatcherMaxMemory: Specifies the maximum amount of memory in MB that can be
  36. used by the process. -->
  37. <!-- This value determines the amount of memory used by the Java Virtual Machine
  38. and depends on how much memory is available. If this value is too high, the
  39. process will fail to start and no log information will be generated. Invoke the
  40. test action to determine if this value is valid. -->
  41. <!-- Units: MB -->
  42. <crn:parameter name="dispatcherMaxMemory">
  43. <crn:value xsi:type="xsd:unsignedInt">8192</crn:value>
  44. </crn:parameter>
  45. <!-- wlpProperties: These properties are used to tune the WebSphere Liberty Profile
  46. (WLP) server. -->
  47. <!-- The property value of 'coreThreads' represents the number of threads that the
  48. WLP server starts up with. The 'maxThreads' value represents the maximum number
  49. of threads that can be associated with the WLP server. Customize these values
  50. according to the hardware resources available. For more information, refer to
  51. the WLP server documentation
  52. (http://www-01.ibm.com/support/knowledgecenter/?lang=en#!/SSEQTP_8.5.5/com.ibm.w
  53. ebsphere.wlp.doc/ae/twlp_tun.html?cp=SSEQTP_8.5.5%2F1-3-11-0-7). -->
  54. <crn:parameter name="wlpProperties">
  55. <crn:value xsi:type="cfg:array">
  56. </crn:value>
  57. </crn:parameter>
  58. <!-- ltpaIsEnabled: Specifies whether to enable IBM Lightweight Third-Party
  59. Authentication for IBM Cognos Analytics. -->
  60. <!-- You can configure IBM Cognos Analytics components to use IBM Lightweight
  61. Third-Party Authentication (LTPA). Use this property to enable or disable LTPA
  62. for IBM Cognos Analytics. -->
  63. <crn:parameter name="ltpaIsEnabled">
  64. <crn:value xsi:type="xsd:boolean">false</crn:value>
  65. </crn:parameter>
  66. <!-- cbsEnvVar: Specifies a set of envireonment variables that will be passed to
  67. bootstrap service. -->
  68. <!-- The user needs to provide the name and the value for each environment
  69. variable. -->
  70. <crn:parameter name="cbsEnvVar">
  71. <crn:value xsi:type="cfg:array">
  72. </crn:value>
  73. </crn:parameter>
  74. </crn:instance>
  75. <!--
  76. (End of) WebSphereLiberty template
  77. ===============================================================================
  78. -->
  79. </crn:instances>
  80. </crn:value>
  81. </crn:parameter>
  82. </crn:parameters>