Delete Default Storage Pools - IBM E16RMLL-I - Tivoli Storage Manager Implementation Manual

Implementation guide
Table of Contents

Advertisement

/*
/* This file is designed to be run as an Administrative Command
/* Line macro. You should use the -itemcommit parameter when you */
/* start the admin session, otherwise the macro could fail!!
/*
/*================================================================*/
define stgpool tapedata <<library device class name>> highmig=100 \
maxscratch=10000 collocate=no reclaim=100 reusedelay=1
define stgpool diskdata disk nextstgpool=tapedata highmig=70 lowmig=30 \
cache=no
define stgpool diskdirs <<sequential file class name>> highmig=100
define stgpool offdirs <<offsite library device class name>> pooltype=copy \
reclaim=100 maxscratch=10000 reusedelay=5
define stgpool offdata <<offsite library device class name>> pooltype=copy \
reclaim=100 maxscratch=10000 reusedelay=5
define stgpool none disk

Delete default storage pools

Example B-7 shows a Tivoli Storage Manager macro that contains the
administrative commands to delete the default storage pools.
Example: B-7 mac.stgdelete
/*================================================================*/
/* Redbook Support Materials File - (mac.stgdelete)
/* Getting Started with Tivoli Storage Manager - Implementation
/* (SG24-5416)
/*
/* These scripts are supplied to help you implement a
/* Tivoli Storage Manager
/* environment. The names and values reflect the recommendations */
/* for our Redbook environment. You may change them to suit your */
/* environment as required.
/*
/* This file is designed to be run as an Administrative Command
/* Line macro. You should use the -itemcommit parameter when you */
/* start the admin session, otherwise the macro could fail!!
/*
/*================================================================*/
delete stgpool backuppool
delete stgpool archivepool
delete stgpool spacemgpool
delete stgpool diskpool
Appendix B. Book support material: macros and scripts
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
739

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tivoli storage manager

Table of Contents