Skip to main content

"memphis"

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

Table 1. "memphis" properties summary

Property

Description

Default

Type

"db"

defines the name of the database containing the replication manager data

"MEMPHIS"

string

"host"

defines the hostname or IP address hosting the replication manager instance

"localhost"

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 "setfile". A value of "y" activates it, and a value of "n" deactivates it.

"n"

boolean

"name"

defines the target replication manager instance server name

"MEMPHIS"

string

"port"

defines the target TCP/IP port used to connect to the target replication manager instance

"7597"

string

"pwd"

defines the user password used to login to the target replication manager instance

"ADMIN"

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 "interactivepassword".

string

"uid"

defines the username used to login to the target replication manager instance

"admin"

string