Steps for installation of TAFC
- contact2prasanth
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 4
1 year 7 months ago #24102
by contact2prasanth
Steps for installation of TAFC was created by contact2prasanth
hi Team,
Can you please share the steps for installation of TAFC.
os: unix
database:oracle
Thanks & Regards,
T.Prasanth
Can you please share the steps for installation of TAFC.
os: unix
database:oracle
Thanks & Regards,
T.Prasanth
Please Log in or Create an account to join the conversation.
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1181
- Thank you received: 157
1 year 7 months ago - 1 year 7 months ago #24104
by VK
Cheers
VK
Replied by VK on topic Steps for installation of TAFC
Hi
funny I could not find anything about that in Temenos manuals...
Try the "Linux" chapter in quite old book:
www.dropbox.com/s/9dd38uted4glbg1/tihgw.pdf?dl=0
... note that possibly some of post-installation actions (like ksh installation etc) are no more necessary...
funny I could not find anything about that in Temenos manuals...
Try the "Linux" chapter in quite old book:
www.dropbox.com/s/9dd38uted4glbg1/tihgw.pdf?dl=0
... note that possibly some of post-installation actions (like ksh installation etc) are no more necessary...
Cheers
VK
Last edit: 1 year 7 months ago by VK.
Please Log in or Create an account to join the conversation.
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1181
- Thank you received: 157
1 year 6 months ago #24111
by VK
Cheers
VK
Replied by VK on topic Steps for installation of TAFC
Hi
see the excerpt from "TAFC release notes".doc:
INSTALLATION OF THE SOFTWARE
On UNIX systems
Set the umask to enable the correct UNIX permissions for the files about to be installed
umask 0
Create the directory into which you are installing R22, eg :
mkdir /home/R22
This directory path will subsequently be used as the $JBCRELEASEDIR / $TAFC_HOME environment variable setting
[ ensure the volume in which you are installing R22 has sufficient free disk space, approximately 600MB is required, plus additional space for any temporary files ]
df -k [ will show the current disk usage within each UNIX volume ]
cd to the directory just created, eg :
cd /home/R22
Uncompress the appropriate tar.gz file, eg for Aix 7.1 :
gzip -d TAFC_R22_AIX_7_132643.tar.gz
Install the jBASE release using :
tar -xvf TAFC_R22_AIX_7_132643.tar
see the excerpt from "TAFC release notes".doc:
INSTALLATION OF THE SOFTWARE
On UNIX systems
Set the umask to enable the correct UNIX permissions for the files about to be installed
umask 0
Create the directory into which you are installing R22, eg :
mkdir /home/R22
This directory path will subsequently be used as the $JBCRELEASEDIR / $TAFC_HOME environment variable setting
[ ensure the volume in which you are installing R22 has sufficient free disk space, approximately 600MB is required, plus additional space for any temporary files ]
df -k [ will show the current disk usage within each UNIX volume ]
cd to the directory just created, eg :
cd /home/R22
Uncompress the appropriate tar.gz file, eg for Aix 7.1 :
gzip -d TAFC_R22_AIX_7_132643.tar.gz
Install the jBASE release using :
tar -xvf TAFC_R22_AIX_7_132643.tar
Cheers
VK
Please Log in or Create an account to join the conversation.
Time to create page: 0.068 seconds