562 Tivoli Storage Manager V6.1 Technical Guide
DB2 step logs:
coi\plan\install\MachinePlan_localhost\00002_DB2_9.5\DB2_9.5.log
coi\plan\tmp:
Administration Center step logs:
coi\plan\install\MachinePlan_localhost\00003_TSM_AdminCenter\logs:
Deployment Engine Logs:
Windows: C:\Program Files\IBM\Common\acsi\logs\<system user>
23.10 Gathering logs
In the case where logs.zip is not created during the installation, you can gather logs manually
by following the paths listed in 18.14, “Gathering logs” on page 404.
Code Description of various Exit Error codes in InstallAnywhere can be found in 18.14,
“Gathering logs” on page 404.
23.11 Upgrade for NAS TOC data on AIX
The following process demonstrates the manual extractdb and insertdb to media, for the
purpose of validating that the V6.1.2 server software now supports NAS TOC upgrades,
which had been a restriction and disabled in the V6.1.0 and V6.1.1 releases.
23.11.1 Steps for the upgrade
To begin this scenario, we will use the select statements developed during the V6.1 beta
testing program, as a method to compare before and after database content. This macro is
shown in Example 23-8.
Example 23-8 Macro with a series of select statements for use to compare the database upgrade
select node_name, count(*) as "Number of Filespaces" from filespaces group by
node_name order by 2
select platform_name, count(*) as "Number of Nodes" from nodes group by
platform_name
select node_name,sum(num_files) as "Number of Backup Files" from occupancy where
type='Bkup' group by node_name
select node_name,sum(num_files) as "Number of Archive Files" from occupancy where
type='Arch' group by node_name
select count(*) as "Number of Management Classes" from mgmtclasses
select count(*) as "Number of Server Scripts" from script_names
select count(*) as "Number of Storage Pools" from stgpools
After running these select statements in a macro, the output of our Tivoli Storage Manager
V5.5.2 server is as shown in Example 23-9.
Example 23-9 Select statement output
ANS8000I Server command: 'select node_name, count(*) as "Number of Filespaces"
from filespaces group by node_name order by 2'
Chapter 23. Tivoli Storage Manager V6.1 Upgrade Scenarios 563
NODE_NAME Number of Filespaces
------------------ --------------------
BMICHLER 1
BOGDAN_ORACLE 1
BRIGITTE 1
BZIEMANN 1
JONATHAN 1
KARIN 1
LINUX-TEST 1
ORA1 1
LT-JS 2
NAS1 2
RAINER 2
TESTPC-081 3
GERD 8
RS6000_CLIENT 9
ANS8000I Server command: 'select platform_name, count(*) as "Number of Nodes" from
nodes group by platform_name'
PLATFORM_NAME Number of Nodes
---------------- ---------------
2
AIX 1
Linux86 2
Mac 1
NetApp 1
TDPO Linux86 2
WinNT 9
ANS8000I Server command: 'select node_name,sum(num_files) as "Number of Backup
Files" from occupancy where type='Bkup' group by node_name'
NODE_NAME Number of Backup Files
------------------ ----------------------
BMICHLER 17258
BOGDAN_ORACLE 61
BZIEMANN 118
GERD 48097
JONATHAN 6966
KARIN 6
LINUX-TEST 470
LT-JS 696138
NAS1 5
ORA1 46
RAINER 1974
RS6000_CLIENT 110683
TESTPC-081 195254
ANS8000I Server command: 'select node_name,sum(num_files) as "Number of Archive
Files" from occupancy where type='Arch' group by node_name'
NODE_NAME Number of Archive Files
------------------ -----------------------
GERD 40852
LT-JS 32
564 Tivoli Storage Manager V6.1 Technical Guide
TESTPC-081 38
ANS8000I Server command: 'select count(*) as "Number of Management Classes" from
mgmtclasses'
Number of Management Classes
----------------------------
11
ANS8000I Server command: 'select count(*) as "Number of Server Scripts" from
script_names'
Number of Server Scripts
------------------------
20
ANS8000I Server command: 'select count(*) as "Number of Storage Pools" from
stgpools'
Number of Storage Pools
-----------------------
15
Now, after collecting our comparison data, we then proceed to perform the manual upgrade
steps, as indicated in the process flow that follows:
1. Extract the data from the V5.5.2 server as shown in Example 23-10.
Example 23-10 AIX sample data extraction
# export | grep DSM
declare -x DSMSERV_CONFIG="/usr/tivoli/tsm/server/bin/dsmserv.opt"
declare -x DSMSERV_DIR="/usr/tivoli/tsm/upgrade/bin"
# cd /usr/tivoli/tsm/upgrade/bin
# /usr/tivoli/tsm/upgrade/bin/dsmupgrd preparedb
ANR7800I DSMSERV generated at 12:32:53 on Mar 11 2009.
Tivoli Storage Manager for AIX-RS/6000
Version 5, Release 5, Level 2.0
Licensed Materials - Property of IBM
(C) Copyright IBM Corporation 1990, 2007.
All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corporation.
ANR0900I Processing options file /usr/tivoli/tsm/server/bin/dsmserv.opt.
ANR7811I Using instance directory /usr/tivoli/tsm/server/bin.
ANR4726I The ICC support module has been loaded.
ANR0990I Server restart-recovery in progress.
ANR0200I Recovery log assigned capacity is 1112 megabytes.
ANR0201I Database assigned capacity is 2144 megabytes.
ANR0306I Recovery log volume mount in progress.
ANR0353I Recovery log analysis pass in progress.
ANR0354I Recovery log redo pass in progress.

Get Tivoli Storage Manager V6.1 Technical Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.