Update¶
The update steps divided in the ones for the management server and the ones for the PLOSSYS 5 server.
Hint - no Internet access
If the server on which you want to update the components does not have Internet access, use another server with Internet access for logging on to the SEAL Systems delivery platform and downloading the folder and packages. Then, copy the downloaded files to the server on which you want to update.
Notes Concerning the Update from 5.0.5 to 5.1.0¶
-
With PLOSSYS 5.1.0, the directory structure of the installation has been changed. Therefore, it is required to execute some manually steps before and after the update, refer to Manually Steps Before Updating the PLOSSYS 5 Server from 5.0.5 to 5.1.0 and Manually Steps After Updating the PLOSSYS 5 Server from 5.0.5 to 5.1.0.
-
When updating to PLOSSYS 5.1.0 and using easyPRIMA as of version 1.3.1, the
20181204_perl_soap-lite_1.27_part.zip
package has to be installed with easyPRIMA. Otherwise, the export from easyPRIMA to PLOSSYS 5 does not work and the500 SSL negotiation failed
error message is output to the logfile of easyPRIMA (edc.log
).Hint - stop the system
Before installing the
20181204_perl_soap-lite_1.27_part.zip
package, stop the system and all Perl processes completely (sysstop -full
). Otherwise, the Perl environment will break. -
Up to version 5.0.5, an error sheet was output in case of error. As of version 5.1.0, the error sheet is not output by default but can be activated by setting
PRINT_ERROR_SHEET
toY
. ThePRINT_ERROR_SHEET
environment variable is available as of version 5.1.0.
Update the Management Server¶
Caution - SEAL Elastic Stack
incompatible to seal-elk
SEAL Elastic Stack
contains the new version of Elasticsearch and Kibana and replaces seal-elk
. Before installing SEAL Elastic Stack
, you have to uninstall seal-elk
!
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the SEAL Elastic Stack {{ SEAL_SLASTICSTACK_VERSION }} - msi folder. It is saved as
SEAL Elastic Stack 1.0.0.493 - msi.zip
. -
Extract
SEAL Elastic Stack 1.0.0.493 - msi.zip
. -
Open a Command Prompt (Administrator), change into the
SEAL Elastic Stack 1.0.0.493 - msi\server
directory and install the server-related packages contained there:cd "SEAL Elastic Stack 1.0.0.493 - msi\server"
install.bat
-
Download seal-bos2gyros-1.0.30.277.msi.
-
Install
seal-bos2gyros-1.0.30.277.msi
. -
For updating easyPRIMA, refer to the easyPRIMA documentation.
Manually Steps Before Updating the PLOSSYS 5 Server from 5.0.5 to 5.1.0¶
With PLOSSYS 5.1.0, the directory structure of the installation has been changed. Therefore, it is required to execute some manually steps before and after the update.
-
Open a Command Prompt (Administrator) and stop the PLOSSYS 5 system completely:
plossys service stop
-
In the Command Prompt (Administrator), copy the following directories to the new locations:
robocopy "%ProgramData%\SEAL Systems\plossys\config" "%ProgramData%\SEAL Systems\config" * /e /b /copyall /fp /ns /nc /np /nfl /ndl
robocopy "%ProgramData%\SEAL Systems\plossys\data" "%ProgramData%\SEAL Systems\data" * /e /b /copyall /fp /ns /nc /np /nfl /ndl
Caution - access rights
Do not copy the directories via Windows Explorer. Use the
robocopy
command in the Command Prompt (Administrator) in order to retain the correct access rights. -
In the Command Prompt (Administrator), save the following configuration files:
rename "%ProgramData%\SEAL Systems\config\mongod.conf" mongod.conf.bak 2>NUL
rename "%ProgramData%\SEAL Systems\config\consul.json" consul.json.bak 2>NUL
rename "%ProgramData%\SEAL Systems\config\filebeat.yml" filebeat.yml.bak 2>NUL
-
When using MongoDB in a cluster, you have to update MongoDB as described in the MongoDB documentation:
-
Upgrade all secondary members of the replica set one by one.
-
Step down the primary server by connecting to the mongo shell and calling:
rs.stepDown()
-
Upgrade the primary member of the replica set.
-
Enable the backwards-incompatible 3.6 features by connecting to the mongo shell and calling:
db.adminCommand( { setFeatureCompatibilityVersion: "3.6" } )
-
Update the PLOSSYS 5 Server¶
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the PLOSSYS 5 - 5.1.0.19752 - msi folder. It is saved as
PLOSSYS 5 - 5.1.0.19752 - msi.zip
. -
Extract the
PLOSSYS 5 - 5.1.0.19752 - msi.zip
file. -
Open a Command Prompt (Administrator), change to the
PLOSSYS 5 - 5.1.0.19752 - msi
directory and start the installation of the packages:cd "PLOSSYS 5 - 5.1.0.19752 - msi"
install.bat
-
Download the SEAL Elastic Stack {{ SEAL_SLASTICSTACK_VERSION }} - msi folder. It is saved as
SEAL Elastic Stack 1.0.0.493 - msi.zip
. -
Extract
SEAL Elastic Stack 1.0.0.493 - msi.zip
. -
In the Command Prompt (Administrator), change to the
SEAL Elastic Stack 1.0.0.493 - msi\client
directory and start the installation of the client-related packages:cd "SEAL Elastic Stack 1.0.0.493 - msi\client"
install.bat
Manually Steps After Updating the PLOSSYS 5 Server from 5.0.5 to 5.1.0¶
With PLOSSYS 5.1.0, the directory structure of the installation has been changed. Therefore, it is required to execute some manually steps before and after the update.
-
Open a Command Prompt (Administrator) and stop the PLOSSYS 5 system completely:
plossys service stop
-
In the Command Prompt (Administrator), adjust the following new configuration files according to the settings in the configuration files saved with the
.bak
extension before the update:%ProgramData%\SEAL Systems\config\mongod.conf
%ProgramData%\SEAL Systems\config\consul.json
%ProgramData%\SEAL Systems\config\filebeat.yml
-
When running PLOSSYS 5 in a cluster, edit
%ProgramData%\SEAL Systems\config\mongod.conf
and insert the following line into thenet
section:bindIp: 0.0.0.0
-
In the Command Prompt (Administrator), remove the configuration files saved with the
.bak
extension before the update and the previous installation directory:del /S /Q "%ProgramData%\SEAL Systems\config\mongod.conf.bak"
del /S /Q "%ProgramData%\SEAL Systems\config\consul.json.bak"
del /S /Q "%ProgramData%\SEAL Systems\config\filebeat.yml.bak"
rmdir "%ProgramData%\SEAL Systems\PLOSSYS"
-
In the Command Prompt (Administrator), start the PLOSSYS 5 system:
plossys service start