Entering content frame

 Example: How to Create an Archive Type Database Instance 

To create an archive type database instance with a log volume, a normal data volume, and an archive data volume, use the following commands in the Database Manager CLI:

dbmcli db_create HOTELDB DBM,DBM

dbmcli –d HOTELDB –u DBM,DBM

param_startsession

param_init ARCHIVE

param_put MAXUSERTASKS 5

param_checkall

param_commitsession

param_addvolume 1 LOG LOG_001 F 2000

param_addvolume 1 DATA DAT_001 F 10000

param_addvolume 2 DATA ARCH_001 A 10000

db_admin

db_activate DBA,DBA

load_systab -ud DBA

Modify the values of the database parameters according to your requirements. When you have correctly set all the parameters, the message Installation successfully finished appears after the final step.

 

Leaving content frame