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

Introduction

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

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

  • Teamcenter Environment Manager (TEM) : a tool that installs Teamcenter servers and two-tier and four-tier rich clients.
  • Web Application Manager (WAM): a tool that installs thin client and rich client solutions and builds Teamcenter J2EE Web application.

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

2) Select [Install]

3) Enter ID and description for Teamcenter configuration.

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:

  • Teamcenter shared binary executables and files
  • Teamcenter shared data subdirectories and files
  • Database connection
  • Teamcenter volume
  • Additional optional Teamcenter features such as File Management System (FMS)

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

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

I select the following 12 features to install.

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

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

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

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

Extended info

9) Specify database server info and TC_DATA directory.

10) Specify volume name and directory.

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

12) Specify license info.

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

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

15) Configure treecache.

Extended info

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

17) Specify FCC parents

18) Specify 2-tier server settings.

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

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

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

时间: 2024-10-09 07:24:15

Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation的相关文章

Teamcenter10 step-by-step installation in Linux env-Teamcenter License Server Installation and Configuration

Teamcenter is a business platform and so it is inevitable to install related license server before install Teamcenter server. What's more,  the interface of SPLM license server has been modified greatly from Teamcenter 10 on. So the post comprises ho

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

Recommended Reference Material <<Teamcenter 10.1 Installation on Unix and Linux Servers Guide>> <<Oracle Database Installation Guide 11g Release2(11.2) for Linux>> The detailed screenshots about installation and upgrading Oracle Se

Teamcenter10 step-by-step installation in Linux env-Oracle Instance Creation

Configure Oracle environment It is recommended that user sets the specific environment for Oracle installation in ~/.bash_profile file prior to instance creation. $ vi ~/.bash_profile create $Oracle_BASE, $ORACLE_HOME, $ORACLE_SID and append $ORACLE_

Linux Booting Process: A step by step tutorial for understanding Linux boot sequence

One of the most remarkable achievement in the history of mankind is computers. Another amazing fact about this remarkable achievement called computers is that its a collection of different electronic components, and they work together in coordination

转载自~浮云比翼:Step by Step:Linux C多线程编程入门(基本API及多线程的同步与互斥)

Step by Step:Linux C多线程编程入门(基本API及多线程的同步与互斥) 介绍:什么是线程,线程的优点是什么 线程在Unix系统下,通常被称为轻量级的进程,线程虽然不是进程,但却可以看作是Unix进程的表亲,同一进程中的多条线程将共享该进程中的全部系统资源,如虚拟地址空间,文件描述符和信号处理等等.但同一进程中的多个线程有各自的调用栈(call stack),自己的寄存器环境(register context),自己的线程本地存储(thread-local storage). 一

Program for Linux USB-devices driver step by step (ONE)

Program for Linux USB-devices driver 开始啃硬骨头~ 这里我打算一步步给出USB device driver 的demo,希望有心能能够共同交流学习. 希望认识更多对Linux有兴趣的geek. 目前由于环境和自身能力方面原因还没能做实物的测试,篇章的最后打算给出一个在x86上模拟USB读写的driver,以后能够做实物测试之后再更新this blog 我的联系方式: [email protected](由于偶不能登QQ,所以thunder bird的邮件只要

Teamcenter10 step-by-step installation in Linux env-Oracle services startup and shutdown

After following the first three posts about Oracle installation, you should finish installing Oracle successfully. We will further discuss how to start up and shutdown Oracle related services manually and automatically in this post. Manually 1) Start

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

Introduction Actually, in the last post Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation, we have finished both 2-tier deployment and resource & enterprise tiers deployment in four-tier architecture using TEM (Part 1

Teamcenter10 step-by-step installation in Linux env-Teamcenter 4 tier RichClient Installation

Introduction In this post, we will introduce OTW(over the web) mode to install Teamcenter 4-tier rich client and also use WAM tool to generate it. To install the four-tier rich client, you use a Web browser open the URL of a Web application server th