Enterprise Vault Configuring Internal and External WebApp URLs for OWA SP4 and later

Size: px
Start display at page:

Download "Enterprise Vault Configuring Internal and External WebApp URLs for OWA SP4 and later"

Transcription

1 Enterprise Vault Configuring Internal and External WebApp URLs for OWA 2007 SP4 and later

2 Enterprise Vault : Configuring Internal and External WebApp URLs for OWA Last updated: Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo, Enterprise Vault, Compliance Accelerator, and Discovery Accelerator are trademarks or registered trademarks of Veritas Technologies LLC or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners. This product may contain third-party software for which Veritas is required to provide attribution to the third party ("Third-party Programs"). Some of the Third-party Programs are available under open source or free software licenses. The License Agreement accompanying the Software does not alter any rights or obligations you may have under those open source or free software licenses. Refer to the Third-party Legal Notices document accompanying this Veritas product or available at: The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation/reverse engineering. No part of this document may be reproduced in any form by any means without prior written authorization of Veritas Technologies LLC and its licensors, if any. THE DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. VERITAS TECHNOLOGIES LLC SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION. THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS SUBJECT TO CHANGE WITHOUT NOTICE. The Licensed Software and Documentation are deemed to be commercial computer software as defined in FAR and subject to restricted rights as defined in FAR Section "Commercial Computer Software - Restricted Rights" and DFARS , et seq. "Commercial Computer Software and Commercial Computer Software Documentation," as applicable, and any successor regulations, whether delivered by Veritas as on-premises or hosted services. Any use, modification, reproduction release, performance, display or disclosure of the Licensed Software and Documentation by the U.S. Government shall be solely in accordance with the terms of this Agreement.

3 Veritas Technologies LLC 500 E Middlefield Road Mountain View, CA Technical Support Technical Support maintains support centers globally. All support services will be delivered in accordance with your support agreement and the then-current enterprise technical support policies. For information about our support offerings and how to contact Technical Support, visit our website: You can manage your Veritas account information at the following URL: If you have questions regarding an existing support agreement, please the support agreement administration team for your region as follows: Worldwide (except Japan) Japan CustomerCare@veritas.com CustomerCare_Japan@veritas.com Before you contact Technical Support, run the Veritas Quick Assist (VQA) tool to make sure that you have satisfied the system requirements that are listed in your product documentation. You can download VQA from the following article on the Veritas Support website: Documentation Make sure that you have the current version of the documentation. Each document displays the date of the last update on page 2. The latest documentation is available on the Veritas website: Documentation feedback Your feedback is important to us. Suggest improvements or report errors or omissions to the documentation. Include the document title, document version, chapter title, and section title of the text on which you are reporting. Send feedback to: evdocs@veritas.com You can also see documentation information or ask a question on the Veritas community site:

4 Configuring Internal and External WebApp URLs for OWA This document includes the following topics: Overview How to define the external URL for Enterprise Vault Determining when to use the external URL for Enterprise Vault Load balancing Fault tolerance Customized shortcut links OWA configuration examples Overview The Enterprise Vault OWA Extensions for Exchange Server 2007 and 2010 do not implement the EnterpriseVaultProxy mechanism that was used in the OWA 2003 extensions for accessing the Enterprise Vault server through the Exchange Servers. The task of protecting and forwarding requests to the Enterprise Vault server is now left to appropriate applications, such as Microsoft ISA Server. As a result, the OWA 2007 and 2010 extensions are simpler to install and reduce load and attack surfaces on the Exchange Servers. The initial implementation of the Enterprise Vault OWA 2007 Extensions did not support the configuration of a different URL for Enterprise Vault access from an

5 How to define the external URL for Enterprise Vault 5 external network. This meant that the Enterprise Vault server names had to be published by the external DNS servers in order to enable Search Archives or Archive Explorer in external OWA clients. This document describes how to set up your OWA environment so that a different Enterprise Vault server name is published to external OWA users. If you want to configure the functionality described in this document for an Exchange 2003-only environment, you must set the Enterprise Vault Exchange desktop policy setting "Client Connection" to "Direct", in order to turn off the EnterpriseVaultProxy mechanism. If an Exchange 2003 mailbox is accessed through an Exchange CAS, this happens automatically. The following terms are used throughout this document: "External URL" is a URL that is used outside the corporate network to access the Enterprise Vault server through a firewall. "Internal URL" is a URL that is used inside the corporate network to access the Enterprise Vault server directly. How to define the external URL for Enterprise Vault You define an external URL for Enterprise Vault in the Exchange desktop policy setting "External Web Application URL", which is in the advanced OWA list of settings. The policy can then be assigned to Provisioning Groups to enable groups of users to access Enterprise Vault servers from their OWA clients using the external URLs. The value of the external URL setting can be either a fully qualified URL to the Web Access application virtual directory, or a relative URL. An example of a fully qualified URL is: An example of a relative URL is: /enterprisevault If a relative URL is specified, the fully qualified URL is constructed using the external host name of the Exchange Server used for OWA. This name is configured on the Exchange Server. An optional <https> component can be specified at the start of the relative URL to indicate that the HTTPS protocol should be used. If it is not present, then the HTTP protocol is used. Table 1-1 gives examples of the URL that is used.

