June 2018
Intermediate to advanced
478 pages
10h 52m
English
While Db2 v11.1 does support non-automatic storage upgrades for DMS tablespaces, there is no upgrade support for SMS. We recommend that you convert all existing databases to automatic storage before you upgrade them.
You can convert an existing non-automatic storage database to automatic storage by using the CREATE STOGROUP command, as shown in the following command:
CREATE STOGROUP SG_HOT ON '/db/ts01';
Because there was no storage group defined, SG_HOT will be set to default, as follows:
db2pd -db sample -storagepaths Address SGID Default DataTag Name 0x00007FFF01ECA500 0 Yes 0 SG_HOT
If IBMSTOGROUP (or some other storage group) is set as default, you can change SG_HOT to the default by running the ALTER command, ...
Read now
Unlock full access