PLM之家PLMHome-工业软件与AI结合践行者

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

[复制链接]

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

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

admin 楼主

2018-2-12 10:17:43

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

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

x
Teamcenter11.2 升级到 Teamcenter 11.4 图文教程2 R+ E* j: c% _9 h& }1 L- M* y! H
视频教程请参考plmhome.ke.qq.com
* b0 J/ a6 e" k% x8 A
' I) R: U% A6 c2 Q' H===Clearlocks======
' u+ }2 j; V3 s" P/ M+ e8 ^1 F  ?clearlocks -assert_all_dead -u=infodba -p=infodba -g=dba
3 q$ q$ _* j/ ]( T7 c0 |( _clearlocks -verbose9 [( q1 p; x( g

, N* z# s  x8 y- v7 x9 X
2 v- G8 r  c: R) P3 E11.4 的升级比较特殊,特殊的两部如下:
0 m! k/ R, G, M
+ j& }' ]! m, f4 FREM === Migrate trace links =====
6 U: @/ N2 O' u: W& u3 B1 E
' G4 b- T9 A* N5 g# r$ _- Jreq_migrate_bomview_tracelinks -u=infodba -p=infodba -g=dba
  @, k  t0 j3 j
. O0 p% A! C" `
8 k0 }/ D. C/ I. q) F. K====DB =======
9 K8 P& h+ f( f0 ^/ q=====backup====
( l6 M+ Q4 u9 C0 }, G! D/ f! o; f$ b7 p
. z2 o. \4 g7 m# e
REM ==Estimate tablespace requirements for update====
# }6 ?! }+ s, O0 m# Z/ Z: i9 MOracle databases:
& o& B2 k+ v9 }5 M1. Back up existing Teamcenter data.
) U! f) e1 |, N' _( k9 [* F+ y2. Determine the tables affected by the update to Teamcenter 11.4.
' W/ t) O& \: r! @" x3 B: U- Ta. Enter the following SQL command:
$ l/ {: `" a; C& g. k7 v( P
) g' y8 G* l8 YSELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 8192) <> 09 O: i% x! n/ d% |$ p5 u  X$ ~& c
UNION
4 W/ L1 s% \8 X1 n7 N9 p- JSELECT ptname FROM PPOM_CLASS WHERE BITAND(pproperties, 32768) <> 0;
. L7 R: R) C: L( n7 a, t4 N( t2 I( Y
b. To the resulting list of tables, add the PIMANEXPORTRECORD and PPOM_STUB
& t; R. R! R3 l1 h3 p* ftables, which are also affected by the update process.
# _9 u2 Q/ O# j: g) h5 F) e8 J/ Y3 o! U7 O
Determine the amount of space consumed by each affected table.
) H% o1 @$ b  E5 x' H& {For each table identified in step 2 (including PIMANEXPORTRECORD and PPOM_STUB),% Z0 z+ N; {9 m- U& Y% }- o

% W* M" Y+ B& j( `7 fenter the following SQL command:; V. u0 V) v+ p  N: @
WITH cte1+ a% M+ ^# Z0 H% t3 C+ t
AS (SELECT table_name
& L, d) s. B$ _/ u% [3 iFROM user_tables3 D2 d3 U  O1 n. L! ?
WHERE table_name = 'TABLE-NAME'),! d' |1 c& M7 j% I
cte2
6 D1 r, |( t! I1 T  I: LAS (SELECT SUM(blocks) * 8 / 1024 MB6 |$ z: T4 a# \( {2 Q
FROM dba_extents,5 |8 G$ c! v9 N, ]. [3 e% `
cte1
) j" C. U  T! ]- V1 x/ f, h- F6 pWHERE owner = (SELECT SYS_CONTEXT('userenv', 'current_schema')7 x( J2 n% C2 p
FROM dual)
% A9 Y( q. f8 {1 }) sAND segment_name = cte1.table_name)
' I9 K7 S% @' \3 z  F7 ^. {SELECT ROUND(SUM(mb), 0) || ' MB' AS ESTIMATED_SPACE
5 z, h, B8 B$ Z! l, KFROM cte2;( r* d# c/ ~: Z0 }# g) A# `+ }
. D# K' M+ a( U9 V1 M  j
Replace TABLE-NAME with the name of the given table.- T% d  ^* M& D5 F. W' ?

' C* e5 [# j& q" s7 g  }
$ |9 G& q, y4 h5 |. X
& s  I6 b, }8 T6 c$ zREM ==unzip install.zip ======
8 ^+ @, {! U/ U3 T* W  o  `) E9 J) e. t
TC_ROOT\install\install\unzip -o install.zip
2 S4 x; d* S5 W. y3 D- L6 i) d5 q5 Y
2 @0 `9 P) y! m
8 z& q; g9 ?. @0 }
REM ===Install patches on a Teamcenter server====
' s/ K8 V" l6 g, f7 D; F2 S5 r7 e  X. i! y  U
TEM--> updates manager   a- |  _5 }% w
3 v0 `, V) n/ D' ?
REM === Update kit location : product-level_number_platform.zip  // Tc11.4_wntx64.zip
1 m7 R" `5 M& v. F/ S# q
$ j  @& m5 y; n! g* }+ T# OAfter the server is successfully patched, you must manually update your TC_DATA directories.  T5 ?) P) Y- s+ E
a. Create backups of your current TC_DATA directories.
1 I% }& g, p% k" x1 {b. Expand the platform\tc\data.zip file from the temporary location you created in step 1.
3 L% v3 f/ I. N: L3 ~( [2 bc. Copy the expanded contents of the data.zip file to your TC_DATA directories, overwriting5 W6 }* V. t0 @: E8 Z9 D/ I
existing files.+ ^- \: l- U- w
d. Copy the tc_profilevars.bat file from the backup to the TC_DATA directory.
/ l$ D- m+ r8 E1 {. W; u! P+ l& ?; Z; @3 X2 q$ ]% ^4 @& `- ^6 c

: d. Y2 D+ z  k% v( }: N$ h1 c4 s, G% k9 d; v: o2 ^* H
. A2 G7 M2 g/ P1 l' w& }7 `% T
! Y$ h) E: D7 H5 ]! N

