Install/Uninstall a package via the SEAL-Shell

Install/Uninstall a package via the SEAL-Shell

Install a Package - Step-by-step :

  1. Copy the <Package-ID>.zip that you received from your SEAL contact (e.g. 20241219_tomcat_9.0.98_packet.zip) to the data\packages folder.
    Hint: If the folder does not exist, create it.

  2. Open a SEAL-Shell and execute the inst_package command without any option. Control the Version; it should at least return 4.55. In case this requirement is not met, please download the attached package_tools_455.zip and extract it with path name to your SEAL Systems installation folder. Details about this installation folder see here PLSROOT.
    Hint: inst_package.pl / uninst_package.pl to the tools folder, unzip.exe to the tools\bin_winnt5 folder.

  3. Now install the package within your SEAL Shell with the following command:
    inst_package.pl <Package-ID>
    Example: inst_package.pl 20241219_tomcat_9.0.98_packet
    Note: If a stop/start of the SEAL components is necessary, it will be automatically be done by the package tool.

  4. The progress of installation is logged in the SEAL shell. It could also be found in <installation path>\customer\packages\installed-packages.log.
    Hint: If installation fails because of a newer version is found, you can force the installation with option -f.
    Example: inst_package.pl 20241219_tomcat_9.0.98_packet -f

  5. If there are any unexpected problems, perform a rollback with the following command:
    uninst_package.pl <Package-ID> (see below too)
    Hint: System has to be stopped before.

Uninstall a Package - Step-by-step :

  1. Uninstall the package within your SEAL Shell with the following command:
    uninst_package.pl <Package-ID>
    Example: uninst_package.pl 20241219_tomcat_9.0.98_packet

  2. The progress of installation is logged in the SEAL shell. It could also be found in <installation path>\data\customer\packages\installed-packages.log.

 

Attached files: package_tools_455.zip