change default tablespace name CONTENTTS and JAZZTMPSPACE for Jazz
Hello,
Following the documentation Preparing a DB2 database for Jazz using only DB2ADM Authority, I have to create two tablespaces named CONTENTTS and JAZZTMPSPACE.
Do you know if these names are mandatory or can I changed it to respect our standard ?
Best regards
Accepted answer
It's my understanding that you can use whatever the names for the two tablespaces, and you have to specify as such in the teamserver.properties file at step 4. We had a similar discussion a while back.
https://jazz.net/forum/questions/217793/does-rtcrqm-allow-to-use-existing-db2-tablespace
https://jazz.net/forum/questions/217793/does-rtcrqm-allow-to-use-existing-db2-tablespace
One other answer
Probably not as the DDL (embedded in the -addTables ) is likely creating tables in that tablespace. You can specify the container location and number of pages in the teamserver.properties. In fact the number of pages you might want to check as I think it will eat a reasonably big chunk of storage right off the bat.
com.ibm.team.repository.db.db2.content.tablespace.location=
com.ibm.team.repository.db.db2.content.tablespace.numpages=
I think for numpages the the number is 250000.
Also the Jazz databases are "theirs" and putting "our" standard on it just seems awkward, IMO
com.ibm.team.repository.db.db2.content.tablespace.location=
com.ibm.team.repository.db.db2.content.tablespace.numpages=
I think for numpages the the number is 250000.
Also the Jazz databases are "theirs" and putting "our" standard on it just seems awkward, IMO