Sei sulla pagina 1di 21

3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.

: 3DS_Document_2015

VS Installation Workshop
3DEXPERIENCE R2019x (GA)
3DEXPERIENCE R2019x (GA)
Contents
 Day-1
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

 Installing Oracle Software, Creating & Configuring Oracle Database (Oracle12c - 12.2.0.1)
 DB Users & Tablespaces Configuration
 Installing & Configuring Apache & self-signed SSL certificates
 Installing & Configuring 3DPassport (GA)
 Installing 3DDashboard (GA)

 Day-2
 Installing 3DSearch (FederatedSearch & 3DSpaceIndex - GA)
 Installing & Configuring 3DSpace (GA)
 Installing & Configuring 3DSwym (GA)
 Installing & Configuring 3DComment (GA)
 Installing & Configuring 3DNotification (GA)
 WebApps
 Q&A

2
Windows Server 2016 All-In-One Image

EXALEAD
CloudView
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

Apache
(SSL + ReverseProxy)
3DSwym
Foundation
3DSpaceIndex 3DSpace Embedded TomEE+
Central FCS
(CAS)
3DIndexingServer 3DSwym Video
Embedded TomEE+ Embedded TomEE+ Converter

FederatedSearch 3DSpace
3DSwym Index
(No-CAS:internal)
Embedded TomEE+
Embedded TomEE+
3DPassport 3DComment

Embedded TomEE+ Embedded TomEE+


MYDB
3DDashboard 3DNotification
Embedded TomEE+ Oracle 12c Embedded TomEE+

3
3DEXPERIENCE R2019x (GA) - Ports
Service Name TomEE+ (http) SSL (https)
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

3DPassport 8080,8081,8082 443


3DDashboard 8083,8084,8085 443
Federated Search 8086,8087,8088 443
3DSpace 8089,9006,9007(CAS) 443
8070,9056,9057(NoCAS/internal)
3DSpaceIndex (a.k.a: FTS) 19000~ -
FCS (Central FCS) 9080, 9081, 9082 443
3DSwym 9083,9084,9085 443
29000~ (3DSwym Index)
3DComment 9086,9087,9088 443
3DNotification 9089 443

4
Installing Oracle Software, Creating & Configuring Oracle Database
Modify database profile for password limit

By default the passwords will be expired after 180 days. You can change it by the following SQL command.
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

C:\> sqlplus system/system_pwd@MYDB

SQL> ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

6
Installing Oracle Software, Creating & Configuring Oracle Database
Apply QA00000051120

QA00000051120 : Oracle query sends wrong result at first execution


3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

C:\> sqlplus system/system_pwd@MYDB

SQL> ALTER SYSTEM SET "_NLJ_BATCHING_ENABLED" = 0;

In QA00000051120
SQL> ALTER SESSION SET "_NLJ_BATCHING_ENABLED" = 0;

It should be
SQL> ALTER SYSTEM SET "_NLJ_BATCHING_ENABLED" = 0;

!!! IMPORTANT !!!

7
Installing and configuring Apache
Base Configuration

Modify Apache configuration file (httpd.conf)


3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

File location: C:\app\Apache24\conf\httpd.conf

Line# 38
ServerRoot "C:/app/Apache24"

Save it!

Test Apache.
C:\> cd C:\app\Apache24\bin
C:\app\Apache24\bin> httpd.exe

Access to URL "http://localhost"

If there is no error, then stop httpd.exe process by pressing Ctrl+C.

8
Installing and configuring Apache
Modify Apache configuration file (httpd.conf)
File location: C:\app\Apache24\conf\httpd.conf
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

Uncomment (remove # from the line) the following LoadModule directives.


mod_cache.so (line#99)
mod_cache_disk.so (line#100)
mod_deflate.so (line#110)
mod_filter.so (line#117)
mod_headers.so (line#118)
mod_proxy.so (line#142)
mod_proxy_http.so (line#150)
mod_proxy_wstunnel.so (line#154)
mod_rewrite.so (line#160)
mod_setenvif.so (line#166)
mod_slotmem_shm.so (line#168)
mod_socache_dbm.so (line#169)
mod_ssl.so (line#173)

Add remark(#)
#Include conf/extra/httpd-ahssl.conf (line#524)

Save it!
Then restart Apache24 service.
9
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

10
3DPassport Validation
 https://r2019x.mydomain.com/3dpassport/healthcheck
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

11
3DDashboard Validation
 https://r2019x.mydomain.com/3ddashboard/test-alive
3DSearch - Part1 : FederatedSearch Validation
 https://r2019x.mydomain.com:443/federated/manager?query=monitoring
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

12
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

13
 http://r2019x.mydomain.com:19000
3DSearch - Part2 : 3DSpaceIndex Validation
3DSearch - Part2 : 3DSpaceIndex Validation
 http://r2019x.mydomain.com:19001
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

login as admin with password that you entered


during installation (page#109)

14
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

15
3DSpace Validation
 https://r2019x.mydomain.com:443/3dspace
3DSpace
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

This task executes the following batch file every 1 minute (by default).
C:\app\DS\R2019x\3DSpace\win_b64\code\command\\FullTextSearch_partial_indexation.bat

16
Installing 3DSwym

Download & extract 3DSwym for Windows64 Installer


3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

Ex:
C:\Installer\V6R2019x_GA\3DSwym\Windows64\1\setup.exe

Modify the attribute of ojdbc7.jar file in installer media  uncheck Read-only


C:\Installer\V6R2019x_GA\3DSwym\Windows64\1¥inst¥win_b64

17
3DSwym Validation
https://r2019x.mydomain.com:443/3dswym

It will be redericted to 3dpassport URL for authentication.


3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

18
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

19
3DSwym Validation
https://r2019x.mydomain.com/#home
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

20
3DComment Validation
https://r2019x.mydomain.com:443/3dcomment/monitoring/healthcheck
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

21
3DNotification Validation
https://r2019x.mydomain.com:443/3dnotification
3DS.COM © Dassault Systèmes | Confidential Information | 1/3/2020 | ref.: 3DS_Document_2015

22

Potrebbero piacerti anche