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 for 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)
- 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 an application database with VMware backups
- About configuring a VMware backup that protects Exchange Server
- About configuring a VMware backup that protects Exchange Server, using Replication Director
- 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
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:
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."