6 How to define the external URL for Enterprise Vault 6 Table 1-1 Defining the external URL that will be used to access Enterprise Vault URL used for OWA Value set for External Web Application URL enterprisevault /enterprisevault <https>/enterprisevault :8080/enterprisevault External URL used for Enterprise Vault enterprisevault enterprisevault enterprisevault enterprisevault The default value of the "External Web Application URL" policy setting is: <https>/enterprisevault The Enterprise Vault policy setting can be overridden by a configuration setting on the Exchange Server. See Table 1-2. This allows for load balancing, such that different Exchange CAS servers can use different URLs, and therefore access different Enterprise Vault servers. On Exchange Server 2003, the setting is added to the EVBackEnd.ini file on the back-end Exchange Server 2003 computer. On Exchange Server 2007 and 2010, it is added to the Web.Config file on the Exchange CAS. In Web.Config, "<https>/enterprisevault" should be added as "<https>/enterprisevault". The setting is read when the user logs into OWA, so a change to the value takes effect when the user next logs into OWA. Table 1-2 URL setting on Exchange Server Setting name in Exchange Server 2007 and 2010 EnterpriseVault_ ExternalWebAppUrl Setting name in Exchange Server 2003 ExternalWebAppUrl Description Defines the external URL for Enterprise Vault access, and follows the same rules as the policy setting described above.

7 Determining when to use the external URL for Enterprise Vault 7 The Exchange Server 2003 setting is configured at virtual directory level, so that it is possible to use different settings for different OWA virtual directories. In EVBackEnd.ini the setting can be qualified as follows: server name.website ID.exchange virt dir name.externalwebappurl=value For example: Exch01.1.exchange.ExternalWebAppUrl=/enterprisevault Determining when to use the external URL for Enterprise Vault The table, Table 1-3, describes three settings available to refine which users access Enterprise Vault using the external web access URL. The UseExternalWebAppUrl setting forces all connections to use the configured external URL. If you want to configure some connections to use the external URL and others to use the internal URL, use the ExternalHostNames and/or ExternalIPAddresses settings instead. Add the required settings to the configuration file on the Exchange Servers. On Exchange Server 2003, these settings are added to the EVBackEnd.ini file. On Exchange Server 2007 and 2010, they are added to the Web.Config file. The settings are read when the user logs into OWA, so changes to the values take effect when the user next logs into OWA. Table 1-3 External URL settings on the Exchange Server Setting name in Exchange Server 2007 and 2010 EnterpriseVault_ UseExternalWebAppUrl Setting name in Exchange Server 2003 UseExternalWebAppUrl Value The value is a simple Boolean value which defines whether the external URL is to be used or not. If the value is set to "True", then all Enterprise Vault connections are forced to use the configured external URL. If this value is set, then it overrides the settings below.

8 Determining when to use the external URL for Enterprise Vault 8 Table 1-3 External URL settings on the Exchange Server (continued) Setting name in Exchange Server 2007 and 2010 EnterpriseVault_ ExternalHostNames Setting name in Exchange Server 2003 ExternalHostNames Value The value is a semi-colon delimited list of host names. If the host name used to access OWA is in the list, then the external URL will be used to access Enterprise Vault. For example, if a user accesses OWA outside the corporate network using then owa.company.com could be added to this list. Enterprise Vault connections from hosts that are not listed in this setting, or from IP addresses that are not listed in the ExternalIPAddresses setting, will use the configured internal URL.

9 Determining when to use the external URL for Enterprise Vault 9 Table 1-3 External URL settings on the Exchange Server (continued) Setting name in Exchange Server 2007 and 2010 EnterpriseVault_ ExternalIPAddresses Setting name in Exchange Server 2003 ExternalIPAddresses Value The value is a semi-colon delimited list of IP addresses. If the IP address of the originator of the request to OWA is on this list, then the external URL will be used to access Enterprise Vault. For example, the IP addresses of the firewall servers could be added to this list. Enterprise Vault connections from addresses that are not listed in this setting, or from hosts that are not listed in the ExternalHostNames setting, will use the configured internal URL. Note that when using an Exchange CAS proxy, the originator is the Exchange CAS acting as proxy, not the firewall. In this case, it may be better to specify the host names to trigger the use of the external URL. The Exchange Server 2003 settings are configured at virtual directory level, so that it is possible to use different settings for different OWA virtual directories. In EVBackEnd.ini the setting can be qualified as follows: server name.website ID.exchange virt dir name.setting name=value For example: Exc01.1.exchange.UseExternalWebAppUrl=true The settings for Exchange Server 2007 and 2010 are configured in the appsettings section of the Web.Config file. For example: <add key="enterprisevault_useexternalwebappurl" value="true"/>

10 Load balancing 10 Load balancing The flexibility of Enterprise Vault architecture means that any user in the site can access the Enterprise Vault Web Access application using any Enterprise Vault server. For this reason, publishing only one Enterprise Vault server on a firewall or Exchange CAS proxy is feasible. However, the feature described in this document allows for load balancing. Load balancing can be implemented in the following ways: Use an external load-balancer or round-robin DNS on the given host name. Assign a different virtual directory name in different policies. This will allow the URL to be used by different firewall or Exchange CAS proxy rules, which would forward requests to different Enterprise Vault servers. For example, user A could be assigned a policy with "External Web Application URL" set to "/EV1", and user B could be assigned a policy with "External Web Application URL" set to "/EV2". Both users use the same OWA server, accessed using the URL: For User A the external URL to access Enterprise Vault would be: For User B, the URL would be: These URLs would both be processed by the same firewall server. However, the firewall server would have different rules for the virtual directories, EV1 and EV2: EV1 would map to EV2 would map to Assign a different virtual directory name on different Exchange Servers using the "ExternalWebAppUrl" configuration setting. Assign a different, fully qualified URL in different Exchange Mailbox policies, and assign the policies appropriately. These could use different host names to access different firewall or proxy servers, or different virtual directory names to access different firewall rules. Assign a different fully qualified URL on different Exchange Servers using the "ExternalWebAppUrl" configuration setting. Similar techniques can also be used to allow for mailboxes in different Enterprise Vault sites; each site s policies would need to specify a different external URL to allow the firewall rules to be set to access an Enterprise Vault server in the correct site.

