Export sys.odbc.ini and Certificates for Encrypted Client/Server Connections (gridClientExportAll)
The gridClientExportAll command produces a .zip file that contains:
-
A Oracle Wallet that includes the Certificate Authority (CA) public key and client certificate for server verification and client/server authentication, respectively.
-
A
sys.odbc.inifile with every client/server connectable available for the grid. -
The
sqlnet.orafile, if available. -
The
tnsnames.orafile, if available. -
A
exportinfo.jsonfile with information about the grid, such as the name, GUID, and TimesTen version of the grid.
ttGridAdmin gridClientExportAll filepathThe resulting .zip file can be used by the ttClientImport utility to import the Wallet and client/server connectables into a client instance in UNIX or Windows.
Options
The gridClientExportAll command has the option:
| Option | Description |
|---|---|
|
|
Path and name of the If no file is specified, the command returns an error. |
Examples
This example exports all the necessary information for encrypted client connections.
% ttGridAdmin gridClientExportAll /mydir/myfile.zip Definitions exported to /mydir/myfile.zip % zip -sf /mydir/myfile.zip Archive contains: gridWallet/ gridWallet/cwallet.sso sys.odbc.ini sqlnet.ora tnsnames.ora exportinfo.json Total 6 entries (3130 bytes)