Some examples are:
??‘ In a CCR cluster the AutoDatabaseMountDial setting is lossless
??‘ In a CCR cluster the database fails to automatically mount
??‘ To bring the passive copy online in an LCR cluster
??‘ To bring the SCR target online in an SCR cluster
The syntax of the Restore-StorageGroupCopy cmdlet is:
Restore-StorageGroupCopy -Identity < StorageGroupIdParameter > [-Confirm
[ < SwitchParameter > ]] [-DomainController < Fqdn > ] [-Force < SwitchParameter > ]
[-ReplaceLocations < SwitchParameter > ] [-StandbyMachine < String > ] [-WhatIf
[ < SwitchParameter > ]]
The ReplaceLocations switch is used in an LCR configuration only. This switch stops replication and
changes the storage group and database paths to the LCR copy.
New in Service Pack 1 is the StandbyMachine string parameter. This parameter specifies the name of
the SCR host to activate.
The Force switch defaults to $true if not specified. The Force switch must be present to activate an
SCR target when the SCR source is not available.
After the Restore-StorageGroupCopy cmdlet completes, the administrator can mount the database
with the Mount-Database cmdlet.
The syntax for Mount-Database is:
Mount-Database -Identity < DatabaseIdParameter > [-AcceptDataLoss
< SwitchParameter > ] [-Confirm [ < SwitchParameter > ]] [-DomainController
< Fqdn > ] [-Force < SwitchParameter > ] [-WhatIf [ < SwitchParameter > ]]
New in Service Pack 1 is the AcceptDataLoss switch.
Pages:
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504