jueves, 30 de junio de 2011

ROADMAP Y FAQ - LTO

http://ultrium.com/About/faq.html

martes, 14 de junio de 2011

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.