Saturday, November 30, 2013

DB SPACE TRIGGER?

DEFine SPACETrigger DB LOG STG Fullpct = 80 Fullpct = percent __ SPACEexpansion = 20 SPACEexpansion = percent EXPansionprefix = prefix _DEFINE SPACETRIGGER 316 IBM Tivoli Storage Manager for Windows: Administrator’s Reference

MIRRORprefixes = prefix prefix 1, prefix 2 MAXimumsize = megabytes __ STGPOOL = storage_pool_name

Task: Set the database space trigger to 80 percent. When the database reaches this value, allocate a volume that is twice the current size. Use space in the j:\adsmserv\ directory.
Command: define spacetrigger db spaceexpansion=100 expansionprefix=j:\adsmserv\

Task: Set the database space trigger to 80 percent. When the database reaches this value, allocate a volume that is twice the current size. Use space in the j:\adsmserv\ directory. Create copy volumes in separate directories
Command: define spacetrigger db spaceexpansion=100 expansionprefix=j:\adsmserv\ mirror prefixes = "k:\adsmserv\,l:\adsmserv\"

Task: Setup a storage pool space trigger for increasing the amount of space in a storage pool by 25 percent when it is filled to 80 percent utilization of existing volumes. Space will be created in the directories associated with the device class.
Command: define spacetrigger stg spaceexpansion=25 stgpool=file

Task: Setup a space trigger for the WINPOOL1 storage pool to increase the amount of space in the storage pool by 40 percent when it is filled to 80 percent utilization of existing volumes.
Command: define spacetrigger stg spaceexpansion=40 stgpool=winpool1

0 comments:

Post a Comment