Link to home
Start Free TrialLog in
Avatar of pramod1
pramod1Flag for United States of America

asked on

exchange

I am migrating storage groups to new mapped drives on the same mailbox server (exchange 2007)

what should I check on storage groups state , or commands that they are in healthy state before and after
ASKER CERTIFIED SOLUTION
Avatar of Ivan
Ivan
Flag of Serbia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pramod1

ASKER

no it is standalone not in cluster

it is on vm

thanks
Avatar of pramod1

ASKER

I have to prepare  plan

what should I write for a back out plan
Avatar of pramod1

ASKER

do I need to run any command to check healthy status of storage group before and after moving
pramod1,

Here it is the script that you can try:

Get-StorageGroupCopyStatus -Server (Name of your mailbox)| Select Identity, CCRTargetNode, SummaryCopyStatus, CopyQueueLength, ReplayQueueLength, Suspend, Seeding, LatestFullBackupTime, ServiceDown, FailedMessage | ft -AutoSize

Open in new window


Get-MailboxDatabase -Status | Select Name, Mounted, EdbFilePath, LastFullBackup, LastCopyBackup, BackupInProgress, OriginatingServer| sort Name | ft -Wrap -AutoSize

Open in new window

Avatar of pramod1

ASKER

any command like eseutil to check the healthy state of storage group before moving
Avatar of pramod1

ASKER

any back out plan if new mapping doesn't work