PLM之家PLMHome-国产软件践行者

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

[复制链接]

2018-2-12 10:17:43 5149 0

admin 发表于 2018-2-12 10:17:43 |阅读模式

admin 楼主

2018-2-12 10:17:43

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

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

x
Teamcenter11.2 升级到 Teamcenter 11.4 图文教程& N4 ~7 n! h1 d7 ^* `
视频教程请参考plmhome.ke.qq.com
, l- K9 x& I6 k
+ F) H  R! a( ?8 d===Clearlocks======( n7 o( W, |# N# J1 m% ]7 l
clearlocks -assert_all_dead -u=infodba -p=infodba -g=dba
) ]2 ~# H, L, s/ _6 E. _# j4 `3 Z% Zclearlocks -verbose8 ], f) b5 ?( X3 ~- }6 N

$ Y* `* ]' \: }- ?, W* L- a1 R3 ^6 ~4 S9 I( g8 p" Q8 d
11.4 的升级比较特殊,特殊的两部如下:! M+ j3 u% d9 ^! l! r* l' V2 H. ?

6 Q" L; e* V+ t% {5 b* R, AREM === Migrate trace links =====
- S8 E8 A6 c/ O. U% f+ O
1 ?7 w0 T* v6 y. ^- R0 y2 qreq_migrate_bomview_tracelinks -u=infodba -p=infodba -g=dba
) b& s: ]& @4 s: i/ W& I* B/ m
2 Z& g2 l" z; m$ s- A: \
# P5 y2 ~! y# P; y2 A4 p: I+ h) f* m====DB =======
" P! f2 C2 L+ P=====backup====
$ m7 A" B, I* w& F' p5 ]! b* V1 y* V# Q. m8 h
/ p& I; |" [( u( T+ e
REM ==Estimate tablespace requirements for update====
7 z1 N1 }7 F; r# i$ R3 z. bOracle databases:; O. }; W) V  Q0 n& f3 \
1. Back up existing Teamcenter data.
: G: Y6 }  O2 m2. Determine the tables affected by the update to Teamcenter 11.4.
( v: G8 R1 K( R# F# ?9 P1 }a. Enter the following SQL command:" m5 O! \1 c/ ?5 R: `1 {
" J: m6 j  q2 @% [3 J
SELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 8192) <> 01 t9 @" w" {3 i) o
UNION  L4 B5 p/ i# N2 h" A, N* D, t
SELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 32768) <> 0;
/ H9 z+ d$ S! t4 ^; `% K+ m/ x- y2 _
b. To the resulting list of tables, add the PIMANEXPORTRECORD and PPOM_STUB$ n" v$ Q9 P6 X+ A0 e& S# c
tables, which are also affected by the update process.
2 p1 D6 m0 M( }# D: P
1 d- t" U& [1 ^! ^# m0 LDetermine the amount of space consumed by each affected table.
& K6 O. z4 _" J- F: y6 d1 KFor each table identified in step 2 (including PIMANEXPORTRECORD and PPOM_STUB),, x3 r& J- \- }: q- J, ]/ _# |/ W

9 E, ?& W: f+ \2 i) O. \  p- K2 ~! [enter the following SQL command:
# Y# D7 \6 B" _( r# i/ XWITH cte1" ?- n* t7 z- h3 n& J  ?" w
AS (SELECT table_name- ^# {4 z" h% K2 i
FROM user_tables
% l" D! W" k' I7 |8 [4 F# dWHERE table_name = 'TABLE-NAME'),% v/ w6 h2 M& J! q. {' ?9 N
cte2
9 L4 X; C" W! @6 \AS (SELECT SUM(blocks) * 8 / 1024 MB
- p& g; K. e9 v* bFROM dba_extents,0 S9 m0 b# L- Q) S2 n: B
cte10 b: M, C# R) F( k0 V
WHERE owner = (SELECT SYS_CONTEXT('userenv', 'current_schema')2 O; }; }6 x6 z1 R) O
FROM dual)8 y) N+ E7 ]) s' ^- a0 m
AND segment_name = cte1.table_name)
+ K# L6 Q, X9 ^SELECT ROUND(SUM(mb), 0) || ' MB' AS ESTIMATED_SPACE6 V" a0 e5 c$ a$ o4 E4 L9 v
FROM cte2;3 t8 r0 b/ D$ v) ^

# X. I; A+ D9 C( d4 Y# E& xReplace TABLE-NAME with the name of the given table.
  E# L( u& U+ L  d, h. k
  Z4 O( _$ C6 y% h$ r+ g! h8 b, f+ C5 a) O: `

, L5 c* o. m8 c1 w+ Y9 I, A: L' MREM ==unzip install.zip ======
6 ]1 w! u4 I8 z' K! y* ?
4 ~' V& L9 x& @9 l# ~" R( W, z2 Q' z4 {TC_ROOT\install\install\unzip -o install.zip
: d1 Z' q* W  X; H( R; {, r) S# s3 ^9 o& {' [8 s- _

- w$ W/ x5 Y/ Z9 I. _" n9 C: e
" _0 m8 b- a2 Z' eREM ===Install patches on a Teamcenter server====
* b  v, H' M' {: m! D# F2 q6 |. X$ |( V0 j
TEM--> updates manager
' m0 Y9 X3 |/ l5 g  O2 P
8 q1 w" U  o4 F. `( vREM === Update kit location : product-level_number_platform.zip  // Tc11.4_wntx64.zip
4 t/ }" k/ P$ \& @) k8 G1 b# D" V: P) [* x7 K# w
After the server is successfully patched, you must manually update your TC_DATA directories.
' E) Z3 H/ ?' V# R# o3 U/ Va. Create backups of your current TC_DATA directories.
9 s& a& k* S2 ?+ J  E1 ab. Expand the platform\tc\data.zip file from the temporary location you created in step 1.
9 K# H7 M1 ]1 C0 Ic. Copy the expanded contents of the data.zip file to your TC_DATA directories, overwriting% ?2 N6 W/ g: ?( W/ H
existing files.
2 r8 A) W$ P7 h3 B9 zd. Copy the tc_profilevars.bat file from the backup to the TC_DATA directory.
* k. I. @* k* _0 S+ w' ?0 ^' G+ k, c3 Y
8 P3 E/ g, M- O8 L+ g1 W5 Q
0 f! U$ r# g; j4 a1 B2 N; w

" d1 t; o, Y* o- }, y+ _" N
" i: E$ U& @# `4 t0 n6 e
0 _, r7 z, E& [3 i. F3 n========Patch the rich client using TEM
8 o6 v  u/ [1 q2 f5 l========Patch the rich client using the Over-the-Web Installer
& z+ O1 p/ {8 T: I, M" x& p, g. R5 `- s4 ~2 Q$ K6 Z2 g
# j- y: L- |6 {7 g6 X1 x! ]* S7 w
a. Click Reinstall Solutions.! Z! J! H9 A6 w$ x
b. In the Reinstall Solution dialog box, click
0 @, r; u7 s6 L* F4 COK.1
- ?/ K+ m5 p$ D& M8 mc. In the Confirm dialog box, click Yes.9 I, @) j" b  @4 t5 g: u
d. In the Modify Required Context
7 W7 P( I: T% \1 m/ X% B2 ]1 ^Parameters dialog box, click OK to begin
! J: l  b( ?; ~6 ~! G8 Kpatching.! C% t" r3 z0 y2 C
e. After the patch is installed, click OK to# e% M' L  V4 D& `
close the Progress dialog box.
% S, m! }! q" T1 a/ I$ S! {6 Z9. In the Modify Web Application dialog box, click OK., u3 c8 g% \! q
10. Exit the Web Application Manager.
1 e4 H& @/ @6 N2 F11. Copy the otwweb directory from your WEB_ROOT\staging-location\webapp_root directory
* K/ f* N9 c$ D* U) k; wto your web server.9 ?+ ^! a7 b! w  U( t/ C- Z
12. Restart the distribution server.) k5 i% Y9 r7 w( c- S8 |# F% L

( s5 o* S' x$ X2 H' R1 I% G7 f0 o8 l( O
4 c6 `4 {  }0 Y7 Q( U. y2 a: {" X=====Patch Lifecycle Visualization====7 e0 X4 p! Z# P1 h9 {
2 G' ]7 o; ?( w! Q- h

& z" X0 N. J& q4 M. N( z
% n) f! p6 t+ o- P# m: ~& {& ^( W===Patch the web tier======/ h* U- m; x* j$ i% z! O6 M

3 T% W6 F6 k; {, ?; Q% a0 L8 ^
2 A% M0 e/ l- l8 U4 o$ m

" }: U  E7 p5 {$ r0 Q
/ r& N& ^; R& o$ C$ K1 I9 _$ {, h3 U$ F
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 doTeam.tech
回复

使用道具 举报

发表回复

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

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了