Veritas NetBackup™ for Microsoft Exchange Server Administrator's Guide
- Introducing NetBackup for Exchange
- Installing NetBackup for Exchange
- Snapshot Client configuration and licensing requirements for Exchange snapshot backups
- Configuring Exchange client host properties
- Configuring the account for NetBackup Exchange operations
- Configuring the Exchange hosts
- Configuring Exchange Granular Recovery
- About Exchange backups and Granular Recovery Technology (GRT)
- About installing and configuring Network File System (NFS) for Exchange Granular Recovery
- About configuring Services for Network File System (NFS) on Windows 2012, 2012 R2, or 2016
- About configuring Services for Network File System (NFS) on Windows 2008 and 2008 R2
- Configuring Exchange backup policies (non-VMware)
- About configuring a backup policy for Exchange Server
- Adding schedules to a NetBackup for Exchange policy
- Adding backup selections to an Exchange policy
- About configuring snapshot backups of Exchange Server
- About configuring Instant Recovery backups of Exchange Server
- Configuring an Exchange snapshot policy with Instant Recovery
- Performing backups of Exchange Server, mailboxes, and public folders
- Performing restores of Exchange Server, mailboxes, and public folders
- About restoring Exchange snapshot backups
- About restoring individual Exchange mailbox and public folder items
- About redirecting a restore of Exchange mailbox or public folder objects to a different path
- Protecting Exchange Server data with VMware backups
- About protecting Exchange Server data with VMware backups
- About configuring a VMware backup that protects Exchange Server
- About configuring a VMware backup that protects Exchange Server, using Replication Director to manage snapshot replication
- Recovering an Exchange database to a repaired or an alternate Exchange server
- Troubleshooting backups and restores of Exchange Server
- About NetBackup for Exchange debug logging
- Viewing Event Viewer logs on an off-host Exchange server
- About NetBackup status reports
- Troubleshooting Exchange restore operations
- Troubleshooting DAG backups and restores
- Appendix A. NetBackup Legacy Network Service (Exchange 2010)
Creating a minimal NetBackup account for Exchange operations
This procedure describes how to create a minimal account for NetBackup Exchange operations. This account is used for the
in the Exchange client host properties, enabling NetBackup to perform operations with Granular Recovery Technology (GRT).Note the following:
Configure each Exchange mailbox server.
Configure each client that performs granular operations. To determine which clients to configure, see the following topic:
In a cluster environment, perform the steps on each database node in the cluster. For an Exchange DAG, perform the steps on each database node in the DAG.
Note:
If you specify the minimal NetBackup account for the Exchange credentials in the client host properties, NetBackup can back up only active copies of the Exchange databases. If you select Database backup source field when you create a policy, any backups fail. The failure occurs because the Microsoft Active Directory Service Interface does not provide a list of database copies for a minimal account.
in theIf the policy specifiesDatabase backup source field, NetBackup backs up the active copy of each database.
in theTo create a minimal NetBackup account for Exchange operations
- In the Exchange Management Console, create a new Exchange mailbox for NetBackup.
This process creates a new user that is automatically a domain user. This procedure refers to that user as NetBackupUser.
- Double-click on the user account you created.
- Select the Member Of tab.
- Click Add and add this user to the Administrators group.
- Create a new Role Group, make the account a member of this group, and assign roles. Use the Exchange Management Shell to run the following commands:
Note:
If the account does not have the necessary privileges, an administrator needs to perform these tasks.
New-RoleGroup -Name NetBackupRoles -Roles @("Database Copies", "Databases", "Exchange Servers", "Monitoring", "Mail Recipient Creation", "Mail Recipients", "Recipient Policies"
Add-RoleGroupMember -Identity NetBackupRoles -Member NetBackupUser
Where NetBackupUser is the name of the Active Directory account you created in 1.
- To perform restores with Granular Recovery Technology (GRT), also run the following commands with the Exchange Management shell:
For Exchange 2010:
New-ManagementRole -Name SymantecEWSImpersonationRole -Parent ApplicationImpersonation New-ManagementRoleAssignment -Role SymantecEWSImpersonationRole -User NetBackupUser -Name "NetBackupUser-EWSImpersonation"
New-ThrottlingPolicy -Name "SymantecEWSRestoreThrottlingPolicy" -EWSPercentTimeInCAS $null -EWSPercentTimeInAD $null -EWSMaxConcurrency $null -EWSPercentTimeInMailboxRPC $null -PowerShellMaxConcurrency $null
Set-Mailbox -Identity NetBackupUser -ThrottlingPolicy "SymantecEWSRestoreThrottlingPolicy"
For Exchange 2013 and 2016:
New-ManagementRole -Name SymantecEWSImpersonationRole -Parent ApplicationImpersonation New-ManagementRoleAssignment -Role SymantecEWSImpersonationRole -User NetBackupUser -Name "NetBackupUser-EWSImpersonation"
New-ThrottlingPolicy -Name "SymantecEWSRestoreThrottlingPolicy" -EwsCutoffBalance "Unlimited" -EwsMaxBurst "Unlimited" -EwsMaxConcurrency "Unlimited" -ExchangeMaxCmdlets "Unlimited" -MessageRateLimit "Unlimited" -PowerShellCutoffBalance "Unlimited" -PowerShellMaxBurst "Unlimited" -PowerShellMaxCmdlets "Unlimited" -PowerShellMaxConcurrency "Unlimited" -PowerShellMaxOperations "Unlimited" -RecipientRateLimit "Unlimited" -ThrottlingPolicyScope "Regular"
Set-Mailbox -Identity NetBackupUser -ThrottlingPolicy "SymantecEWSRestoreThrottlingPolicy"
- Provide the credentials for this account in the Exchange client host properties.
See About the Exchange credentials in the client host properties.
- Configure this account with the right to "Replace a process level token."