PLM之家PLMHome-工业软件践行者

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

[复制链接]

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

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

admin 楼主

2018-2-12 10:17:43

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

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

x
Teamcenter11.2 升级到 Teamcenter 11.4 图文教程* M4 i- @4 _6 K1 P5 e( I
视频教程请参考plmhome.ke.qq.com1 E6 C7 y9 J5 Q: J

6 i* u' l5 _; e===Clearlocks======
; q1 K! S' s9 y8 R, Gclearlocks -assert_all_dead -u=infodba -p=infodba -g=dba% z. j0 ~7 O% k+ z0 h" ]0 H
clearlocks -verbose
( ]: r7 b2 e+ B6 r0 i% L
  ?& B$ H3 P2 X. H' z; H3 I  _
11.4 的升级比较特殊,特殊的两部如下:
5 y& K- ]* t5 J, Y3 Y, a  d
) L- d/ Y7 n. I* |. c- P5 uREM === Migrate trace links =====" G7 h1 ]8 h' X  ?* ~6 g# B

+ L" s  ^+ Q2 O* t  e2 @req_migrate_bomview_tracelinks -u=infodba -p=infodba -g=dba1 {4 |; }3 n3 |( |4 a3 {3 ]

- e' e; ^: Q% H- y# |0 l! X# x  \6 g  V: ^
====DB =======
0 n0 o- K0 h% V; S# N1 V, s=====backup====  t& Y$ ^  a8 K8 I1 a3 H

