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:
Alternatively, you can also execute the following command in the SEAL-Shell:
grep version server\modules\*.jsonThen 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: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:Alternatively, you can also execute the following command in the OCON-Shell:
grep version server\modules\*.jsonThen 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,InstalldateOpen 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
Linux
Connect to the server with a user account that the SEAL software runs under.
Create a screenshot.
Example: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: