Examine this command, which executes successfully: cluster.addInstance(‘<user>@<host>:<port>’, {recoveryMethod: ‘clone’}) Which three statements are true? (Choose three.)
A.
The account used to perform this recovery needs the BACKUP_ADMIN privilege.
B.
A target instance must exist, then it will be provisioned with data from an instance already in the cluster and joined to the cluster.
C.
InnoDB tablespaces outside the datadir are able to be cloned.
D.
It is always slower than {recoveryMethod: ‘incremental’}.
E.
A new instance is installed, initialized, and provisioned with data from an instance already in the cluster and joined to the cluster.
F.
InnoDB redo logs must not rotate for the duration of the execution; otherwise, the recovery will fail.
sorry, keep changing my mind
A. true
B. False, target instance is not part of the cluster at first
C. True
D. false, Not always if there was no data in the first place.
E. True, initiated and previous node must exist.
F. False
A is right. Not E because is is already installed, just needs data copied.
upvoted 1 times
...
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
marklv
6 months, 3 weeks agomarklv
1 year, 3 months agoalemdba
1 year, 2 months agomarklv
1 year, 1 month ago