0% found this document useful (0 votes)
324 views21 pages

ADM2.Performing A T24 Upgrade

ADM2.Performing A T24 Upgrade

Uploaded by

KLB USER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
324 views21 pages

ADM2.Performing A T24 Upgrade

ADM2.Performing A T24 Upgrade

Uploaded by

KLB USER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Performing A T24 Upgrade

TEMENOS EDUCATION CENTRE

Warning: This document, is protected by copyright law and international treaties. No part of this document may be reproduced or transmitted in any form
or by any means, electronic or mechanical, for any purpose, without the express written permission of TEMENOS HEADQQATERS SA. Unauthorized
reproduction or distribution of this presentation or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the
maximum extent possible under applicable law.” Information in this document is subject to change without notice.

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 1

1
Version History
Version Changes Date Author Reviewer

1.0 Initial 2005 Alagammai

1.1 Total revamp 2007 Alagammai

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 2

2
Agenda

‰ Understanding the term Upgrade


‰ Pre upgrade checks
‰ Set up required to perform an upgrade
‰ Performing an upgrade
‰ Post upgrade checks

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 3

3
Upgrade

‰ The term upgrade refers to moving from one T24 release to


another
‰ In order to perform an upgrade in T24
‰ Receive the upgrade tape from Temenos
‰ Install the contents
‰ Setup T24 in order to perform the upgrade
‰ Then, perform the upgrade
‰ Perform post upgrade checks

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 4

4
Pre Upgrade Checks

‰ All necessary transactions are input because


‰ File layout changes take place during an Upgrade

‰ No unauthorized records must exist

‰ All message queues must be cleared because and the phantoms


must be shut down
‰ Information / advices will be lost
‰ Files could be locked, cleared, created during an upgrade so its
best that no background processes are running

‰ No users must be logged in because

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 5

5
Pre Upgrade Checks

‰ Backup the entire account because


‰ Irreversible errors during upgrade or data corruption can
occur
‰ Done as a safety precaution
‰ Backup old temp.release directory before using it for the upgrade
‰ Set cache to maximum in SPF file because
‰ Lessens time required for upgrade
‰ Ensure enough space in database because
‰ Database size increases after upgrade

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 6

6
Upgrade Tape

‰ The upgrade temp.release will be sent in .tar.Z format


‰ (Example : temp.release.tar.Z).
‰ Login as root and restore upgrade file to required destination
directory.
‰ Uncompress and untar the .tar.Z file from shell prompt.
‰ After extracting, a directory named temp.release will be created
in the destination directory.
$uncompress –c temp.release.tar.Z | tar –xvf –
‰ Grant access permissions to the temp.release directory
‰ chmod –R 777 temp.release

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 7

7
T24 Setup That Is Required To Perform The Upgrade

‰ It is vital for T24 to know where the temp.release directory with


the upgrade contents exists hence the following setup is
mandatory before an upgrade is performed
‰ Create a non hashed file named SYSTEM under any directory of
your choice. Usually this directory is created in any one of the
following locations
‰ /usr/jbc/src (Where /usr/jbc refers to the path where jBASE has
been installed)
‰ $HOME (Path where T24 is installed)

CREATE.FILE SYSTEM TYPE=UD

‰ On Windows, create SYSTEM as a hashed file (J4)

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 8

8
T24 Setup That Is Required To Perform The Upgrade

‰ Check the path pointed by JEDIFILENAME_SYSTEM. This is the


variable that will be refereed by T24 to locate the temp.release
directory
‰ The variable should point to the SYSTEM file just created

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 9

9
T24 Setup That Is Required To Perform The Upgrade

‰ Create a record named TEMP.RELEASE under SYSTEM to hold


the path of the temp.release directory where the upgrade
contents exists

JED SYSTEM TEMP.RELEASE


D
/glotrain/training/temp.release

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 10

10
Performing An Upgrade

‰ Ensure that all users are logged off


‰ Execute the program EB.COPY.GLOBUS.JBASE from the
globusbin under the temp.release directory from jshell. If the
operating system is WINDOWS/NT then the drive should also be
specified while executing EB.COPY.GLOBUS.JBASE
‰ This deletes the existing globusbin and globuslib directories
‰ Copies the new globusbin and globuslib directories (from
temp.release to the HOME directory)

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 11

11
Performing An Upgrade

‰ Log off
‰ Login into T24 and get to the Awaiting Application prompt

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 12

12
PRE.GLOBUS.RELEASE

Since the advent of Browser, number of files has been introduced in


T24 like OS.TOKEN, OS.TOKEN.USE, OS.TOKEN.XML.CACHE,
etc.

When an upgrade is performed from a release prior to R4 to R4 or


a higher release, usually, error messages get generated as new
files mentioned above like F.OS.TOKEN etc are not available.

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 13

13
PRE.GLOBUS.RELEASE

In order to prevent error messages being generated just after an


upgrade from a release prior to R4 to R4 or a higher release, a new
program named T24.PRE.RELEASE has been introduced in R6.

This program has a list of hard coded files that need to exist for a
user to log on and work in T24.

Hence, it tries to open those files, failing which, it creates the files by
calling EBS.CREATE.FILES.

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 14

14
Performing An Upgrade
‰ At the awaiting application prompt, execute the following
command to perform an upgrade
GLOBUS.RELEASE
‰ The current release of T24 will be checked and a list of all
releases to be installed (major, minor and maintenance releases)
will be displayed. Choose Y to install

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 15

15
RUN.CONVERSION.PGMS

‰ Number of conversion programs are released as part of an upgrade


‰ To run the conversion programs, T24 has a multithreaded service
named BNK/RUN.CONVERSION
‰ Setup and execute this service

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 16

16
BATCH

Batch Record ID : BNK/RUN.CONVERSION


Job Names : PRE.RUN.CONVERSION and RUN.CONVERSION

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 17

17
SERVICE
TSA.SERVICE ID : BNK/RUN.CONVERSION
TSA.WORKLOAD.PROFILE ID : RUN.CONVERSION.PROFILE

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 18

18
Execution Of Service
‰ Start the TSM
‰ If TSM is started in interactive mode (-DEBUG option), then, user
will be prompted to start the required number of agents for the
service
‰ If TSM is started in background mode, then TSM will launch the
agents required to run the service

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 19

19
What Happened During An Upgrade?

‰ Each upgrade will produce a COMO called


REL.nn.n.CONVERSION.PGMS.x where
‰ nn.n. is the CONVERSION.PGM id
‰ x is the xth time that RUN.CONVERSION.PGMS has been run for this

‰ List the records in &COMO& to view log details

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 20

20
Post Upgrade

‰ Authorize records. Run EXECPTION to get a list of unauthorized


records and authorize them
‰ Reset Cache size in SPF
‰ Check impact on local programs
‰ Recompile Repgens
‰ Recompile local development
‰ Recompile IDESCs
‰ Run COB

ADM2 – 2007.1 Copyright © 2006 TEMENOS HEADQUARTERS SA 21

21

You might also like