The pdplgset command sets up a plug-in in the HiRDB environment.
This command copies files stored in the installation directory to the HiRDB environment ($PDDIR/plugin/).
Each execution of the pdplgset command sets up one plug-in.
This command can also uninstall previously set up plug-ins from the HiRDB environment.
This command can be executed by HiRDB administrators.
pdplgset {plug-in-name installation-directory|-d plug-in-name} |
This option uninstalls a previously set up plug-in.
With this option, any files related to the plug-in are deleted from the HiRDB environment, with the exception of the directory conf and what follows in the plug-in operation directory. The installation directory, if specified, will be ignored.
Any libraries associated with the HiRDB Datareplicator (lib-plug-in-name_rpl.sl, lib-plug-in-name_rpl64.sl), if any, are also deleted.
Specifies the name of the plug-in to be set up.
Specifies the directory containing the plug-in that corresponds to the HiRDB load type (POSIX or non-POSIX library version) installed on the server machine.
If the platform for the plug-in is HP-UX, Solaris, or AIX, the installation directory may be corrected automatically according to the combination of the HiRDB load type and the plug-in type, as shown below:
Structure of plug-in directory | Installation directory specified in pdplgset | HiRDB load type | |
---|---|---|---|
Value corrected automatically for non-POSIX library version | Value corrected automatically for POSIX library version | ||
./_plugin only | ./_plugin | ./_plugin | Error |
./_plugin/posix | ./_plugin | Error | |
./_plugin/posix only | ./_plugin | Error | ./_plugin/posix |
./_plugin/posix | Error | ./_plugin/posix | |
./_plugin and ./_plugin/posix | ./_plugin | ./_plugin | ./_plugin/posix |
./_plugin/posix | ./_plugin | ./_plugin/posix |