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

Source: Internet
Author: User

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 Server are as the following.

Checking the software requirements

Verify that the following softwares are installed on the system

·OS Requirements

Cat/proc/version

·Package Requirements

For any Oracle Database 11g release prior to 11.2.0.2, both the 32 bit and 64bit packages listed in the following table are required.

Creating required OS groups and users

# Groupadd oinstall # groupadd dba # useradd-g oinstall-G dba oracle # passwd oracle

Creating kernel parameters

Increase shell limits for the oracle user to the minimum values listed in the above table by adding the following lines

/Etc/security/limits. conf file

Creating required directories

Preparing installation media

I prefer to use WinSCP tool to upload oracle11gr2_for_teamcenter_linux64_00001, 2366of2.zip to Linux server.

Installing Oracle Database

Enter the following command to start OUI (Oracle Universal Installer)

$ Cd/pdm/tc/soft/database

$./RunInstaller

Tip: In Chinese nls env, Chinese characters in OUI display messed.

Reset the LANG env variable to fix the above Chinese character display issue.

$ Export LANG = en_US.utf8 $./runInstaller

· Step 1 Ignore email notification about security updates

· Step2 Install database software only. We will use db templates provided from Siemens to create a database late.

· Step 3 Single instance database installation. Teamcenter recommends single instance database.

· Step 4 Add [Simplified Chinese] to Selected ages.

· Step 5 Select [Enterprise Edition] to install

· Step 6 Specify [Oracle Base] and [Oracle Home] locations

· Step 7 Use default directory for inventory directory if no special reason.

· Step 8 & 9 Run prerequisite checks. the pdksh-5.2.14 is missing and so the checks are not passed. but it's OK to select [ignore all] to further install.

Tiplease follow the below URL to investigate into the issue if necessary.

Http://unix.stackexchange.com/questions/29554/pdksh-missing-from-rhel-6-and-centos-6

Step 10 & 11 Execute configuration scripts following the popup message box.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.