Below are some of the latest
IBM Tivoli Storage Manager Interview Questions asked by IBM team
for L2 and L3 Level TSM administrator positions. we have tried
to answer most of the questions, I recommend you to also to prepare your
own answers from IBM Redbooks. Each Interview went for about an hour
with 30-40 questions to each person. I am only posting 25 questions
here, please follow my next posts for more question and answers.....
TSM L3 Interview Questions and Answers:
- How to check the number of client node counts?
- How to check the scheduled associations ?
select * from associations where SCHEDULE_NAME='<schname>'
- How to take the sql log backup?
- If you have multiple nodes on tdpsql, how will you take particular node log backup ?
- In single AIX machine I need to store 10 nodes data for different servers, tell me the process?
- How will you take particular node backup ?
Also Read: Steps to do after successful TSM DB restore
- What is offsite reclamation ?
Ex:- if a copy vol consist of 10% valid data the server fetches the primary stg volume which consists of this valid data and takes a backup to a copy volume and update the references to a copy volume.
- Tell me the TSM Server up-gradation process?
-> Install upgrage tool, go to the path and give the cmd dsmupgrd preparedb, uninstall 5.5.
-> Install 6.x, go to up-gradation wizard there it will extract the old db and insert it into new db, dsmupgrd extractdb, dsmupgrd insertdb
- Tell me the server installation process ?
- Why we are creating a group & users ?
- Which AIX versions you are using?
- Which library you are using?
- What is tapeutil command and its uses ?
By using tapeutil we can manage libr and drives from os level,it act as tape diagonastic tool, (list cleaning tapes, moving tapes b/w slots, mounting, dismounting, eject).
Also Read: Deactivating TDP for Oracle obsolete backup versions without TDPOSYNC
tapeutil -f /dev/smc0 elementinfo Displays element information - library information
tapeutil -f /dev/smc0 inventory Displays the element status information
tapeutil -f /dev/smc0 inventory -i Display only the import/export element status information
tapeutil -f /dev/smc0 inventory |grep -p Import Display only the import/export element status information
tapeutil -f /dev/smc0 inventory |sed -n '/Import/,/^$/p' Display only the import/export element status information
tapeutil -f /dev/smc0 inventory -i |awk '/Tag/ {if ( $4 != "" ) print $4; else print "IO_SLOT_EMPTY"}' Display tapes in the I/O door
tapeutil -f /dev/smc0 move X Y Move tape from slot element number X to slot element number Y
tapeutil -f /dev/smc0 devids Display device ID element status information for all drives
tapeutil -f /dev/rmt1 status Query drive status
tapeutil -f /dev/rmt1 vpd Display drive Vital Product Data (VPD)
tapeutil -f /dev/rmt1 devinfo Show device information
tapeutil -f /dev/rmt1 path Check tape and path SCSI information
tapeutil -f /dev/rmt1 fuser Display which process is using the drive
tapeutil -f /dev/rmt1 mount <element number> Mount tape from element number on drive rmt0
tapeutil -f /dev/rmt1 unmount <element number> Dismount tape from element number on drive rmt0
tapeutil -f /dev/rmt1 inqpage 83 Show drive serial
mtlib
mtlib -l /dev/lmcp0 -qL Library status
mtlib -l /dev/lmcp0 -A Library address information
mtlib -l /dev/lmcp0 -qS Library information and statistical data
mtlib -l /dev/lmcp0 -DE Display drives information
mtlib -l /dev/lmcp0 -qM Show mounted tapes
mtlib -l /dev/lmcp0 -vqI Category codes for tapes - tapes information
mtlib -l /dev/lmcp0 -qV -V VolName Information about tape
mtlib -l /dev/lmcp0 -vqV -V VolName Information about tape (verbose)
mtlib -l /dev/lmcp0 -qI List tapes
mtlib -l /dev/lmcp0 -qD -f /dev/rmt1 Drive status
mtlib -l /dev/lmcp0 -a -V VolName Barcode, examine tape to assure that it is physically in library
mtlib -l /dev/lmcp0 -vqK -s FFFD Number of 3590 cleaning tapes
mtlib -l /dev/lmcp0 -qC -s FFFD List 3590 cleaning tapes
mtlib -l /dev/lmcp0 -qC -s FFF4 List 3592 cleaning tapes
mtlib -l /dev/lmcp0 -C -V VolName -s<current category> -t<new category> Change volume category
mtlib -l /dev/lmcp0 -vC -V VolName -t FFFB Remove tape from 3494 inventory
mtlib -l /dev/lmcp0 -vC -V VolName -t FF10 Eject tape
mtlib -l /dev/lmcp0 -f /dev/rmt0 -m -V VolName Mount tape
mtlib -l /dev/lmcp0 -m -x drive_serial -V VolName Mount tape
mtlib -l /dev/lmcp0 -f /dev/rmt0 -d Dismount tape
mtlib -l /dev/lmcp0 -x device_serial -d Dismount tape
- How to move volume from one slot to another slot using tapeutil ?
- How will you do cartridge cleaning?
->update drive Library_name drive_name cleanfrequency=100 (cleanfrequency parameter Gigabytes / ASNEEDED / NONE)
-> clean drive librname drivename
Also Read: Take TSM DB backup immediately if you notice these messages
- How to define a client schedule & what is the first line in shell script?
firstline in shell script:- #!/bin/sh
- How will you check the drm copy storage pool ?
- Today I need to send tapes to offsite how ?
- How to move volumes from vault to vaultretrieve?
- What is the process to do if you get 100 new scratch volumes?
-> Label libvol <libr name> search=yes checkin=scratch labelsource=barcode
- While labeling why you are giving labelsource=barcode?
- In which command will you create the devconfig.out in Lanfree?
0 Comment to "Tivoli Storage Manager TSM L3 administrator interview questions and Answers"
Post a Comment