11 Fault tolerance 11 Fault tolerance The configurations discussed in this document make no allowance for fault tolerance; they simply provide the OWA client with one URL for Enterprise Vault access. If the target Enterprise Vault server fails, then the client will not be able to access Enterprise Vault. Clustered Enterprise Vault servers could be used to provide resilience. Customized shortcut links In the Enterprise Vault OWA 2003 Extensions, the links in customized shortcuts are translated by the OWA extensions to refer back to the Exchange Server. In the OWA 2007 and 2010 extensions, the links are not translated by the extensions. They are, however, translated by OWA to refer back to the Exchange Server, and the original link is added as a parameter. For this reason, normal link translation by a firewall or proxy may not work. However, Microsoft ISA 2006 is capable of translating the links as described in the following article: To ensure this works correctly: There must be a "Computer" Network Object for the Enterprise Vault server that is being published. The "This rule applies to this published site" value on the "To" page of the Enterprise Vault web publishing rule properties dialog must be the host value in the customized shortcut link. Other firewall or proxy solutions may also be able to handle this translation. Translating customized shortcut links is not discussed further in this document, as the links are intended for clients that are not integrated with Enterprise Vault, such as Outlook Express. In OWA clients, double-clicking the item will open the item, even if the customized shortcut link has not been translated correctly. OWA configuration examples This section illustrates different OWA configurations in which the functionality described in this document can be used. In the examples, Exchange CAS servers can be Exchange Server 2007 or Note that additional configuration is required if OWA 2007 clients access the Exchange 2007 CAS through an Exchange Server 2010 CAS. The additional steps

12 OWA configuration examples 12 Different host names are documented in the following technical note on the Veritas Enterprise Support site: Configuring OWA Access to an Exchange Server 2007 CAS through an Exchange Server 2010 CAS Exchange CAS Host name: cas.company.internal owa Internet Firewall/Proxy External Host name: owa.company.com Publishes: enterprisevault Enterprise Vault Server Host name: ev.company.internal In this case, external clients access OWA using the following URL:. Whereas internal clients use a different URL: The following settings should be used to allow the OWA extensions to use the correct URL: External Web Application URL: <https>/enterprisevault EnterpriseVault_ExternalHostNames: owa.company.com

13 Configuring Internal and External WebApp URLs for OWA OWA configuration examples 13 Different IP addresses Exchange CAS Host name: cas.company.internal Office desktop IP Address: Internet Firewall/Proxy Internal IP Address: External Host name: owa.company.com Publishes: enterprisevault Enterprise Vault Server Host name: ev.company.internal In this case, both external and internal clients use the same URL to access OWA: The internal DNS maps the name directly to the Exchange CAS. The OWA extensions cannot use the host name to differentiate, and so they use the IP address of the originator of the request instead. For internal clients, this will be the IP address of the client, but for external clients it will be the IP address of the firewall or proxy server. The following settings should be used: External Web Application URL: <https>/enterprisevault EnterpriseVault_ExternalIPAddresses:

14 OWA configuration examples 14 Different Exchange CAS servers Exchange CAS External clients only Exchange CAS Internal clients only Internet Firewall/Proxy External Host name: owa.company.com Publishes: enterprisevault Enterprise Vault Server Host name: ev.company.internal In this case, dedicated Exchange CAS servers are used for internal and external access. Rather than using host names or IP addresses, the settings should be: External Web Application URL: <https>/enterprisevault EnterpriseVault_UseExternalWebAppUrl: true. Note that this is set on the external facing Exchange CAS only. It would be possible to use the "EntepriseVault_ExternalIPAddresses" setting instead in this scenario. Also, no settings need to be added to the internal facing Exchange CAS, because the internal URL will be used by default. Using an Exchange CAS proxy The main difference with using an Exchange CAS proxy is that it is the proxy server which determines whether to use an external URL, and not the Exchange CAS actually processing the requests.

15 OWA configuration examples Internet Firewall/Proxy AD Site A IP Address: External Host name: owa.company.com Publishes: Exchange CAS Processes the proxied requests AD Site B Exchange 2007 or 2010 Mailbox Server Exchange CAS Proxies requests to 2 nd CAS in AD Site B /owa /enterprisevault /owa internal/enterprisevault Enterprise Vault Server Host name: ev.company.internal In this example, the same URL, is used for both external and internal access to OWA. The Exchange CAS in site A acts as a proxy server and forwards requests to the Exchange CAS in site B. This means that to the Exchange CAS in site B the originator of the request appears to be the first Exchange CAS. For this reason it cannot determine whether the request has come from the Internet or from an internal client in site A. The following settings should be used: External Web Application URL: <https>/enterprisevault

16 OWA configuration examples 16 EntepriseVault_ExternalIPAddresses: Note that this is set on the Exchange CAS in Site A. If the Exchange CAS in site A determines that an external URL should be used, then the first Exchange CAS appends an extra query string parameter to the request passed to the Exchange CAS in site B. This allows the OWA extensions doing the real work on the Exchange CAS in site B to use an external URL if necessary. The Exchange CAS in site B has no additional configuration to determine whether to use external URLs, as it does not handle external requests directly. Hence requests from the internal client in site B will always use the internal URL. Exchange Server 2003 mailboxes This section describes how the functionality described in this document can be configured to provide access for OWA 2003 clients. Using an Exchange 2003 Back-End server This is similar to the configuration required for Exchange Server 2007 and 2010 mailboxes without an Exchange CAS proxy server, and all the considerations mentioned remain valid. See Different host names on page 12. See Different IP addresses on page 13. Note that in Exchange Server 2003, OWA requests are always redirected to the back-end server holding the mailbox, so the configuration described in Different Exchange CAS servers is not applicable. Using an Exchange Server 2003 Front-End server This is similar to accessing Exchange Server 2003 mailboxes through an Exchange Server CAS. See Using an Exchange CAS (internal and external) on page 16. See Using an Exchange CAS Server (external only) on page 18. See Using separate Exchange CAS Servers on page 19. The front-end Exchange Server cannot pass any information to the back-end OWA extensions, and the details described in these sections remain valid. Using an Exchange CAS (internal and external) Although this appears similar to using an Exchange CAS as a proxy server, the Exchange CAS is unable to pass on any information to the OWA 2003 Extensions.

