TSM V7.1: Administration general Flashcards
What is the difference between a set and a setop command?
- a SET command changes.sets a VALUE of a server PARAMETER (not option!) in the TSM server, takes effect immediately, some can be listed using QUERY STATUS.
- a SETOPT command changes a server OPTION that is defined in the dsmserv.opt file. If the parameter is changed using SETOPT, there is no need to restart the server for the change to take effect.
what is the difference between backup and archive?
backup is for protection against unforeseen damage and works with versions of files.
archive is for long term protection and has no concept of versions.
which 2 important features were added to TSM database administration in V6.3?
- multistream database backup and restore
- manual database and index reorganisation
what happens if the archive logs are not pruned in time (e.g. a full database backup is not taken in time) and they run out of space?
then the active log becomes full or it’s directory becomes full and then the server shuts down. It cannot be started again unless space is freed for both type of logs (special procedure)
Which scheduling mode supports randomization (setting a value for it)
client-polling
which 2 log files should be sized accordingly whe using simultaneous write?
archive log and active log
In the copygroup definition, type=backup, what parameters can I use for versioning and renetion?
VEREXISTS, VERDELETED, RETEXTRA, RETONLY
In the copygroup definition, type=archive, what parameters can I use for retention?
RETVER
Where is the MAXSCRATCH parameter set?
tsm>define STGPOOL …
How is automatic reclamation on a stgpool prevented?
tsm>define stgpool …RECLAIM=100
Which authority is needed to register an admin?
system
express the syntac of the grant authority command
tsm>grant authority JOHN classes= SYSTEM
What authority classes does TSM support?
system, policy, storage, analyst, operator, node
system authority allows which tasks?
registration of administrators, perform all admin commands,full management of policy domains and storage pools
unrestricted policy authority, which tasks?
can issue commands that affect all existing and future policy domains (note: cannot delete or add them!), can be restricted by using the DOMAINS= parameter.
unrestricted storage authority, which tasks?
can issue commands that affect all existing and future stgpools(note: cannot delete or create them), can be restricted by using the STGPOOLS= parameter.
operator authority, which tasks?
daily operation, storage media
analyst authority, which tasks?
reset counters for server statistics
node authority
acces via web client (access=level, default) ) to specific node, NODE=mynode [note: owner level= access via web client + other node)
What is a backupset?
A backup set is a collection of a client’s ACTIVE backed up data, stored and managed as a single object, on specific media, in server storage.
what server options set the size and directory of the ACTIVELOG?
ACTIVELOGSIZE [in MB’s]
ACTIVELOGDIRECTORY