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

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

[复制链接]

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

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

admin 楼主

2018-2-12 10:17:43

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

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

x
Teamcenter11.2 升级到 Teamcenter 11.4 图文教程5 P: V1 l$ N$ t7 m! Z
视频教程请参考plmhome.ke.qq.com
* ?! v: y! G$ ?3 E: E
" ^% u4 A2 w- H  D===Clearlocks======
" P0 _  h1 T' Y6 y) Hclearlocks -assert_all_dead -u=infodba -p=infodba -g=dba! F2 ~% }4 {8 M
clearlocks -verbose
& t/ z+ h( Q6 N3 \4 k& [$ M. o! ^1 l$ K1 S

3 Y7 @7 W  W+ x6 O* V4 k11.4 的升级比较特殊,特殊的两部如下:2 E6 r1 ~6 ?; w; T- p0 n( B# j$ y

# ?! K0 z$ Q* }+ I" m9 JREM === Migrate trace links =====
6 c! F1 @9 `( p( |; f6 `1 h% d: H0 `. V8 Q
: `' z, v! c! ]# t; Dreq_migrate_bomview_tracelinks -u=infodba -p=infodba -g=dba3 G+ D6 P* ]- `* y. G
% R" Z" t, M& |/ Y% F5 O& e
8 R- Q' [/ e  L( W# N
====DB =======
+ ^) g! P# S6 O8 M5 R2 g=====backup====
$ o' b5 v4 Y7 p5 r7 C3 H5 G
' n* x  T+ t; D9 b* l; Q: |3 p8 P; [$ h5 l6 P
REM ==Estimate tablespace requirements for update====" _& v% i" d" B, }
Oracle databases:5 M; o: B: X! M, `
1. Back up existing Teamcenter data.+ ]- I+ ]. J/ y" V2 V! d, d
2. Determine the tables affected by the update to Teamcenter 11.4.! A) w/ E1 a* ~& G5 V6 R
a. Enter the following SQL command:/ _: x8 a1 V( L6 n8 _  s3 U; B  t
+ ?( U7 |$ E- w' A. `
SELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 8192) <> 0
3 Q3 Z2 z8 d+ T5 c6 U  ^. GUNION7 S( f$ s) G/ A. O
SELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 32768) <> 0;
! a$ U& ^- W& T0 E7 P- ~) l! k" M. ~, A3 L/ Y" v' B
b. To the resulting list of tables, add the PIMANEXPORTRECORD and PPOM_STUB
$ A0 T6 e% i1 z: f& ytables, which are also affected by the update process.
' N# R( K$ X% R6 F' M4 E  }4 R, |; s& ~' T; E9 K+ e' p. y
Determine the amount of space consumed by each affected table.
4 C* |3 }; c# r3 dFor each table identified in step 2 (including PIMANEXPORTRECORD and PPOM_STUB),
" Z2 B1 c  b& V+ W# S
% i+ ?! Y: `2 P& `7 J8 f% wenter the following SQL command:
2 d7 O9 q* i- C% F1 f4 IWITH cte1
" {$ `/ N7 h# i, f# jAS (SELECT table_name
7 b5 ~& v3 w3 v% m1 T( n. lFROM user_tables
# X* N8 J; E- F) zWHERE table_name = 'TABLE-NAME'),
2 W( b; P4 ?# U1 K7 r8 G1 `$ \) \0 Ycte2
4 a* o; I3 i1 K3 w- XAS (SELECT SUM(blocks) * 8 / 1024 MB" g) N. O$ ?0 j: k
FROM dba_extents,
1 p' s# G2 b, N! L" @. ?; gcte1; `( T2 G% k) N% Q3 v! [( [3 i
WHERE owner = (SELECT SYS_CONTEXT('userenv', 'current_schema')
0 [+ W9 X( Y/ j1 \7 Z  D) ~FROM dual)
5 F5 J! Z" K1 t8 ^" KAND segment_name = cte1.table_name)% g1 @) R% g7 Y# m. k* }6 e3 S; N) u8 J
SELECT ROUND(SUM(mb), 0) || ' MB' AS ESTIMATED_SPACE
0 h# d4 g4 {9 G1 Z- o7 OFROM cte2;
/ P9 m) w. r% ]& b- e5 ~; _
' M; E6 ?2 N3 P  J0 mReplace TABLE-NAME with the name of the given table.
9 q  i9 d0 C9 t  F4 R
- ?3 T3 H* d5 }6 N' K% y# S" ?
8 z& N( {2 {# s- D% u' o* X" L* D
REM ==unzip install.zip ======
" W& R" m) c/ t& X8 X) \0 |  K! Y% s; L7 s
TC_ROOT\install\install\unzip -o install.zip2 z) l3 j' G" R/ l3 X6 J% O
, K) w1 |. y' F$ T( E) c

  O* H" M8 v9 D1 j8 g% K% s3 [, n: X/ m5 e# o