17 OWA configuration examples 17 This means that if both internal and external clients access the Exchange CAS using the same host name, then there is no way of determining if an internal or external URL should be used. Exchange CAS Exchange 2003 Server Proxies requests to Exchange 2003 server exchange Internet Firewall/Proxy External Host name: owa.company.com Publishes: Enterprise Vault Server Host name: ev.company.internal One possible workaround is to have the internal URL access an Exchange Server 2003 back-end server directly. Even if more than one Exchange Server 2003 is in use, the client will be redirected to the correct server, and the IP address can be used to distinguish internal and external clients. This is described in more detail in Using an Exchange CAS Server (external only). A second workaround is to introduce a second Exchange CAS, so that internal clients and external clients use different Exchange CAS servers. This is described in Using separate Exchange CAS Servers. A third workaround is to create an additional virtual directory on the Exchange CAS and back-end servers. The firewall or proxy could then be configured to pass requests to the new virtual directory on the Exchange CAS, which in turn would forward it to the new virtual directory on the back-end server. The new virtual directory could then be specified in the "UseExternalWebAppURL" setting, so that

18 OWA configuration examples 18 requests using that virtual directory would trigger the external URL for Enterprise Vault, and requests for the exchange virtual directory would trigger the internal URL for Enterprise Vault. Using an Exchange CAS Server (external only) If only external clients are coming through the Exchange CAS, as illustrated below, then the "ExternalIPAddresses" setting can be used to trigger external URLs. Exchange CAS Exchange 2003 Server IP Address: Proxies requests to Exchange 2003 server exchange Internet Firewall/Proxy External Host name: owa.company.com Publishes: enterprisevault Enterprise Vault Server Host name: ev.company.internal In this case the following settings could be used: External Web Application URL: <https>/enterprisevault ExternalIPAddresses: Note that this is set on Exchange Server 2003.

19 OWA configuration examples 19 Using separate Exchange CAS Servers Although this configuration is similar to that illustrated in Different Exchange CAS servers, the configuration settings would be applied on the Exchange 2003 server, using the IP address of the Exchange CAS for the external clients. Exchange 2003 Server Exchange CAS IP Address Proxies requests to Exchange 2003 server Exchange CAS IP Address: Proxies requests to Exchange 2003 server exchange Internet Firewall/Proxy External Host name: owa.company.com Publishes: enterprisevault Enterprise Vault Server Host name: ev.company.internal In this example, the following settings should be used: External Web Application URL: <https>/enterprisevault

20 OWA configuration examples 20 ExternalIPAddresses: Note that this is set on the Exchange 2003 server.

Enterprise Vault Versions of FSA Agent and Enterprise Vault Reporting or later

Enterprise Vault Versions of FSA Agent and Enterprise Vault Reporting or later Versions of FSA Agent and 2007 or later : Versions of FSA Agent and Last updated: 2018-04-05. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo,, Compliance

More information

Enterprise Vault Requesting and Applying an SSL Certificate and later

Enterprise Vault Requesting and Applying an SSL Certificate and later Enterprise Vault Requesting and Applying an SSL Certificate 10.0.3 and later Enterprise Vault : Requesting and Applying an SSL Certificate Last updated: 2018-04-12. Legal Notice Copyright 2018 Veritas

More information

Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving and later

Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving and later Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving 12.1 and later Enterprise Vault : Setting up Exchange Server and Office 365 for SMTP Archiving Last updated: 2018-06-18. Legal

More information

Enterprise Vault Migrating Data Using the Microsoft Azure Blob Storage Migrator or later

Enterprise Vault Migrating Data Using the Microsoft Azure Blob Storage Migrator or later Enterprise Vault Migrating Data Using the Microsoft Azure Blob Storage Migrator 12.2 or later Enterprise Vault : Migrating Data Using the Microsoft Azure Blob Storage Migrator Last updated: 2018-04-12.

More information

Enterprise Vault Using SQL Database Roles in Enterprise Vault, Compliance Accelerator, and Discovery Accelerator

Enterprise Vault Using SQL Database Roles in Enterprise Vault, Compliance Accelerator, and Discovery Accelerator Enterprise Vault Using SQL Database Roles in Enterprise Vault, Compliance Accelerator, and Discovery Accelerator 12 Enterprise Vault : Using SQL Database Roles in Enterprise Vault, Compliance Accelerator,

More information

Veritas Enterprise Vault Setting up the Enterprise Vault Office Mail App and later

Veritas Enterprise Vault Setting up the Enterprise Vault Office Mail App and later Veritas Enterprise Vault Setting up the Enterprise Vault Office Mail App 10.0.3 and later Veritas Enterprise Vault: Setting up the Enterprise Vault Office Mail App Last updated: 2017-10-24. Legal Notice

More information

Veritas Enterprise Vault Managing Retention 12.1

Veritas Enterprise Vault Managing Retention 12.1 Veritas Enterprise Vault Managing Retention 12.1 Veritas Enterprise Vault: Managing Retention Last updated: 2017-10-24. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas,

More information

Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving and later

Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving and later Enterprise Vault Setting up Exchange Server and Office 365 for SMTP Archiving 12.1 and later Enterprise Vault : Setting up Exchange Server and Office 365 for SMTP Archiving Last updated: 2018-12-03. Legal

More information

Veritas Data Insight Software Compatibility List 6.1.1

Veritas Data Insight Software Compatibility List 6.1.1 Veritas Data Insight Software Compatibility List 6.1.1 Documentation version: 6.1.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks

