Does RTC/RQM allow to use existing DB2 tablespace?
CLM 6.0.1+DB2 10.5
is it possible to manually create the CLM tablespaces with the default tablespace name, before the table create. So that the pre-creatde tablespaces can be used in creating table during the configuration using CLM Console? (some internal policies requirement ) If yes, what are the default tablespaces name for databases used in CLM? From http://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.1/com.ibm.jazz.install.doc/topics/t_manually_update_config_db2.html?lang=en, I notice that step g) suggests that " change the com.ibm.team.repository.db.db2.content.tablespace.location property to a path on your database server, where the main table space can be created." Does that mean if the user created a tablespace under any location and specify the location in com.ibm.team.repository.db.db2.content.tablespace.location property within teamserver.properties file for each application, and it will be fine? (which means user can use their own tablespace created for each application) How many tablespaces should be created for each application? From Oracle manually DB procedures,it seems that there are tablespace and temp tablespace created for each application, I am wondering if DB2 also needs multiple tablespaces and how we can set the property in teamserver,properties file if that is the case? Thank you very much in advance. |
One answer
As far as I can tell, two tablespaces are created for each CLM application - CONTENTTS and JAZZTMPSPACE. Since the DML for creating the tabespaces and tables are not exposed, this is pretty much observation and guesswork.
But the real issue is does the setup process consider existing tablespaces as a valid option. It may just blindly try to create the tablespaces and fail due to name conflicts. Note that the com.ibm.team.repository.db.db2.content.tablespace.location parameter is used in the "create tablespace" DML - it specifies where the backing files should be located. In other words, it does not tell you whether pre-configured tablespaces exist. P.S. What does the "policies requirement" refer to in the original post? Comments
Don Yang
commented Mar 09 '16, 9:57 p.m.
Thanks Donald for the inputs.
Donald Nong
commented Mar 09 '16, 11:46 p.m.
Good find.
Thanks Donald.
Donald Nong
commented Mar 10 '16, 2:08 a.m.
That's correct, as long as one is of LARGE type and the other is user temporary tablespace.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.