Determining SEAL Product versions

Determining SEAL Product versions

For the support and updates is is necessary to determine the major versions of the components that are installed. With this description, you can determine the versions.

 

PLOSSYS 4 and DPF


Windows
  • Open the „SEAL Shell“ via the Icon on the desktop or the Windows Start Menu.

  • Create a screenshot.
    Example:

    grafik-20250307-131813.png


    Alternatively, you can also execute the following command in the SEAL-Shell:
    grep version server\modules\*.json

  • Then open a Power Shell and execute the following commandos.
    Make a screenshot of each of the displayed data.

    wmic Product where "Name like '%Visual%'"  get Name,Version,Installdate
    wmic Product where "Name like '%jre%'"  get Name,Version,Installdate
    wmic Product where "Name like '%seal%'"  get Name,Version,Installdate


Linux
  • Connect to the server by using a user account that the SEAL software runs under.

  • Create a screenshot.
    Example:

    Bild2-20241202-142725.png

    As alternative, you can execute this command:
    grep version server/modules/*.json

 

 

 

 

Management Server (easyPRIMA, OCON)


Windows
  • Open the „OCON Shell“ via the Icon on the Desktop or via the Windows Start Menu.

  • Create a screenshot.
    Example:

    Bild3-20241202-142744.png

    Alternatively, you can also execute the following command in the OCON-Shell:
    grep version server\modules\*.json

  • Then open a Power shell and execute the following commandos.
    Make a screenshot of each of the displayed data.

    wmic Product where "Name like '%Visual%'"  get Name,Version,Installdate
    wmic Product where "Name like '%jre%'"  get Name,Version,Installdate
    wmic Product where "Name like '%seal%'"  get Name,Version,Installdate

  • Open the SEAL Control Center (SealCC) in a web browser and create a screenshot:

  • http://<Servername>:9125/cgi-bin/sealcc/sealcc

  • https://<Servername>:9126/cgi-bin/sealcc/sealcc

  • grafik-20250307-134441.png

     


Linux
  • Connect to the server with a user account that the SEAL software runs under.

  • Create a screenshot.
    Example:

    Bild5-20241202-142809.png

    Alternatively with the command:
    grep version server/modules/*.json

 

 

 

 

PLOSSYS Output Engine


Windows
  • Open a Power-Shell and execute the following commands.
    Make a screenshot of each data displayed.

    wmic Product where "Name like '%plossys%'"  get Name,Version,Installdate
    wmic Product where "Name like '%SEAL%'"  get Name,Version,Installdate
    wmic Product where "Name like '%mongo%'"  get Name,Version,Installdate
    wmic Product where "Name like '%apw%'"  get Name,Version,Installdate


Linux
  • Execute the following command and create a screenshot of each of the display outputs:

    rpm -qa | grep "^plossys"; echo; rpm -qa | grep seal | sort; echo; rpm -qa | grep "^mongo" | sort; rpm -qa | grep "^local" | sort; echo; rpm -qa | grep apw | sort

SAP


All
  • In the SAP-GUI, start the die Transaktion „/n/seal/adm“.

  • Create a screenshot.
    Example:

    grafik-20250307-142821.png