More information

Veritas Access Enterprise Vault Solutions Guide

Veritas Access Enterprise Vault Solutions Guide Veritas Access Enterprise Vault Solutions Guide Linux 7.4.1 Veritas Access Enterprise Vault Solutions Guide Last updated: 2018-07-31 Document version: 7.4.1 Rev 0 Legal Notice Copyright 2018 Veritas Technologies

More information

Veritas Data Insight 6.1 Software Compatibility List 6.1

Veritas Data Insight 6.1 Software Compatibility List 6.1 Veritas Data Insight 6.1 Software Compatibility List 6.1 November 2017 Documentation version: 6.1.0 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2

Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2 Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2 Veritas Enterprise Vault: Setting up SharePoint Server Archiving Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies

More information

Veritas Enterprise Vault Setting up SMTP Archiving 12.1

Veritas Enterprise Vault Setting up SMTP Archiving 12.1 Veritas Enterprise Vault Setting up SMTP Archiving 12.1 Veritas Enterprise Vault: Setting up SMTP Archiving Last updated: 2017-07-28. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

Veritas Enterprise Vault PST Migration 12.2

Veritas Enterprise Vault PST Migration 12.2 Veritas Enterprise Vault PST Migration 12.2 Veritas Enterprise Vault: PST Migration Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas

More information

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Last updated: 2018-09-19 Legal Notice Copyright 2017

More information

Veritas Enterprise Vault Setting up SMTP Archiving 12.2

Veritas Enterprise Vault Setting up SMTP Archiving 12.2 Veritas Enterprise Vault Setting up SMTP Archiving 12.2 Veritas Enterprise Vault: Setting up SMTP Archiving Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint 2013

Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint 2013 Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint 2013 Windows 7.1 April 2016 Storage Foundation and High Availability Solutions HA and

More information

Veritas Enterprise Vault Guide for Mac OS X Users 12.2

Veritas Enterprise Vault Guide for Mac OS X Users 12.2 Veritas Enterprise Vault Guide for Mac OS X Users 12.2 Veritas Enterprise Vault: Guide for Mac OS X Users Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

Enterprise Vault Troubleshooting FSA Reporting. 12 and later

Enterprise Vault Troubleshooting FSA Reporting. 12 and later Enterprise Vault Troubleshooting FSA Reporting 12 and later Enterprise Vault : Troubleshooting FSA Reporting Last updated: 2018-04-17. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved.

More information

Veritas InfoScale Support Matrix for Oracle

Veritas InfoScale Support Matrix for Oracle Veritas InfoScale Support Matrix for Oracle Last updated: 2018-08-10 Legal ice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

