Skip to content

Requirements


The requirements are divided in the ones for the PLOSSYS 5 server and the ones for the management server.


Requirements for the Management Server

On the management server, the modules for administrating the output devices (easyPRIMA) and the log data (SEAL Elastic Stack) will be installed. If the preconfigured Keycloak from SEAL Systems is used as OIDC identity provider, we recommend installing it on the management server, too.

Java

Several components on the management server require Java, not all of which you may need:

  • The Keycloak OIDC identity provider
  • Elastic Stack (provides its own Java, but also works with a pre-installed Java if JAVA_HOME is set)
  • JSAPcli (required for exporting queues from easyPRIMA to SAP)
  • The PLOSSYS OCON server for PLOSSYS 4
  • The Wildfly component in the easyPRIMA installation (e. g. for providing an IPP router for PLOSSYS 4)

All of these components support Java 11. If you need one of the components listed above, provide a Java 11 installation on the management server and set the JAVA_HOME environment variable accordingly.

Hint - Java installation

For detailed instructions on how to install Java and set the required environment variables, refer to SEAL Online Service.

OIDC Identity Provider

An OIDC identity provider has to be installed. A preconfigured Keycloak identity provider is provided by SEAL Systems for test purposes. In practice, another OIDC identity provider already installed at the customer's will be used for the user authentication and authorization. For more information about Keycloak or another OIDC identity provider to be used with SEAL Systems products, refer to the SEAL Interfaces for OIDC documentation.

User and Privileges (Management Server)

For installing the management server, a user account with local Administrator privileges is required.

Hint - user for easyPRIMA

For running easyPRIMA, we recommend using a separate user account (service user). This can be a local or a domain user. The password for this user never must never expire.

.NET Framework

.NET Framework as of version 4.5 has to be installed on the management server.

Microsoft C++ (Management Server)

"Microsoft C++ 2015" runtime has to be installed on the management server.

Hint - installation package

The installation packages for the "Microsoft C++ 2015" runtime are available on the SEAL Systems delivery platform in the msvc2015 directory.


Requirements for the PLOSSYS 5 Server

On the PLOSSYS 5 server, the modules for administrating and processing the jobs are installed.

Hint - cluster mode

In the cluster mode, all PLOSSYS 5 servers belonging to the cluster have to be installed identically.

User and Privileges (PLOSSYS 5 Server)

  • For installing the PLOSSYS 5 server, a user account with local Administrator privileges is required. By default, the PLOSSYS 5 services are running under the Local Service system account.

  • If you want to manage PLOSSYS 5 services via PLOSSYS CLI, privileges for executing PowerShell scripts are required. With the installation, the privileges are also required but can be specified explicitly than. The execution policy has to be set to RemoteSigned at least. For more information about execution policies, refer to the Microsoft documentation. For setting the execution policy, open a PowerShell (Administrator) and execute the following command:

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
    

    Hint - impermanent

    The execution policy might be overwritten by a group policy.

No DNS Server

No DNS server is active on the server.

Microsoft C++ (PLOSSYS 5 Server)

  • "Microsoft C++ 2013" runtime has to be installed on the server.

    Hint - installation package

    The installation packages for the "Microsoft C++ 2013" runtime are available on the official Microsoft Support pages: vcredist_x64.exe.

  • "Microsoft C++ 2015-2019" runtime has to be installed on the server.

    Hint - installation package

    The installation packages for the "Microsoft C++ 2015-2019" runtime are available on the official Microsoft Support pages:vc_redist.x64.exe.

MongoDB

MongoDB as of version 4.4.4 has to be installed.

Hint - separate installation

As of PLOSSYS 5.3.2, MongoDB is no longer included in the installation of PLOSSYS 5. For how to install and configure MongoDB, refer to the SEAL-specific MongoDB documentation.

Hint - cluster installation

In case of a cluster installation, we recommend installing and configuring MongoDB in a cluster before installing PLOSSYS 5. For more information about the MongoDB installation, refer to the SEAL-specific MongoDB documentation.

SEAL NATS

The SEAL NATS message broker as of version 2.9.2 has to be installed on the PLOSSYS 5 server before installing PLOSSYS 5. For more information about the SEAL NATS installation, refer to the SEAL NATS documentation.

Virus Scanner

An active virus scanner may slow down the installation and the processing of PLOSSYS 5. SEAL Systems recommends excluding the following directories from being scanned by the virus scanner:

  • %ProgramFiles%\SEAL Systems\PLOSSYS\
  • C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\ghost\
  • C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\pdf2ps\
  • C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\pdfstamp\
  • C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\ps2pdf\
  • C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\sapgof\

Additionally, the binaries in C:\Program Files\SEAL Systems such as nodejs.exe, mongodb.exe, consul.exe and nssm.exe should be excluded.


Next Step

Continue with: Installation


Back to top