您好,登錄后才能下訂單哦!
在我們日常郵件系統運維管理或實施部署變更中,經常會遇到,刪除Exchange 數據庫DB時,提示無法刪除。
——————————————————–
Microsoft Exchange Error
——————————————————–
The mailbox database ‘EXMB01’ cannot be deleted. Failed Error: This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, or arbitration mailboxes. To get a list of all mailboxes in this database, run the command Get-Mailbox -Database <Database ID>. To get a list of all mailbox plans in this database, run the command Get-MailboxPlan. To get a list of archive mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Archive. To get a list of all arbitration mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Arbitration. To disable a non-arbitration mailbox so that you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID>. To disable an archive mailbox so you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -Archive. Arbitration mailboxes should be moved to another server; to do this, run the command New-MoveRequest <parameters>. If this is the last server in the organization, run the command Disable-Mailbox <Mailbox ID> -Arbitration -DisableLastArbitrationMailboxAllowed to disable the arbitration mailbox. Mailbox plans should be moved to another server; to do this, run the command Set-MailboxPlan <MailboxPlan ID> -Database <Database ID>.
# Error1:
郵件系統升級做變更,無法卸載Exchange Server 服務器
# Error2:
基于客戶需求,刪除默認郵件服務器創建數據庫DB ,提示無法刪除,包含一個或多個用戶郵箱、存檔郵箱等
Solution:
服務器環境: Windows Server 2012 R2 、Exchange Server 2013
在多數中小型企業中,有許多客戶為了省事,將郵件服務器應用程序及數據庫DB 安裝在同一快磁盤中,規劃部署中磁盤劃分也不是非常大,但后期隨著業務擴大,常常會遇到郵件服務器磁盤空間滿導致用戶無法收發郵件。
多數客戶常用操作方式,清除log日志。我們會建議常用考慮,通過遷移方式,將用戶郵箱遷移到較大存儲磁盤里面;
1. 打開現在Exchange Admin center ,查看需刪除默認數據庫DB,當然也可以通過Exchange Powershell 獲取環境數據庫DB;
2. 常見操作步驟就是在控制臺刪除用戶郵箱數據庫DB ,但是報如下錯誤;
3. 遷移操作之前我們先新建一個數據庫DB 完成,來完成接下來工作;
4. 查詢當前數據庫DB 包含用戶郵箱、存檔郵箱、監控郵箱;
5. 將舊的存儲數據庫包含仲裁以外的郵箱把他們搬到新的郵箱存儲且裝載好;
Get-Mailbox -Database “CurrentDatabase” | New-MoveRequest -TargetDatabase “NewDatabaseName”
6. 獲取用戶郵箱遷移狀態,以及存儲郵箱完成進度
7. 獲取默認仲裁郵箱、存檔郵箱
Get-Mailbox -Database "Mailbox Database 1677978442" -Arbitration
8. 完成所有所有用戶郵箱遷移操作
Get-MoveRequestStatistics -MoveRequestQueue "exMb02"
9. 刪除默認用戶郵箱數據庫DB,當然在刪除操作之前先進行確認是否已完成遷移操作
Remove-Database "Mailbox Database 1677978442"
10. 獲取當前數據庫,確認是否刪除。并將默認數據庫文件夾刪除;
--------------------------------------------
以上操作完成之后,完成郵件系統升級做變更,以及用戶郵箱遷移擴容。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。