User Tools

Site Tools


tsm-server_6.2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tsm-server_6.2 [2011/08/16 13:08] michaeltsm-server_6.2 [2021/04/24 07:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== TSM-Server 6.2 ======+====== TSM-Server 6.x ====== 
 + 
 +===== Example Steps for TSm 6.2 Installation ===== 
 + 
 +https://www-304.ibm.com/support/docview.wss?uid=swg21499079 
  
 ===== HP/UX Upgrade 5.5 -> 6.2 (Network Method; Same System) ===== ===== HP/UX Upgrade 5.5 -> 6.2 (Network Method; Same System) =====
Line 42: Line 47:
  
   swremove ...    swremove ... 
 +  
 +====== Uninstall TSM-Server 6.x ======
 +  
 +  1) Login as the Instance user ID
 +
 +  Ex:
 +  /opt/tivoli/tsm/db2/instance/
 +  do:
 +  db2start
 + DB2 DROP DB TSMDB1
 +
 +  2) Do db2ilist to get a list of all the current instance names
 +
 +  3) Change to the root user ID to do the next commands:
 +  db2stop
 +  db2idrop <instance name>
 +  Ex: If the instance you want to remove is "tsminst1" you would issue:
 +  "db2idrop tsminst1"
 +
 +  4) Delete all files located in the instance directory. Ex:
 +  /tsm/<instance_name>
 +
 +  5) Delete all log and DB files for the instance. The location of these volumes was determined at the time of configuration. There is no default location. Example of the directory names:
 +
 +  /tsmdb001
 +  /tsmlog
 +  /tsmarchlog
 +  /tsmlogmirror
 +  /tsmarchlogfailover
      
 ======   Install TSM-Server 6.2 ====== ======   Install TSM-Server 6.2 ======
Line 102: Line 136:
 ====== Configure Backup(Node) for TSM-Database ====== ====== Configure Backup(Node) for TSM-Database ======
        
 +   
 +====== Extend Database =======
 +
 +make shure the new directory is owned by the tsm instance user and group.
 +else you get:
 +
 +    ANR2017I Administrator SERVER_CONSOLE issued command: EXTEND DBSPACE /vtsm1/db2
 +    ANR2596E There is insufficient authority to create the database files.
 +    ANR0162W Supplemental database diagnostic information:  -1:HY000:-1051 ([IBM][CLI Driver][DB2/LINUXX8664] SQL1051N  The path "/vtsm1/db2" does not exist or is not valid.  SQLSTATE=57019).
 +    ANR1906E Server failed to extend the database space.
 +    
 +    
 +====== Clustered TSM Insance (Pacemaker) =======
 +
 +Time Problems when starting the pacemaker ressource prevent you from being able to connect to the tsm instance (even as administrator)
 +Can only be fixed by typing "accept date" when running the instance in foreground.
 +     ANR0110E An unexpected system date has been detected; the server is disabled. Verify the system date and use the ACCEPT DATE command to establish the current date as valid.
 +
  
tsm-server_6.2.1313500114.txt.gz · Last modified: 2021/04/24 07:38 (external edit)