Skip to main content

"memphis"

The memphis object specifies the information required to connect with the replication manager

Abstract

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

Table 1. "memphis" properties summary

Property

Description

Default

Type

db

specifies the name of the database containing the replication manager data

"MEMPHIS"

string

host

specifies 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

specifies the target replication manager instance server name

"MEMPHIS"

string

port

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

"7597"

string

pwd

specifies 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

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

"admin"

string