Overview of the pxf commands
The pxf commands are used for managing the PXF configuration and the PXF service instance on a Greengage DB host.
The command’s general syntax is as follows:
$ pxf <command> [<option>]
where <command> is one of the following commands.
| Command | Description |
|---|---|
help |
Displays the |
cluster |
Manages the PXF configuration and the PXF service instance on all Greengage DB hosts. See pxf cluster for details |
init |
(Deprecated) The command is equivalent to the |
migrate |
Migrates the configuration in a PXF 5 $PXF_CONF directory to $PXF_BASE on each Greengage DB host.
When you run the command, you must identify the PXF 5 configuration directory via the |
prepare |
Copies runtime configuration file templates and directories to a new $PXF_BASE directory on each Greengage DB host.
The directory must be set via the |
register |
Copies the PXF extension files from the PXF installation catalog to the Greengage DB installation catalog on the host.
This command requires that the |
reset |
(Deprecated) The command performs no action and will be removed in a future PXF release |
restart |
Restarts the PXF service instance on the current host |
start |
Starts the PXF service instance on the current host |
status |
Displays the status of the PXF service instance on the current host.
Use the |
stop |
Stops the PXF service instance on the current host |
sync <gphost> |
Synchronizes the PXF configuration ($PXF_BASE) from the master host to a specific Greengage DB host.
The command must be run on the master host.
It is required to specify the By default, this command updates and copies files on the target host.
You can instruct PXF to also delete files during the synchronization by using the When updating the PXF user configuration or adding new JAR or native library dependencies, you must restart PXF after synchronizing the configuration |
Encrypts the provided password ( The command accepts the following options:
The resulting encrypted string can be then used as the |
|
version |
Displays the PXF version |