查看: 5358|回复: 1

[安装] Teamcenter11.2 升级到 Teamcenter 11.4 图文教程

[复制链接]

4

主题

3

回帖

44

积分

管理员

积分
44
发表于 2018-2-12 10:17:43 | 显示全部楼层 |阅读模式

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

×
Teamcenter11.2 升级到 Teamcenter 11.4 图文教程* J; p% F0 T3 Y6 I6 I
视频教程请参考plmhome.ke.qq.com. k0 g* r  \$ d9 ^/ }
3 Q- b9 Z  n8 ]* s# a' T
===Clearlocks======
5 Q' o1 h* [5 M3 j# cclearlocks -assert_all_dead -u=infodba -p=infodba -g=dba
. |! P5 j# l' s7 e  K6 }$ Kclearlocks -verbose
0 J. o0 s; g' v3 E9 o
0 l' I2 z2 R; S' e2 B* s% T& ~! f* q2 a. }- z  w& J7 }: |1 @
11.4 的升级比较特殊,特殊的两部如下:
4 z3 O' \  w9 G) f$ `* X$ |9 H: N, `
1 y5 Q8 H! ?" F- VREM === Migrate trace links =====) b' A; ?4 e" t5 o* T8 G8 K) p3 q
# q$ U! E9 v; U5 @$ Z- G
req_migrate_bomview_tracelinks -u=infodba -p=infodba -g=dba  {, ]# H; i. y/ B6 F
: G0 G' {# K+ h2 d" U. b

; V. t0 ^! ^  A3 l====DB =======
( W; d; x' I( x9 c, J=====backup====
' `* Y- B( g8 d4 \9 N+ _- _% c5 ^2 h$ P9 V8 Y, j
0 ~& H( Y, L+ `! @3 S
REM ==Estimate tablespace requirements for update====
& m+ V0 l, q2 GOracle databases:
- k: {* Y8 v+ }1. Back up existing Teamcenter data.
( [: q: J1 S% M% h2. Determine the tables affected by the update to Teamcenter 11.4.7 D  d$ x  |/ m4 f0 D
a. Enter the following SQL command:* M6 u- r% y# s. W; i. r' B- q# E3 v
$ J+ I5 Q  q+ `/ H  ^. @
SELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 8192) <> 02 z, |  q2 k' I/ _3 ~
UNION
0 a# M- p- e2 J& P0 B% sSELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 32768) <> 0;
) a# O; a" U4 R. P0 p" w6 b- n% h% {, {* ?; X  a
b. To the resulting list of tables, add the PIMANEXPORTRECORD and PPOM_STUB- h) O7 [6 T3 B" `- A1 W
tables, which are also affected by the update process.
- H. v) d* S7 z0 E- T8 f  L5 p* _7 X* w7 C/ r
Determine the amount of space consumed by each affected table.0 P, K6 H# [$ ?: ?
For each table identified in step 2 (including PIMANEXPORTRECORD and PPOM_STUB),% b  D2 J% J5 n2 V$ O8 v

