"memphis"
The memphis object specifies the information required to connect with the replication manager
The memphis object specifies the information required to connect with the replication manager
The "memphis"
object specifies the information required to connect with the replication manager. It is required.
Examples
Note
The "db"
property is not specified.
"memphis": { "name": "MEMPHIS", "host": "localhost", "port": "7597", "uid": "admin", "pwd": "ADMIN" }
Properties summary
"memphis"
properties summaryProperty | Description | Default | Type |
---|---|---|---|
db | specifies the name of the database containing the replication manager data |
| string |
host | specifies the hostname or IP address hosting the replication manager instance |
| string |
interactivePassword | specifies asking for the password at the command line to log in to the target replication manager instance. This option cannot be used with |
| boolean |
name | specifies the target replication manager instance server name |
| string |
port | specifies the target TCP/IP port used to connect to the target replication manager instance |
| string |
pwd | specifies the user password used to login to the target replication manager instance |
| string |
setFile | specifies the path of an encrypted set file that contains the authentication credentials to log in to the target replication manager instance. This option cannot be used with | string | |
uid | specifies the username used to login to the target replication manager instance |
| string |