3 @, v0 q) {- z========Patch the rich client using TEM# E/ ^) w6 H4 A
========Patch the rich client using the Over-the-Web Installer; A, i" Q& U9 r8 a
* L: `: n7 o8 i7 i# o/ g

: ?+ K7 Z- z! w( {) b9 d; e1 I$ ka. Click Reinstall Solutions.
. U  ?6 B- \$ K. fb. In the Reinstall Solution dialog box, click5 E( q  g, R- t6 }
OK.1
) B. E: x* `& B  w* X6 K; `  ~9 Ac. In the Confirm dialog box, click Yes.3 r1 K/ ^( \8 V# ?: E' T
d. In the Modify Required Context
6 l: `- q/ M  z6 k1 k' yParameters dialog box, click OK to begin
8 v$ G8 _# {# H/ W' V% `, `patching.9 A* e. P. q4 h% b6 c/ i
e. After the patch is installed, click OK to$ R: t; W- i0 m8 [3 C
close the Progress dialog box.5 t( K$ l0 R' @
9. In the Modify Web Application dialog box, click OK.' k6 U8 Z. K3 P; E) F/ Y# t
10. Exit the Web Application Manager.) u. u) ?8 M4 w3 K6 m
11. Copy the otwweb directory from your WEB_ROOT\staging-location\webapp_root directory# W8 a/ h, D& P' Y3 n, Y' a
to your web server.
" K1 g7 z! C1 e9 `9 b+ ^$ i12. Restart the distribution server.
9 A( r7 M9 z7 w0 f; l, n
1 r+ ^2 s8 n5 K+ b3 Y3 y
; B# C6 ^- Q( L% B=====Patch Lifecycle Visualization====
0 L  D- B" {! M
& [5 u8 D4 C1 K" H/ {; ], r4 @0 S7 z- n1 P; `$ z9 R1 e0 Z
. {3 [5 ^9 k% ]1 L
===Patch the web tier======( Q7 n% t0 n4 @/ S

  j6 @8 Q, \1 T& t& m- I% t) W" B7 K4 Y- R9 S; \

1 W" K9 D$ x, _+ q- N9 c6 {) C
6 m$ I  V1 ~1 q: g8 c( b' w2 N, {
0 `9 u: t& L7 x4 M$ `7 q  O
上海点团信息科技有限公司,承接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二次开发专题模块培训报名开始啦

    我知道了