Skip to main content
A newer release of this product is available.

vserver.peering events

Contributors
Suggest changes

vserver.peering.relCreated

Severity

NOTICE

Description

This message occurs when the Vserver peer relationship is established.

Corrective Action

(None).

Syslog Message

Vserver peer relationship between %s and %s is established having remote peer Vserver name %s.

Parameters

vserver (STRING): Name of the Vserver for which a peer is created.
peer_vserver_localname (STRING): Name locally used for the peer Vserver created.
peer_vserver_remotename (STRING): Actual name of the peer Vserver.

vserver.peering.relDeleted

Severity

INFORMATIONAL

Description

This message occurs when the Vserver peer relationship is deleted successfully.

Corrective Action

(None).

Syslog Message

"Vserver peer relationship between %s and %s is deleted."

Parameters

vserver (STRING): Name of the Vserver.
peer_vserver (STRING): Name of the peer Vserver.

vserver.peering.relResumed

Severity

INFORMATIONAL

Description

This message occurs when the Vserver peer relationship is resumed successfully.

Corrective Action

(None).

Syslog Message

"Vserver peer relationship between %s and %s is resumed."

Parameters

vserver (STRING): Name of the Vserver.
peer_vserver (STRING): Name of the peer Vserver.

vserver.peering.relSuspended

Severity

INFORMATIONAL

Description

This message occurs when the Vserver peer relationship is suspended successfully.

Corrective Action

(None).

Syslog Message

"Vserver peer relationship between %s and %s is suspended."

Parameters

vserver (STRING): Name of the Vserver.
peer_vserver (STRING): Name of the peer Vserver.

vserver.peering.remCallFailed

Severity

ERROR

Description

This message occurs when any Vserver peering command fails because of a communication failure with a remote system.

Corrective Action

Use the "network interface show" command to verify that intercluster logical interfaces (LIFs) on both clusters are up. Use the "cluster peer health show -bypass-cache true" command to verify that cluster peering is healthy. If you want to retry a failed delete, suspend, or resume operation, consider using the "force" option, which bypasses network connectivity issues.

Syslog Message

"Vserver peering command '%s' failed. Reason: %s. Vserver peering states might be inconsistent."

Parameters

command (STRING): Vserver peering command.
reason (STRING): Reason for failure.