<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX

BIOLNX

venerdì 9 ottobre 2015

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:\IBM\tsm\tdpvmware\webserver\usr\servers\veProfile\tsmVmGUI) 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



Etichette: , , , , , , ,

venerdì 23 agosto 2013

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



Etichette: , , , , , ,

sabato 2 marzo 2013

Tivoli Storage Manager Operations Center

Finalmente, come già invocato in alcuni mie post precendeti, IBM hai in test la nuova GUI per TSM.
A molti non sfuggirà la somiglianza con l'interfaccia del SVC e V7000 (GUI eredita dall'XIV)
Aspettando ulteriore info ecco un video  di fine Febbraio:


http://youtu.be/pB6KR5J9-JE  

Etichette: , , ,

giovedì 14 febbraio 2013

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


                            

Etichette: , , ,

venerdì 8 febbraio 2013

ANS1715E A filespace already exists for VM

Tivoli storage manager 6.3.2 and virtual enviroment 6.3.2

ANS1715E A filespace already exists for VM (Virtual machine name), but with a different VM uuid (UUID) than the current one (UUID).

Because the vm is cloned or restored from backup

Add to opt file :

testflag VMBACKUP_UPDATE_UUID

Etichette: , , , ,

mercoledì 30 gennaio 2013

Command to start TSM GUI from client windows with different opt file

dsm -optfile=<path and filename of desired options file>". 

Etichette: , , ,