Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. #Template of Response file for IBM Cognos Analytic Software Silent installation
  2. #
  3. #This template is for a "Custom" install. If you want to do an "Easy" install
  4. #please use other template, located below.
  5. #
  6. #(C) Copyright IBM(R) Corp. 2016. All rights reserved.
  7.  
  8. #Remember to make a copy of this file before editing it.
  9.  
  10. #Please DO NOT change the following variable since this is a "Custom" install
  11. BISRVR_INSTALLTYPE_CUSTOM=1
  12.  
  13. #Required - Install type for "Custom" install
  14. #-----------------------------------------------------------
  15. #You must select one of the following install types
  16. # If you want to perform "Custom/First Install",
  17. # set BISRVR_CUSTOM_FIRST to be 1, set the other to be 0
  18. # If you want to perform "Custom/Connect and install",
  19. # set BISRVR_CUSTOM_EXPAND to be 1, set the other to be 0
  20. #-----------------------------------------------------------
  21. BISRVR_CUSTOM_FIRST=
  22. BISRVR_CUSTOM_EXPAND=
  23.  
  24. #Required - Features
  25. #-----------------------------------------------------------------------
  26. #For "Custom/First install", feature DATATIER must be selected.
  27. # Other features can be selected at the same time too.
  28. #For Custom Expand Install, you must select at least one of the features.
  29. #
  30. #BISRVR_FEATURE_DATATIER is called "Content repository" in GUI install.
  31. #BISRVR_FEATURE_APPTIER is called "Application services" in GUI install.
  32. #BISRVR_FEATURE_GATEWAY is called "Optional Gateway" in GUI install.
  33. #-----------------------------------------------------------------------
  34. BISRVR_FEATURE_DATATIER=
  35. BISRVR_FEATURE_APPTIER=
  36. BISRVR_FEATURE_GATEWAY=
  37.  
  38. #Required - Install Location
  39. #----------------------------------------------
  40. #The installation location
  41. #It is called "Install location" in GUI
  42. # DEFAULT:
  43. # on UNIX, and Linux
  44. # /opt/ibm/cognos/analytics
  45. # on Windows
  46. # C:\\Program Files\\ibm\\cognos\\analytics
  47. #----------------------------------------------
  48. USER_INSTALL_DIR=
  49.  
  50. #Required - Input Required for "Custom/Connect and install"
  51. #---------------------------------------------------------------------------------
  52. #The URL of the First Install and Cognos administrator credentials are required for
  53. # "Custom/Connect and install"
  54. #
  55. #BISRVR_CANALYTICS_URL is called "Cognos Analytics URL" in GUI install
  56. #BISRVR_NAMESPACE is called "Namespace" in GUI install
  57. #BISRVR_COGNOSUSER is called "Cognos administrator user ID" in GUI install
  58. #BISRVR_COGNOSUSER_PASSWORD is called "Password" in GUI install.
  59. # The password must be encrypted. It can be obtained by recording a GUI install.
  60. #---------------------------------------------------------------------------------
  61. BISRVR_CANALYTICS_URL=
  62. BISRVR_NAMESPACE=
  63. BISRVR_COGNOSUSER=
  64. BISRVR_COGNOSUSER_PASSWORD=
  65.  
  66. #Optional - Options for Windows Install
  67. #-----------------------------------------------------------------------------
  68. #The following two entries are for Windows only
  69. #BISRVR_SHORTCUT is called "Program folder" in GUI install
  70. #BISRVR_ALLUSERS is called "Make shortcut visible to all users in the Start menu"
  71. # in GUI install. Set to 1 if you want the shortcut visible.
  72. #-----------------------------------------------------------------------------
  73. #BISRVR_SHORTCUT=
  74. #BISRVR_ALLUSERS=
  75.  
  76. #End of Custom install template
  77. #-----------------------------------------------------------------------------
  78.  
  79.  
  80.  
  81. Easy Install response file template:
  82.  
  83. #Template of Response file for IBM Cognos Analytic Software Silent installation
  84. #
  85. #This template is for an "Easy" install. If you want to do a "Custom" install
  86. #please use other template, located above.
  87. #
  88. #(C) Copyright IBM(R) Corp. 2016. All rights reserved.
  89.  
  90. #Remember to make a copy of this file before editing it.
  91.  
  92. #Required - Install type for "Easy install"
  93. #-----------------------------------------------------------------
  94. #You must select one of the following install types
  95. # If you want to perform "Easy install/First Install",
  96. # set BISRVR_INSTALLTYPE_READY to be 1, set the other to be 0
  97. # If you want to perform "Easy install/Connect and Install",
  98. # set BISRVR_INSTALLTYPE_EXPAND to be 1, set the other to be 0
  99. #-----------------------------------------------------------------
  100. BISRVR_INSTALLTYPE_READY=
  101. BISRVR_INSTALLTYPE_EXPAND=
  102.  
  103. #Required - Install Location
  104. #----------------------------------------------
  105. #The installation location
  106. #It is called "Install location" in GUI
  107. # DEFAULT:
  108. # on UNIX, and Linux
  109. # /opt/ibm/cognos/analytics
  110. # on Windows
  111. # C:\\Program Files\\ibm\\cognos\\analytics
  112. #----------------------------------------------
  113. USER_INSTALL_DIR=
  114.  
  115. #Required - Input Required for "Easy install"
  116. #-----------------------------------------------------------------------------
  117. #Cognos administrator credentials are required for "Easy install".
  118. #BISRVR_COGNOSUSER is called "Cognos administrator user ID" in GUI install.
  119. #BISRVR_COGNOSUSER_PASSWORD is called "Password" in GUI install.
  120. # The password must be encrypted. It can be obtained by recording a GUI install.
  121. #-----------------------------------------------------------------------------
  122. BISRVR_COGNOSUSER=
  123. BISRVR_COGNOSUSER_PASSWORD=
  124.  
  125. #Required - Input Required for "Easy install/Connect and Install"
  126. #--------------------------------------------------------------------
  127. #BISRVR_CANALYTICS_URL is called "Cognos Analytics URL" in GUI install
  128. #---------------------------------------------------------------------
  129. #BISRVR_CANALYTICS_URL=
  130.  
  131. #Optional - Options for Windows Install
  132. #-----------------------------------------------------------------------------
  133. #The following two entries are for Windows only
  134. #BISRVR_SHORTCUT is called "Program folder" in GUI install
  135. #BISRVR_ALLUSERS is called "Make shortcut visible to all users in the Start menu"
  136. # in GUI install. Set to 1 if you want the shortcut visible.
  137. #-----------------------------------------------------------------------------
  138. #BISRVR_SHORTCUT=
  139. #BISRVR_ALLUSERS=
  140.  
  141. #End of Easy install template
  142. #-----------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement