查看: 5398|回复: 1

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

[复制链接]

4

主题

3

回帖

46

积分

管理员

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

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

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

×
Teamcenter11.2 升级到 Teamcenter 11.4 图文教程' @& I$ f7 m- z9 [# l: B, l
视频教程请参考plmhome.ke.qq.com
2 T! M+ O2 f, d& Z  T. h5 O+ p" ?" ^" c/ J& I1 |
===Clearlocks======
4 O  j! o8 j& q& `; a5 vclearlocks -assert_all_dead -u=infodba -p=infodba -g=dba
& X& I& N4 P; L5 |/ P. bclearlocks -verbose6 ?% [# o6 E( Y! N9 S

5 T; \- _' a8 S! |7 ]
0 @: e' E# i& W6 |8 ^11.4 的升级比较特殊,特殊的两部如下:
! a9 q$ D8 l9 L# U7 x% ^# N1 o
' a" g3 c& O; t  Z' f% M- |REM === Migrate trace links =====. i+ f) z) g3 `0 W
% N6 D' g" r5 n/ X# {
req_migrate_bomview_tracelinks -u=infodba -p=infodba -g=dba6 ~# p0 r8 W) M* N: E0 e; ^
& a* t0 T# n' g% [! n
# [0 `2 l0 O9 _
====DB =======  k2 H; M8 f& }. }. U0 B
=====backup====
9 x" X& \3 S% s; Q  f: C' g0 r9 i& y; w* b. O, r  d8 A, O
3 ^% R5 m. o2 g3 m# t5 L/ T
REM ==Estimate tablespace requirements for update====
% }' K6 ^" X; \+ F2 ^+ z8 lOracle databases:$ r! j; v- F! v- T. R4 G
1. Back up existing Teamcenter data.
- Q6 a1 f4 s0 n1 X2. Determine the tables affected by the update to Teamcenter 11.4.
% X* p" X' ^8 m$ ~0 Na. Enter the following SQL command:
! d6 u1 ^* g5 F: |6 n# J0 k- P9 j: j/ Z' {8 J: L. a( E
SELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 8192) <> 0
/ n$ M4 K# Z& j: EUNION
+ L. G/ ~+ n5 }% t2 \. M2 r* RSELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 32768) <> 0;6 v! ^: @( T. R

5 w' U! T  p5 \) v/ v- d4 ^; q4 ^b. To the resulting list of tables, add the PIMANEXPORTRECORD and PPOM_STUB8 ~. u; h( N& h0 w6 Z$ p0 l2 \( Y+ t
tables, which are also affected by the update process.
9 ?9 r1 v! j9 v. r! [/ t1 T& X
2 V' _% C6 H9 b# [Determine the amount of space consumed by each affected table.* v, A' Z- ~3 U1 R, j+ V3 P
For each table identified in step 2 (including PIMANEXPORTRECORD and PPOM_STUB),6 P4 H% A. W- m, a, b2 ~

: x% L# E' k, W/ O. Renter the following SQL command:
6 R/ Z: ~. I8 SWITH cte1
& S& d- y9 |2 o0 u% gAS (SELECT table_name$ n+ A% R* D/ W! O) R8 z
FROM user_tables2 E* W$ t8 l6 q0 L9 [
WHERE table_name = 'TABLE-NAME'),
; F. a! A" W# d1 q' Qcte2* L- I: X) Y5 i# k( E
AS (SELECT SUM(blocks) * 8 / 1024 MB1 ~" I$ g2 A" M! ?
FROM dba_extents,
! r( Z7 J5 x! w2 i) ccte1
4 R( `0 R' m# XWHERE owner = (SELECT SYS_CONTEXT('userenv', 'current_schema')8 \' ~- R' j! O2 K
FROM dual)% R! Z( H% u. u* D9 g9 U
AND segment_name = cte1.table_name)
7 r( u' B8 n! p, hSELECT ROUND(SUM(mb), 0) || ' MB' AS ESTIMATED_SPACE
, s1 X7 J9 i6 S: CFROM cte2;+ D" Z# k+ b" R0 y! _; t. g
& \% `( G7 e3 t8 [
Replace TABLE-NAME with the name of the given table.2 q9 @+ ?* m- @" C" Q8 w
7 ?) L1 E; m3 t9 f
/ B9 {* v( Q% \5 G; p

) a! C. a$ ]9 b8 }; W4 ?REM ==unzip install.zip ======
9 S4 q* U6 B4 v+ |" X% j: u) |  G/ f+ w+ Z$ @
TC_ROOT\install\install\unzip -o install.zip
8 T! Y' W& X6 d/ ^% P) y: o! E- p6 u) `* @8 z5 [# s  M

$ H0 H9 M, E. J8 @, [
  T) u% d8 {/ v$ z( i3 \REM ===Install patches on a Teamcenter server====5 |. w/ [( l6 ~

* X6 N' C+ g8 D$ u+ J4 ~1 \TEM--> updates manager 9 F' O- M8 F( ]  n

! B$ Y4 V+ Q* q3 z( W" \+ bREM === Update kit location : product-level_number_platform.zip  // Tc11.4_wntx64.zip; ]: [8 ?0 w* u. e# k2 C, z
1 E0 O$ L* D- \  Q* T
After the server is successfully patched, you must manually update your TC_DATA directories.
4 r. d9 F4 t5 Xa. Create backups of your current TC_DATA directories.: O  P& U2 J* `" s) s5 g1 \
b. Expand the platform\tc\data.zip file from the temporary location you created in step 1.4 c5 ]: Q2 }' _* ]* z( R* t
c. Copy the expanded contents of the data.zip file to your TC_DATA directories, overwriting
6 A5 m4 [% c. Q3 l) Eexisting files.
0 y  u; F( G9 wd. Copy the tc_profilevars.bat file from the backup to the TC_DATA directory.# U1 r/ J1 D! m! m$ s; _
; t% }) Y8 C8 {( @
& V* U' g3 ]( o$ G/ I# c7 u

0 c+ H, V: m8 f& E# a  T- Q# A
5 n/ W! q5 e& ]* D% ]8 B6 u) d, k1 v( f3 _8 c9 k

( F6 Y% U' P# [3 Q  x7 C========Patch the rich client using TEM* }0 [3 B0 f. i) o
========Patch the rich client using the Over-the-Web Installer
& F( r6 E: z( a" y( ?) M6 _5 u& e3 M0 q: C
: k7 Y" Z; D. Q) A6 u
a. Click Reinstall Solutions.
$ s8 X7 g, J# }  E( n+ n# Fb. In the Reinstall Solution dialog box, click
! w- z1 \* a$ c  m5 l8 KOK.14 J& j/ o* S% b' B5 S/ D5 A
c. In the Confirm dialog box, click Yes.
# \( Y7 ]# U$ e1 ld. In the Modify Required Context
: l) t! ~9 I2 v' |/ F* MParameters dialog box, click OK to begin( e$ G0 ?: y8 B* d: ~1 w
patching.$ }' p- b! f. q( z+ X
e. After the patch is installed, click OK to
$ b- C( z, J3 Z0 J" Uclose the Progress dialog box.
5 {4 E4 D5 r2 b- }' d9. In the Modify Web Application dialog box, click OK.
2 |+ ~3 A7 R) `10. Exit the Web Application Manager.
8 C) U; `5 Y  L6 g11. Copy the otwweb directory from your WEB_ROOT\staging-location\webapp_root directory
" o/ \$ Y' R4 M" ato your web server./ }! ?# b4 b5 u7 X$ x5 K) ]
12. Restart the distribution server.
; w; [! B! {' n: v
) _4 E% p3 y: ?* F+ B" k# f" I) A6 }3 w) h" t  `( `2 x
=====Patch Lifecycle Visualization====1 _6 N/ F" j6 C; F6 |
" v$ s0 K+ u* i  K

" U- e1 Z: g! i" R
, T: }& n8 D: G$ H7 R9 g: }===Patch the web tier======
  }1 W( n$ L8 m' R: z. v7 P
: O. {6 g- \: W6 P& P

1 a+ i7 o7 Z4 m; V! O
" _5 _6 v8 i' i5 [9 H% [  [! Z
: m7 D3 R2 }% v: D% x
; v9 O1 U3 ?0 [; L3 S' i3 ^
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.doteam.tech
回复

使用道具 举报

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

本版积分规则

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