* V  k! L% \: t0 q4 P+ ]( }! S) K+ Z: O8 q* [6 h5 Z5 B  ~4 e) D
REM ==Estimate tablespace requirements for update====" r; r- g9 b1 T* p) ?: h: y2 S
Oracle databases:
# v7 _) N* Z/ n" H( ~* B1. Back up existing Teamcenter data.4 y' @$ M6 H3 G7 |
2. Determine the tables affected by the update to Teamcenter 11.4.% d* {9 m/ c7 U! e6 F1 [
a. Enter the following SQL command:
8 Y- d* ]# @) `6 B0 r6 @
5 d6 T! G2 r8 @3 D2 uSELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 8192) <> 0. K0 @4 @1 V8 T9 a0 g; b
UNION* t( `0 A/ Z) e) O- n, X* C2 ?
SELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 32768) <> 0;* P4 _+ n% c2 b0 c

; m7 H7 b2 E! U- p4 A7 Vb. To the resulting list of tables, add the PIMANEXPORTRECORD and PPOM_STUB& ~+ P0 r. W$ y/ ?" T9 _* B- }
tables, which are also affected by the update process.' f$ q4 x, W2 Q& n# R

. f4 O, `+ W. F: V3 m! SDetermine the amount of space consumed by each affected table.1 Y1 }" P/ t2 ]2 i7 u5 ?
For each table identified in step 2 (including PIMANEXPORTRECORD and PPOM_STUB),8 H1 U! ]5 I6 @6 _( l- I
7 J4 c1 u2 R/ D5 G, K% d: S
enter the following SQL command:
8 t7 J! Q  a8 N  c% ^7 KWITH cte1
, g2 t6 l/ \0 h* [( b6 B  VAS (SELECT table_name' C9 J  X8 z" e# w
FROM user_tables
& u9 X- E( Z0 s8 I7 @' E7 H& XWHERE table_name = 'TABLE-NAME'),
; m- M8 y' @* [( o0 h! ?cte2
! n. x2 C. _, k' R, H" T5 WAS (SELECT SUM(blocks) * 8 / 1024 MB
. m7 z" a% w' a4 }; HFROM dba_extents,+ [( h5 t2 S  F2 h. i- _
cte1
% Q# e/ ^) A; B' k* x9 NWHERE owner = (SELECT SYS_CONTEXT('userenv', 'current_schema')
( x6 a6 T0 _* {; v: Y$ g& QFROM dual)# i; R- Y! D7 M. G
AND segment_name = cte1.table_name)
1 l1 A9 S) V. F  G5 P' {( j- O; ySELECT ROUND(SUM(mb), 0) || ' MB' AS ESTIMATED_SPACE
* {4 O& k* F, A# d: n+ S% {FROM cte2;
5 k$ R6 g" H  F1 L( Y# |) ]/ f+ X: T* p* G# E* U' Y0 q
Replace TABLE-NAME with the name of the given table.0 S/ v; H* N& C0 N: S* a
1 a6 s0 |7 L2 L7 g9 d' W

3 f* K7 y* T1 ~/ \7 i
3 D. N" v3 c3 S: W* `% zREM ==unzip install.zip ======
8 ^5 ?0 _4 ~  {+ ~2 ?4 w
$ q' v3 H- o6 e" NTC_ROOT\install\install\unzip -o install.zip
" R/ T; a- X! Z! ?! ?
# G6 c" M) B( [1 v
- H7 E" W$ S# J
+ F  ^4 |( ?! [: k/ X5 ^REM ===Install patches on a Teamcenter server====
( H0 j5 k( M2 N. h  O( U
7 X/ k1 p! i  v& bTEM--> updates manager : T$ d! P$ O- g2 R* s
% |9 m: {) e1 {7 q. V$ L
REM === Update kit location : product-level_number_platform.zip  // Tc11.4_wntx64.zip
2 [( Z5 a/ V& n, D
# U% J; X) ?! ]9 XAfter the server is successfully patched, you must manually update your TC_DATA directories.  w; \8 E5 L% H4 q0 _/ Z# E- C
a. Create backups of your current TC_DATA directories.
1 j+ v2 f8 y* \  c  w( Gb. Expand the platform\tc\data.zip file from the temporary location you created in step 1.
5 ]) c& u2 A4 k, K- dc. Copy the expanded contents of the data.zip file to your TC_DATA directories, overwriting
5 k) j+ n+ q( j* O2 u4 r! A* u# K& vexisting files.
, Y, M: o/ w9 K8 K+ l9 }d. Copy the tc_profilevars.bat file from the backup to the TC_DATA directory.
  i$ \( m9 F- e5 r1 `3 }1 R; @" ^3 m: M
3 B# m5 U0 G8 V2 z. v+ V

8 G' M/ F. t! M
' I$ T, o6 \# }- @) d: @
$ P# p7 p  c. K4 v' U- s0 S  y* Z
4 _4 f8 {+ j$ o3 E3 C========Patch the rich client using TEM
+ C  l1 V- x' V6 A( x; s========Patch the rich client using the Over-the-Web Installer
7 h' |" T; t( l/ |. m; k% y$ {( f7 z) p) ~- |5 [3 Y4 H" z

- U0 M. \; n9 V+ h; F2 _# Va. Click Reinstall Solutions.0 z" d/ ~, i7 ?8 C' j! v
b. In the Reinstall Solution dialog box, click
+ {3 z3 h; G* h: |$ dOK.1
5 s" k4 @3 @+ j  O6 Ec. In the Confirm dialog box, click Yes.4 J& E& C0 _7 x% K6 T
d. In the Modify Required Context
0 B) I0 n  M; D; j" aParameters dialog box, click OK to begin# O' f: [/ m0 [, k0 [) G- C
patching.
7 a, [& t# {, J. S, Ie. After the patch is installed, click OK to7 @+ Q9 r9 \3 q% b4 V  I1 P: c% I
close the Progress dialog box.' Y2 |+ r9 J$ Q) N
9. In the Modify Web Application dialog box, click OK.  y- `. j; r) V
10. Exit the Web Application Manager.
  ~3 x" t) P' s9 [2 T! T( s11. Copy the otwweb directory from your WEB_ROOT\staging-location\webapp_root directory
: [, h6 {3 h! O& B4 Vto your web server.* R1 W5 q  O7 i$ `
12. Restart the distribution server.
! w& d3 q) _& j  \$ d( p
8 N# ?7 t7 M0 O( M9 c, S
+ p' n) Q5 q3 G) M. _8 i=====Patch Lifecycle Visualization====
% u3 X4 E  [3 h0 c$ r& Y  c& Y0 Y) \4 m

  u6 w  A" S! L! J; L1 y
, H, \3 h& W% Y" ]9 ^; s  u; S===Patch the web tier======
. W/ l# d; z; S' G' w$ v$ a0 T5 {

* V4 [- I8 V8 n" j% ]7 J: f8 H0 ]- |( ~& F3 {

$ r+ }0 [/ ?5 c* d
2 i5 d+ O) A1 i. V7 Q  Z
  N0 O: X8 s2 t. M, z/ t
上海点团信息科技有限公司,承接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二次开发专题模块培训报名开始啦

    我知道了