Assign custom table spaces
The repository of WebSphere Portal consists of many tables and indices that are created in default table spaces. When using an existing set of table spaces for the objects of the repository, specify this when executing the database transfer to the target database system. Before you begin:
- The custom table spaces must exist prior to the execution of database transfer.
- The page size of table spaces used by WebSphere Portal must be 8192 bytes.
Prerequisites...
- Prepare your Windows operating system
- Install WebSphere Portal on Windows
- Install DB2 on the same server as WebSphere Portal
- Modify database properties
- Set up databases
If custom table spaces are assigned, each must be assigned explicitly. The default table spaces can be used to contain database objects; however the name of the default table space must be specified in the corresponding mapping files. This applies to all database domains that are transferred in a single database transfer.
To configure custom table space assignments:
- Determine the names of your custom table spaces.
- Open the mapping file...
WP_PROFILE/PortalServer/config/tablespaces...that specifies the table space and index space property pairs for each database table:
- database_domain.table_name.tablespace
- database_domain.table_name.index_name.indexspace
Mapping files include...
- community.space_mapping.properties
- feedback.space_mapping.properties
- likeminds.space_mapping.properties
- customization.space_mapping.properties
- jcr.space_mapping.properties
- release.space_mapping.properties
For each table space and index space property pair, The database_domain can be any one of the following values:
- release
- community
- customization
- jcr
- feedback
- likeminds
- Assign a table space to each entry in the mapping file. The table space name must be prepended by the keyword IN and a space. For example...
community.COMP_INST.tablespace=IN COMM8KSPACERepeat this step for each domain that you are transferring.
- Save and close space_mapping.properties.
- From a command prompt, specify the option...
-DuseCustomTablespaceMapping=true...when starting the database transfer.
Parent topic
Set up a single server
Previous topic:
Set up databasesNext topic:
Configure WebSphere Portal to use DB2