2 m, d% o- D9 O+ s" D4 o- _4 R( center the following SQL command:
& d  B/ u. v% u7 q8 ]/ _( H' H  sWITH cte1
2 E! c$ W. I" d1 P# z% n- F6 S7 m1 MAS (SELECT table_name
6 X, ~( `$ n1 D' D7 o$ FFROM user_tables
: a! N' @) {- y/ p( S+ h5 b5 iWHERE table_name = 'TABLE-NAME'),' [( ~2 I" ]6 S/ F
cte2; }6 W3 s5 A, r8 T$ c  |
AS (SELECT SUM(blocks) * 8 / 1024 MB/ z8 ^/ M7 x1 n  ~6 U8 e; W8 I" {. P
FROM dba_extents,
) S: W2 F; x" @4 N8 K' [6 Zcte1
1 C( P( c  o, b" \8 nWHERE owner = (SELECT SYS_CONTEXT('userenv', 'current_schema')' T. s+ J3 g, Z1 X# i
FROM dual)
/ \) s& l2 X8 e! i5 k" U& q3 EAND segment_name = cte1.table_name)
8 m) i) D5 y. Z* E, {7 USELECT ROUND(SUM(mb), 0) || ' MB' AS ESTIMATED_SPACE
8 z; l0 c( {' Q! x  _FROM cte2;
  @/ ]  H/ }' {) G" l" U( A9 O/ T! y" E
Replace TABLE-NAME with the name of the given table.6 Z- K& d: x7 Z8 J: ^* C  ?

1 P2 x! M) B/ x- p# _6 G7 |7 p# ^5 `* t  q. N

1 ^2 d( t" u& c, Y" \& j  b" |7 ZREM ==unzip install.zip ======2 l: h( O; x" O+ r# J& Y0 d
- m, q+ v/ X; x# I2 m( k
TC_ROOT\install\install\unzip -o install.zip
4 I1 L. V. r3 _, J5 z) a
; y8 B; i/ {* B" t6 m% K* I9 }7 n) t3 F
7 [$ O% `0 Q* u' r) h* q9 e$ [* b/ v
REM ===Install patches on a Teamcenter server====& e+ W& e. G! _# E

( |  M/ V7 D  f# M$ ^' y5 HTEM--> updates manager
1 ?+ K, F4 o4 M/ R6 F5 G: k& f8 `+ R3 P: Q2 ~9 q% D2 o7 W) o* ]
REM === Update kit location : product-level_number_platform.zip  // Tc11.4_wntx64.zip: I1 \% ~" s4 r9 I
5 X* A& i1 X; X1 J; l
After the server is successfully patched, you must manually update your TC_DATA directories.
7 A" Q5 H; o* {2 Z; }a. Create backups of your current TC_DATA directories.
* ]3 ?- l. P* Y# p& l3 Eb. Expand the platform\tc\data.zip file from the temporary location you created in step 1.
- O& P* ]6 k% P8 Z# _( Q9 y5 Nc. Copy the expanded contents of the data.zip file to your TC_DATA directories, overwriting$ f# c) y. E; x0 G& h% t
existing files.
/ G5 A$ R) j+ m5 \5 f+ dd. Copy the tc_profilevars.bat file from the backup to the TC_DATA directory.9 ~2 I" ~& b7 j8 X3 c4 y; J
1 [3 q1 t$ M0 Q; \7 Z" I
" m0 V" K+ u  i9 Q% {( x6 ^
. l: i0 p6 S4 G1 m  i! c4 L" e

1 r$ w4 E6 g- @  d2 Z8 U
+ J, S* \8 l1 N) x- @# j" I! D+ D4 @! N
========Patch the rich client using TEM
' ]0 F" p* ?9 Q========Patch the rich client using the Over-the-Web Installer+ |) H, B5 V. A
! G5 h* i7 c" j4 N" t( y& ^+ [+ V: y

1 a6 q/ C& w* e' \2 ?! U/ Ra. Click Reinstall Solutions.- M1 p, H& E' D& h4 Y( u% b
b. In the Reinstall Solution dialog box, click
8 K3 I- o" H0 Y& A8 y" pOK.1
  Z/ t- W3 z4 e1 H% Ac. In the Confirm dialog box, click Yes.4 ~  D9 R* h5 L# i% g2 h& t
d. In the Modify Required Context7 R6 M- q7 s' T7 Z! Z' M8 D
Parameters dialog box, click OK to begin
  `$ c" P+ }7 C2 \3 Z% l0 C" Ppatching.
$ r( X* ~1 w" c2 l& ~e. After the patch is installed, click OK to
' G& ]& P9 \' d: }; W( j* xclose the Progress dialog box.# [7 I/ R! i& W" |5 r1 B
9. In the Modify Web Application dialog box, click OK.
8 |1 Z- f8 U! s1 g. k10. Exit the Web Application Manager.
4 y, r, B5 M( I8 t& [% v11. Copy the otwweb directory from your WEB_ROOT\staging-location\webapp_root directory
+ y0 D  l9 b: L9 l7 A  T/ R0 tto your web server.+ }6 Y5 [) @7 |& F
12. Restart the distribution server.# N; f- |2 A4 s9 ~' h

8 b; [' L+ e' l% k3 B" R% s
( P, J6 W' q$ q7 L. ~. ]. V: L=====Patch Lifecycle Visualization====# c9 U5 W- d# [! r: N
: g7 x4 H/ ~' F; t2 ]8 M

% W4 l, m" o" y
* D8 e& r0 [/ T- G===Patch the web tier======8 ^8 W" f( s5 e) L
* t5 d: Z% r; k. M' ~! z" E, M

3 Q! a( C2 N) V# ?5 |7 V- }- n

6 x( l6 v% Q3 J+ X6 V' [
9 s& ]% U, |' }& H, d" H2 ~( ?0 ^1 C) A
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.doteam.tech
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

在本版发帖
关注公众号
QQ客服返回顶部