Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation

时间:2014-07-17 13:09:01   收藏:0   阅读:1536

Introduction

In the post, we will start to deploy two-tier Teamcenter env step by step.

bubuko.com,布布扣

We will use the following two Teamcenter installation tools which enable you to build and manage your Teamcenter installation.

In this post, we will focus on TEM to finish 2-tier deployment.

Steps

1) You launch TEM using the tem.sh command.

You need to specify the JRE home when installing Teamcenter10 first time. And the version of JRE needs to be above 1.7.0_17

bubuko.com,布布扣

2) Select [Install]

bubuko.com,布布扣

3) Enter ID and description for Teamcenter configuration.

bubuko.com,布布扣

4) Select the solutions to install

You can install different types of Teamcenter servers according to the features you use. For demo purpose, we select all-in-one corporate server.

A Teamcenter corporate server installation includes the following components:

It is obvious that I made a little mistake to select both corporate server and volume server in the below snapshot. 

bubuko.com,布布扣

5) Click the features to install and specify TC_ROOT directory.

bubuko.com,布布扣

I select the following 12 features to install.

bubuko.com,布布扣

6) Specify FSC ID and port. Default setting is OK. 

The default FSC ID is FSC_{hostname}_{current OS user name}.

bubuko.com,布布扣

7) Input OS user and password. All TC related services will run as the user.

bubuko.com,布布扣

8) Because the Oracle instance for Teamcenter has been created through DBCA, select [populate database, create new data directory] option.

bubuko.com,布布扣

Extended info

bubuko.com,布布扣

9) Specify database server info and TC_DATA directory.

bubuko.com,布布扣

10) Specify volume name and directory.

bubuko.com,布布扣

11) Set transient volume directory and options about generating server and client cache.

bubuko.com,布布扣

12) Specify license info.

bubuko.com,布布扣

13) Specify TcServer character encoding settings. From Tc10 on, it supports UTF8 fully and select UTF8 as canonical name.

bubuko.com,布布扣

14) Configure server manager for J2EE. Default setting is OK for demo purpose.

bubuko.com,布布扣

15) Configure treecache.

bubuko.com,布布扣

Extended info

bubuko.com,布布扣

All clients even where they do not need to maintain their state get a performance benefit from maintaining the same TcServer process because information is cached and there is no overhead of starting a process or connection to the database.

Both the Web Tier and the Enterprise Tier need to be aware of which client is mapped to which TcServer processes to allow for the correct routing. This is achieved using a in-memory table which is shared between all Server Pool Managers and Web Application Servers. The mapping is done based on user id.

The Shared Cache or Tree Cache is key to the failure tolerance and horizontal scalability properties of the architecture. All Server Pool Managers and all Web Application Servers have a copy of the cache which is updated regularly. When a client connects , the cache is consulted to establish if there is an existing TcServer process that can be used for connection, if not a new one is initiated.

16) Set FCC

bubuko.com,布布扣

17) Specify FCC parents

bubuko.com,布布扣

18) Specify 2-tier server settings.

bubuko.com,布布扣

19) Summarize the templates to be applied to Tc database.

bubuko.com,布布扣

20) Click the [Start] button if the configuration is OK.

bubuko.com,布布扣

Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!