Reducir o ampliar el tamaño de la base de datos - TSM 6

REDUCIR EL TAMAÑO DE LA BASE DE DATOS

1. Create a file containing a list of directories that represent the new directories.

For example, dbdirs.txt.

2. Run a full database backup. For example:

backup db devclass=tapeclass type=full

3. Halt the server.

4. Remove the database instance.

dsmserv removedb TSMDB1

5. Restore the database specifying the file containing the directories to be used.

For example:

dsmserv restore db todate=today on=dbdirs.txt

6. Restart the server.