Tsm api client – Storix Software SBAdmin TSM Edition Users Guide User Manual

Page 12

Advertising
background image

Storix System Backup Administrator

12

Version 8.2 TSM Edition User Guide

Next, you must turn off file versioning in the BACKUP

copygroup of the management class. This is done

by setting the number of versions of each file to be kept to “1” and days to retain inactive versions to “0”:

DEFINE COPYGROUP domain_name policy_set SBADMIN TYPE=BACKUP \

DESTINATION=backup_pool VEREXISTS=1 RETonly=0

Once the

copygroup and management class are defined we need to activate the policyset with the

command:

ACTIVATE POLICYSET domain_name policy_set

TSM API Client

The TSM API Client software is normally installed on each node when the TSM Backup/Archive Client
software is installed. This is required by SBAdmin. To check if the API client is installed:

On AIX: Ensure the tivoli.tsm.client.api.32bit fileset is installed at level 5.2 or later:

lslpp –l tivoli.tsm.client.api.32bit

On Linux: Ensure the TIVsm-API package is installed at level 5.2 or later:

rpm –qa | grep TIV

On

Solaris: Ensure the TIVsmCapi package is installed at level 5.2 or later:

pkginfo –l TIVsmCapi

Advertising