查看: 5415|回复: 1

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

[复制链接]

4

主题

3

回帖

48

积分

管理员

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

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

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

×
Teamcenter11.2 升级到 Teamcenter 11.4 图文教程9 b5 P3 E3 J6 B) Q: ^
视频教程请参考plmhome.ke.qq.com
8 h* ^& f: u1 R5 ]; G
9 K+ @# j* X- E: c===Clearlocks======! g8 g8 i# _2 A  K& L! K  Z
clearlocks -assert_all_dead -u=infodba -p=infodba -g=dba
( w  H( }0 D. y& C3 O. ^. Wclearlocks -verbose
$ u- s6 v/ g+ Q2 |& ~3 h, w& H! S$ a7 C- ~
% U, e7 ^; B  h5 y$ e
11.4 的升级比较特殊,特殊的两部如下:" x6 f" T2 v  n. c2 k) |: Y

) U( |  w0 U5 P2 ?REM === Migrate trace links =====) X5 o* S$ U( N' p+ O

3 Y, h- e: P0 X5 h9 j1 sreq_migrate_bomview_tracelinks -u=infodba -p=infodba -g=dba. L" y" Z$ y, z$ C' A

2 p% w$ a0 X! i5 X
0 o$ m/ j8 N) J6 S====DB =======
" @$ Y6 n6 ?! h  }& e5 L) L=====backup====
6 f. n% U3 p3 Y$ V  A7 m
! T5 T& \- ?; t7 G- C, i+ y" r% q0 g+ p
REM ==Estimate tablespace requirements for update====$ N6 a( i0 o- @& u4 {" V
Oracle databases:5 I6 v) N0 c- `4 F
1. Back up existing Teamcenter data.
( C: G& p; {8 d8 s( k9 d2. Determine the tables affected by the update to Teamcenter 11.4.9 g% ^8 h8 N+ O) m8 B/ L
a. Enter the following SQL command:
+ S; T' W3 q% N' _. f; l0 a
! p' v! O  t" Q! E6 F$ ZSELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 8192) <> 00 {) ~1 G8 q5 a# L# E9 c1 i
UNION
4 H2 X7 j4 n8 \9 p1 C/ gSELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 32768) <> 0;/ [$ B" U* N6 b! w  i- }# @) a
% g# k5 z  R, W
b. To the resulting list of tables, add the PIMANEXPORTRECORD and PPOM_STUB' i; o8 N& a" x; I  U
tables, which are also affected by the update process.
: [/ u5 U. o7 k$ ?) n) \0 J+ l' j! q6 Q' \+ E: Z/ K1 ~$ O7 ^8 z# Y
Determine the amount of space consumed by each affected table.
' i% v) i! k9 `1 YFor each table identified in step 2 (including PIMANEXPORTRECORD and PPOM_STUB),& E# _6 d8 ]( ^$ ]; P. Q' n
& W/ X' T( V. e6 c+ @! N' Z
enter the following SQL command:
+ b5 H- U- U0 o# `) r' |1 p; UWITH cte1. M& c9 D4 S% O+ \, D
AS (SELECT table_name) J* K/ z1 y! l+ I( h
FROM user_tables% c+ a& k2 }3 r# {2 J
WHERE table_name = 'TABLE-NAME'),4 _6 K7 ?- l9 M) [# ?
cte2! F5 g3 m( h- c; r; S& r' o0 ~
AS (SELECT SUM(blocks) * 8 / 1024 MB
5 W( Y# b3 T: U0 ZFROM dba_extents,
1 I, f9 w: B, w0 X. \/ Acte1
" m0 a2 }( [7 W1 O! ]2 b9 \WHERE owner = (SELECT SYS_CONTEXT('userenv', 'current_schema')
: e+ I0 h9 [: q  w6 i9 l2 OFROM dual)  }2 k  q3 \  \0 k
AND segment_name = cte1.table_name): d! l; \  G7 d" n; q% m2 _( v
SELECT ROUND(SUM(mb), 0) || ' MB' AS ESTIMATED_SPACE6 A& ]9 V- E6 j9 L* ~: s
FROM cte2;
7 ?4 Y: t% J3 `4 U) q& C/ U0 D5 Y
1 m- I2 t9 w) X. [- `! \( CReplace TABLE-NAME with the name of the given table.* f1 W2 w; I& m5 o
  L7 @6 E7 f, c* q

9 X4 ^! ?; F- h% N9 S5 W$ |; E5 }5 |0 G
REM ==unzip install.zip ======+ t! ?! h2 i8 v$ {- e, o% @# q3 ?) P
# {2 _' @5 B% a9 o# d8 r
TC_ROOT\install\install\unzip -o install.zip9 J& r# C7 J* C$ ~, w3 X0 J
: i( y: j; }" k5 J
( v- ?! L( f+ I. @3 }5 D
8 u* S, M. L0 S6 ^* u/ V: Y
REM ===Install patches on a Teamcenter server====
9 T% h5 U1 ?3 {' b, Z2 W. A) v' o
TEM--> updates manager 0 J5 W4 @! P0 i$ w
& g' t! J2 g8 N! A* A
REM === Update kit location : product-level_number_platform.zip  // Tc11.4_wntx64.zip
6 J2 l4 l' v6 W. A( j$ a, t  j, }# V5 s8 i6 ^7 Z/ j5 r4 U
After the server is successfully patched, you must manually update your TC_DATA directories.7 F: e! e6 X. T7 G' v% s" _. [
a. Create backups of your current TC_DATA directories.9 w3 H8 ]* ~9 W' w
b. Expand the platform\tc\data.zip file from the temporary location you created in step 1.$ r0 \! M% G+ M, j
c. Copy the expanded contents of the data.zip file to your TC_DATA directories, overwriting
$ T/ i; Y4 c5 w# t$ d& J# Rexisting files.
7 u- f$ Q) Y3 R4 Z! Jd. Copy the tc_profilevars.bat file from the backup to the TC_DATA directory.
, H8 K" Y: u3 H: v  S
* N( T  ?) B' H
6 y  H! U6 O8 W% Y: U& r1 v4 y6 H/ D* j& H2 b+ v  ?! M
9 n2 m& z$ h. n* x7 x3 z

6 W% o! L/ ~3 O  O' _$ u0 O) j$ R3 ?* X1 `8 x* d! r
========Patch the rich client using TEM
; B1 {' C7 ]& @/ U, Z" b========Patch the rich client using the Over-the-Web Installer
- A+ r# p( k8 K# J% i6 o+ D5 A
* k. l; M7 e) E5 c6 x
4 Y, U( P$ ~9 B" Ga. Click Reinstall Solutions.  W% i" |3 X/ l) W- y& a4 M
b. In the Reinstall Solution dialog box, click
7 `. z+ I3 a3 r8 GOK.1! p# r5 J6 f4 f1 v
c. In the Confirm dialog box, click Yes.
8 Y! q% W/ s5 pd. In the Modify Required Context
4 N, D6 \8 B! t+ `+ x1 V4 M1 T' x5 RParameters dialog box, click OK to begin2 @4 A4 P/ _" i4 y- \4 n
patching.
" d6 Z4 z4 O# |8 N* E$ ^e. After the patch is installed, click OK to; b. t% \3 o# {, ~
close the Progress dialog box.) ]8 N6 d  h$ U/ g% b3 H
9. In the Modify Web Application dialog box, click OK., \  \# |) r6 X
10. Exit the Web Application Manager.
& p, T2 L5 M- ?5 b8 w" ~* j; A" H11. Copy the otwweb directory from your WEB_ROOT\staging-location\webapp_root directory* B; I) U' F4 j
to your web server.* k- ~$ v1 `4 u0 b# V
12. Restart the distribution server.) U* F, ]  m! x7 n7 V
3 z  R: n& p* D5 A$ {  z8 u8 [5 D# q

0 f: g; X5 [$ `" t: A1 h" c=====Patch Lifecycle Visualization====9 w# T5 z) t+ K) _8 P
8 Q; v& Y9 o& I/ ]* g' |
/ p) d% y3 J& m( k, w; o. N
7 W" M% p' d/ C, W0 c: F; y
===Patch the web tier======* A; {& f4 _6 c& h' W- z; o

6 C: D7 Y; l; `6 Z( i: `3 N* r1 t" l$ d% ~' z8 H, v8 G- ]' `1 _1 r

# J: S5 z3 @( f
6 q8 Z5 Q4 ]9 [1 u; V2 ]- e7 ]/ V9 q3 ~7 M+ M4 W
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.doteam.tech
回复

使用道具 举报

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

本版积分规则

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