registerAxiom

Registers a Pillar Axiom system with a MaxRep Replication Engine.

SYNOPSIS

mrcli -u user -m maxrepname registerAxiom axiomName -p processServiceIP

DESCRIPTION

The command registerAxiom registers a specified Pillar Axiom system and its associated process service IP with a MaxRep Replication Engine.

OPTIONS

m maxrepname

The IP address or DNS name of the MaxRep Replication Engine.

p processServiceIP

The IP address of the MaxRep engine hosting the process service.

u user

Identifies the administrator account that runs the command.

EXAMPLE

Task

Run the command registerAxiom to register the Pillar Axiom system coaxm001 on MaxRep engine co-mrengine-04 with the process service IP 10.12.345.678.

Parameters
  • maxrepname: co-mrengine-04

  • axiomName: 10.12.345.78

  • processServiceIP: 10.12.345.678

$ mrcli -u admin -m co-mrengine-04 registerAxiom 10.12.345.78 -p 10.12.345.678