How can I modify the tablespace?
How can I modify the tablespace?
If you do not want to use the default tablespace name and path, you can modify them when creating and populating the database with the configureDb command.
Proceed as follows:
- Browse to the folder containing the configureDb command. The command is
located in the following path, depending on the component for which you are installing:
- master domain manager
- image_location>/TWS/interp_name
- Dynamic Workload Console
- image_location>
- When launching the configureDb command, as explained in Installing the master domain manager and backup master domain manager and Installing the Dynamic Workload Console servers, modify
the following parameters as necessary:
- -iwstsname|-tn table_space_name
- The name of the tablespace for HCL Workload Automation data. This parameter is optional. The default value is TWS_DATA.
- -iwstspath|-tp table_space_path
- The path of the tablespace for HCL Workload Automation data. This parameter is optional. The default value is TWS_DATA.
- -iwslogtsname|-ln log_table_space
- The name of the tablespace for HCL Workload Automation log. This parameter is optional. The default value is TWS_LOG.
- -iwslogtspath|-lp log_path_table_space
- The path of the tablespace for HCL Workload Automation log. This parameter is optional. The default value is TWS_LOG.
- -iwsplantsname|-pn plan_table_space
- The name of the tablespace for HCL Workload Automation plan. This parameter is optional. The default value is TWS_PLAN.
- -iwsplantspath|-pp plan_path_table_space
- The path of the tablespace for HCL Workload Automation plan. This parameter is optional. The default value is TWS_PLAN.
For more information about the configureDb command, see Database configuration - configureDB script.