Installing the Granular Restore remote package
From the MMC GUI deployed with the IBM Storage® Protect Plus installation, you can restore Exchange individual mailbox by using granular restore operations from any supported server in your enterprise.
Before you begin
- Windows PowerShell
- Microsoft Windows Management Framework
- Microsoft Visual C++ Redistributable Packages
- Microsoft .NET Framework
- Microsoft ReportViewer
- Microsoft SQL Server System CLR Types
The remote Outlook server and Exchange server must be in the same domain.
About this task
Deploy the granular restore package to a remote server that has Microsoft Outlook installed
- Copy the granular restore package C:\Program Files\IBM\IBM Storage Protect Plus\tools\exchange\imr from the application server to the remote server where you plan to manage the granular restore operation. For the prerequisites of the remote server, see the hardware and software requirements for IBM Storage Protect Plus for Exchange.
- On the remote Outlook server, run the following commands to install the package. These commands
assume that you copied to the c:\temp directory directory.
- To create installation diagnostics folder:
mkdir C:\temp\diag - To install MMC GUI and granular restore
components:
where,C:\temp\imr\install_imr.bat <version>-TIV-TSMEXC-Win.exe <10.1.15> c:\temp remote-
<version> is the MMC GUI version.
-
<10.1.15> is the version of IBM Storage Protect Plus that you have.
-
- To create installation diagnostics folder:
Configure remote connection between the remote server and Application server
After installing the granular remote package, complete the following steps to configure the remote connection:
- Complete the following pre-checks:
- Verify that the Windows Firewall allows inbound connections on the remote server.
- To enable and verify the group policy delegation option, complete the following steps:
- Open
gpedit. - Navigate to Computer Settings Administrative Templates System Credentials Delegation.
- Enable the Allow Delegating Fresh Credentials setting.
- Open
- Run the PowerShell console as an Administrator.
- To set the hostnames for the remote server and Application server, issue the following
command:Note: The Application server runs the Exchange server. The remote server performs the granular restore operation and has installed the Microsoft 32-bit Outlook 2016 or later version as the MAPI client.
$remote_server_host_name = "outlook1.domain.org"$app_server_host_name = "exchange1.domain.org" - Enable remote management for the MMC GUI that is deployed with IBM Storage Protect Plus by issuing the following PowerShell command:
Depending on your environment, you might be required to add trusted hosts to the Exchange Server and to the server where the MMC GUI is deployed.Enable-PSRemoting -Force- Add the Application Server and remote server to the trusted hosts list by issuing the following
command on each
system:
Set-Item WSMan:\localhost\Client\TrustedHosts -Value "$remote_server_host_name,$app_server_host_name" -Force -Concatenate - Restart the
winrmservice by entering the following command:Restart-Service winrm
- Add the Application Server and remote server to the trusted hosts list by issuing the following
command on each
system:
- Enable the Windows PowerShell Remoting feature with Credential Security Support Provider
(CredSSP) authentication. Complete the following steps:
- On the remote server, issue the following command to enable the Windows PowerShell Remoting
feature with
CredSSP:
Enable-WsmanCredSsp -Role Client -DelegateComputer $app_server_host_name -Force - On the Application Server that will run the granular restore operation, enter the following
command to enable the Windows PowerShell Remoting feature with
CredSSP:Enable-WsmanCredSsp -Role Server -Force
- On the remote server, issue the following command to enable the Windows PowerShell Remoting
feature with
CredSSP:
- Verify that the Windows PowerShell Remoting feature is configured by using one of the following
methods: Use the Test-WSMan command to test whether the WinRM service is running
on the remote computer.
- On the remote server, issue the following command to verify that the Windows PowerShell Remoting
feature is configured correctly:
Test-WSMan $app_server_host_name - On the Application Server, issue the following command to verify that the Windows PowerShell
Remoting feature is configured
correctly:
Test-WSMan $remote_server_host_name
- On the remote server, issue the following command to verify that the Windows PowerShell Remoting
feature is configured correctly:
- Optionally, for additional remote configuration verification, complete the following steps:
- Set the credentials object you used. Usually that is a domain administrator:
$creds = Get-Credential - On the Application Server and remote server, to verify basic remote connection, issue the
following
command:
Invoke-Command -ComputerName $remote_server_host_name -ScriptBlock { pwd } -Credential $credsInvoke-Command -ComputerName $app_server_host_name -ScriptBlock { pwd } -Credential $creds - On the Application Server and remote server, issue the following command to verify CredSSP
authentication is
enabled:
If authentication is not enabled, use the following localhost path and then repeat the step to verify authentication:Invoke-Command -ComputerName $app_server_host_name -ScriptBlock { pwd } -Credential $creds -Authentication CredSspSet-Item "WSMAN:\localhost\service\auth\credssp" -Value "$true"
- Set the credentials object you used. Usually that is a domain administrator:
Run the MMC GUI on the remote server
Complete the following steps to run the MMC GUI on the remote server to restore by using the granular restore operations.
- Run the MMC GUI application by issuing the following
command:
C:\Program Files\IBM\IBM Storage Protect Plus\tools\exchange\mmc\FlashCopyManager.exe - To add the Application Server in MMC GUI, complete the following steps:
- Click Actions Manage Computers to open Manage Computers window.
- Click the plus-sign icon in Computers panel and enter the Application Server name.
- Click Set Account icon and enter user credentials for the Application
Server.
Use the same credentials as used by IBM Storage Protect Plus GUI and navigate to: Manage Protection Applications Exchange Backup Manage Application Servers Add Application Server.
- To test connection to the Application Server, complete the following steps:
- Select Application Server node , click Test Connection button.
- Verify connection status
Connected successfullyis shown in Message column. - Click OK to close Manage Computers window.