Administering replicasAdministering configuration information
Use the configuration commands to add, change, or delete replica entries in the configuration file as well as return other configuration information.
| FunctionsMethods | Description |
|---|---|
| ivadmin_cfg_addreplica2() PDAppSvrConfig.addPDServer |
Adds a replica entry to the configuration file. |
| ivadmin_cfg_chgreplica2() PDAppSvrConfig.changePDServer |
Changes parameters of a replica entry in the configuration file. |
| ivadmin_cfg_rmvreplica2() PDAppSvrConfig.removePDServer |
Removes a replica entry from the configuration file. |
| PDAppSvrConfig.getPDAppSvrInfo | Returns a PDAppSvrInfo object
containing information stored in the configuration file. |
| PDAppSvrConfig.getKeystoreURL | Returns the URL of the keystore file that is associated with the configuration file. |
For detailed reference information about these methods, see the Javadoc HTML documentation.