REM ===Install patches on a Teamcenter server====5 ^8 ~' D9 T/ u0 l! V. R

/ ]% }( b: C1 U1 Q% STEM--> updates manager
  {9 o; u* h; K  r7 W: J: e. q: B( U7 A2 ~9 `' ^6 o
REM === Update kit location : product-level_number_platform.zip  // Tc11.4_wntx64.zip/ ~3 ?  I) u1 F- ?5 }- I6 [% G) Y! s
) D$ X" X/ [$ P7 a# p( p9 ^: x
After the server is successfully patched, you must manually update your TC_DATA directories.: z* X1 r$ Q2 w" ~
a. Create backups of your current TC_DATA directories.
( a/ R% r# _! G$ t6 @( P' D* ub. Expand the platform\tc\data.zip file from the temporary location you created in step 1., v( `4 C8 l2 W/ |
c. Copy the expanded contents of the data.zip file to your TC_DATA directories, overwriting
7 o; Y6 p( H* e% i. [9 ^( M( |existing files.
9 i- w+ [1 L. k$ Z4 @d. Copy the tc_profilevars.bat file from the backup to the TC_DATA directory.
+ ~5 F) H! K$ }4 s8 ]! [/ N0 r, }/ C( _5 M* [: f& G' Q$ n
8 Q" ]2 t7 y* u) r3 y' l6 f8 ?
& A: P. u  X, {+ B, u, M- N
/ A) r$ i  ~# n% B$ {

# G/ H! p  F, }5 J* j; k6 U. U: Y/ `1 \; B5 Y; q. K
========Patch the rich client using TEM
8 A/ U+ H- [$ X9 ^! N9 h+ U========Patch the rich client using the Over-the-Web Installer
" ]( v8 \+ v- a1 r3 Z
3 |) |- M; n1 B! o' R% u7 D$ n& O+ o4 Q3 T
a. Click Reinstall Solutions.$ n: h  Z8 p) B5 Q# @& z
b. In the Reinstall Solution dialog box, click5 A% U- F, ?% v5 v; S% v* g
OK.1
7 D. i9 |7 q( [8 Y! \c. In the Confirm dialog box, click Yes.( }, M) I' ~( q: _4 j0 {- [
d. In the Modify Required Context9 s5 }$ s3 Z3 D* ]; x
Parameters dialog box, click OK to begin
" N8 P* t+ B* q5 q4 xpatching.
2 y6 P! M8 k+ }2 w3 Fe. After the patch is installed, click OK to! t5 A! Y3 V2 a3 s! k% X
close the Progress dialog box.) Q; V5 n0 M, w: z" K. M4 x6 P  O
9. In the Modify Web Application dialog box, click OK.! A' b4 C- K9 R# M
10. Exit the Web Application Manager.* ?$ f7 D7 }9 O$ L* O3 J/ \
11. Copy the otwweb directory from your WEB_ROOT\staging-location\webapp_root directory
1 \3 L) B; Y) F% @5 @to your web server.
1 k8 t$ [% h/ |3 r12. Restart the distribution server." R0 B. [6 V  Z$ o. Q

$ J+ d# W, v1 e$ Y, O5 P9 [6 Y  H" h) Q+ X9 N" c6 [' l# `
=====Patch Lifecycle Visualization====
  G8 ~4 Y0 X# O  m* f% ]* @6 D2 P0 t; h: W, d$ V) y1 }8 ]7 x
0 F2 O: ]3 ]( _& ^4 ?
1 k* }, V4 }" z, T* r
===Patch the web tier======$ y5 m) s: Y( Z: H

3 _2 Y& J, c; a9 h
3 U" C8 v' f" n6 O3 z- T

7 j3 \* K) E% }! m3 ]# s/ m  ]0 ?; b/ ?0 L. E
* u% g) n- t; P0 Q6 }- Q! b
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复

使用道具 举报

发表回复

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

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

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

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

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

    我知道了