SlideShare une entreprise Scribd logo
1  sur  31
Télécharger pour lire hors ligne
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 1
§ 一、WINDOWS SERVER2012R2 英文標準版環境準備 §
1.請紀錄登入 WINDOWS 密碼,檢查正版 OS 已啟用
2.檢查驅動程式是否都 OK
3.設定網路 IP 位址
(本文件設置10.202.112.62)
4.防火牆與安全性提示關閉
5.變更電腦名稱取簡單一點,然後重開機
6.安裝 .Net Framework 3.5 Features
add roles and features > installation type > Role-based or feature-based installatore > Features
加點 .Net Framework 3.5 Features
(需放 WINDOWS2012R2光碟片,並點選 Specify an alternate source path 指向 E:sourcessxs)
§ 二、安裝其他第三方工具 §
1.安裝 NotePad++ (方便編輯檔案)
2.安裝7ZIP 64Bitt (解壓縮方便)
3.安裝 OpenOffice (觀看文件複製方便用)
4.安裝 K-Lite_Codec_Pack (觀看步驟影片用)
§ 三、安裝 JAVA &Firefox §
1.安裝 JDK-64Bit 注意路徑變更成 C:Javajdk1.8.0_72
接續安裝 JRE-64Bit 注意路徑變更成 C:Javajre1.8.0_72
(使用版本為 jdk-8u72-windows-x64)
2..安裝 JRE-32Bit 注意路徑變更成 C:JavajreX86
(使用版本為 jre-8u72-windows-i586)
3.安裝 Firefox
(使用版本為 Firefox Setup 47.0.1)
§ 四、建立本機 DSLS §
1.安裝具 Licenses 網路卡並驅動
2.安裝 DSLS,安裝好後匯入 Licnese 跟打勾選項
(使用版本 DSLS 2016)
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 2
3.新增 DSLicSrv.txt 文件,內容先新增 localhost:4085
(位置 C:ProgramDataDassaultSystemesLicensesDSLicSrv.txt)
.§ 五、新增網址對應 IP 的指向 §
1. 新增以下敘述到 C:WindowsSystem32driversetc
10.202.112.62 r2016x.mydomain.com r2016x
10.202.112.62 mydbserver.mydomain.com mydbserver
10.202.112.62 mymail.mydomain.com mymail
10.202.112.62 my3dpassport.mydomain.com my3dpassport
10.202.112.62 my3ddashboard.mydomain.com my3ddasboard
10.202.112.62 myuntrusted.mydomain.com myuntrusted
10.202.112.62 myfederated.mydomain.com myfederated
10.202.112.62 myfts.mydomain.com myfts
10.202.112.62 my3dindex.mydomain.com my3dindex
10.202.112.62 my3dspace.mydomain.com my3dspace
10.202.112.62 mycentralfcs.mydomain.com mycentralfcs
10.202.112.62 my3dswym.mydomain.com my3dswym
.§ 六、安裝 Oracle12c §
1. 以下順序很重要
2.點選安裝 Oracle12c
3.取消勾選 iwish to receive security updates via my Oeacle Support > Next
4.出現彈跳畫面,選 YES
5.使用預設 Skip software uptates > Next
6.使用預設 Create and configure a database > Next
7.改選擇 Server class > Next
8.預設 Single instance database installation
9.改選擇 Advanced install
10.使用預設 ENGLISH 即可>Next
11.使用預設 Enterprise Edition (6.0GB) > Next
12.改勾選 Create New Windows User > 設定帳密> Next
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 3
帳號:oracle12c
密碼:Qwerty12345
13.安裝路徑請檢查是否都在 C:apporacle12c (若不同請都改到 C 槽) > Next
14.使用預設 General Purpose / Transaction Processing > Next
15.改名稱 Global database name: MYDB
Oracle system identifier (SID): MYDB
下方 Create as Container database 不要勾選 > Next
16.分頁 Memory 保持預設40%即可
分頁 Charecter sets 改選擇 Use Unicode (AL32UTF8)
分頁 Sample schenas 保持預設部勾選 > Next
17.再次檢查預設 File system 路徑是在 C:apporacle12oradata > Next
18.使用預設 不勾選 Register with Enterprise Manager (EN) Cloud Control > Next
19.使用預設 不勾選 Enable Recovery > Next
20.改勾選 Use the same password for all accounts
密碼:Qwerty12345 > Next
21.會先跑出剛剛所有的設定數值表,點選 Install 即可
22.約安裝到87%時,會跳出新視窗按下 OK (有時會被擋住) > Close
23.先停止服務 Oracle Database service (OracleServiceMYDB)
再停止服務 Listener service (OracleOraDB12Home1TNSListener)
24.修改 listener.ora & tnsnames.ora 兩個檔案的內容,檔案位置與修改內容如下表
listener.ora (C:apporacle12cproduct12.1.0dbhome_1NETWORKADMINlistener.ora)
<修改前>
...
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = mycentralfcs.mydomain.com)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
)
<修改後>
...
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = mydbserver.mydomain.com)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
)
tnsnames.ora (C:apporacle12cproduct12.1.0dbhome_1NETWORKADMINtnsnames.ora)
<修改前>
...
MYDB =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = mycentralfcs.mydomain.com)(PORT = 1521))
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 4
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = MYDB)
)
)
<修改後>
...
MYDB =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = mydbserver.mydomain.com)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = MYDB)
)
)
25.開始工具列執行 Net Manager
檢查 Oracle Net Configuration-Local-Service Naming-mydb-Dedicated Server
檢查 Oracle Net Configuration-Local-Listencers-LISTENER-Address1 或 2
是否有剛剛修改設置的網址 mydbserver.mydomain.com
26.點入 Oracle Net Configuration-Local-Listencers-LISTENER
右上下拉選單選 Database Services
下方點選 Add Database 後,填入
Global Database Name: MYDB
Oracle Home Directory: C:apporacle12cproduct12.1.0dbhome_1
SID:MYDB
27.存檔一下記得點選 File > Save Network Configuration
28.先啟用服務 Listener service(OracleOraDB12Home1TNSListener)
再啟用服務 Start Oracle Database service (OracleServiceMYDB)
29.開啟 DOS 畫面測試是否連線正常,並將密碼設置為不會過期,輸入以下指令 (紅色為密碼)
C:> lsnrctl status
C:> tnsping MYDB
C:> sqlplus system/Qwerty12345@MYDB
SQL> ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;
SQL> exit
.
§ 七、安裝 Apache §
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 5
1.安裝 vc2012_vcredist_x64 與 vcredist_x64
2.將 httpd-2.4.12-x64-vc11-r2解壓縮後,將 Apache24資料夾,放置於 C:appApache24
3.修改文件檔案 C:appApache24confhttpd.conf
第38行
ServerRoot "C:appApache24"
Define SRVROOT "C:appApache24"
4.測試 Apache 是否可運行
開啟 DOS 畫面輸入
C:> cd C:appApache24bin
C:appApache24bin> httpd.exe
開啟瀏覽器輸入 http://localhost 看有無畫面出現
如果沒問題 在 DOS 畫面 Ctrl+C 將 Apache 關閉
接著要將此 Apache 放入開機服務內,輸入以閜ˋ指令
C:appApache24bin> httpd.exe -k install
C:appApache24bin> net start Apache2.4
5.修改 Apache 的一些設置
修改檔案 C:appApache24confhttpd.conf
以下將字串前面的#符號拿掉
mod_headers.so (line#118)
mod_proxy.so (line#140)
mod_proxy_http.so (line#148)
mod_setenvif.so (line#162)
mod_socache_dbm.so (line#165)
mod_ssl.so (line#169)
以下在字串前面增加#符號
#Include conf/extra/httpd-ahssl.conf (line#520)
完成後存檔
6.將 Apache 服務重新啟動
7.建立 SSL 憑證,開啟 DOS 視窗,輸入以下指令
set OPENSSL_CONF=C:AppApache24confopenssl.cnf
set PATH=%PATH%;C:AppApache24bin;C:Javajdk1.8.0_72bin
cd C:AppApache24confssl
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 6
openssl genrsa -des3 -out MyRootCA.key -passout pass:Qwerty12345 3650
openssl req -x509 -sha256 -new -nodes -key MyRootCA.key -days 3650 -out MyRootCA.crt -
passin pass:Qwerty12345 -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=MYROOTCA"
openssl rsa -in MyRootCA.key -out my3dpassport.key -passin pass:Qwerty12345
openssl req -new -key my3dpassport.key -out my3dpassport.csr -subj
"/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3dpassport.mydomain.com"
openssl x509 -sha256 -req -in my3dpassport.csr -CA MyRootCA.crt -CAkey MyRootCA.key -
CAcreateserial -out my3dpassport.crt -days 3650 -passin pass:Qwerty12345
openssl x509 -noout -text -in my3dpassport.crt
openssl rsa -in MyRootCA.key -out my3dpassport.key -passin pass:Qwerty12345
openssl req -new -key my3dpassport.key -out my3dpassport.csr -subj
"/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3dpassport.mydomain.com"
openssl x509 -sha256 -req -in my3dpassport.csr -CA MyRootCA.crt -CAkey MyRootCA.key -
CAcreateserial -out my3dpassport.crt -days 3650 -passin pass:Qwerty12345
openssl x509 -noout -text -in my3dpassport.crt
openssl rsa -in MyRootCA.key -out my3ddashboard.key -passin pass:Qwerty12345
openssl req -new -key my3ddashboard.key -out my3ddashboard.csr -subj
"/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3ddashboard.mydomain.com"
openssl x509 -sha256 -req -in my3ddashboard.csr -CA MyRootCA.crt -CAkey MyRootCA.key -
CAcreateserial -out my3ddashboard.crt -days 3650 -passin pass:Qwerty12345
openssl x509 -noout -text -in my3ddashboard.crt
openssl rsa -in MyRootCA.key -out myuntrusted.key -passin pass:Qwerty12345
openssl req -new -key myuntrusted.key -out myuntrusted.csr -subj
"/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=myuntrusted.mydomain.com"
openssl x509 -sha256 -req -in myuntrusted.csr -CA MyRootCA.crt -CAkey MyRootCA.key -
CAcreateserial -out myuntrusted.crt -days 3650 -passin pass:Qwerty12345
openssl x509 -noout -text -in myuntrusted.crt
openssl rsa -in MyRootCA.key -out myfederated.key -passin pass:Qwerty12345
openssl req -new -key myfederated.key -out myfederated.csr -subj
"/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=myfederated.mydomain.com"
openssl x509 -sha256 -req -in myfederated.csr -CA MyRootCA.crt -CAkey MyRootCA.key -
CAcreateserial -out myfederated.crt -days 3650 -passin pass:Qwerty12345
openssl x509 -noout -text -in myfederated.crt
openssl rsa -in MyRootCA.key -out my3dspace.key -passin pass:Qwerty12345
openssl req -new -key my3dspace.key -out my3dspace.csr -subj
"/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3dspace.mydomain.com"
openssl x509 -sha256 -req -in my3dspace.csr -CA MyRootCA.crt -CAkey MyRootCA.key -
CAcreateserial -out my3dspace.crt -days 3650 -passin pass:Qwerty12345
openssl x509 -noout -text -in my3dspace.crt
openssl rsa -in MyRootCA.key -out mycentralfcs.key -passin pass:Qwerty12345
openssl req -new -key mycentralfcs.key -out mycentralfcs.csr -subj
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 7
"/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=mycentralfcs.mydomain.com"
openssl x509 -sha256 -req -in mycentralfcs.csr -CA MyRootCA.crt -CAkey MyRootCA.key -
CAcreateserial -out mycentralfcs.crt -days 3650 -passin pass:Qwerty12345
openssl x509 -noout -text -in mycentralfcs.crt
openssl rsa -in MyRootCA.key -out my3dswym.key -passin pass:Qwerty12345
openssl req -new -key my3dswym.key -out my3dswym.csr -subj
"/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3dswym.mydomain.com"
openssl x509 -sha256 -req -in my3dswym.csr -CA MyRootCA.crt -CAkey MyRootCA.key -
CAcreateserial -out my3dswym.crt -days 3650 -passin pass:Qwerty12345
openssl x509 -noout -text -in my3dswym.crt
8.Server & Client 皆需要導入以下指令
(Server & Client 皆須做,否則可能有SSL PKIX的錯誤)
set OPENSSL_CONF=C:AppApache24confopenssl.cnf
set PATH=%PATH%;C:AppApache24bin;C:Javajdk1.8.0_72bin
cd C:AppApache24confssl
keytool -import -keystore C:Javajdk1.8.0_72jrelibsecuritycacerts -storepass changeit
-alias MyRootCA -file MyRootCA.crt -noprompt
keytool -import -keystore C:Javajre1.8.0_72libsecuritycacerts -storepass changeit -
alias MyRootCA -file MyRootCA.crt -noprompt
keytool -list -keystore C:Javajdk1.8.0_72jrelibsecuritycacerts -storepass changeit |
findstr /i my
keytool -list -keystore C:Javajre1.8.0_72libsecuritycacerts -storepass changeit |
findstr /i m
9.匯入憑證,請先確保已安裝 IE11
進入 C:appApache24confssl 在 MyRootCA 上按右鍵
選擇 Install Certificate > Local Machine > Place all certificates in the following store > Browse
選第二項 Trusted Root certification Authorities
10.Firefox 也是相同的方式 選項>進階>憑證>檢視憑證清單>匯入
找 C:appApache24confsslMyRootCA 後,勾選第一項"信任此憑證機構以識別網站"
§ 八、安裝3D Passport §
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 8
1.開啟DOS畫面輸入以下指令
C:> sqlplus / as sysdba
SQL> CREATE TABLESPACE x3dpassadmin_ts
DATAFILE 'C:APPORACLE12CORADATAMYDBX3DPASSADMIN_TS.DBF' SIZE 200M
AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL
SEGMENT SPACE MANAGEMENT AUTO;
SQL> CREATE TABLESPACE x3dpasstokens_ts
DATAFILE 'C:APPORACLE12CORADATAMYDBX3DPASSTOKENS_TS.DBF' SIZE 200M
AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL
SEGMENT SPACE MANAGEMENT AUTO;
SQL> CREATE USER x3dpassadmin IDENTIFIED BY Qwerty12345;
SQL> ALTER USER x3dpassadmin DEFAULT TABLESPACE x3dpassadmin_ts;
SQL> GRANT CREATE PUBLIC SYNONYM TO x3dpassadmin;
SQL> GRANT CREATE SEQUENCE TO x3dpassadmin;
SQL> GRANT CREATE SESSION TO x3dpassadmin;
SQL> GRANT CREATE SYNONYM TO x3dpassadmin;
SQL> GRANT CREATE TABLE TO x3dpassadmin;
SQL> GRANT DROP PUBLIC SYNONYM TO x3dpassadmin;
SQL> GRANT UNLIMITED TABLESPACE TO x3dpassadmin;
SQL> CREATE USER x3dpasstokens IDENTIFIED BY Qwerty12345;
SQL> ALTER USER x3dpasstokens DEFAULT TABLESPACE x3dpasstokens_ts;
SQL> GRANT CREATE PUBLIC SYNONYM TO x3dpasstokens;
SQL> GRANT CREATE SEQUENCE TO x3dpasstokens;
SQL> GRANT CREATE SESSION TO x3dpasstokens;
SQL> GRANT CREATE SYNONYM TO x3dpasstokens;
SQL> GRANT CREATE TABLE TO x3dpasstokens;
SQL> GRANT DROP PUBLIC SYNONYM TO x3dpasstokens;
SQL> GRANT UNLIMITED TABLESPACE TO x3dpasstokens;
2. 安裝3DPassport 程式
(安裝程式路徑 D:Server_V6R2016GA01.3DPassport.Windows641setup.exe)
3.Next
4.變更安裝位置於 C:appDassaultSystemesR2016x3DPassport
5.不勾選 Install Java > Next
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 9
6.會自動找尋 JRE 安裝路徑 (C:Javajre1.8.0_72)
7.選擇 Oracle
8.參照此頁
9.郵件改一下 admin_platform@mydomain.com 密碼:Qwerty12345
10. 多加 my
https://my3dpassport.mydomain.com:443/3dpassport
https://my3dspace.mydomain.com:443/3dspace
11.Mail 設置
mymail.mydomain.com
admin_platform@mydomain.com
12.使用預設 8080PORT > Next
13.使用預設 不勾選 Force lowercase'login' >Next
14.點選 Install
15.修改以下內容到 C:appApache24confhttpd.conf 新增放置於程式尾巴
<IfModule !ssl_module>
LoadModule ssl_module modules/mod_ssl.so
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 10
</IfModule>
Listen 443
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLCryptoDevice builtin
Include conf/my3dpassport.conf
16.在 C:appApache24conf 新增一個檔案 my3dpassport.conf 內容輸入以下
<VirtualHost my3dpassport.mydomain.com:80>
ServerName my3dpassport.mydomain.com
DocumentRoot "C:appApache24htdocs"
Redirect permanent /3dpassport https://my3dpassport.mydomain.com/3dpassport
</VirtualHost>
<VirtualHost my3dpassport.mydomain.com:443>
ServerName my3dpassport.mydomain.com
ServerAlias my3dpassport
ErrorLog logs/my3dpassport_error_log
TransferLog logs/my3dpassport_access_log
LogLevel warn
SSLEngine on
SSLProxyEngine on
SSLCertificateFile conf/ssl/my3dpassport.crt
SSLCertificateKeyFile conf/ssl/my3dpassport.key
SetEnvIf User-Agent ".*MSIE.*" 
nokeepalive ssl-unclean-shutdown 
downgrade-1.0 force-response-1.0
# Overwrite X-Forwarded-Proto declaration for port 443, request are "https"
RequestHeader set X-Forwarded-Proto "https"
RequestHeader set X-Forwarded-Port "443"
# CORS support
SetEnvIf Origin "^http(s)?://(.+.)?(mydomain.com)(:d{1,5})?$" origin_is=$0
Header always set Access-Control-Allow-Origin %{origin_is}e env=origin_is
Header set Access-Control-Allow-Credentials "true"
Header set Access-Control-Allow-Methods "GET, POST, OPTIONS, HEAD, PUT, DELETE,
PATCH"
Header set Access-Control-Allow-Headers "accept,x-requested-method,origin,x-requested-with,x-
request,cache-control,content-type"
Header set Access-Control-Max-Age "600"
ProxyPass /3dpassport http://localhost:8080/3dpassport retry=0
ProxyPassReverse /3dpassport http://localhost:8080/3dpassport
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 11
# Fix font issue in IE10+
<Location ~ .eot$>
Header unset Cache-Control
Header unset Pragma
</Location>
</VirtualHost>
17.重新啟動Apache服務
18.開瀏覽器輸入 http://my3dpassport.mydomain.com/3dpassport 用 admin_platform 帳號測試看看
§ 九、安裝 Federated Search §
1.點選安裝 D:Server_V6R2016GA02.FederatedSearchFoundation.Windows641setup.exe
2.Next
3.變更安裝路徑 C:appDassaultSystemesR2016xFedSearch
4.不勾選安裝 JAVA JRE
5.自動抓取 JRE 已安裝路徑 > NEXT
6.輸入以下圖片 (請非常注意圖片路徑)
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 12
7.使用預設 勾選 Install the application server > NEXT
8.變更 8086埠
9.點選 Install
10.修改以下內容到 C:appApache24confhttpd.conf 新增放置於程式尾巴
<IfModule !ssl_module>
LoadModule ssl_module modules/mod_ssl.so
</IfModule>
Listen 443
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLCryptoDevice builtin
Include conf/my3dpassport.conf
Include conf/my3ddashboard.conf
Include conf/myfederated.conf
11.在 C:appApache24conf 新增一個檔案 my3dpassport.conf 內容輸入以下
<VirtualHost myfederated.mydomain.com:80>
ServerName myfederated.mydomain.com
DocumentRoot "C:appApache24htdocs"
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 13
Redirect permanent /federated https://myfederated.mydomain.com/federated
</VirtualHost>
<VirtualHost myfederated.mydomain.com:443>
ServerName myfederated.mydomain.com
ServerAlias myfederated
ErrorLog logs/myfederated_error_log
TransferLog logs/myfederated_access_log
LogLevel warn
SSLEngine on
SSLProxyEngine on
SSLCertificateFile conf/ssl/myfederated.crt
SSLCertificateKeyFile conf/ssl/myfederated.key
SetEnvIf User-Agent ".*MSIE.*" 
nokeepalive ssl-unclean-shutdown 
downgrade-1.0 force-response-1.0
# Overwrite X-Forwarded-Proto declaration for port 443, request are "https"
RequestHeader set X-Forwarded-Proto "https"
RequestHeader set X-Forwarded-Port "443"
# CORS support
SetEnvIf Origin "^http(s)?://(.+.)?(mydomain.com)(:d{1,5})?$" origin_is=$0
Header always set Access-Control-Allow-Origin %{origin_is}e env=origin_is
Header set Access-Control-Allow-Credentials "true"
Header set Access-Control-Allow-Methods "GET, POST, OPTIONS, HEAD, PUT, DELETE,
PATCH"
Header set Access-Control-Allow-Headers "accept,x-requested-method,origin,x-requested-with,x-
request,cache-control,content-type"
Header set Access-Control-Max-Age "600"
ProxyPass /federated http://localhost:8086/federated
ProxyPassReverse /federated http://localhost:8086/federated
# Fix font issue in IE10+
<Location ~ .eot$>
Header unset Cache-Control
Header unset Pragma
</Location>
12.重新啟動Apache服務
13.開瀏覽器輸入 ,用 admin_platform 帳號測試看看
http://my3dpassport.mydomain.com/3dpassport 先登入 然後貼上以下網址
http://myfederated.mydomain.com/federated/search?query=test
Firefox 約出現四串亂數即正常
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 14
§ 十、安裝 Full-text Search Server with Exalead §
1.點選安裝 setup.exe
D:Server_V6R2016GA03.Full-textSearchServerwithExalead.Windows641
2.Next
3.變更安裝路徑到 C:appDassaultSystemesR2016xFulltextSearchServer
4.選擇改選 Custom >Next
5.選擇預設 Single Search Server >Next
6.共四行修改一下
http://myfts.mydomain.com:19000
1
1
Qwerty12345
7.點選 Install
8.點選 Close
§ 十一、安裝3D Dashboard §
1.開啟命令提示字元
2.建立 tablespaces
C:> sqlplus / as sysdba
SQL> CREATE TABLESPACE x3ddashadmin_ts
DATAFILE 'C:APPORACLE12CORADATAMYDBX3DDASHADMIN_TS.DBF' SIZE
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 15
200M
AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL
SEGMENT SPACE MANAGEMENT AUTO;
3. 建立 DB user & granting privileges
SQL> CREATE USER x3ddashadmin IDENTIFIED BY Qwerty12345;
SQL> ALTER USER x3ddashadmin DEFAULT TABLESPACE x3ddashadmin_ts;
SQL> GRANT CONNECT TO x3ddashadmin;
SQL> GRANT RESOURCE TO x3ddashadmin;
SQL> GRANT UNLIMITED TABLESPACE TO x3ddashadmin;
點選安裝 setup.exe
D:Server_V6R2016GA04.3DDashboard.Windows641
2.Next
3.變更安裝路徑到 C:appDassaultSystemesR2016x3DDashboard
4.取消勾選 install Java
5.自動抓以安裝路徑,檢查一下按 Next
6.預設 Oracle > Next
7.修改一下四行
(空白)
//mydbserver.mydomain.com:1521/MYDB
x3ddashadmin
Qwerty12345
8.變更以下四行
https://my3dpassport.mydomain.com:443/3dpassport
https://my3ddashboard.mydomain.com:443/3ddashboard
https://my3dspace.mydomain.com:443/3dspace
https://my3dspace.mydomain.com:443/3dspace
9.變更以下兩行
mymail.mydomain.com
admin_platform@mydomain.com
10.預設有勾 Install the application server
11.修改 Port 8083
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 16
12.以下兩行修改第一行
myuntrusted.mydomain.com
.*
13.點選 Install
14.點選 Close
15.開啟 C:appApache24confhttpd.conf
16.最下方增加一行
Include conf/my3ddashboard.conf
17.在 C:appApache24conf 新增 my3ddashboard.conf 內容如下
<VirtualHost my3ddashboard.mydomain.com:80>
ServerName my3ddashboard.mydomain.com
DocumentRoot "C:appApache24htdocs"
Redirect permanent /3ddashboard
https://my3ddashboard.mydomain.com/3ddashboard
</VirtualHost>
<VirtualHost my3ddashboard.mydomain.com:443>
ServerName my3ddashboard.mydomain.com
ServerAlias my3ddashboard
ErrorLog logs/my3ddashboard_error_log
TransferLog logs/my3ddashboard_access_log
LogLevel warn
SSLEngine on
SSLProxyEngine on
SSLCertificateFile conf/ssl/my3ddashboard.crt
SSLCertificateKeyFile conf/ssl/my3ddashboard.key
SetEnvIf User-Agent ".*MSIE.*" 
nokeepalive ssl-unclean-shutdown 
downgrade-1.0 force-response-1.0
<Location /3ddashboard>
SetEnvIf Host ^(.*?)(:[0-9]+|)$ custom_host=$1
RequestHeader set x-forwarded-hostname "%{custom_host}e"
RequestHeader set x-forwarded-port 443
RequestHeader set x-forwarded-proto https
ProxyPass http://127.0.0.1:8083/3ddashboard
ProxyPassReverse http://127.0.0.1:8083/3ddashboard
# Passport font fix
Header unset Cache-Control
Header unset Pragma
</Location>
</VirtualHost>
18.重新啟動 Apache24服務
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 17
19.瀏覽器輸入 http://my3ddashboard.mydomain.com/3ddashboard 用 admin_platform
會出現存取資遭拒,這是正常的,因為3DSpace 還沒裝
§ 十二、安裝3D Space §
1.開啟命令提示字元
2.建立 tablespaces
C:> sqlplus / as sysdba
SQL> CREATE TABLESPACE space_data_ts
DATAFILE 'C:APPORACLE12CORADATAMYDBSPACE_DATA_TS01.DBF' SIZE 200M
AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL
SEGMENT SPACE MANAGEMENT AUTO;
SQL> CREATE TABLESPACE space_index_ts
DATAFILE 'C:APPORACLE12CORADATAMYDBSPACE_INDEX_TS01.DBF' SIZE 200M
AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED
EXTENT MANAGEMENT LOCAL
SEGMENT SPACE MANAGEMENT AUTO;
3. 建立 DB user & granting privileges
SQL> CREATE USER spaceuser IDENTIFIED BY Qwerty12345;
SQL> ALTER USER spaceuser DEFAULT TABLESPACE space_data_ts;
SQL> GRANT CONNECT, RESOURCE, DBA, CREATE VIEW, UNLIMITED TABLESPACE TO
spaceuser;
點選安裝 setup.exe
D:Server_V6R2016GA05.3DSpace.Windows641
2.Next
3.變更安裝路徑到 C:appDassaultSystemesR2016x3DSpaceserver
4.不勾安裝 JAVA
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 18
5.自動抓 JAVA 已裝路徑
6.預設 Oracle
7.變更以下六行
(空白)
spaceuser
Qwerty12345
//mydbserver.mydomain.com:1521/MYDB
space_data_ts
space_index_ts
8.變更密碼與路徑
Qwerty12345
c:appDassaultSystemes3DSpaceData
9.預設有勾 Update database
10.檢查兩行
space_data_ts
space_index_ts
11.檢查變更五行 (務必注意路徑是否正確)
http://myfts.mydomain.com:19000
https://myfederated.mydomain.com:443/federated
https://my3ddashboard.mydomain.com:443/3ddashboard
https://my3dspace.mydomain.com:443/3dspace
https://my3dswym.mydomain.com:443
12.變更兩行
mymail.mydomain.com
admin_platform@mydomain.com
13.預設兩個都勾選 > Next
14.變更使用埠為 8087
15.預設暫存位置 C:WindowsTempDassaultSystemes
16.預設一個有勾選
17.預設兩個都有勾選
18.點選 Install
19.點選 Close
20.開啟 C:appApache24confhttpd.conf
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 19
21.最下方增加一行
Include conf/my3dspace.conf
22.在 C:appApache24conf 新增 my3dspace.conf 內容如下
<VirtualHost my3dspace.mydomain.com:80>
ServerName my3dspace.mydomain.com
DocumentRoot "C:appApache24htdocs"
Redirect permanent /3dspace https://my3dspace.mydomain.com/3dspace
Redirect permanent /internal https://my3dspace.mydomain.com/internal
</VirtualHost>
<VirtualHost my3dspace.mydomain.com:443>
ServerName my3dspace.mydomain.com
ServerAlias my3dspace
ErrorLog logs/my3dspace_error_log
TransferLog logs/my3dspace_access_log
LogLevel warn
SSLEngine on
SSLProxyEngine on
SSLCertificateFile conf/ssl/my3dspace.crt
SSLCertificateKeyFile conf/ssl/my3dspace.key
SetEnvIf User-Agent ".*MSIE.*" 
nokeepalive ssl-unclean-shutdown 
downgrade-1.0 force-response-1.0
# Overwrite X-Forwarded-Proto declaration for port 443, request are "https"
RequestHeader set X-Forwarded-Proto "https"
RequestHeader set X-Forwarded-Port "443"
# CORS support
SetEnvIf Origin "^http(s)?://(.+.)?(mydomain.com)(:d{1,5})?$" origin_is=$0
Header always set Access-Control-Allow-Origin %{origin_is}e env=origin_is
Header set Access-Control-Allow-Credentials "true"
Header set Access-Control-Allow-Methods "GET, POST, OPTIONS, HEAD, PUT, DELETE, PATCH"
Header set Access-Control-Allow-Headers "accept,x-requested-method,origin,x-requested-with,x-
request,cache-control,content-type"
Header set Access-Control-Max-Age "600"
ProxyPass /3dspace http://localhost:8087/3dspace
ProxyPassReverse /3dspace http://localhost:8087/3dspace
ProxyPass /internal http://localhost:8070/internal
ProxyPassReverse /internal http://localhost:8070/internal
# Fix font issue in IE10+
<Location ~ .eot$>
Header unset Cache-Control
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 20
Header unset Pragma
</Location>
</VirtualHost>
23.重新啟動 Apache24服務
24.瀏覽器輸入
http://my3dspace.mydomain.com/3dspace
http://my3dspace.mydomain.com/internal
用 admin_platform
25.停止3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務
26.在 C:AppDassaultSystemesR2016x3DSpaceservernocasini 建立資料夾
27.找 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinenovia.ini
複製到 C:AppDassaultSystemesR2016x3DSpaceservernocasini 內 並做修改
28.將此副本的檔案刪除以下內容
SWYM_URL=https://my3dswym.mydomain.com
PASSPORT_URL=https://my3dpassport.mydomain.com/3dpassport
DASHBOARD_URL=https://my3ddashboard.mydomain.com/3ddashboard
SEARCH_URL=https://myfederated.mydomain.com/federated
ENOVIA_URL=https://my3dspace.mydomain.com
MYAPPS_URL=https://my3dspace.mydomain.com/3dspace
29. 開啟命令提示視窗輸入 regedit
30.找到HKEY_LOCAL_MACHINESOFTWAREWow6432NodeApache Software FoundationProcrun
2.03DSpaceTomEENoCAS_R2016xParametersEnvironments 底下
31.右邊點選 ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini
增加一行 ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini
(後續若又更新 FP,Regedit 都要重新做一次)
32.開始工具列>選擇 Start mql ,使用 MQL 給予 CNV & MDG Licenses
MQL<> set context user creator;
MQL<> list product * where person==admin_platform;
MQL<> mod product CNV add person admin_platform;
MQL<> mod product MDG add person admin_platform;
MQL<> list product * where person==admin_platform;
MQL<> quit;
§ 十三、安裝3D Index Server §
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 21
1.點選安裝 setup.exe
D:Server_V6R2016GA06.3DIndexingServer.Windows641
2.Next
3.選擇 Custom
4.路徑修改一下到 C:appDassaultSystemesR2016x3DIndexServer
5.預設有勾選
6.預設 Deploy 3D Index Engine with the MCS buit-in load balancer
7.有四行修改如下
my3dindex.mydomain.com
58000
2
C:appDassaultSystemesR2016x3DSpaceserver
8.七行修改如下
my3dspace.mydomain.com
8070
internal
3DIndexAdminUser
Qwerty12345
VPLMAdmin.Company Name.Default
C:appDassaultSystemes3Dindexes
9.預設有勾選
10.點選 Install
11.Close
12.桌面多出 ICON 運行>看結果
Data reindexation batch > IndexationReport.html
§ 十四、安裝 Studio Modeling Platform Client §
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 22
1.點選 Setup 安裝
D:Server_V6R2016GA07.StudioModelingPlatformRichClients.Windows641
2.路徑變更 C:appDassaultSystemesR2016x3DSpacestudio
3.會自動抓 JAVA 路徑
4.預設 Oracle
5.tnsnames.ora 路徑指向輸入
C:apporacle12cproduct12.1.0dbhome_1NETWORKADMIN
6.勾選 I have read...... > Next
7.MATRIX-R 路徑輸入 (注意後面有改成 server)
C:appDassaultSystemesR2016x3DSpaceserver
8.點選 Install > Close
9.開始 > Business 登入看能否使用 (creator)
十五、安裝3DLiveExamine §
1.點選 Setup 安裝
D:Server_V6R2016GA08.ENOVIA3DLiveExamine1
2.指定 INSTALL 路徑
D:Server_V6R2016GADS_Installer.Windows641
3.變更安裝路徑
C:appDassaultSystemesR2016x3DSpaceserver
4.路徑不用改
C:appDassaultSystemesR2016x3DSpaceserverApps3DLive_web_plug-inV6R2016x
5.預設兩行不用改
creator
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 23
(空白)
6.選 Install > Close
7.增加增加字串 要在 [MXMRUN] 之前
C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinenovia.ini
MX_SERVICE_PATH=C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codetomcatcurrentwebapp
s3dspaceWEB-INFclasses
MX_SERVICE_ADMIN=https://my3dspace.mydomain.com:443/3dspace
[MXMRUN]
MXMRUN_OS=win_b64
8.再改一次增加增加字串 要在 [MXMRUN] 之前
C:AppDassaultSystemesR2016x3DSpaceservernocasinienovia.ini
MX_SERVICE_PATH=C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codetomcatcurrentNoCAS
webappsinternalWEB-INFclasses
MX_SERVICE_ADMIN=https://my3dspace.mydomain.com:443/internal
[MXMRUN]
MXMRUN_OS=win_b64
9.編輯修改檔案
C:AppDassaultSystemesR2016x3DSpaceserverwin_b64resourceswarutilfragment
PassportAuthentication.web.xml.part.deactivated 搜尋增加字串如下
Before
<param-
value>/resources/AppsMngt/user/invitation/*,/resources/AppsMngt/info
s/*,/resources/ENOCsm/usermgmt/*,/resources/ENOCsm/3ddriveusr/*,/res
ources/People/*,/resources/AppsMngt/environment/uploadfile/*,/resour
ces/AppsMngt/massivesynchro/upload/*,/resources/AppsMngt/passport/*,
/resources/AppsMngt/vm/delete*</param-value>
After
<param-
value>/resources/AppsMngt/user/invitation/*,/resources/AppsMngt/info
s/*,/resources/ENOCsm/usermgmt/*,/resources/ENOCsm/3ddriveusr/*,/res
ources/People/*,/resources/AppsMngt/environment/uploadfile/*,/resour
ces/AppsMngt/massivesynchro/upload/*,/resources/AppsMngt/passport/*,
/resources/AppsMngt/vm/delete*,/services/*</param-value>
10.用 administrator 開啟命令提示字元
在 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codecommand
執行
– BuildDeploy3DSpace_NoCAS.bat
– BuildDeploy3DSpace_CAS.bat
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 24
11.停止 3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務
12.開命令提示字元輸入 regedit
13修改
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeApache Software FoundationProcrun
2.03DSpaceTomEENoCAS_R2016xParametersEnvironments
14.點選右邊 在 Path=C:App...底下增加一行
ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini
15.重啟 3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務
16.開啟瀏覽器 http://my3dspace.mydomain.com/internal
(FP 更新後 Regedit 步驟要重做)
17.開啟 DOS 輸入
-3DSPace CAS
C:>
C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql
MQL<> set context user creator;
MQL<> compile prog * force;
MQL<> quit;
-3DSPace NoCAS
C:> set
ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini
C:>
C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql
MQL<> set context user creator;
MQL<> compile prog * force;
MQL<> quit;
18.輸入網址即可檢查
https://my3dspace.mydomain.com/3dspace/services
https://my3dspace.mydomain.com/internal/services
§ 十五、安裝 FCS (CentralFCS) §
1.將 apache-tomee-1.7.2-plus.zip 解壓縮到 C:app
2.變更一下資料夾名稱 如 C:apptomee-centralfcs
3.在 C:apptomee-centralfcsbin 新增 setenv.bat 檔案
輸入
set JAVA_OPTS=-Xss512k -Xms640m -Xmx2048m -server -Dfile.encoding=UTF-8 -
Dfile.encoding.override=UTF-8 -Dclient.encoding.override=UTF-8
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 25
set LANG=C
set MX_CHARSET=UTF8
set NLS_LANG=_.UTF8
4.修改 C:apptomee-centralfcsconfserver.xml
<Server port="9005" shutdown="SHUTDOWN">
<Connector port="9080" protocol="HTTP/1.1"
connectionTimeout="20000" URIEncoding="UTF-8"
redirectPort="9443" xpoweredBy="false" server="Apache
TomEE" />
<Connector port="9009" protocol="AJP/1.3" redirectPort="9443" />
5.點選 Setup 安裝
D:Server_V6R2016GA09.FileCollaborationServer.Windows641
6.路徑變更 C:appDassaultSystemesR2016xCentralFCS
7.JAVA 路徑會自己抓
8.預設有勾選
9.變更為 centralfcs
10.Install > Close
11.新增 windows 環境變數 JAVA_HOME=C:Javajdk1.8.0_72
12.開啟命令提示字元輸入
copy C:appDassaultSystemesR2016xCentralFCSdistribcentralfcs.war
C:Apptomee-centralfcswebapps
啟動
C:> cd c:apptomee-centralfcsbin
C:> startup.bat
13.瀏覽器輸入 http://mycentralfcs.mydomain.com:9080/centralfcs/servlet/fcs/about
有版本說明即可
14.修改 C:appApache24confhttpd.conf
最底下增加一行
Include conf/mycentralfcs.conf
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 26
15.在 C:appApache24confhttpd.conf 新增一個檔案 mycentralfcs.conf 輸入
<VirtualHost mycentralfcs.mydomain.com:80>
ServerName mycentralfcs.mydomain.com
DocumentRoot "C:appApache24htdocs"
Redirect permanent /centralfcs
https://mycentralfcs.mydomain.com/centralfcs
</VirtualHost>
<VirtualHost mycentralfcs.mydomain.com:443>
ServerName mycentralfcs.mydomain.com
ServerAlias mycentralfcs
ErrorLog logs/mycentralfcs_error_log
TransferLog logs/mycentralfcs_access_log
LogLevel warn
SSLEngine on
SSLProxyEngine on
SSLCertificateFile conf/ssl/mycentralfcs.crt
SSLCertificateKeyFile conf/ssl/mycentralfcs.key
SetEnvIf User-Agent ".*MSIE.*" 
nokeepalive ssl-unclean-shutdown 
downgrade-1.0 force-response-1.0
# Overwrite X-Forwarded-Proto declaration for port 443, request are
"https"
RequestHeader set X-Forwarded-Proto "https"
RequestHeader set X-Forwarded-Port "443"
ProxyPass /centralfcs http://localhost:9080/centralfcs
ProxyPassReverse /centralfcs http://localhost:9080/centralfcs
</VirtualHost>
16.重新啟動 Apache 服務
17.蘭覽器輸入 http://mycentralfcs.mydomain.com/centralfcs/servlet/fcs/about 看是否正常
18.開啟命令提示字元輸入
C:> C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql
MQL> set context user creator;
MQL> list store;
MQL> print store STORE;
MQL> print store plmx;
MQL> print store 'Image Store';
MQL> mod store STORE fcs 'https://mycentralfcs.mydomain.com/centralfcs';
MQL> mod store plmx fcs 'https://mycentralfcs.mydomain.com/centralfcs';
MQL> mod store 'Image Store' fcs 'https://mycentralfcs.mydomain.com/centralfcs';
MQL> print store STORE;
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 27
MQL> print store plmx;
MQL> print store 'Image Store';
19.開啟瀏覽器輸入 http://my3dspace.mydomain.com/3dspace 登入看看
20.上傳物件會放置於 C:AppDassaultSystemes3DSpaceData內
21.將 TomEE 放置於服務,在命令提示字元輸入
C:> cd C:Apptomee-centralfcsbin
C:> service.bat install 3DEXPERIENCE_R2016x_CentralFCS
22.編輯註冊檔案 Regedit
位置如下HKEY_LOCAL_MACHINESOFTWAREWow6432NodeApache Software FoundationProcrun
2.03DEXPERIENCE_R2016x_CentralFCSParametersJavaOptions
增加數值
-Xss512k
-Xms640m
-Xmx2048m
-Dfile.encoding=UTF-8
-Dfile.encoding.override=UTF-8
-Dclient.encoding.override=UTF-8
23.服務啟動 Apache TomEE
§ 十六、安裝 Centrals §
1.點選 Setup.EXE
在 D:Server_V6R2016GACentralsDesignCentral_ENOVIAX-CADDesignFoundation.Windows641
2.選擇安裝套件位置 D:Server_V6R2016GADS_Installer.Windows641
3.路徑變更為 C:appDassaultSystemesR2016x3DSpaceserver
4.都下一步後完成
§ 十七、安裝 FP1638 §
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 28
1.點選 Setup.EXE
在 D:Server_V6R2016FP1638Platform.Windows64.2-23DPassport-
V6R2016x.HF6.Windows643DPassport.Windows641
2.Next
3.有七行,倒數第一與第三行輸入密碼 Qwerty12345
4.Mail 有兩行,填入密碼 Qwerty12345
5.點選 Install
6.Close
7.點選 Setup.EXE
D:Server_V6R2016FP1638Platform.Windows64.2-2FederatedSearchFoundation-V6R2016x.HF7.Windows641
8.Next > Install > Close
9.點選 Setup.EXE
D:Server_V6R2016FP1638Platform.Windows64.2-2Full-textSearchServerwithExalead-V6R2016x.HF6.Windows641
10.Next
11.路徑 Next
12.點選 Install > Close
13.點選 Setup.EXE
D:Server_V6R2016FP1638Platform.Windows64.2-23DDashboard-V6R2016x.HF7.Windows641
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 29
14.Next
15. 有四行輸入第四行密碼
Qwerty12345
16.有三行輸入第三行位置
C:appDassaultSystemes3DSpaceData
(要先建好資料夾 C:appDassaultSystemes3DDashboardData)
17.點選 Install > Close
18.點選 Setup.EXE
D:Server_V6R2016FP1638Platform.Windows64.2-23DSpace-V6R2016x.HF7.Windows641
19.Next
20.有兩行 第一行密碼輸入
Qwerty12345
21.路徑檢查 Next
22.預設有勾選 Next > Install >Close
23.點選 Setup.EXE
D:Server_V6R2016FP1638Platform.Windows64.2-23DIndexingServer-V6R2016x.HF6.Windows641
24.Next
25.改選擇 Custom
26.路徑檢查
27.有七行 輸入密碼 Qwerty12345
28.Instrall > Close
29.點選 Setup.EXE
D:Server_V6R2016FP1638StudioModelingPlatformRichClients.Windows641
30.Next
31.預設路徑 C:appDassaultSystemesR2016x3DSpacestudio
32.Install >Close
33.點選 Setup.EXE
D:Server_V6R2016FP1638Platform.Windows64.2-2FileCollaborationServer-V6R2016x.HF7.Windows641
34.Next
35.變更一下路徑到 C:appDassaultSystemesR2016xCentralFCS
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 30
36.Install > Close
37.編輯 PassportAuthentication.web.xml.part.deactivated
在 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64resourceswarutilfragment
搜尋"skipFilterUrlPatterns" (2個地方要改)
Before
<param-
value>/resources/AppsMngt/user/invitation/*,/resources/AppsMngt/infos
/*,/resources/ENOCsm/usermgmt/*,/resources/ENOCsm/3ddriveusr/*,/resou
rces/People/*,/resources/AppsMngt/environment/uploadfile/*,/resources
/AppsMngt/massivesynchro/upload/*,/resources/AppsMngt/passport/*,/res
ources/AppsMngt/vm/delete*</param-value>
After
<param-
value>/resources/AppsMngt/user/invitation/*,/resources/AppsMngt/infos
/*,/resources/ENOCsm/usermgmt/*,/resources/ENOCsm/3ddriveusr/*,/resou
rces/People/*,/resources/AppsMngt/environment/uploadfile/*,/resources
/AppsMngt/massivesynchro/upload/*,/resources/AppsMngt/passport/*,/res
ources/AppsMngt/vm/delete*,/services/*</param-value>
38.用administrator開啟命令提示字元運行
C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codecommand
- BuildDeploy3DSpace_NoCAS.bat
- BuildDeploy3DSpace_CAS.bat
39.停止 3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務.
40.命令提示字元輸入 regedit
41.編輯註冊表
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeApache Software FoundationProcrun
2.03DSpaceTomEENoCAS_R2016xParametersEnvironments
42.在右邊 "Path=C:App..." 點選.增加一行
ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini
43.重新啟動 3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務
44.開始令另字元輸入以下指令
a. 3DSpace CAS
C:>
C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql
MQL<> set context user creator;
MQL<> compile prog * force;
MQL<> quit;
3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 31
b. 3DSpace NoCAS
C:> set
ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini
C:>
C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql
MQL<> set context user creator;
MQL<> compile prog * force;
MQL<> quit;
45.停止 Apache TomEE+ (3DEXPERIENCE_R2016X_CentralFCS)服務
46.刪除 C:apptomee-centralfcswebappscentralfcs.war
47.複製 C:appDassaultSystemesR2016xCentralFCSdistribcentralfcs.war
到 C:Apptomee-centralfcswebapps
48.啟動 Apache TomEE+ (3DEXPERIENCE_R2016X_CentralFCS)服務
49.瀏覽器輸入 http://mycentralfcs.mydomain.com/centralfcs/servlet/fcs/about
可以看到更新HF版次
50.完成

Contenu connexe

Tendances

OpenWorld Sep14 12c for_developers
OpenWorld Sep14 12c for_developersOpenWorld Sep14 12c for_developers
OpenWorld Sep14 12c for_developersConnor McDonald
 
Control hypervisor via libvirt
Control hypervisor via libvirtControl hypervisor via libvirt
Control hypervisor via libvirtSean Chang
 
OakTable World Sep14 clonedb
OakTable World Sep14 clonedb OakTable World Sep14 clonedb
OakTable World Sep14 clonedb Connor McDonald
 
Riyaj real world performance issues rac focus
Riyaj real world performance issues rac focusRiyaj real world performance issues rac focus
Riyaj real world performance issues rac focusRiyaj Shamsudeen
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11guzzal basak
 
Spider Setup with AWS/sandbox
Spider Setup with AWS/sandboxSpider Setup with AWS/sandbox
Spider Setup with AWS/sandboxI Goo Lee
 
Sangam 19 - PLSQL still the coolest
Sangam 19 - PLSQL still the coolestSangam 19 - PLSQL still the coolest
Sangam 19 - PLSQL still the coolestConnor McDonald
 
New text document
New text documentNew text document
New text documentsqll
 
Sangam 2019 - The Latest Features
Sangam 2019 - The Latest FeaturesSangam 2019 - The Latest Features
Sangam 2019 - The Latest FeaturesConnor McDonald
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN Riyaj Shamsudeen
 
Redis学习笔记
Redis学习笔记Redis学习笔记
Redis学习笔记yongboy
 
Apache Cassandra - Diagnostics and monitoring
Apache Cassandra - Diagnostics and monitoringApache Cassandra - Diagnostics and monitoring
Apache Cassandra - Diagnostics and monitoringAlex Thompson
 
Cacoo enterprise installation_manual
Cacoo enterprise installation_manualCacoo enterprise installation_manual
Cacoo enterprise installation_manualjoseig23
 
OSSEC @ ISSA Jan 21st 2010
OSSEC @ ISSA Jan 21st 2010OSSEC @ ISSA Jan 21st 2010
OSSEC @ ISSA Jan 21st 2010wremes
 
A close encounter_with_real_world_and_odd_perf_issues
A close encounter_with_real_world_and_odd_perf_issuesA close encounter_with_real_world_and_odd_perf_issues
A close encounter_with_real_world_and_odd_perf_issuesRiyaj Shamsudeen
 
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会Miki Takata
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cRakesh Gujjarlapudi
 

Tendances (18)

OpenWorld Sep14 12c for_developers
OpenWorld Sep14 12c for_developersOpenWorld Sep14 12c for_developers
OpenWorld Sep14 12c for_developers
 
Control hypervisor via libvirt
Control hypervisor via libvirtControl hypervisor via libvirt
Control hypervisor via libvirt
 
OakTable World Sep14 clonedb
OakTable World Sep14 clonedb OakTable World Sep14 clonedb
OakTable World Sep14 clonedb
 
Riyaj real world performance issues rac focus
Riyaj real world performance issues rac focusRiyaj real world performance issues rac focus
Riyaj real world performance issues rac focus
 
Network Manual
Network ManualNetwork Manual
Network Manual
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
 
Spider Setup with AWS/sandbox
Spider Setup with AWS/sandboxSpider Setup with AWS/sandbox
Spider Setup with AWS/sandbox
 
Sangam 19 - PLSQL still the coolest
Sangam 19 - PLSQL still the coolestSangam 19 - PLSQL still the coolest
Sangam 19 - PLSQL still the coolest
 
New text document
New text documentNew text document
New text document
 
Sangam 2019 - The Latest Features
Sangam 2019 - The Latest FeaturesSangam 2019 - The Latest Features
Sangam 2019 - The Latest Features
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN
 
Redis学习笔记
Redis学习笔记Redis学习笔记
Redis学习笔记
 
Apache Cassandra - Diagnostics and monitoring
Apache Cassandra - Diagnostics and monitoringApache Cassandra - Diagnostics and monitoring
Apache Cassandra - Diagnostics and monitoring
 
Cacoo enterprise installation_manual
Cacoo enterprise installation_manualCacoo enterprise installation_manual
Cacoo enterprise installation_manual
 
OSSEC @ ISSA Jan 21st 2010
OSSEC @ ISSA Jan 21st 2010OSSEC @ ISSA Jan 21st 2010
OSSEC @ ISSA Jan 21st 2010
 
A close encounter_with_real_world_and_odd_perf_issues
A close encounter_with_real_world_and_odd_perf_issuesA close encounter_with_real_world_and_odd_perf_issues
A close encounter_with_real_world_and_odd_perf_issues
 
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12c
 

Similaire à [文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程

Powervc upgrade from_1.3.0.2_to_1.3.2.0
Powervc upgrade from_1.3.0.2_to_1.3.2.0Powervc upgrade from_1.3.0.2_to_1.3.2.0
Powervc upgrade from_1.3.0.2_to_1.3.2.0Gobinath Panchavarnam
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Voeurng Sovann
 
X64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 newX64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 newYiwei Ma
 
SnortReport Presentation
SnortReport PresentationSnortReport Presentation
SnortReport Presentationwebhostingguy
 
Windows Attacks AT is the new black
Windows Attacks   AT is the new blackWindows Attacks   AT is the new black
Windows Attacks AT is the new blackRob Fuller
 
Windows attacks - AT is the new black
Windows attacks - AT is the new blackWindows attacks - AT is the new black
Windows attacks - AT is the new blackChris Gates
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Raheel Syed
 
Oracle cluster installation with grid and iscsi
Oracle cluster  installation with grid and iscsiOracle cluster  installation with grid and iscsi
Oracle cluster installation with grid and iscsiChanaka Lasantha
 
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库maclean liu
 
Deploying Windows Containers on Windows Server 2016
Deploying Windows Containers on Windows Server 2016Deploying Windows Containers on Windows Server 2016
Deploying Windows Containers on Windows Server 2016Ben Hall
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseMonowar Mukul
 
Oracle goldengate and RAC12c
Oracle goldengate and RAC12cOracle goldengate and RAC12c
Oracle goldengate and RAC12cSiraj Ahmed
 
Intro ProxySQL
Intro ProxySQLIntro ProxySQL
Intro ProxySQLI Goo Lee
 
MongoDB - Sharded Cluster Tutorial
MongoDB - Sharded Cluster TutorialMongoDB - Sharded Cluster Tutorial
MongoDB - Sharded Cluster TutorialJason Terpko
 
MongoDB – Sharded cluster tutorial - Percona Europe 2017
MongoDB – Sharded cluster tutorial - Percona Europe 2017MongoDB – Sharded cluster tutorial - Percona Europe 2017
MongoDB – Sharded cluster tutorial - Percona Europe 2017Antonios Giannopoulos
 

Similaire à [文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程 (20)

Powervc upgrade from_1.3.0.2_to_1.3.2.0
Powervc upgrade from_1.3.0.2_to_1.3.2.0Powervc upgrade from_1.3.0.2_to_1.3.2.0
Powervc upgrade from_1.3.0.2_to_1.3.2.0
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
Freeradius edir
Freeradius edirFreeradius edir
Freeradius edir
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1
 
X64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 newX64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 new
 
SnortReport Presentation
SnortReport PresentationSnortReport Presentation
SnortReport Presentation
 
Windows Attacks AT is the new black
Windows Attacks   AT is the new blackWindows Attacks   AT is the new black
Windows Attacks AT is the new black
 
Windows attacks - AT is the new black
Windows attacks - AT is the new blackWindows attacks - AT is the new black
Windows attacks - AT is the new black
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
 
Oracle cluster installation with grid and iscsi
Oracle cluster  installation with grid and iscsiOracle cluster  installation with grid and iscsi
Oracle cluster installation with grid and iscsi
 
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
 
Deploying Windows Containers on Windows Server 2016
Deploying Windows Containers on Windows Server 2016Deploying Windows Containers on Windows Server 2016
Deploying Windows Containers on Windows Server 2016
 
12c installation
12c installation12c installation
12c installation
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create Database
 
Oracle goldengate and RAC12c
Oracle goldengate and RAC12cOracle goldengate and RAC12c
Oracle goldengate and RAC12c
 
Intro ProxySQL
Intro ProxySQLIntro ProxySQL
Intro ProxySQL
 
Sharded cluster tutorial
Sharded cluster tutorialSharded cluster tutorial
Sharded cluster tutorial
 
MongoDB - Sharded Cluster Tutorial
MongoDB - Sharded Cluster TutorialMongoDB - Sharded Cluster Tutorial
MongoDB - Sharded Cluster Tutorial
 
MongoDB – Sharded cluster tutorial - Percona Europe 2017
MongoDB – Sharded cluster tutorial - Percona Europe 2017MongoDB – Sharded cluster tutorial - Percona Europe 2017
MongoDB – Sharded cluster tutorial - Percona Europe 2017
 
Php version 7
Php version 7Php version 7
Php version 7
 

Plus de Jimmy Chang

3DEXPERIENCE_Machining
3DEXPERIENCE_Machining3DEXPERIENCE_Machining
3DEXPERIENCE_MachiningJimmy Chang
 
雲端數位化工廠生產優化,產線平衡模擬與VR整合
雲端數位化工廠生產優化,產線平衡模擬與VR整合雲端數位化工廠生產優化,產線平衡模擬與VR整合
雲端數位化工廠生產優化,產線平衡模擬與VR整合Jimmy Chang
 
DS_貫穿價值鏈的工程與製造
DS_貫穿價值鏈的工程與製造DS_貫穿價值鏈的工程與製造
DS_貫穿價值鏈的工程與製造Jimmy Chang
 
Nc machine design_and_management
Nc machine design_and_managementNc machine design_and_management
Nc machine design_and_managementJimmy Chang
 
邦查-3D體驗平台設計與加工
邦查-3D體驗平台設計與加工邦查-3D體驗平台設計與加工
邦查-3D體驗平台設計與加工Jimmy Chang
 
友嘉 雲端平台 數位製造-系統工程_虛擬設計
友嘉 雲端平台 數位製造-系統工程_虛擬設計友嘉 雲端平台 數位製造-系統工程_虛擬設計
友嘉 雲端平台 數位製造-系統工程_虛擬設計Jimmy Chang
 
Catia逆向工程應用
Catia逆向工程應用Catia逆向工程應用
Catia逆向工程應用Jimmy Chang
 
DS PLM Composites_Solution
DS PLM Composites_SolutionDS PLM Composites_Solution
DS PLM Composites_SolutionJimmy Chang
 
Catia Connect Design
Catia Connect DesignCatia Connect Design
Catia Connect DesignJimmy Chang
 
贏在知識工程及協同設計
贏在知識工程及協同設計贏在知識工程及協同設計
贏在知識工程及協同設計Jimmy Chang
 
Catia V5 Prismatic
Catia V5 PrismaticCatia V5 Prismatic
Catia V5 PrismaticJimmy Chang
 
Catia v5 CAM enhancement
Catia v5 CAM enhancementCatia v5 CAM enhancement
Catia v5 CAM enhancementJimmy Chang
 
3Dexperience Machining
3Dexperience Machining3Dexperience Machining
3Dexperience MachiningJimmy Chang
 
3D體驗平台導入規劃
3D體驗平台導入規劃3D體驗平台導入規劃
3D體驗平台導入規劃Jimmy Chang
 
3dexperience_mssql_installation_r2017x
3dexperience_mssql_installation_r2017x3dexperience_mssql_installation_r2017x
3dexperience_mssql_installation_r2017xJimmy Chang
 
AutomAPPPS_recent_en_public
AutomAPPPS_recent_en_publicAutomAPPPS_recent_en_public
AutomAPPPS_recent_en_publicJimmy Chang
 

Plus de Jimmy Chang (20)

3DEXPERIENCE_Machining
3DEXPERIENCE_Machining3DEXPERIENCE_Machining
3DEXPERIENCE_Machining
 
雲端數位化工廠生產優化,產線平衡模擬與VR整合
雲端數位化工廠生產優化,產線平衡模擬與VR整合雲端數位化工廠生產優化,產線平衡模擬與VR整合
雲端數位化工廠生產優化,產線平衡模擬與VR整合
 
DS_貫穿價值鏈的工程與製造
DS_貫穿價值鏈的工程與製造DS_貫穿價值鏈的工程與製造
DS_貫穿價值鏈的工程與製造
 
Nc machine design_and_management
Nc machine design_and_managementNc machine design_and_management
Nc machine design_and_management
 
Ims 簡報
Ims 簡報Ims 簡報
Ims 簡報
 
邦查-3D體驗平台設計與加工
邦查-3D體驗平台設計與加工邦查-3D體驗平台設計與加工
邦查-3D體驗平台設計與加工
 
Dm ds catia v5
Dm ds catia v5Dm ds catia v5
Dm ds catia v5
 
達梭系統Ceo
達梭系統Ceo達梭系統Ceo
達梭系統Ceo
 
友嘉 雲端平台 數位製造-系統工程_虛擬設計
友嘉 雲端平台 數位製造-系統工程_虛擬設計友嘉 雲端平台 數位製造-系統工程_虛擬設計
友嘉 雲端平台 數位製造-系統工程_虛擬設計
 
Catia逆向工程應用
Catia逆向工程應用Catia逆向工程應用
Catia逆向工程應用
 
DS PLM Composites_Solution
DS PLM Composites_SolutionDS PLM Composites_Solution
DS PLM Composites_Solution
 
Catia Connect Design
Catia Connect DesignCatia Connect Design
Catia Connect Design
 
贏在知識工程及協同設計
贏在知識工程及協同設計贏在知識工程及協同設計
贏在知識工程及協同設計
 
車燈
車燈車燈
車燈
 
Catia V5 Prismatic
Catia V5 PrismaticCatia V5 Prismatic
Catia V5 Prismatic
 
Catia v5 CAM enhancement
Catia v5 CAM enhancementCatia v5 CAM enhancement
Catia v5 CAM enhancement
 
3Dexperience Machining
3Dexperience Machining3Dexperience Machining
3Dexperience Machining
 
3D體驗平台導入規劃
3D體驗平台導入規劃3D體驗平台導入規劃
3D體驗平台導入規劃
 
3dexperience_mssql_installation_r2017x
3dexperience_mssql_installation_r2017x3dexperience_mssql_installation_r2017x
3dexperience_mssql_installation_r2017x
 
AutomAPPPS_recent_en_public
AutomAPPPS_recent_en_publicAutomAPPPS_recent_en_public
AutomAPPPS_recent_en_public
 

Dernier

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Dernier (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程

  • 1. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 1 § 一、WINDOWS SERVER2012R2 英文標準版環境準備 § 1.請紀錄登入 WINDOWS 密碼,檢查正版 OS 已啟用 2.檢查驅動程式是否都 OK 3.設定網路 IP 位址 (本文件設置10.202.112.62) 4.防火牆與安全性提示關閉 5.變更電腦名稱取簡單一點,然後重開機 6.安裝 .Net Framework 3.5 Features add roles and features > installation type > Role-based or feature-based installatore > Features 加點 .Net Framework 3.5 Features (需放 WINDOWS2012R2光碟片,並點選 Specify an alternate source path 指向 E:sourcessxs) § 二、安裝其他第三方工具 § 1.安裝 NotePad++ (方便編輯檔案) 2.安裝7ZIP 64Bitt (解壓縮方便) 3.安裝 OpenOffice (觀看文件複製方便用) 4.安裝 K-Lite_Codec_Pack (觀看步驟影片用) § 三、安裝 JAVA &Firefox § 1.安裝 JDK-64Bit 注意路徑變更成 C:Javajdk1.8.0_72 接續安裝 JRE-64Bit 注意路徑變更成 C:Javajre1.8.0_72 (使用版本為 jdk-8u72-windows-x64) 2..安裝 JRE-32Bit 注意路徑變更成 C:JavajreX86 (使用版本為 jre-8u72-windows-i586) 3.安裝 Firefox (使用版本為 Firefox Setup 47.0.1) § 四、建立本機 DSLS § 1.安裝具 Licenses 網路卡並驅動 2.安裝 DSLS,安裝好後匯入 Licnese 跟打勾選項 (使用版本 DSLS 2016)
  • 2. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 2 3.新增 DSLicSrv.txt 文件,內容先新增 localhost:4085 (位置 C:ProgramDataDassaultSystemesLicensesDSLicSrv.txt) .§ 五、新增網址對應 IP 的指向 § 1. 新增以下敘述到 C:WindowsSystem32driversetc 10.202.112.62 r2016x.mydomain.com r2016x 10.202.112.62 mydbserver.mydomain.com mydbserver 10.202.112.62 mymail.mydomain.com mymail 10.202.112.62 my3dpassport.mydomain.com my3dpassport 10.202.112.62 my3ddashboard.mydomain.com my3ddasboard 10.202.112.62 myuntrusted.mydomain.com myuntrusted 10.202.112.62 myfederated.mydomain.com myfederated 10.202.112.62 myfts.mydomain.com myfts 10.202.112.62 my3dindex.mydomain.com my3dindex 10.202.112.62 my3dspace.mydomain.com my3dspace 10.202.112.62 mycentralfcs.mydomain.com mycentralfcs 10.202.112.62 my3dswym.mydomain.com my3dswym .§ 六、安裝 Oracle12c § 1. 以下順序很重要 2.點選安裝 Oracle12c 3.取消勾選 iwish to receive security updates via my Oeacle Support > Next 4.出現彈跳畫面,選 YES 5.使用預設 Skip software uptates > Next 6.使用預設 Create and configure a database > Next 7.改選擇 Server class > Next 8.預設 Single instance database installation 9.改選擇 Advanced install 10.使用預設 ENGLISH 即可>Next 11.使用預設 Enterprise Edition (6.0GB) > Next 12.改勾選 Create New Windows User > 設定帳密> Next
  • 3. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 3 帳號:oracle12c 密碼:Qwerty12345 13.安裝路徑請檢查是否都在 C:apporacle12c (若不同請都改到 C 槽) > Next 14.使用預設 General Purpose / Transaction Processing > Next 15.改名稱 Global database name: MYDB Oracle system identifier (SID): MYDB 下方 Create as Container database 不要勾選 > Next 16.分頁 Memory 保持預設40%即可 分頁 Charecter sets 改選擇 Use Unicode (AL32UTF8) 分頁 Sample schenas 保持預設部勾選 > Next 17.再次檢查預設 File system 路徑是在 C:apporacle12oradata > Next 18.使用預設 不勾選 Register with Enterprise Manager (EN) Cloud Control > Next 19.使用預設 不勾選 Enable Recovery > Next 20.改勾選 Use the same password for all accounts 密碼:Qwerty12345 > Next 21.會先跑出剛剛所有的設定數值表,點選 Install 即可 22.約安裝到87%時,會跳出新視窗按下 OK (有時會被擋住) > Close 23.先停止服務 Oracle Database service (OracleServiceMYDB) 再停止服務 Listener service (OracleOraDB12Home1TNSListener) 24.修改 listener.ora & tnsnames.ora 兩個檔案的內容,檔案位置與修改內容如下表 listener.ora (C:apporacle12cproduct12.1.0dbhome_1NETWORKADMINlistener.ora) <修改前> ... LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = mycentralfcs.mydomain.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) ) ) <修改後> ... LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = mydbserver.mydomain.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) ) ) tnsnames.ora (C:apporacle12cproduct12.1.0dbhome_1NETWORKADMINtnsnames.ora) <修改前> ... MYDB = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = mycentralfcs.mydomain.com)(PORT = 1521))
  • 4. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 4 (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = MYDB) ) ) <修改後> ... MYDB = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = mydbserver.mydomain.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = MYDB) ) ) 25.開始工具列執行 Net Manager 檢查 Oracle Net Configuration-Local-Service Naming-mydb-Dedicated Server 檢查 Oracle Net Configuration-Local-Listencers-LISTENER-Address1 或 2 是否有剛剛修改設置的網址 mydbserver.mydomain.com 26.點入 Oracle Net Configuration-Local-Listencers-LISTENER 右上下拉選單選 Database Services 下方點選 Add Database 後,填入 Global Database Name: MYDB Oracle Home Directory: C:apporacle12cproduct12.1.0dbhome_1 SID:MYDB 27.存檔一下記得點選 File > Save Network Configuration 28.先啟用服務 Listener service(OracleOraDB12Home1TNSListener) 再啟用服務 Start Oracle Database service (OracleServiceMYDB) 29.開啟 DOS 畫面測試是否連線正常,並將密碼設置為不會過期,輸入以下指令 (紅色為密碼) C:> lsnrctl status C:> tnsping MYDB C:> sqlplus system/Qwerty12345@MYDB SQL> ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED; SQL> exit . § 七、安裝 Apache §
  • 5. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 5 1.安裝 vc2012_vcredist_x64 與 vcredist_x64 2.將 httpd-2.4.12-x64-vc11-r2解壓縮後,將 Apache24資料夾,放置於 C:appApache24 3.修改文件檔案 C:appApache24confhttpd.conf 第38行 ServerRoot "C:appApache24" Define SRVROOT "C:appApache24" 4.測試 Apache 是否可運行 開啟 DOS 畫面輸入 C:> cd C:appApache24bin C:appApache24bin> httpd.exe 開啟瀏覽器輸入 http://localhost 看有無畫面出現 如果沒問題 在 DOS 畫面 Ctrl+C 將 Apache 關閉 接著要將此 Apache 放入開機服務內,輸入以閜ˋ指令 C:appApache24bin> httpd.exe -k install C:appApache24bin> net start Apache2.4 5.修改 Apache 的一些設置 修改檔案 C:appApache24confhttpd.conf 以下將字串前面的#符號拿掉 mod_headers.so (line#118) mod_proxy.so (line#140) mod_proxy_http.so (line#148) mod_setenvif.so (line#162) mod_socache_dbm.so (line#165) mod_ssl.so (line#169) 以下在字串前面增加#符號 #Include conf/extra/httpd-ahssl.conf (line#520) 完成後存檔 6.將 Apache 服務重新啟動 7.建立 SSL 憑證,開啟 DOS 視窗,輸入以下指令 set OPENSSL_CONF=C:AppApache24confopenssl.cnf set PATH=%PATH%;C:AppApache24bin;C:Javajdk1.8.0_72bin cd C:AppApache24confssl
  • 6. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 6 openssl genrsa -des3 -out MyRootCA.key -passout pass:Qwerty12345 3650 openssl req -x509 -sha256 -new -nodes -key MyRootCA.key -days 3650 -out MyRootCA.crt - passin pass:Qwerty12345 -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=MYROOTCA" openssl rsa -in MyRootCA.key -out my3dpassport.key -passin pass:Qwerty12345 openssl req -new -key my3dpassport.key -out my3dpassport.csr -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3dpassport.mydomain.com" openssl x509 -sha256 -req -in my3dpassport.csr -CA MyRootCA.crt -CAkey MyRootCA.key - CAcreateserial -out my3dpassport.crt -days 3650 -passin pass:Qwerty12345 openssl x509 -noout -text -in my3dpassport.crt openssl rsa -in MyRootCA.key -out my3dpassport.key -passin pass:Qwerty12345 openssl req -new -key my3dpassport.key -out my3dpassport.csr -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3dpassport.mydomain.com" openssl x509 -sha256 -req -in my3dpassport.csr -CA MyRootCA.crt -CAkey MyRootCA.key - CAcreateserial -out my3dpassport.crt -days 3650 -passin pass:Qwerty12345 openssl x509 -noout -text -in my3dpassport.crt openssl rsa -in MyRootCA.key -out my3ddashboard.key -passin pass:Qwerty12345 openssl req -new -key my3ddashboard.key -out my3ddashboard.csr -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3ddashboard.mydomain.com" openssl x509 -sha256 -req -in my3ddashboard.csr -CA MyRootCA.crt -CAkey MyRootCA.key - CAcreateserial -out my3ddashboard.crt -days 3650 -passin pass:Qwerty12345 openssl x509 -noout -text -in my3ddashboard.crt openssl rsa -in MyRootCA.key -out myuntrusted.key -passin pass:Qwerty12345 openssl req -new -key myuntrusted.key -out myuntrusted.csr -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=myuntrusted.mydomain.com" openssl x509 -sha256 -req -in myuntrusted.csr -CA MyRootCA.crt -CAkey MyRootCA.key - CAcreateserial -out myuntrusted.crt -days 3650 -passin pass:Qwerty12345 openssl x509 -noout -text -in myuntrusted.crt openssl rsa -in MyRootCA.key -out myfederated.key -passin pass:Qwerty12345 openssl req -new -key myfederated.key -out myfederated.csr -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=myfederated.mydomain.com" openssl x509 -sha256 -req -in myfederated.csr -CA MyRootCA.crt -CAkey MyRootCA.key - CAcreateserial -out myfederated.crt -days 3650 -passin pass:Qwerty12345 openssl x509 -noout -text -in myfederated.crt openssl rsa -in MyRootCA.key -out my3dspace.key -passin pass:Qwerty12345 openssl req -new -key my3dspace.key -out my3dspace.csr -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3dspace.mydomain.com" openssl x509 -sha256 -req -in my3dspace.csr -CA MyRootCA.crt -CAkey MyRootCA.key - CAcreateserial -out my3dspace.crt -days 3650 -passin pass:Qwerty12345 openssl x509 -noout -text -in my3dspace.crt openssl rsa -in MyRootCA.key -out mycentralfcs.key -passin pass:Qwerty12345 openssl req -new -key mycentralfcs.key -out mycentralfcs.csr -subj
  • 7. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 7 "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=mycentralfcs.mydomain.com" openssl x509 -sha256 -req -in mycentralfcs.csr -CA MyRootCA.crt -CAkey MyRootCA.key - CAcreateserial -out mycentralfcs.crt -days 3650 -passin pass:Qwerty12345 openssl x509 -noout -text -in mycentralfcs.crt openssl rsa -in MyRootCA.key -out my3dswym.key -passin pass:Qwerty12345 openssl req -new -key my3dswym.key -out my3dswym.csr -subj "/C=JP/ST=TOKYO/L=SHINAGAWA/O=DSKK/OU=CS/CN=my3dswym.mydomain.com" openssl x509 -sha256 -req -in my3dswym.csr -CA MyRootCA.crt -CAkey MyRootCA.key - CAcreateserial -out my3dswym.crt -days 3650 -passin pass:Qwerty12345 openssl x509 -noout -text -in my3dswym.crt 8.Server & Client 皆需要導入以下指令 (Server & Client 皆須做,否則可能有SSL PKIX的錯誤) set OPENSSL_CONF=C:AppApache24confopenssl.cnf set PATH=%PATH%;C:AppApache24bin;C:Javajdk1.8.0_72bin cd C:AppApache24confssl keytool -import -keystore C:Javajdk1.8.0_72jrelibsecuritycacerts -storepass changeit -alias MyRootCA -file MyRootCA.crt -noprompt keytool -import -keystore C:Javajre1.8.0_72libsecuritycacerts -storepass changeit - alias MyRootCA -file MyRootCA.crt -noprompt keytool -list -keystore C:Javajdk1.8.0_72jrelibsecuritycacerts -storepass changeit | findstr /i my keytool -list -keystore C:Javajre1.8.0_72libsecuritycacerts -storepass changeit | findstr /i m 9.匯入憑證,請先確保已安裝 IE11 進入 C:appApache24confssl 在 MyRootCA 上按右鍵 選擇 Install Certificate > Local Machine > Place all certificates in the following store > Browse 選第二項 Trusted Root certification Authorities 10.Firefox 也是相同的方式 選項>進階>憑證>檢視憑證清單>匯入 找 C:appApache24confsslMyRootCA 後,勾選第一項"信任此憑證機構以識別網站" § 八、安裝3D Passport §
  • 8. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 8 1.開啟DOS畫面輸入以下指令 C:> sqlplus / as sysdba SQL> CREATE TABLESPACE x3dpassadmin_ts DATAFILE 'C:APPORACLE12CORADATAMYDBX3DPASSADMIN_TS.DBF' SIZE 200M AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; SQL> CREATE TABLESPACE x3dpasstokens_ts DATAFILE 'C:APPORACLE12CORADATAMYDBX3DPASSTOKENS_TS.DBF' SIZE 200M AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; SQL> CREATE USER x3dpassadmin IDENTIFIED BY Qwerty12345; SQL> ALTER USER x3dpassadmin DEFAULT TABLESPACE x3dpassadmin_ts; SQL> GRANT CREATE PUBLIC SYNONYM TO x3dpassadmin; SQL> GRANT CREATE SEQUENCE TO x3dpassadmin; SQL> GRANT CREATE SESSION TO x3dpassadmin; SQL> GRANT CREATE SYNONYM TO x3dpassadmin; SQL> GRANT CREATE TABLE TO x3dpassadmin; SQL> GRANT DROP PUBLIC SYNONYM TO x3dpassadmin; SQL> GRANT UNLIMITED TABLESPACE TO x3dpassadmin; SQL> CREATE USER x3dpasstokens IDENTIFIED BY Qwerty12345; SQL> ALTER USER x3dpasstokens DEFAULT TABLESPACE x3dpasstokens_ts; SQL> GRANT CREATE PUBLIC SYNONYM TO x3dpasstokens; SQL> GRANT CREATE SEQUENCE TO x3dpasstokens; SQL> GRANT CREATE SESSION TO x3dpasstokens; SQL> GRANT CREATE SYNONYM TO x3dpasstokens; SQL> GRANT CREATE TABLE TO x3dpasstokens; SQL> GRANT DROP PUBLIC SYNONYM TO x3dpasstokens; SQL> GRANT UNLIMITED TABLESPACE TO x3dpasstokens; 2. 安裝3DPassport 程式 (安裝程式路徑 D:Server_V6R2016GA01.3DPassport.Windows641setup.exe) 3.Next 4.變更安裝位置於 C:appDassaultSystemesR2016x3DPassport 5.不勾選 Install Java > Next
  • 9. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 9 6.會自動找尋 JRE 安裝路徑 (C:Javajre1.8.0_72) 7.選擇 Oracle 8.參照此頁 9.郵件改一下 admin_platform@mydomain.com 密碼:Qwerty12345 10. 多加 my https://my3dpassport.mydomain.com:443/3dpassport https://my3dspace.mydomain.com:443/3dspace 11.Mail 設置 mymail.mydomain.com admin_platform@mydomain.com 12.使用預設 8080PORT > Next 13.使用預設 不勾選 Force lowercase'login' >Next 14.點選 Install 15.修改以下內容到 C:appApache24confhttpd.conf 新增放置於程式尾巴 <IfModule !ssl_module> LoadModule ssl_module modules/mod_ssl.so
  • 10. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 10 </IfModule> Listen 443 SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLCryptoDevice builtin Include conf/my3dpassport.conf 16.在 C:appApache24conf 新增一個檔案 my3dpassport.conf 內容輸入以下 <VirtualHost my3dpassport.mydomain.com:80> ServerName my3dpassport.mydomain.com DocumentRoot "C:appApache24htdocs" Redirect permanent /3dpassport https://my3dpassport.mydomain.com/3dpassport </VirtualHost> <VirtualHost my3dpassport.mydomain.com:443> ServerName my3dpassport.mydomain.com ServerAlias my3dpassport ErrorLog logs/my3dpassport_error_log TransferLog logs/my3dpassport_access_log LogLevel warn SSLEngine on SSLProxyEngine on SSLCertificateFile conf/ssl/my3dpassport.crt SSLCertificateKeyFile conf/ssl/my3dpassport.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 # Overwrite X-Forwarded-Proto declaration for port 443, request are "https" RequestHeader set X-Forwarded-Proto "https" RequestHeader set X-Forwarded-Port "443" # CORS support SetEnvIf Origin "^http(s)?://(.+.)?(mydomain.com)(:d{1,5})?$" origin_is=$0 Header always set Access-Control-Allow-Origin %{origin_is}e env=origin_is Header set Access-Control-Allow-Credentials "true" Header set Access-Control-Allow-Methods "GET, POST, OPTIONS, HEAD, PUT, DELETE, PATCH" Header set Access-Control-Allow-Headers "accept,x-requested-method,origin,x-requested-with,x- request,cache-control,content-type" Header set Access-Control-Max-Age "600" ProxyPass /3dpassport http://localhost:8080/3dpassport retry=0 ProxyPassReverse /3dpassport http://localhost:8080/3dpassport
  • 11. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 11 # Fix font issue in IE10+ <Location ~ .eot$> Header unset Cache-Control Header unset Pragma </Location> </VirtualHost> 17.重新啟動Apache服務 18.開瀏覽器輸入 http://my3dpassport.mydomain.com/3dpassport 用 admin_platform 帳號測試看看 § 九、安裝 Federated Search § 1.點選安裝 D:Server_V6R2016GA02.FederatedSearchFoundation.Windows641setup.exe 2.Next 3.變更安裝路徑 C:appDassaultSystemesR2016xFedSearch 4.不勾選安裝 JAVA JRE 5.自動抓取 JRE 已安裝路徑 > NEXT 6.輸入以下圖片 (請非常注意圖片路徑)
  • 12. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 12 7.使用預設 勾選 Install the application server > NEXT 8.變更 8086埠 9.點選 Install 10.修改以下內容到 C:appApache24confhttpd.conf 新增放置於程式尾巴 <IfModule !ssl_module> LoadModule ssl_module modules/mod_ssl.so </IfModule> Listen 443 SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLCryptoDevice builtin Include conf/my3dpassport.conf Include conf/my3ddashboard.conf Include conf/myfederated.conf 11.在 C:appApache24conf 新增一個檔案 my3dpassport.conf 內容輸入以下 <VirtualHost myfederated.mydomain.com:80> ServerName myfederated.mydomain.com DocumentRoot "C:appApache24htdocs"
  • 13. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 13 Redirect permanent /federated https://myfederated.mydomain.com/federated </VirtualHost> <VirtualHost myfederated.mydomain.com:443> ServerName myfederated.mydomain.com ServerAlias myfederated ErrorLog logs/myfederated_error_log TransferLog logs/myfederated_access_log LogLevel warn SSLEngine on SSLProxyEngine on SSLCertificateFile conf/ssl/myfederated.crt SSLCertificateKeyFile conf/ssl/myfederated.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 # Overwrite X-Forwarded-Proto declaration for port 443, request are "https" RequestHeader set X-Forwarded-Proto "https" RequestHeader set X-Forwarded-Port "443" # CORS support SetEnvIf Origin "^http(s)?://(.+.)?(mydomain.com)(:d{1,5})?$" origin_is=$0 Header always set Access-Control-Allow-Origin %{origin_is}e env=origin_is Header set Access-Control-Allow-Credentials "true" Header set Access-Control-Allow-Methods "GET, POST, OPTIONS, HEAD, PUT, DELETE, PATCH" Header set Access-Control-Allow-Headers "accept,x-requested-method,origin,x-requested-with,x- request,cache-control,content-type" Header set Access-Control-Max-Age "600" ProxyPass /federated http://localhost:8086/federated ProxyPassReverse /federated http://localhost:8086/federated # Fix font issue in IE10+ <Location ~ .eot$> Header unset Cache-Control Header unset Pragma </Location> 12.重新啟動Apache服務 13.開瀏覽器輸入 ,用 admin_platform 帳號測試看看 http://my3dpassport.mydomain.com/3dpassport 先登入 然後貼上以下網址 http://myfederated.mydomain.com/federated/search?query=test Firefox 約出現四串亂數即正常
  • 14. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 14 § 十、安裝 Full-text Search Server with Exalead § 1.點選安裝 setup.exe D:Server_V6R2016GA03.Full-textSearchServerwithExalead.Windows641 2.Next 3.變更安裝路徑到 C:appDassaultSystemesR2016xFulltextSearchServer 4.選擇改選 Custom >Next 5.選擇預設 Single Search Server >Next 6.共四行修改一下 http://myfts.mydomain.com:19000 1 1 Qwerty12345 7.點選 Install 8.點選 Close § 十一、安裝3D Dashboard § 1.開啟命令提示字元 2.建立 tablespaces C:> sqlplus / as sysdba SQL> CREATE TABLESPACE x3ddashadmin_ts DATAFILE 'C:APPORACLE12CORADATAMYDBX3DDASHADMIN_TS.DBF' SIZE
  • 15. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 15 200M AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; 3. 建立 DB user & granting privileges SQL> CREATE USER x3ddashadmin IDENTIFIED BY Qwerty12345; SQL> ALTER USER x3ddashadmin DEFAULT TABLESPACE x3ddashadmin_ts; SQL> GRANT CONNECT TO x3ddashadmin; SQL> GRANT RESOURCE TO x3ddashadmin; SQL> GRANT UNLIMITED TABLESPACE TO x3ddashadmin; 點選安裝 setup.exe D:Server_V6R2016GA04.3DDashboard.Windows641 2.Next 3.變更安裝路徑到 C:appDassaultSystemesR2016x3DDashboard 4.取消勾選 install Java 5.自動抓以安裝路徑,檢查一下按 Next 6.預設 Oracle > Next 7.修改一下四行 (空白) //mydbserver.mydomain.com:1521/MYDB x3ddashadmin Qwerty12345 8.變更以下四行 https://my3dpassport.mydomain.com:443/3dpassport https://my3ddashboard.mydomain.com:443/3ddashboard https://my3dspace.mydomain.com:443/3dspace https://my3dspace.mydomain.com:443/3dspace 9.變更以下兩行 mymail.mydomain.com admin_platform@mydomain.com 10.預設有勾 Install the application server 11.修改 Port 8083
  • 16. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 16 12.以下兩行修改第一行 myuntrusted.mydomain.com .* 13.點選 Install 14.點選 Close 15.開啟 C:appApache24confhttpd.conf 16.最下方增加一行 Include conf/my3ddashboard.conf 17.在 C:appApache24conf 新增 my3ddashboard.conf 內容如下 <VirtualHost my3ddashboard.mydomain.com:80> ServerName my3ddashboard.mydomain.com DocumentRoot "C:appApache24htdocs" Redirect permanent /3ddashboard https://my3ddashboard.mydomain.com/3ddashboard </VirtualHost> <VirtualHost my3ddashboard.mydomain.com:443> ServerName my3ddashboard.mydomain.com ServerAlias my3ddashboard ErrorLog logs/my3ddashboard_error_log TransferLog logs/my3ddashboard_access_log LogLevel warn SSLEngine on SSLProxyEngine on SSLCertificateFile conf/ssl/my3ddashboard.crt SSLCertificateKeyFile conf/ssl/my3ddashboard.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 <Location /3ddashboard> SetEnvIf Host ^(.*?)(:[0-9]+|)$ custom_host=$1 RequestHeader set x-forwarded-hostname "%{custom_host}e" RequestHeader set x-forwarded-port 443 RequestHeader set x-forwarded-proto https ProxyPass http://127.0.0.1:8083/3ddashboard ProxyPassReverse http://127.0.0.1:8083/3ddashboard # Passport font fix Header unset Cache-Control Header unset Pragma </Location> </VirtualHost> 18.重新啟動 Apache24服務
  • 17. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 17 19.瀏覽器輸入 http://my3ddashboard.mydomain.com/3ddashboard 用 admin_platform 會出現存取資遭拒,這是正常的,因為3DSpace 還沒裝 § 十二、安裝3D Space § 1.開啟命令提示字元 2.建立 tablespaces C:> sqlplus / as sysdba SQL> CREATE TABLESPACE space_data_ts DATAFILE 'C:APPORACLE12CORADATAMYDBSPACE_DATA_TS01.DBF' SIZE 200M AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; SQL> CREATE TABLESPACE space_index_ts DATAFILE 'C:APPORACLE12CORADATAMYDBSPACE_INDEX_TS01.DBF' SIZE 200M AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; 3. 建立 DB user & granting privileges SQL> CREATE USER spaceuser IDENTIFIED BY Qwerty12345; SQL> ALTER USER spaceuser DEFAULT TABLESPACE space_data_ts; SQL> GRANT CONNECT, RESOURCE, DBA, CREATE VIEW, UNLIMITED TABLESPACE TO spaceuser; 點選安裝 setup.exe D:Server_V6R2016GA05.3DSpace.Windows641 2.Next 3.變更安裝路徑到 C:appDassaultSystemesR2016x3DSpaceserver 4.不勾安裝 JAVA
  • 18. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 18 5.自動抓 JAVA 已裝路徑 6.預設 Oracle 7.變更以下六行 (空白) spaceuser Qwerty12345 //mydbserver.mydomain.com:1521/MYDB space_data_ts space_index_ts 8.變更密碼與路徑 Qwerty12345 c:appDassaultSystemes3DSpaceData 9.預設有勾 Update database 10.檢查兩行 space_data_ts space_index_ts 11.檢查變更五行 (務必注意路徑是否正確) http://myfts.mydomain.com:19000 https://myfederated.mydomain.com:443/federated https://my3ddashboard.mydomain.com:443/3ddashboard https://my3dspace.mydomain.com:443/3dspace https://my3dswym.mydomain.com:443 12.變更兩行 mymail.mydomain.com admin_platform@mydomain.com 13.預設兩個都勾選 > Next 14.變更使用埠為 8087 15.預設暫存位置 C:WindowsTempDassaultSystemes 16.預設一個有勾選 17.預設兩個都有勾選 18.點選 Install 19.點選 Close 20.開啟 C:appApache24confhttpd.conf
  • 19. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 19 21.最下方增加一行 Include conf/my3dspace.conf 22.在 C:appApache24conf 新增 my3dspace.conf 內容如下 <VirtualHost my3dspace.mydomain.com:80> ServerName my3dspace.mydomain.com DocumentRoot "C:appApache24htdocs" Redirect permanent /3dspace https://my3dspace.mydomain.com/3dspace Redirect permanent /internal https://my3dspace.mydomain.com/internal </VirtualHost> <VirtualHost my3dspace.mydomain.com:443> ServerName my3dspace.mydomain.com ServerAlias my3dspace ErrorLog logs/my3dspace_error_log TransferLog logs/my3dspace_access_log LogLevel warn SSLEngine on SSLProxyEngine on SSLCertificateFile conf/ssl/my3dspace.crt SSLCertificateKeyFile conf/ssl/my3dspace.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 # Overwrite X-Forwarded-Proto declaration for port 443, request are "https" RequestHeader set X-Forwarded-Proto "https" RequestHeader set X-Forwarded-Port "443" # CORS support SetEnvIf Origin "^http(s)?://(.+.)?(mydomain.com)(:d{1,5})?$" origin_is=$0 Header always set Access-Control-Allow-Origin %{origin_is}e env=origin_is Header set Access-Control-Allow-Credentials "true" Header set Access-Control-Allow-Methods "GET, POST, OPTIONS, HEAD, PUT, DELETE, PATCH" Header set Access-Control-Allow-Headers "accept,x-requested-method,origin,x-requested-with,x- request,cache-control,content-type" Header set Access-Control-Max-Age "600" ProxyPass /3dspace http://localhost:8087/3dspace ProxyPassReverse /3dspace http://localhost:8087/3dspace ProxyPass /internal http://localhost:8070/internal ProxyPassReverse /internal http://localhost:8070/internal # Fix font issue in IE10+ <Location ~ .eot$> Header unset Cache-Control
  • 20. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 20 Header unset Pragma </Location> </VirtualHost> 23.重新啟動 Apache24服務 24.瀏覽器輸入 http://my3dspace.mydomain.com/3dspace http://my3dspace.mydomain.com/internal 用 admin_platform 25.停止3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務 26.在 C:AppDassaultSystemesR2016x3DSpaceservernocasini 建立資料夾 27.找 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinenovia.ini 複製到 C:AppDassaultSystemesR2016x3DSpaceservernocasini 內 並做修改 28.將此副本的檔案刪除以下內容 SWYM_URL=https://my3dswym.mydomain.com PASSPORT_URL=https://my3dpassport.mydomain.com/3dpassport DASHBOARD_URL=https://my3ddashboard.mydomain.com/3ddashboard SEARCH_URL=https://myfederated.mydomain.com/federated ENOVIA_URL=https://my3dspace.mydomain.com MYAPPS_URL=https://my3dspace.mydomain.com/3dspace 29. 開啟命令提示視窗輸入 regedit 30.找到HKEY_LOCAL_MACHINESOFTWAREWow6432NodeApache Software FoundationProcrun 2.03DSpaceTomEENoCAS_R2016xParametersEnvironments 底下 31.右邊點選 ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini 增加一行 ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini (後續若又更新 FP,Regedit 都要重新做一次) 32.開始工具列>選擇 Start mql ,使用 MQL 給予 CNV & MDG Licenses MQL<> set context user creator; MQL<> list product * where person==admin_platform; MQL<> mod product CNV add person admin_platform; MQL<> mod product MDG add person admin_platform; MQL<> list product * where person==admin_platform; MQL<> quit; § 十三、安裝3D Index Server §
  • 21. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 21 1.點選安裝 setup.exe D:Server_V6R2016GA06.3DIndexingServer.Windows641 2.Next 3.選擇 Custom 4.路徑修改一下到 C:appDassaultSystemesR2016x3DIndexServer 5.預設有勾選 6.預設 Deploy 3D Index Engine with the MCS buit-in load balancer 7.有四行修改如下 my3dindex.mydomain.com 58000 2 C:appDassaultSystemesR2016x3DSpaceserver 8.七行修改如下 my3dspace.mydomain.com 8070 internal 3DIndexAdminUser Qwerty12345 VPLMAdmin.Company Name.Default C:appDassaultSystemes3Dindexes 9.預設有勾選 10.點選 Install 11.Close 12.桌面多出 ICON 運行>看結果 Data reindexation batch > IndexationReport.html § 十四、安裝 Studio Modeling Platform Client §
  • 22. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 22 1.點選 Setup 安裝 D:Server_V6R2016GA07.StudioModelingPlatformRichClients.Windows641 2.路徑變更 C:appDassaultSystemesR2016x3DSpacestudio 3.會自動抓 JAVA 路徑 4.預設 Oracle 5.tnsnames.ora 路徑指向輸入 C:apporacle12cproduct12.1.0dbhome_1NETWORKADMIN 6.勾選 I have read...... > Next 7.MATRIX-R 路徑輸入 (注意後面有改成 server) C:appDassaultSystemesR2016x3DSpaceserver 8.點選 Install > Close 9.開始 > Business 登入看能否使用 (creator) 十五、安裝3DLiveExamine § 1.點選 Setup 安裝 D:Server_V6R2016GA08.ENOVIA3DLiveExamine1 2.指定 INSTALL 路徑 D:Server_V6R2016GADS_Installer.Windows641 3.變更安裝路徑 C:appDassaultSystemesR2016x3DSpaceserver 4.路徑不用改 C:appDassaultSystemesR2016x3DSpaceserverApps3DLive_web_plug-inV6R2016x 5.預設兩行不用改 creator
  • 23. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 23 (空白) 6.選 Install > Close 7.增加增加字串 要在 [MXMRUN] 之前 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinenovia.ini MX_SERVICE_PATH=C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codetomcatcurrentwebapp s3dspaceWEB-INFclasses MX_SERVICE_ADMIN=https://my3dspace.mydomain.com:443/3dspace [MXMRUN] MXMRUN_OS=win_b64 8.再改一次增加增加字串 要在 [MXMRUN] 之前 C:AppDassaultSystemesR2016x3DSpaceservernocasinienovia.ini MX_SERVICE_PATH=C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codetomcatcurrentNoCAS webappsinternalWEB-INFclasses MX_SERVICE_ADMIN=https://my3dspace.mydomain.com:443/internal [MXMRUN] MXMRUN_OS=win_b64 9.編輯修改檔案 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64resourceswarutilfragment PassportAuthentication.web.xml.part.deactivated 搜尋增加字串如下 Before <param- value>/resources/AppsMngt/user/invitation/*,/resources/AppsMngt/info s/*,/resources/ENOCsm/usermgmt/*,/resources/ENOCsm/3ddriveusr/*,/res ources/People/*,/resources/AppsMngt/environment/uploadfile/*,/resour ces/AppsMngt/massivesynchro/upload/*,/resources/AppsMngt/passport/*, /resources/AppsMngt/vm/delete*</param-value> After <param- value>/resources/AppsMngt/user/invitation/*,/resources/AppsMngt/info s/*,/resources/ENOCsm/usermgmt/*,/resources/ENOCsm/3ddriveusr/*,/res ources/People/*,/resources/AppsMngt/environment/uploadfile/*,/resour ces/AppsMngt/massivesynchro/upload/*,/resources/AppsMngt/passport/*, /resources/AppsMngt/vm/delete*,/services/*</param-value> 10.用 administrator 開啟命令提示字元 在 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codecommand 執行 – BuildDeploy3DSpace_NoCAS.bat – BuildDeploy3DSpace_CAS.bat
  • 24. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 24 11.停止 3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務 12.開命令提示字元輸入 regedit 13修改 HKEY_LOCAL_MACHINESOFTWAREWow6432NodeApache Software FoundationProcrun 2.03DSpaceTomEENoCAS_R2016xParametersEnvironments 14.點選右邊 在 Path=C:App...底下增加一行 ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini 15.重啟 3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務 16.開啟瀏覽器 http://my3dspace.mydomain.com/internal (FP 更新後 Regedit 步驟要重做) 17.開啟 DOS 輸入 -3DSPace CAS C:> C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql MQL<> set context user creator; MQL<> compile prog * force; MQL<> quit; -3DSPace NoCAS C:> set ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini C:> C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql MQL<> set context user creator; MQL<> compile prog * force; MQL<> quit; 18.輸入網址即可檢查 https://my3dspace.mydomain.com/3dspace/services https://my3dspace.mydomain.com/internal/services § 十五、安裝 FCS (CentralFCS) § 1.將 apache-tomee-1.7.2-plus.zip 解壓縮到 C:app 2.變更一下資料夾名稱 如 C:apptomee-centralfcs 3.在 C:apptomee-centralfcsbin 新增 setenv.bat 檔案 輸入 set JAVA_OPTS=-Xss512k -Xms640m -Xmx2048m -server -Dfile.encoding=UTF-8 - Dfile.encoding.override=UTF-8 -Dclient.encoding.override=UTF-8
  • 25. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 25 set LANG=C set MX_CHARSET=UTF8 set NLS_LANG=_.UTF8 4.修改 C:apptomee-centralfcsconfserver.xml <Server port="9005" shutdown="SHUTDOWN"> <Connector port="9080" protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8" redirectPort="9443" xpoweredBy="false" server="Apache TomEE" /> <Connector port="9009" protocol="AJP/1.3" redirectPort="9443" /> 5.點選 Setup 安裝 D:Server_V6R2016GA09.FileCollaborationServer.Windows641 6.路徑變更 C:appDassaultSystemesR2016xCentralFCS 7.JAVA 路徑會自己抓 8.預設有勾選 9.變更為 centralfcs 10.Install > Close 11.新增 windows 環境變數 JAVA_HOME=C:Javajdk1.8.0_72 12.開啟命令提示字元輸入 copy C:appDassaultSystemesR2016xCentralFCSdistribcentralfcs.war C:Apptomee-centralfcswebapps 啟動 C:> cd c:apptomee-centralfcsbin C:> startup.bat 13.瀏覽器輸入 http://mycentralfcs.mydomain.com:9080/centralfcs/servlet/fcs/about 有版本說明即可 14.修改 C:appApache24confhttpd.conf 最底下增加一行 Include conf/mycentralfcs.conf
  • 26. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 26 15.在 C:appApache24confhttpd.conf 新增一個檔案 mycentralfcs.conf 輸入 <VirtualHost mycentralfcs.mydomain.com:80> ServerName mycentralfcs.mydomain.com DocumentRoot "C:appApache24htdocs" Redirect permanent /centralfcs https://mycentralfcs.mydomain.com/centralfcs </VirtualHost> <VirtualHost mycentralfcs.mydomain.com:443> ServerName mycentralfcs.mydomain.com ServerAlias mycentralfcs ErrorLog logs/mycentralfcs_error_log TransferLog logs/mycentralfcs_access_log LogLevel warn SSLEngine on SSLProxyEngine on SSLCertificateFile conf/ssl/mycentralfcs.crt SSLCertificateKeyFile conf/ssl/mycentralfcs.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 # Overwrite X-Forwarded-Proto declaration for port 443, request are "https" RequestHeader set X-Forwarded-Proto "https" RequestHeader set X-Forwarded-Port "443" ProxyPass /centralfcs http://localhost:9080/centralfcs ProxyPassReverse /centralfcs http://localhost:9080/centralfcs </VirtualHost> 16.重新啟動 Apache 服務 17.蘭覽器輸入 http://mycentralfcs.mydomain.com/centralfcs/servlet/fcs/about 看是否正常 18.開啟命令提示字元輸入 C:> C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql MQL> set context user creator; MQL> list store; MQL> print store STORE; MQL> print store plmx; MQL> print store 'Image Store'; MQL> mod store STORE fcs 'https://mycentralfcs.mydomain.com/centralfcs'; MQL> mod store plmx fcs 'https://mycentralfcs.mydomain.com/centralfcs'; MQL> mod store 'Image Store' fcs 'https://mycentralfcs.mydomain.com/centralfcs'; MQL> print store STORE;
  • 27. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 27 MQL> print store plmx; MQL> print store 'Image Store'; 19.開啟瀏覽器輸入 http://my3dspace.mydomain.com/3dspace 登入看看 20.上傳物件會放置於 C:AppDassaultSystemes3DSpaceData內 21.將 TomEE 放置於服務,在命令提示字元輸入 C:> cd C:Apptomee-centralfcsbin C:> service.bat install 3DEXPERIENCE_R2016x_CentralFCS 22.編輯註冊檔案 Regedit 位置如下HKEY_LOCAL_MACHINESOFTWAREWow6432NodeApache Software FoundationProcrun 2.03DEXPERIENCE_R2016x_CentralFCSParametersJavaOptions 增加數值 -Xss512k -Xms640m -Xmx2048m -Dfile.encoding=UTF-8 -Dfile.encoding.override=UTF-8 -Dclient.encoding.override=UTF-8 23.服務啟動 Apache TomEE § 十六、安裝 Centrals § 1.點選 Setup.EXE 在 D:Server_V6R2016GACentralsDesignCentral_ENOVIAX-CADDesignFoundation.Windows641 2.選擇安裝套件位置 D:Server_V6R2016GADS_Installer.Windows641 3.路徑變更為 C:appDassaultSystemesR2016x3DSpaceserver 4.都下一步後完成 § 十七、安裝 FP1638 §
  • 28. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 28 1.點選 Setup.EXE 在 D:Server_V6R2016FP1638Platform.Windows64.2-23DPassport- V6R2016x.HF6.Windows643DPassport.Windows641 2.Next 3.有七行,倒數第一與第三行輸入密碼 Qwerty12345 4.Mail 有兩行,填入密碼 Qwerty12345 5.點選 Install 6.Close 7.點選 Setup.EXE D:Server_V6R2016FP1638Platform.Windows64.2-2FederatedSearchFoundation-V6R2016x.HF7.Windows641 8.Next > Install > Close 9.點選 Setup.EXE D:Server_V6R2016FP1638Platform.Windows64.2-2Full-textSearchServerwithExalead-V6R2016x.HF6.Windows641 10.Next 11.路徑 Next 12.點選 Install > Close 13.點選 Setup.EXE D:Server_V6R2016FP1638Platform.Windows64.2-23DDashboard-V6R2016x.HF7.Windows641
  • 29. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 29 14.Next 15. 有四行輸入第四行密碼 Qwerty12345 16.有三行輸入第三行位置 C:appDassaultSystemes3DSpaceData (要先建好資料夾 C:appDassaultSystemes3DDashboardData) 17.點選 Install > Close 18.點選 Setup.EXE D:Server_V6R2016FP1638Platform.Windows64.2-23DSpace-V6R2016x.HF7.Windows641 19.Next 20.有兩行 第一行密碼輸入 Qwerty12345 21.路徑檢查 Next 22.預設有勾選 Next > Install >Close 23.點選 Setup.EXE D:Server_V6R2016FP1638Platform.Windows64.2-23DIndexingServer-V6R2016x.HF6.Windows641 24.Next 25.改選擇 Custom 26.路徑檢查 27.有七行 輸入密碼 Qwerty12345 28.Instrall > Close 29.點選 Setup.EXE D:Server_V6R2016FP1638StudioModelingPlatformRichClients.Windows641 30.Next 31.預設路徑 C:appDassaultSystemesR2016x3DSpacestudio 32.Install >Close 33.點選 Setup.EXE D:Server_V6R2016FP1638Platform.Windows64.2-2FileCollaborationServer-V6R2016x.HF7.Windows641 34.Next 35.變更一下路徑到 C:appDassaultSystemesR2016xCentralFCS
  • 30. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 30 36.Install > Close 37.編輯 PassportAuthentication.web.xml.part.deactivated 在 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64resourceswarutilfragment 搜尋"skipFilterUrlPatterns" (2個地方要改) Before <param- value>/resources/AppsMngt/user/invitation/*,/resources/AppsMngt/infos /*,/resources/ENOCsm/usermgmt/*,/resources/ENOCsm/3ddriveusr/*,/resou rces/People/*,/resources/AppsMngt/environment/uploadfile/*,/resources /AppsMngt/massivesynchro/upload/*,/resources/AppsMngt/passport/*,/res ources/AppsMngt/vm/delete*</param-value> After <param- value>/resources/AppsMngt/user/invitation/*,/resources/AppsMngt/infos /*,/resources/ENOCsm/usermgmt/*,/resources/ENOCsm/3ddriveusr/*,/resou rces/People/*,/resources/AppsMngt/environment/uploadfile/*,/resources /AppsMngt/massivesynchro/upload/*,/resources/AppsMngt/passport/*,/res ources/AppsMngt/vm/delete*,/services/*</param-value> 38.用administrator開啟命令提示字元運行 C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codecommand - BuildDeploy3DSpace_NoCAS.bat - BuildDeploy3DSpace_CAS.bat 39.停止 3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務. 40.命令提示字元輸入 regedit 41.編輯註冊表 HKEY_LOCAL_MACHINESOFTWAREWow6432NodeApache Software FoundationProcrun 2.03DSpaceTomEENoCAS_R2016xParametersEnvironments 42.在右邊 "Path=C:App..." 點選.增加一行 ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini 43.重新啟動 3DSpaceTomEENoCAS_R2016x (3DEXPERIENCE R2016x 3DSpaceNoCAS TomEE) 服務 44.開始令另字元輸入以下指令 a. 3DSpace CAS C:> C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql MQL<> set context user creator; MQL<> compile prog * force; MQL<> quit;
  • 31. 3DExperience 2016 安裝點檢文件 James Ver.1.0 – 2016/11/11 Page. 31 b. 3DSpace NoCAS C:> set ENOVIAINIDIR=C:AppDassaultSystemesR2016x3DSpaceservernocasini C:> C:AppDassaultSystemesR2016x3DSpaceserverwin_b64codebinmql MQL<> set context user creator; MQL<> compile prog * force; MQL<> quit; 45.停止 Apache TomEE+ (3DEXPERIENCE_R2016X_CentralFCS)服務 46.刪除 C:apptomee-centralfcswebappscentralfcs.war 47.複製 C:appDassaultSystemesR2016xCentralFCSdistribcentralfcs.war 到 C:Apptomee-centralfcswebapps 48.啟動 Apache TomEE+ (3DEXPERIENCE_R2016X_CentralFCS)服務 49.瀏覽器輸入 http://mycentralfcs.mydomain.com/centralfcs/servlet/fcs/about 可以看到更新HF版次 50.完成