Identifying a package instance
Three parameters defined
in the
pkginfo(F)
file combine to identify each instance uniquely.
You should not assign identical values for all three parameters
for two instances of
the same package installed in the same target environment.
These parameters are:
For example, you might identify two identical versions of a package that run on different hardware as:
Instance 1 Instance 2 ----------------------------------------- PKG="abbr" PKG="abbr" VERSION="release 1" VERSION="release 1" ARCH="MX300I" ARCH="i386"Two different versions of a package that run on the same hardware might be identified as:
Instance 1 Instance 2 ----------------------------------------- PKG="abbr" PKG="abbr" VERSION="release 1" VERSION="release 2" ARCH="i386" ARCH="i386"All instances of a package installed on a system use the package abbreviation as the instance identifier (PKGINST).