After change vcenter hostname and ip error to access TsmVMwareUI

After change vcenter hostname and ip    when  i try to access a TSM Vmware Gui Web interface:

On the machine where the “Tivoli Data Protection for VMware” package is installed, open the Windows Services applet and stop the service: 
Open the file vmcliConfiguration  with notepad  (find the file in my case  on c:IBMtsmtdpvmwarewebserverusrserversveProfiletsmVmGUI) and change the name of old vcenter with the new vcenter
<vcenter_url>https://xxxx.xxx.xx/sdk</vcenter_url>
Now restart the service  “Data Protection for Vmware web Server service” and retry to connect at web interface
After change vcenter hostname and ip error to access TsmVMwareUI

Show session speed real time TSM

I find with google search this query :

select char(client_name,10) as “Sess”,CAST(CAST(bytes_received/1024/1024 as decimal(15,0))/CAST((current_timestamp-start_time)seconds as decimal(15,0)) as decimal(10,2)) as “Receive [MB/s]”,CAST(CAST(bytes_sent/1024/1024 as decimal(15,0))/CAST((current_timestamp-start_time)seconds as decimal(15,0)) as decimal(10,2)) as “Sent [MB/s]” from sessions where session_type=’Node’

output:

Sess             Receive [MB/s]       Sent [MB/s]
———–     —————     ————-
KELLY                   4193.64              0.00
KELLY                      0.00              0.00

Show session speed real time TSM

Error to generate BackupSet TSM 6.3.2

When i try to generate backup set of 8 node i receive this error after
create backup set of 4/5 node:                             
02/13/2013 02:13:39 ANR0157W Database operation FETCH(Many) for table  
Backupset.Temp.Objects failed with result code 1115 and tracking ID:   
0x1455f048. (SESSION: 157845, PROCESS: 1433) 
02/13/2013 02:13:39 ANR0158W Database operation FETCH(Many) for table  
Backupset.Temp.Objects failed with operation code 1115 and tracking id 
0x1455f048. The data for column 0 is: (string, len=4)0x5041554C.       
(SESSION: 157845, PROCESS: 1433)   
02/13/2013 02:13:39 ANR0105E imobjgen.c(7820): Error setting search    
bounds for table “Backupset.Temp.Objects”. (SESSION: 157845, PROCESS:  
1433)                                                                  
02/13/2013 02:13:39 ANR1779I GENERATE BACKUPSET process completed: 6   
backupset(s) were generated or defined out of 8 backupset(s) requested 
by the command’s specifications. (SESSION: 157845, PROCESS: 1433)      
02/13/2013 02:13:39 ANR0986I Process 1433 for GENERATE BACKUPSET       
running in the BACKGROUND processed 350,398 items for a total of       
1,175,298,422,143 bytes with a completion state of SUCCESS at 02:13:39 
AM. (SESSION: 157845, PROCESS: 1433)                                   
02/13/2013 02:13:39 ANR0171I dbiconn.c(1956): Error detected on 0:168, 
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0162W Supplemental database diagnostic          
information:  -1:08003:-99999 ([IBM][CLI Driver] CLI0106E  Connection  
is closed. SQLSTATE=08003). (SESSION: 157845)                          
02/13/2013 02:13:39 ANR0171I tbtbl.c(2366): Error detected on 31:1,    
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0104E bfdedup.c(4600): Error 4522 deleting row  
from table “BF.Bitfile.Extents”.                                       
02/13/2013 02:13:39 ANR0171I dbitxn.c(708): Error detected on 0:31,    
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0162W Supplemental database diagnostic          
information:  -1:08003:-99999 ([IBM][CLI Driver] CLI0106E  Connection  
is closed. SQLSTATE=08003). (SESSION: 157845)                          
02/13/2013 02:13:39 ANR0130E dbitxn.c(1719): Server LOG space          
exhausted. (SESSION: 157845)        

I find this APAR                                                       
                                                                       
IC87090: GENERATE BACKUPSET CAN FAIL AFTER REACHING ACTIVE LOG         
NUM_LOG_SPAN LIMIT.                               

And i try to resolve this problem whit install :

6.3.3.100   or 6.3.4

                            

Error to generate BackupSet TSM 6.3.2