Symantec Control Compliance Suite Express Security Content Update for Microsoft Windows Server 2008 R2 (CIS Benchmark 2.1.

Symantec Control Compliance Suite Express Security Content Update for Microsoft Windows Server 2008 R2 (CIS Benchmark 2.1. Symantec Control Compliance Suite Express Security Content Update for Microsoft Windows Server 2008 R2 (CIS Benchmark 2.1.0) Release Notes Express Security Content Update for Microsoft Windows Server 2008

More information

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Veritas NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Last updated: 2018-02-16 Document version:netbackup

More information

Veritas NetBackup for Lotus Notes Administrator's Guide

Veritas NetBackup for Lotus Notes Administrator's Guide Veritas NetBackup for Lotus Notes Administrator's Guide for UNIX, Windows, and Linux Release 8.0 Veritas NetBackup for Lotus Notes Administrator's Guide Document version: 8.0 Legal Notice Copyright 2016

More information

Veritas NetBackup Vault Operator's Guide

Veritas NetBackup Vault Operator's Guide Veritas NetBackup Vault Operator's Guide UNIX, Windows, and Linux Release 8.1.1 Veritas NetBackup Vault Operator's Guide Last updated: 2018-09-19 Document version: NetBackup 8.1 Legal Notice Copyright

More information

Veritas NetBackup OpenStorage Solutions Guide for Disk

Veritas NetBackup OpenStorage Solutions Guide for Disk Veritas NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 8.0 Veritas NetBackup OpenStorage Solutions Guide for Disk Legal Notice Copyright 2016 Veritas Technologies LLC. All

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.3

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.3 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.3 Veritas NetBackup Copilot for Oracle Configuration Guide Last updated: 2016-05-04 Document version: 2.7.3 Legal Notice Copyright 2016

More information

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Veritas NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 8.0 Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Last updated: 2016-11-07 Legal Notice

More information

Veritas SaaS Backup for Office 365

Veritas SaaS Backup for Office 365 Veritas SaaS Backup for Office 365 Documentation version: 1.0 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

Veritas Enterprise Vault PowerShell Cmdlets 12.2

Veritas Enterprise Vault PowerShell Cmdlets 12.2 Veritas Enterprise Vault PowerShell Cmdlets 12.2 Veritas Enterprise Vault: PowerShell Cmdlets Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas,

More information

Veritas Desktop and Laptop Option 9.2. Disaster Recovery Scenarios

Veritas Desktop and Laptop Option 9.2. Disaster Recovery Scenarios Veritas Desktop and Laptop Option 9.2 Disaster Recovery Scenarios 2 Veritas Desktop and Laptop Option The software described in this document is furnished under a license agreement and may be used only

More information

Enterprise Vault PowerShell Cmdlets 12.3

Enterprise Vault PowerShell Cmdlets 12.3 Enterprise Vault PowerShell Cmdlets 12.3 Enterprise Vault : PowerShell Cmdlets Last updated: 2018-03-29. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas

More information

Symantec Control Compliance Suite Express Security Content Update for JBoss Enterprise Application Platform 6.3. Release Notes

Symantec Control Compliance Suite Express Security Content Update for JBoss Enterprise Application Platform 6.3. Release Notes Symantec Control Compliance Suite Express Security Content Update for JBoss Enterprise Application Platform 6.3 Release Notes Express Security Content Update for JBoss Enterprise Application Platform 6.3

More information

Veritas Enterprise Vault Setting up Exchange Server Archiving 12.2

Veritas Enterprise Vault Setting up Exchange Server Archiving 12.2 Veritas Enterprise Vault Setting up Exchange Server Archiving 12.2 Veritas Enterprise Vault: Setting up Exchange Server Archiving Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 3.1 and 3.1.1

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 3.1 and 3.1.1 Veritas NetBackup Copilot for Oracle Configuration Guide Release 3.1 and 3.1.1 Veritas NetBackup Copilot for Oracle Configuration Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

Enterprise Vault Setting up SMTP Archiving 12.3

Enterprise Vault Setting up SMTP Archiving 12.3 Enterprise Vault Setting up SMTP Archiving 12.3 Enterprise Vault : Setting up SMTP Archiving Last updated: 2018-03-29. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas,

More information

Veritas Desktop and Laptop Option 9.2. High Availability (HA) with DLO

Veritas Desktop and Laptop Option 9.2. High Availability (HA) with DLO Veritas Desktop and Laptop Option 9.2 High Availability (HA) with DLO 2 Veritas Desktop and Laptop Option The software described in this document is furnished under a license agreement and may be used

More information

Veritas NetBackup for Enterprise Vault Agent Administrator's Guide

Veritas NetBackup for Enterprise Vault Agent Administrator's Guide Veritas NetBackup for Enterprise Vault Agent Administrator's Guide for Windows Release 8.0 Veritas NetBackup for Enterprise Vault Agent Administrator's Guide Document version: 8.0 Legal Notice Copyright

More information

Enterprise Vault Guide for Outlook Users

Enterprise Vault Guide for Outlook Users Enterprise Vault Guide for Outlook Users (Full Functionality) 12.3 Enterprise Vault : Guide for Outlook Users Last updated: 2018-03-29. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

Veritas Enterprise Vault. NSF Migration

Veritas Enterprise Vault. NSF Migration Veritas Enterprise Vault NSF Migration 12 Veritas Enterprise Vault: NSF Migration Last updated: 2015-12-03. Legal Notice Copyright 2015 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas

More information

Veritas NetBackup Appliance Fibre Channel Guide

Veritas NetBackup Appliance Fibre Channel Guide Veritas NetBackup Appliance Fibre Channel Guide Release 2.7.3 NetBackup 52xx and 5330 Document Revision 1 Veritas NetBackup Appliance Fibre Channel Guide Release 2.7.3 - Document Revision 1 Legal Notice

More information

Veritas NetBackup for Microsoft SQL Server Administrator's Guide

Veritas NetBackup for Microsoft SQL Server Administrator's Guide Veritas NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft SQL Server Administrator's Guide Last updated: 2018-04-10 Document version:netbackup

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010 Users 9.0 Symantec Enterprise Vault: Guide for Microsoft Outlook 2010 Users The software described in this book is furnished under a license agreement

More information

Veritas Deployment Manager User's Guide

Veritas Deployment Manager User's Guide Veritas Deployment Manager User's Guide Last updated: 2017-10-03 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

NetBackup Self Service Release Notes

NetBackup Self Service Release Notes NetBackup Self Service Release Notes 7.7.3 Document version: 1 Veritas NetBackup Self Service Release Notes Document version: 7.7.3 Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved.

More information

Veritas Backup Exec Migration Assistant

Veritas Backup Exec Migration Assistant Veritas Backup Exec Migration Assistant Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Veritas SaaS Backup for Salesforce

Veritas SaaS Backup for Salesforce Veritas SaaS Backup for Salesforce Documentation version: 2.0 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Mac OS X Users 10.0 Symantec Enterprise Vault: Guide for Mac OS X Users The software described in this book is furnished under a license agreement and may be used only

More information

Veritas System Recovery 18 Linux Edition: Quick Installation Guide

Veritas System Recovery 18 Linux Edition: Quick Installation Guide Veritas System Recovery 18 Linux Edition: Quick Installation Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Veritas Access NetBackup Solutions Guide

Veritas Access NetBackup Solutions Guide Veritas Access 7.2.1 NetBackup Solutions Guide Linux 7.2.1 Veritas Access NetBackup Solutions Guide Last updated: 2019-04-04 Document version: 7.2.1 Rev 1 Legal Notice Copyright 2017 Veritas Technologies

More information

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Symantec Enterprise Vault Technical Note

Symantec Enterprise Vault Technical Note Symantec Enterprise Vault Technical Note Troubleshooting OWA Extensions 8.0 Symantec Information Foundation Symantec Enterprise Vault: Troubleshooting OWA Extensions The software described in this book

More information

Veritas ediscovery Platform

Veritas ediscovery Platform Veritas ediscovery Platform Release Notes 8.2 Cumulative Hotfix 3 Release Notes PAGE: 2 Veritas ediscovery Platform : Release Notes 8.2 CHF3 The software described in this book is furnished under a license

More information

Enterprise Vault.cloud Journaling Guide

Enterprise Vault.cloud Journaling Guide Enterprise Vault.cloud Journaling Guide Enterprise Vault.cloud: Journaling Guide Last updated: 2018-01-30. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas

More information

Veritas Enterprise Vault Administrator's Guide 12.1

Veritas Enterprise Vault Administrator's Guide 12.1 Veritas Enterprise Vault Administrator's Guide 12.1 Veritas Enterprise Vault: Administrator's Guide Last updated: 2017-07-28. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris Cluster Server 7.3.1 Generic Application Agent Configuration Guide - AIX, Linux, Solaris Last updated: 2017-11-04 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and

More information

Veritas Desktop and Laptop Option Mobile Application Getting Started Guide

Veritas Desktop and Laptop Option Mobile Application Getting Started Guide Veritas Desktop and Laptop Option Mobile Application Getting Started Disclaimer Contents The software described in this document is furnished under a license agreement and may be used only in accordance

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.2 Legal Notice Copyright 2016 Veritas Technologies

More information

Veritas Desktop Agent for Mac Getting Started Guide

Veritas Desktop Agent for Mac Getting Started Guide Veritas Desktop Agent for Mac Getting Started Guide The software described in this document is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Documentation

More information

Veritas Backup Exec Quick Installation Guide

Veritas Backup Exec Quick Installation Guide Veritas Backup Exec Quick Installation Guide Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 11.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Veritas Desktop and Laptop Option Mac Getting Started Guide

Veritas Desktop and Laptop Option Mac Getting Started Guide Veritas Desktop and Laptop Option 9.3.1 Mac Getting Started Guide 20-Nov-18 The software described in this document is furnished under a license agreement and may be used only in accordance with the terms

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Veritas High Availability Solution for WebSphere Message Broker and IBM Integration Bus. AIX, HP-UX, Linux, Solaris

Veritas High Availability Solution for WebSphere Message Broker and IBM Integration Bus. AIX, HP-UX, Linux, Solaris Veritas High Availability Solution for WebSphere Message Broker and IBM Integration Bus AIX, HP-UX, Linux, Solaris Veritas InfoScale Availability Agents Last updated: 2018-07-26 Legal Notice Copyright

More information

Veritas Enterprise Vault Setting up IMAP 12.1

Veritas Enterprise Vault Setting up IMAP 12.1 Veritas Enterprise Vault Setting up IMAP 12.1 Veritas Enterprise Vault: Setting up IMAP Last updated: 2017-07-28. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas, the

More information

Partner Information. Integration Overview. Remote Access Integration Architecture

Partner Information. Integration Overview. Remote Access Integration Architecture Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration OTP Barracuda Networks Barracuda SSL VPN User Name + Security Code VIP Enterprise

More information

Veritas Storage Foundation and High Availability Solutions Getting Started Guide

Veritas Storage Foundation and High Availability Solutions Getting Started Guide Veritas Storage Foundation and High Availability Solutions Getting Started Guide Windows Server 2008 (x64), Windows Server 2008 R2 (x64) 6.0 21213723 (October 2011) Veritas Storage Foundation and High

More information

Veritas NetBackup Appliance Fibre Channel Guide

Veritas NetBackup Appliance Fibre Channel Guide Veritas NetBackup Appliance Fibre Channel Guide Release 3.1 and 3.1.1 NetBackup 52xx and 53xx Veritas NetBackup Appliance Fibre Channel Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

Veritas NetBackup Upgrade Quick Start Guide

Veritas NetBackup Upgrade Quick Start Guide Veritas NetBackup Upgrade Quick Start Guide Veritas NetBackup Upgrade Quick Start Guide Last updated: 2018-02-16 Document version:netbackup 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All

More information

Veritas ediscovery Platform

Veritas ediscovery Platform Veritas ediscovery Platform Release Notes 9.0.1 Release Notes PAGE: 2 Veritas ediscovery Platform : Release Notes 9.0.1 The software described in this book is furnished under a license agreement and may

More information

For the latest news about this release, including any hotfixes, subscribe to https://www.veritas.com/docs/

For the latest news about this release, including any hotfixes, subscribe to https://www.veritas.com/docs/ Veritas Enterprise Vault 12.2 R1 ReadMeFirst Last updated: 02-Nov-2017 For the latest news about this release, including any hotfixes, subscribe to https://www.veritas.com/docs/100032860. Note: Enterprise

More information

Veritas NetBackup Network Ports Reference Guide. Release 8.1.1

Veritas NetBackup Network Ports Reference Guide. Release 8.1.1 Veritas NetBackup Network Ports Reference Guide Release 8.1.1 Veritas NetBackup Network Ports Reference Guide Document version: 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved.

More information

Enterprise Vault Backup and Recovery 12.3

Enterprise Vault Backup and Recovery 12.3 Enterprise Vault Backup and Recovery 12.3 Enterprise Vault : Backup and Recovery Last updated: 2018-03-29. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas

More information

Veritas NetBackup Plug-in for VMware vsphere Web Client Guide. Release 8.1.1

Veritas NetBackup Plug-in for VMware vsphere Web Client Guide. Release 8.1.1 Veritas NetBackup Plug-in for VMware vsphere Web Client Guide Release 8.1.1 Veritas NetBackup Plug-in for VMware vsphere Web Client Guide Last updated: 2018-02-16 Document version:netbackup 8.1.1 Legal

More information

Veritas Enterprise Vault PowerShell Cmdlets 12.1

Veritas Enterprise Vault PowerShell Cmdlets 12.1 Veritas Enterprise Vault PowerShell Cmdlets 12.1 Veritas Enterprise Vault: PowerShell Cmdlets Last updated: 2017-07-28. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas,

More information

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.1 Legal Notice Copyright 2015 Symantec Corporation. All rights

More information

Veritas NetBackup Appliance Fibre Channel Guide

Veritas NetBackup Appliance Fibre Channel Guide Veritas NetBackup Appliance Fibre Channel Guide Release 3.1 and 3.1.1 NetBackup 52xx and 53xx Veritas NetBackup Appliance Fibre Channel Guide Legal Notice Copyright 2018 Veritas Technologies LLC. All rights

More information

Veritas NetBackup for SQLite Administrator's Guide

Veritas NetBackup for SQLite Administrator's Guide Veritas NetBackup for SQLite Administrator's Guide Windows and Linux Release 8.1.1 Documentation version: 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the

More information

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services)

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option: Qualification Details with Cloud Service

More information

Veritas Storage Foundation and High Availability Solutions Getting Started Guide

Veritas Storage Foundation and High Availability Solutions Getting Started Guide Veritas Storage Foundation and High Availability Solutions Getting Started Guide Windows Server 2008 (x64), Windows Server 2008 R2 (x64) 6.0.1 21271162 (October 2012) Veritas Storage Foundation and High

More information

Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide

Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide Last updated: 2018-02-16 Document

More information

Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide

Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide for Windows Release 8.0 Veritas NetBackup for Microsoft SharePoint Server Administrator s Guide Last updated: 2016-11- 10 Legal Notice

More information

Veritas System Recovery 16 Management Solution Administrator's Guide

Veritas System Recovery 16 Management Solution Administrator's Guide Veritas System Recovery 16 Management Solution Administrator's Guide Documentation version: 2017 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Veritas Resiliency Platform 3.1 Overview and Planning Guide. Applicable for Veritas Resiliency Platform 3.1 and 3.1 Update 1

Veritas Resiliency Platform 3.1 Overview and Planning Guide. Applicable for Veritas Resiliency Platform 3.1 and 3.1 Update 1 Veritas Resiliency Platform 3.1 Overview and Planning Guide Applicable for Veritas Resiliency Platform 3.1 and 3.1 Update 1 Veritas Resiliency Platform: Overview and Planning Guide Last updated: 2018-02-09

More information

Symantec Managed PKI. Integration Guide for ActiveSync

Symantec Managed PKI. Integration Guide for ActiveSync Symantec Managed PKI Integration Guide for ActiveSync ii Symantec Managed PKI Symantec Managed PKI Integration Guide for ActiveSync The software described in this book is furnished under a license agreement

More information

Enterprise Vault Setting up IMAP 12.3

Enterprise Vault Setting up IMAP 12.3 Enterprise Vault Setting up IMAP 12.3 Enterprise Vault : Setting up IMAP Last updated: 2018-03-29. Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo,

More information

Symantec Protection Center Getting Started Guide. Version 2.0

Symantec Protection Center Getting Started Guide. Version 2.0 Symantec Protection Center Getting Started Guide Version 2.0 Symantec Protection Center Getting Started Guide The software described in this book is furnished under a license agreement and may be used

More information

Veritas NetBackup AdvancedDisk Storage Solutions Guide

Veritas NetBackup AdvancedDisk Storage Solutions Guide Veritas NetBackup AdvancedDisk Storage Solutions Guide UNIX, Windows, Linux Release 8.1 Veritas NetBackup AdvancedDisk Storage Solutions Guide Last updated: 2017-09-25 Legal Notice Copyright 2017 Veritas

More information

Veritas CloudPoint 1.0 Administrator's Guide

Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint Administrator's Guide Last updated: 2017-09-13 Document version: 1.0 Rev 6 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights

More information

Enterprise Vault.cloud Archive Migrator Guide. Archive Migrator versions 1.2 and 1.3

Enterprise Vault.cloud Archive Migrator Guide. Archive Migrator versions 1.2 and 1.3 Enterprise Vault.cloud Archive Migrator Guide Archive Migrator versions 1.2 and 1.3 Enterprise Vault.cloud: Archive Migrator Guide Last updated: 2018-01-09. Legal Notice Copyright 2018 Veritas Technologies

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

Symantec Enterprise Vault Technical Note

Symantec Enterprise Vault Technical Note Symantec Enterprise Vault Technical Note Migrating Enterprise Vault to 64-bit hardware 9.0 Symantec Enterprise Vault: Migrating Enterprise Vault to 64-bit hardware The software described in this book is

More information

Symantec Cloud Workload Protection on AWS Marketplace. Buyer's Guide for Getting Started

Symantec Cloud Workload Protection on AWS Marketplace. Buyer's Guide for Getting Started Symantec Cloud Workload Protection on AWS Marketplace Buyer's Guide for Getting Started The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

Veritas NetBackup OpsCenter Performance and Tuning Guide

Veritas NetBackup OpsCenter Performance and Tuning Guide Veritas NetBackup OpsCenter Performance and Tuning Guide Windows and UNIX Release 8.0 Veritas NetBackup OpsCenter Performance and Tuning Guide Legal Notice Copyright 2016 Veritas Technologies LLC. All

More information

Symantec Enterprise Vault Technical Note

Symantec Enterprise Vault Technical Note Symantec Enterprise Vault Technical Note FSA Reporting deployment guidelines 8.0 Symantec Information Foundation Symantec Enterprise Vault: FSA Reporting deployment guidelines The software described in

More information

Veritas NetBackup Add-in for Microsoft SCVMM Console Guide. Release 8.1

Veritas NetBackup Add-in for Microsoft SCVMM Console Guide. Release 8.1 Veritas NetBackup Add-in for Microsoft SCVMM Console Guide Release 8.1 Veritas NetBackup Add-in for Microsoft SCVMM Console Guide Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Deployment Scanner 10.0 Symantec Enterprise Vault: Deployment Scanner The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List

Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List Last updated: 2018-08-13 Document version: Document version: 3.2 Rev 1 Legal Notice Copyright 2018 Veritas Technologies LLC. All

More information

For the latest news about this release, including any hotfixes, subscribe to https://www.veritas.com/docs/

For the latest news about this release, including any hotfixes, subscribe to https://www.veritas.com/docs/ Veritas Enterprise Vault 12.3 ReadMeFirst Last updated: 5-Apr-2018 The latest version of this document is available from the Veritas Support website at https://www.veritas.com/docs/100041266. For the latest

More information

Veritas ediscovery Platform. Compatibility Charts

Veritas ediscovery Platform. Compatibility Charts Veritas ediscovery Platform Compatibility Charts December 22, 2017 Veritas ediscovery Platform Compatibility Charts PAGE: 2 Veritas ediscovery Platform : Compatibility Charts The software described in

More information