zoukankan      html  css  js  c++  java
  • 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 Server are as the following.

    Checking the software requirements

    Verify that the following softwares are installed on the system

    · OS Requirements

    1

    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.

    3

    Creating required OS groups and users

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

    Creating kernel parameters

    4

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

    /etc/security/limits.conf file

    6

    Creating required directories

    5

    Preparing installation media

    I prefer to use WinSCP tool to upload Oracle11gR2_for_Teamcenter_linux64_[1,2]of2.zip to Linux server.

    7

    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.

    8

    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

    9

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

    10

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

    11

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

    12

    · Step 5 Select [Enterprise Edition] to install

    13

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

    14

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

    15

    · Step 8 &9 Run prerequisite checks. In my Linux env, 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.

    16

    Tipclip_image002lease 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.

    17

  • 相关阅读:
    [HAOI2011] 向量
    [HNOI2004] 树的计数
    [TJOI2009] 猜数字
    Wannafly Camp 2020 Day 6K 最大权值排列
    [HAOI2012] 容易题
    [ZJOI2008] 生日聚会
    [CQOI2007] 余数求和
    [CQOI2009] 中位数
    [SDOI2012] Longge的问题
    我的Apache又挂了之apache错误:server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName'
  • 原文地址:https://www.cnblogs.com/adamplm/p/3792825.html
Copyright © 2011-2022 走看看