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 that serves the Over-the-Web Installer. The four-tier rich client installs silently, with no prompts. Teamcenter administrators configure all installation options and provide all the information necessary to complete installation using Web Application Manager.

To enable over-the-Web installation for the four-tier rich client, you install the following components on a server host.
• A rich client distribution server.
The distribution server software manages the connection between a rich client distribution instance and the Over-the-Web Installer. The Over-the-Web Installer contacts the distribution server for the rich client files to download to the user’s workstation. Only one rich client distribution server is required to manage multiple rich client distribution instances.
• A rich client distribution instance or instances.
A rich client distribution instance contains the Over-the-Web Installer and the rich client software to be installed on user workstations. To enable different users to install different configurations of rich client software, you must create a distribution instance for each unique configuration.
• A third-party Web server.
You deploy rich client distribution instances in a third-party Web application server.


     After you install and deploy a rich client distribution server and distribution instances, you can change the distribution server contents, add components to a distribution instance, and patch components in a distribution instance using Web Application Manager. The next time users start a rich client installed from that distribution instance, the rich client startup process checks for updates and downloads them to the client hosts.

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

Steps

• A rich client distribution server.

1) Copy otw ICD files from installation media.

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

2) Type the name of distribution server and enter the path to the location.

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

3) Verify the related parameters.

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

• A rich client distribution instance.

1) Type the name of distribution instance and enter the path to the location. And add the location of installation media.

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

2) Select necessary solution for 4-tier rich client.

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

3) Verify the info about distribution instance.

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

4) Modify necessary parameters.

WindowsLocation

JREWindows32Locaiton

JREWindows64Location

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

5) Set the parameters about HTTPServerTable

URI format: http://{your web application server host}:{web application port}/tc

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

6) Set the parameters about ParentFSCAddressTable.

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

7) Start to generating the distribution instance.

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

What’s more, we have to patch the rich client if necessary. So we will further doing the following optional steps to patch the distribution instance.

8) Add the location of path installation media.

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

9) Add the related patch solutions into the solution list.

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

What’s more , you can check the patch version info by clicking [view component version] button.

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

10) Click [reinstall solution] button to generate new distribution instance.

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

• A third-party Web server.

It’s very convenient to install and configure Apache as a third-party Web server.

1) Install and start Apache

# yum install httpd
   # chkconfig httpd on
   # service httpd start

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

2) Configure Apache

Modify the value of DocumentRoot in httpd.conf file.

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

 

Verification

1) Start distribution server

$ nohup ./start_rmi >>rmi_monitor.log &

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

$ nohup ./start_server >>distserver_monitor.log &

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

2) use a Web browser open the URL of a Web application server

http://{distribition server host name}/otwweb/otw.html

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

3) Finish installing rich client through OTW in a client.

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

 

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

4) Login to TC rich client

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

相关文章:

  • 2021-08-11
  • 2022-12-23
  • 2021-08-19
  • 2021-06-26
  • 2021-05-30
  • 2022-12-23
  • 2021-12-30
  • 2021-12-18
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
相关资源
相似解决方案