Top
Symfoware Server V12.1.0 Reference
FUJITSU Software

3.3 pgx_keystore

Name

pgx_keystore -- Manages keystore

Synopsis

pgx_keystore [option...] keystore_location

Description

pgx_keystore enables auto-open of a keystore.

Options

-a
--enable-auto-open

Enables auto-open of a keystore. This allows the keystore to open automatically without entering the passphrase when the database server starts.

When auto-open is enabled, an obfuscated copy keystore.aks is created in the same directory where the keystore file keystore.ks is stored. To disable auto-open, delete keystore.aks.

-P passphrase
--passphrase=passphrase

Specify the passphrase to open the keystore. If this option is omitted, the prompt to enter the passphrase is displayed.

keystore_location

Specify the absolute or relative path of the keystore file.

Diagnostics

0: Normal exit

Other than 0: Abnormal exit

Notes

This command can be executed whether the database server is running or stopped. It does not connect to the database server.

Example

Enables auto-open of a keystore.

    $ pgx_keystore -a /key/store/location/keystore.ks