deregisterAxiom

Unregisters a Pillar Axiom system with a MaxRep Replication Engine.

SYNOPSIS

mrcli -u user -m maxrepname deregisterAxiom axiomname -p processServiceIP

DESCRIPTION

The command deregisteraxiom unregisters 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 deregisterAxiom to unregister the Pillar Axiom system 10.12.345.67 on MaxRep engine co-mrengine-05 with the process service IP 10.23.456.789.

Parameters
  • maxrepname: co-mrengine-05

  • axiomname: 10.12.345.67

  • processserviceIP: 10.23.456.789

$ mrcli -u admin -m co-mrengine-05 deregisterAxiom 10.12.345.67 -p 10.23.456.789