class GeoRedManager

ManagedElement
+-PolicyControlFunction
+-GeoRedManager

Holds the SAPC geographical redundancy configuration data.

This MO is created by the system.

Actions
string
giveback ( );
In active-standby configuration sets the local SAPC as active.
It has to be executed in preferred SAPC. This action is not available in a geored active-active configuration.
string
setConfig ( boolean preferred );
Set preferred cluster in a Geored environment.

Parameters

Name: preferred
Description: preferred = [true | false].

string
showConfiguration ( );
Shows configuration parameters related to Geored.
string
start ( string state );
Starts the replication in the SAPC.
The parameter 'state' is mandatory in active-standby configuration and it indicates if the data mirroring (replication) is initiated as active or standby. This parameter is not available in active-active configuration.

Parameters

Name: state
Description: state values = [active|standby].

string
stop ( );
Stops the replication in the SAPC.

Attributes
GeoRedState[0..1]
noNotification
readOnly
currentState
Indicates the current status of the local SAPC in a geographical redundancy deployment.
string
key
mandatory
noNotification
restricted
geoRedManagerId
Identifies the instance of this class. Forced value = 1.
string[0..1]
lastOperationDetailedInfo
Detailed information about last executed operation.
GeoRedAction[0..1]
lastOperationExecuted
Indicates the last action executed.
GeoRedActionStatus[0..1]
lastOperationStatus
Indicates the status of the last action executed.
DateTime[0..1]
noNotification
readOnly
lastTransitionState
Indicates the timestamp of the last transition between states.
GeoRedState[0..1]
noNotification
readOnly
previousState
Indicates the previous status of the local SAPC in a geographical redundancy deployment.