Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section describes different ways of managing Image Added related packages by using the Command Line tool and by using the Java Command Line tool.

...

The command should only be used by system administrators with authority to maintain the softwarethe software.

Info
titleExample - Removing a package

If you want to remove the XFER_X25 package, enter:

Code Block
MZ>> premove XFER_X25

The following line will be displayed while the package is being removed:

Code Block
Removing XFER_X25, 8.0.0.0...done.


After a package has been removed, the Platform and Execution Contexts may have to be stopped and restarted. If a removed package contained a bootstrap class, a cache error message will be displayed. The corresponding bootstrap class must be removed from the STR before the pico Pico instance can be restarted.

...

All .mzp files provide a built-in management tool. It is executed in a Unix shell by running the following command:

...

The added <management argument> controls the execution of the packages. Currently, there are seven different arguments; Create, Extract, Help, Install, Patch, Provides, and Query.

Create

Creates the database definitions needed for a package. If no database definitions are needed, the response will be:

...

Unpacking database/oracle/packages/archiving/oracle_tables.sql...done
Unpacking database/oracle/packages/archiving/oracle_grants.sql...done
Unpacking database/oracle/packages/archiving/oracle_synonyms.sql...done

 


Note
titleNote!

If the file install.xml file is not available in the current directory, the environment variable MZ_HOME must be set.

...

The patch argument is used to perform a patch installation of packages, generally used for upgrading the systemthe system, and if necessary, perform patch-only specific operations on the system.

...

Adding or Updating Packages

During the upgrade or addition of new packages, the mz.license file must be available in the directory specified by the platform property  mz.license.file. If this property is not set, the license file must be stored in the $MZ_HOME/etc directory.

...

  1. Create all database definitions needed for a package using the create argument.

  2. Log in as database administrator and execute the corresponding sql files.

  3. Install the package using the install argument.

...


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: