lsepoch

Displays epoch information

APPLICABILITY

Product Command type

MultiSite

multitool subcommand


Platform

UNIX

Windows


SYNOPSIS

lsepoch [ -invob vob-selector | [ -actual ] replica-selector ... ]

DESCRIPTION

By default, lsepoch displays the epoch number matrix of the VOB replica containing the current working directory. The replica's own epoch row represents its actual state. The other rows represent the replica's best estimate of other replicas' states.

NOTE: lsepoch output includes rows for replicas that have been deleted, in addition to the rows for replicas still in use. Oplog records for deleted replicas are saved in case a replica undergoing restoration must receive oplogs from the deleted replica. (For example, a replica may be restored from a backup created before the deleted replica was removed.)

With -actual, lsepoch contacts sibling replicas and retrieves their epoch rows. These epoch rows reflect the replicas' actual states. lsepoch -actual works only between sites with IP connections. If lsepoch cannot contact a sibling replica, it prints an error and tries to contact the next replica you specified. lsepoch -actual detects whether the sibling replica or the current replica is missing oplog entries. If oplog entries are missing, the command prints one of the following messages:

Your replica ("replica-name") has fewer oplog entries for itself than "replica-selector" has for your replica.
To avoid permanent data loss, your VOB administrator must initiate the documented replica restoration procedure.

The replica "replica-name" has more oplog entries for "replica-selector" than "replica-selector" has for itself.
To avoid permanent data loss, its administrator must initiate the documented replica restoration procedure.

RESTRICTIONS

None.

OPTIONS AND ARGUMENTS

-invob vob-selector

Displays the epoch number matrix of the current replica in the VOB family specified by vob-selector. Specify vob-selector in the form [vob:]pname-in-vob

pname-in-vob

Pathname of the VOB-tag (whether or not the VOB is mounted) or of any file-system object within the VOB (if the VOB is mounted)


-actual

Retrieves epoch rows from sibling replicas.
replica-selector ...

Without -actual, displays the current replica's row for each specified replica. With -actual, contacts each specified replica and displays the replica's own epoch row. Specify replica-selector in the form [replica:]replica-name[@vob-selector]

replica-name

Name of the replica (displayed with lsreplica)

vob-selector

VOB family of the replica; can be omitted if the current working directory is within the VOB.

Specify vob-selector in the form [vob:]pname-in-vob

pname-in-vob

Pathname of the VOB-tag (whether or not the VOB is mounted) or of any file-system object within the VOB (if the VOB is mounted)


EXAMPLES

SEE ALSO

chepoch, recoverpacket, restorereplica