ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • snapmirror mediator primary-bias show

    Show Primary Bias Status

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The snapmirror mediator primary-bias show command shows the status of primary-bias. This command is applicable when mediator status is shown as unreachable/misconfigured.

    This will also show the state corresponding to each CG endpoint residing on the given cluster. Slave CG endpoints will show the state of "Failover disabled". Master CG endpoints will show the state of Primary-bias activation.

    The status of primary-bias(md-state) can be one of the following. + primary-bias-activated - represent the state that allows master endpoints to assume the I/O serving authority + primary-bias-not-activated - represent the state that mediator is reachable from primary and secondary clusters and IO serving authority set to default + mediator-engaged-for-failover - represent the setting of the intermediate state preventing Failover on slave endpoints of a CG + mediator-disengaged-for-failover - represent the clearing of the intermediate state following which the Failover on slave endpoints of a CG is no more prevented +

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-cg-path {<[vserver:][volume]>|<[[cluster:]//vserver/]volume>|<hostip:/lun/name>|<hostip:/share/share-name>|<[vserver:]/cg/[cgname]>}] - Cg Path

    CG path.

    [-cg-role {destination|source}] - Role

    Indicates if CG is primary or secondary on local cluster.

    [-mb-state {Primary bias activated. Mediator Disengaged|Primary bias deactived. Mediator engaged|Mediator disengaged for failover|Mediator engaged for failover}] - MB state

    Primary bias State.

    Examples

    The following example shows the status of primary bias
    C2_sti7-vsim-ucs569o_cluster::*> snapmirror mediator primary-bias show
        CG Path        Role       status
        -------------- ---------- ------------
        vs1:/cg/dcg    destination
                mediator-engaged-for-failover
        C2_sti7-vsim-ucs569o_cluster::*>
    Top of Page