TSM BA GUI doesnt open: error msg- cannot load ICC encryption library, pls help

Hi,

version, platform, situation?
Using "encryptiontype des56" in the dsm.opt can help.

Harry
 
Or simply uninstall, and reinstall.
Remember to stop all tsm related services before you do. It may save you a reboot.
 
Hi guys, We did a major Disaster recovery a few days ago and now we need a list of all restores & their times that they ran. can anybody provide me with the correct tsm select statement to view all restore processes within last 7 days with start & completion times of the restores by nodename. Im able to get a list of all restores by nodename but what i really want to see is the start & completion times of the processes aswell.Thanks
 
Here is the SELECT statement:

select entity,activity,start_time,end_time from summary where DAYS(current_timestamp)-DAYS(end_time)>=7 and activity='RESTORE'
 
Back
Top