README. Readme P/N REV 01. EMC Smarts Network Configuration Manager Version Patch 7. March, 2017

Size: px
Start display at page:

Download "README. Readme P/N REV 01. EMC Smarts Network Configuration Manager Version Patch 7. March, 2017"

Transcription

1 README EMC Smarts Network Configuration Manager Version Readme P/N REV 01 March, 2017 This document contains supplemental information about EMC Smarts Network Configuration Manager Version Topics include: Revision history... 2 Patch description... 2 New features and changes... 3 Fixed problems... 4 Environment and system requirements... 6 Known problems and limitations... 6 Technical notes... 7 Documentation errata... 8 Installing NCM Uninstalling NCM Troubleshooting and getting help... 15

2 Revision history Revision history The following table presents the revision history of this document: Product versioning and naming Revision Date Description 01 March, 2017 First release of EMC Smarts Network Configuration Manager Version The EMC Smarts Network Configuration Manager Version is the seventh patch release after Version The Network Configuration Manager patch numbering is consistent with entire Smarts portfolio. The Network Configuration Manager is part of Smarts product portfolio that also contains IP, SAM, MPLS, VoIP, ESM, OTM, and NPM products, and has a separate patch Readme document. Patch description A patch provides one or more fixes to an EMC Smarts product. A patch can only be applied to the specific major or minor release and Service Pack of the particular product for which it is intended; this is called the product s baseline. 2 EMC Smarts Network Configuration Manager Version Readme

3 New features and changes New features and changes New features and changes in This release includes important new features and changes to the existing features. New features and changes in on page 3 The release contains no new features and changes. EMC Smarts Network Configuration Manager Version Readme 3

4 Fixed problems Fixed problems This section describes the fixed problems addressed by the patch. Table 1 Fixed problems Issue number Symptom Fix description Version fixed IS-7366/ SR IS-7367 The issue occurs when the getalloperationaldevices API call is used to get a filtered list of devices. The information leaks through the fingerprint.jsp file. The code has been modified to handle the same. Unused JSP and HTML pages are removed. IS-7368 Various issues occur with ncm_monitor.sh script. The ncm_monitor.sh tool is modified to collect all the debugging information correctly. Note: The ncm_monitor.sh script no longer supports the -s tomcat option. This has been combined with -s ncmas, which collects hibernate statistics as well (inside the folder named jmx). IS-7291 Setting keywords for standards, policies, and data files that are longer than 256 characters throws an exception. The data type for keywords is changed to text, which accepts more than 256 characters. IS-7359 The time displayed in the last attempted communication and last successful communication fields is not correct. The code has been modified to update the last communication field using the UI client time. PSRC-3746 / SND-3331 Java RMI remote code executes without authentication. The authentication has been enabled for the vulnerable port. PSRC-3745 / SND-3330 Firewall restrictions implemented in NCM are bypassed. The authentication has been enabled for the vulnerable port. IS-7440/ SR The NCM API call fails at MD5. The data type for hash code is changed to string, to accept the alphanumeric characters. IS-7441/ SR The vlan.dat file cannot be restored from NCM to new switch. The code has been modified to resolve the issues with push of binary files. IS-7445 Cache encryption doesn't encrypt all the required files. The code has been modified to encrypt all the files which store device configuration data in plain text. IS-7298 NCM cancels the jobs that were started after a device server restart. The code has been modified to wait for the device services to come up before returning success to the user. IS-7321/ SR The report advisor link is missing on the GUI dashboard. The report advisor link has been added to the NCM GUI dashboard. 4 EMC Smarts Network Configuration Manager Version Readme

5 Fixed problems Table 1 Fixed problems Issue number Symptom Fix description Version fixed IS-7598 Device mapped to multiple sites has mapping issues via API. The API code has been modified to return the devices from secondary site along with the primary site. Note: Device to site relationship is corrected via API. This does not resolve site based reporting in M&R for which SASP-1278 (site with device that is already mapped to another site is not appearing in M&R front-end) exists. IS-7519/ SR The SAML based authentication communication does not work properly. The code has been modified to enable SAML based authentication. For more information, refer to the technical note section Enabling SAML authentication in NCM on page 7. IS-7432/ SR On logging into the NCM client, users are unable to see data in the jobs/tasks summary in schedule manager. The scheduled job summary panel was not updating the count for each category of the job because the panel view was not updated with the calculated count. The code has been modified to update the panel view with the count information. EMC Smarts Network Configuration Manager Version Readme 5

6 Environment and system requirements Environment and system requirements EMC Smarts Network Configuration Manager Installation Guide provides information on environment and system requirements. Prerequisites for installing the patch on Windows platform 1. Install the following Microsoft Visual Studio libraries on Windows platform: Microsoft Visual C SP1 Redistributable Package MFC Security Update Microsoft Visual C SP1 Redistributable Package (x64) 2. Install the patch software. Both, Network Configuration Manager and Report Advisor must be running and accessible when the patch is being installed. Known problems and limitations This patch release does not include any known issues. 6 EMC Smarts Network Configuration Manager Version Readme

7 Technical notes Technical notes Technical notes for Enabling SAML authentication in NCM Technical notes for on page 7 The release contains the following technical note. You can login to Network Configuration Manager using Security Assertion Markup Language (SAML) authentication after it is enabled. To enable SAML authentication in Network Configuration Manager, follow these steps: Step Action 1 Log into the server as the root user. 2 Navigate to the VOYENCE_HOME/tools/saml-util directory. 3 Type perl enablesaml.pl to run the enable SAML utility and press Enter. 4 After successful execution of the preceding script, the samlsysadmin user is created in NCM under System Administration > User management > System Users. For reference, the sample SamlAssertion.xml file has been provided with this technical note. 5 Modify the sample SamlAssertion.xml file as follows to add the user name that exists in NCM: <saml:nameid SPNameQualifier=" Format="urn:oasis:names:tc:SAML:2.0:nameidformat:transient">samlsysadmin</saml:NameID> 6 Modify the sample SamlAssertion.xml file as follows to add NotBefore, NotOnOrAfter dates, so that NCM allows the user to log in if the date is between a valid range: <saml:conditions NotBefore=" T15:41:54.000Z" NotOnOrAfter= " T15:41:54.000Z"> 7 Encode to base64 format, and then perform urlencode the SamlAssertion.xml content. For reference, the sample SamlAssertion.xml file has been provided with this technical note. 8 Modify the IP address to point to the NCM AS and generate the powerup.jnlp file using the encoded string. Execute the following command from any Linux server or from command prompt if you have curl: curl -k -X POST AS IP address>:8880/voyence/launchclient?samlassertion=encoded-string > powerup.jnlp 9 Copy the powerup.jnlp file to your client machine from where you want to launch NCM, and then launch NCM. 10 NCM is launched successfully without asking a user to enter credentials. EMC Smarts Network Configuration Manager Version Readme 7

8 Documentation errata Following is the sample SamlAssertion.xml file. Documentation errata The release contains no documentation errata. 8 EMC Smarts Network Configuration Manager Version Readme

9 Installing NCM Installing NCM Installation instructions included in this section are for the Linux and Windows Server 2012 R2 operating environments. This patch must be installed on all distributed Network Configuration Manager servers. In the examples in both the Install and Uninstall instructions, [Product Directory] is used; however you must substitute [Product Directory] with your actual installation directory path. For Linux, you can determine your product installation directory by examining /etc/voyence.conf, and look for the text VOYENCE_HOME. For Windows, you can determine your product installation directory by accessing the Registry key at: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Voyence\Control\Configuration\ VOYENCE_HOME. Installation instructions for a cluster environment Use the following steps to install this patch for a cluster environment on an application or device server. On an application server (Linux) Table 2 Steps for installing on an application server Linux 1 Stop the cluster. clusvcadm -d vc_cluster 2 Mount the disk. mount /dev/sdc1 [Product Directory] /dev/sdc1 is an example 3 Source /etc/voyence.conf. /etc/voyence.conf 4 Run the NCM installer. bash NETWORK_CONFIGURATION_MANAGER_9_4_2_7_X X_Linux.bin Follow the prompts to install. Notice: Where XX represents the build number. 5 Stop the vcmaster service. service vcmaster stop 6 Unmount the disk. umount [Product Directory] (Isof [Product Directory] and kill processes if the drive is busy.) 7 Start the cluster. clusvcadm -e vc_cluster EMC Smarts Network Configuration Manager Version Readme 9

10 Installing NCM On a device server (Linux) Table 3 Steps for installing on a device server Linux 1 Stop services Stop: service sysadmin stop service voyence stop 2 Source /etc/voyence.conf../etc/voyence.conf 3 Run the NCM installer. bash NETWORK_CONFIGURATION_MANAGER_9_4_2_7_X X_Linux.bin Follow the prompts to install. Unlock the lockbox: $VOYENCE_HOME/bin/cstdriver -lockbox $VOYENCE_HOME/data/lockb.clb -passphrase <passphrase> Notice: Where XX represents the build number. Installation instructions for a non-clustered environment Use the following steps to install this patch for a non-clustered environment on Linux and Windows. On an application, device, database, or combination server (Linux) Table 4 Steps for installing on an application, device, or combination server Linux 1 Run the NCM Installer for Linux. For Linux: bash NETWORK_CONFIGURATION_MANAGER_9_4_2_7_X X_Linux.bin Follow the prompts to install. Notice: Where XX represents the build number. 10 EMC Smarts Network Configuration Manager Version Readme

11 Installing NCM On an application, device, or combination server (Windows) Table 5 Steps for installing on an application, device or combination server Windows 1 Start the.exe file. Double-click the NETWORK_CONFIGURATION_MANAGER_9_4_2_7_XX_ Windows.exe file. Notice: Where XX represents the build number. 2 The installer will load. Follow the prompts by clicking Next. 3 The installation is complete. Click Done when the install completes. On a remote or stand alone Report Advisor (Linux) Table 6 Steps for installing on a remote or stand alone Report Advisor Linux 1 Run the NCM Installer for Linux. For Linux: bash NETWORK_CONFIGURATION_MANAGER_9_4_2_7_X X_Linux.bin Follow the prompts to install. Unlock the lockbox (Linux):. /etc/voyence.conf $VOYENCE_HOME/cstbin/cstdriver -lockbox $VOYENCE_HOME/data/lockb.clb -passphrase <passphrase> Notice: Where XX represents the build number. On a remote or stand alone Report Advisor (Windows) Table 7 Steps for installing on a remote or stand alone Report Advisor Windows 1 Start the.exe file. Double-click the NETWORK_CONFIGURATION_MANAGER_9_4_2_7_XX_ Windows.exe file. Notice: Where XX represents the build number. 2 The installer will load. Follow the prompts by clicking Next. 3 The installation is complete. Click Done when the install completes. 4 Unlock the lockbox. perl unlocklockbox.pl EMC Smarts Network Configuration Manager Version Readme 11

12 Uninstalling NCM Verifying the installation To verify the Network Configuration Manager installation, follow these steps. Table 8 Steps for verifying the installation 1 Open the Help menu. Click the Help option on the Network Configuration Manager menu bar. 2 Open the About window. Select About. The About Network Configuration Manager window opens. 3 Verify the version of this release. In Linux and Windows 2012 R2 platforms: The version of this release is [Platform]. Uninstalling NCM The following sections provide details regarding uninstalling the patch from different environments. Uninstallation instructions for a cluster environment Linux only on page 12 Uninstallation instructions for a non-clustered environment Linux on page 13 Uninstallation instructions for a non-clustered environment Windows on page 13 Verifying the uninstallation on page 14 Uninstallation instructions for a cluster environment Linux only On an application server Table 9 Steps for uninstalling on an application server 1 Stop the cluster. clusvcadm -d vc_cluster 2 Mount the disk. mount /dev/sdc1 [Product Directory] For example: /dev/sdc1 3 Navigate to the patch directory. cd [Product Directory]/Hotfix/NETWORK_CONFIGURATION_ MANAGER_9_4_2_7/ 4 Run the patch rollback script. perl rollbackhotfix.pl 5 Stop the vcmaster service. service vcmaster stop 12 EMC Smarts Network Configuration Manager Version Readme

13 Uninstalling NCM Table 9 Steps for uninstalling on an application server 6 Navigate from the patch directory. cd / 7 Unmount the disk. umount [Product Directory] (lsof [Product Directory] and kill processes if the drive is busy.) 8 Start the cluster. clusvcadm -e vc_cluster On a device server Table 10 Steps for uninstalling on a device server 1 Navigate to the patch directory. cd [Product Directory]/Hotfix/NETWORK_CONFIGURATION_ MANAGER_9_4_2_7/ 2 Run the patch rollback script. perl rollbackhotfix.pl Uninstallation instructions for a non-clustered environment Linux On an application, device, or combination server Table 11 Steps for uninstalling on an application, device, or combination server Linux 1 Navigate to the patch directory. 2 Run the patch uninstall script. cd [Product Directory]/Hotfix/NETWORK_CONFIGURATION_ MANAGER_9_4_2_7/ perl rollbackhotfix.pl Uninstallation instructions for a non-clustered environment Windows On an application, device, or combination server Table 12 Steps for uninstalling on an application, device, or combination server Windows 1 Navigate to the patch directory. Open a command prompt. Enter: cd [Product Directory]\Hotfix\NETWORK_CONFIGURATION_ MANAGER_9_4_2_7\ 2 Run the patch rollback script. perl rollbackhotfix.pl EMC Smarts Network Configuration Manager Version Readme 13

14 Uninstalling NCM Verifying the uninstallation To verify that Network Configuration Manager is uninstalled, do the following:. Table 13 Steps for verifying the uninstall 1 Open the Help menu. Click the Help option on the Network Configuration Manager menu bar. 2 Open the About window. Select About. The About Network Configuration Manager window opens. 3 Verify the version of the previous release. In Linux and Windows 2012 R2 platforms, the version of the previous release is [Platform] [patch release number if previously installed]. 14 EMC Smarts Network Configuration Manager Version Readme

15 Troubleshooting and getting help Troubleshooting and getting help EMC support, product, and licensing information can be obtained as follows: Product information For documentation, release notes, software updates, or information about EMC products, go to EMC Online Support at: Technical support Go to EMC Online Support and click Service Center. You will see several options for contacting EMC Technical Support. Note that to open a service request, you must have a valid support agreement. Contact your EMC sales representative for details about obtaining a valid support agreement or with questions about your account. Copyright Dell Inc. or its subsidiaries. All rights reserved. Published in the USA. Published March, 2017 Dell believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. The information in this publication is provided as is. Dell makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any Dell software described in this publication requires an applicable software license. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries in the United States and other countries. All other trademarks used herein are the property of their respective owners. For the most up-to-date regulatory document for your product line, go to EMC Online Support ( EMC Smarts Network Configuration Manager Version Readme 15

EMC Smarts Network Configuration Manager

EMC Smarts Network Configuration Manager EMC Smarts Network Configuration Manager Version 9.3 Installation Guide P/N 302-001-037 REV 01 Copyright 2009-2014 EMC Corporation. All rights reserved. Published in the USA. Published June, 2014 EMC believes

More information

EMC Voyence Integration Adaptor

EMC Voyence Integration Adaptor EMC Voyence Integration Adaptor Version 2.0.0 EMC SMARTS P/N 300-007-379 REV A03 EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com COPYRIGHT Copyright 2008 EMC

More information

RELEASE NOTES. Release Notes P/N REV 01. EMC Smarts Network Configuration Manager Version September, 2016

RELEASE NOTES. Release Notes P/N REV 01. EMC Smarts Network Configuration Manager Version September, 2016 RELEASE NOTES EMC Smarts Network Configuration Manager Version 9.4.2.0 Release Notes P/N 302-003-132 REV 01 September, 2016 These release notes contain supplemental information about EMC Smarts Network

More information

Patch Read Me. EMC Unified Infrastructure Manager/Provisioning Version 4.1 Patch 04. Patch Read Me. P/N Rev 01.

Patch Read Me. EMC Unified Infrastructure Manager/Provisioning Version 4.1 Patch 04. Patch Read Me. P/N Rev 01. EMC Unified Infrastructure Manager/Provisioning Version 4.1 Patch 04 P/N 302-002-521 Rev 01 November 2015 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Table

More information

EMC Ionix Network Configuration Manager Version 4.1.1

EMC Ionix Network Configuration Manager Version 4.1.1 EMC Ionix Network Configuration Manager Version 4.1.1 RSA Token Service Installation Guide 300-013-088 REVA01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows P/N 300-012-249 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

TECHNICAL NOTES. Technical Notes P/N REV 01

TECHNICAL NOTES. Technical Notes P/N REV 01 TECHNICAL NOTES EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution Release 8.2 Technical Notes P/N 302-000-657 REV 01 June 18, 2014

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server

Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server NN49000-302 Document status: Standard Document version: 0101 Document date: 24 May 2007 All Rights

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows Installation Guide P/N 300-009-578 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

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

Release Notes P/N REV A10

Release Notes P/N REV A10 EMC NetWorker Module for Lotus Release 3.0.x Multiplatform Version Release Notes P/N 300-004-249 REV A10 March 30, 2009 These release notes contain supplemental information about EMC NetWorker Module for

More information

Symantec Desktop and Laptop Option 8.0 SP2. Symantec Desktop Agent for Mac. Getting Started Guide

Symantec Desktop and Laptop Option 8.0 SP2. Symantec Desktop Agent for Mac. Getting Started Guide Symantec Desktop and Laptop Option 8.0 SP2 Symantec Desktop Agent for Mac Getting Started Guide Disclaimer The information contained in this publication is subject to change without notice. Symantec Corporation

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

Dell EqualLogic Storage Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager Installation Guide

Dell EqualLogic Storage Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager Installation Guide Dell EqualLogic Storage Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that

More information

EMC SourceOne for Microsoft SharePoint Version 7.1

EMC SourceOne for Microsoft SharePoint Version 7.1 EMC SourceOne for Microsoft SharePoint Version 7.1 Installation Guide 302-000-151 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009-2013

More information

EMC SourceOne Discovery Manager Version 6.7

EMC SourceOne Discovery Manager Version 6.7 EMC SourceOne Discovery Manager Version 6.7 Installation and Administration Guide 300-012-743 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Technical Notes. EMC NetWorker SharePoint BLOB Backup and Recovery by using NetWorker Module for Microsoft and Metalogix StoragePoint TECHNICAL NOTES

Technical Notes. EMC NetWorker SharePoint BLOB Backup and Recovery by using NetWorker Module for Microsoft and Metalogix StoragePoint TECHNICAL NOTES EMC NetWorker SharePoint BLOB Backup and Recovery by using NetWorker Module for Microsoft and Metalogix StoragePoint Release number 8.2 Service Pack 1 TECHNICAL NOTES 302-001-241 REV 01 January, 2015 These

More information

EMC SourceOne Discovery Manager Version 6.5

EMC SourceOne Discovery Manager Version 6.5 EMC SourceOne Discovery Manager Version 6.5 Installation and Administration Guide 300-008-569 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Voyence Payment Card Industry Advisor. User s Guide. Version P/N REV A01

EMC Voyence Payment Card Industry Advisor. User s Guide. Version P/N REV A01 EMC Voyence Payment Card Industry Advisor Version 1.1.1 User s Guide P/N 300-007-495 REV A01 EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com COPYRIGHT Copyright

More information

Technical Note. Restoring Dell EMC Avamar Checkpoint Backups from a Dell EMC Data Domain System After a Single Node Avamar Failure

Technical Note. Restoring Dell EMC Avamar Checkpoint Backups from a Dell EMC Data Domain System After a Single Node Avamar Failure Restoring Dell EMC Avamar Checkpoint Backups from a Dell EMC Data Domain System After a Single Node Avamar Failure 300-015-218 REV 03 February 2018 Revision history... 2 Purpose... 2 Related documentation...2

More information

Dell EMC Avamar for Sybase ASE

Dell EMC Avamar for Sybase ASE Dell EMC Avamar for Sybase ASE Version 7.5.1 User Guide 302-004-293 REV 01 Copyright 2001-2018 Dell Inc. or its subsidiaries. All rights reserved. Published February 2018 Dell believes the information

More information

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers Support Matrix

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers Support Matrix EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.4.2 Version 9.4.2.0 302-003-122 REV 01 Abstract Smarts 9.4.2 Suite can be installed in a typical or a fully distributed, multi-machine production

More information

EMC White Paper Documentum Client for Outlook (DCO)

EMC White Paper Documentum Client for Outlook (DCO) EMC White Paper Documentum Client for Outlook (DCO) Troubleshooting Guide Copyright 2005 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate as of its publication

More information

Dell EMC NetWorker Module for Microsoft for Exchange Server VSS

Dell EMC NetWorker Module for Microsoft for Exchange Server VSS Dell EMC NetWorker Module for Microsoft for Exchange Server VSS Version 18.1 User Guide 302-004-268 REV 02 Copyright 2007-2018 Dell Inc. or its subsidiaries. All rights reserved. Published August, 2018

More information

Dell EMC Repository Manager Version 3.2. Quick Start Guide

Dell EMC Repository Manager Version 3.2. Quick Start Guide Dell EMC Repository Manager Version 3.2 Quick Start Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Support Matrix

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Support Matrix EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Version 9.5.0.0 302-003-622 REV 01 Abstract Smarts 9.5 Suite can be installed in a typical or a fully distributed, multi-machine production

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Release 3.0 SP1 User Guide P/N 302-000-098 REV 02 Copyright 2007-2014 EMC Corporation. All rights reserved. Published in the

More information

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA Version 4.0 Configuring Hosts to Access VMware Datastores P/N 302-002-569 REV 01 Copyright 2016 EMC Corporation. All rights reserved.

More information

VisiBroker 8.5. Installation Guide

VisiBroker 8.5. Installation Guide VisiBroker 8.5 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2016. All rights reserved. VisiBroker contains

More information

Patch Read Me. EMC Unified Infrastructure Manager/ Provisioning Version 4.1 Patch 02. Patch Read Me. P/ N Rev 01.

Patch Read Me. EMC Unified Infrastructure Manager/ Provisioning Version 4.1 Patch 02. Patch Read Me. P/ N Rev 01. EMC Unified Infrastructure Manager/ Provisioning Version 4.1 Patch 02 P/ N 302-001-250 Rev 01 July 2014 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Table

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

EMC ApplicationXtender Web Access.NET eroom Integration 6.0

EMC ApplicationXtender Web Access.NET eroom Integration 6.0 EMC ApplicationXtender Web Access.NET eroom Integration 6.0 Administrator s Guide 300-008-282 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Virtual Recovery Assistant user s guide

Virtual Recovery Assistant user s guide Virtual Recovery Assistant user s guide Part number: T2558-96323 Second edition: March 2009 Copyright 2009 Hewlett-Packard Development Company, L.P. Hewlett-Packard Company makes no warranty of any kind

More information

Dell EMC Ready System for VDI on XC Series

Dell EMC Ready System for VDI on XC Series Dell EMC Ready System for VDI on XC Series Citrix XenDesktop for Dell EMC XC Series Hyperconverged Appliance March 2018 H16969 Deployment Guide Abstract This deployment guide provides instructions for

More information

Server Administrator Version 8.2 Installation Guide Citrix XenServer

Server Administrator Version 8.2 Installation Guide Citrix XenServer Server Administrator Version 8.2 Installation Guide Citrix XenServer Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

More information

Basic Configuration Installation Guide

Basic Configuration Installation Guide EMC RecoverPoint for VMs 5.0 Basic Configuration Installation Guide P/N 302-003-534 REV 01 December 7, 2016 This document contains information on these topics: Revision History... 2 Overview... 3 Reference

More information

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering September 2015 A Dell Technical White Paper Revisions Date June 2015 September 2015 Description Initial

More information

CloudLink Key Management for VMware vcenter Server Configuration Guide

CloudLink Key Management for VMware vcenter Server Configuration Guide CloudLink Key Management for VMware vcenter Server Dell EMC CloudLink SecureVM Version 6.0, 6.5, and 6.6 H15988.3 January 2018 This contains procedures to create a trusted connection between CloudLink

More information

Dell EMC Repository Manager Version 3.1. Quick Start Guide

Dell EMC Repository Manager Version 3.1. Quick Start Guide Dell EMC Repository Manager Version 3.1 Quick Start Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Release Notes P/N Rev A01

Release Notes P/N Rev A01 EMC NetWorker License Manager 5th Edition Release Notes P/N 300-003-979 Rev A01 September 8, 2006 These release notes contain supplemental information about this release of EMC NetWorker License Manager

More information

Connectware Manager Getting Started Guide

Connectware Manager Getting Started Guide Connectware Manager Getting Started Guide 90000699_B 2004, 2005 Digi International Inc. Digi, Digi International, the Digi logo, the Digi Connectware log, the Making Device Networking Easy logo, Digi

More information

Running Spotfire DXP 2.0 on a Citrix Presentation Server. Installation Manual

Running Spotfire DXP 2.0 on a Citrix Presentation Server. Installation Manual Running Spotfire DXP 2.0 on a Citrix Presentation Server Installation Manual Revision date: 31 May 2007 - Use of this User's Guide and Reference Manual is restricted to licensed users of Spotfire software.

More information

Dell EMC Unity Family

Dell EMC Unity Family Dell EMC Unity Family Version 4.2 Configuring Hosts to Access Fibre Channel (FC) or iscsi Storage 302-002-568 REV 03 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published July

More information

Server Installation ZENworks Mobile Management 2.6.x January 2013

Server Installation ZENworks Mobile Management 2.6.x January 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.6.x January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Client TM 2.0 SP2 for Linux

Client TM 2.0 SP2 for Linux Novell Client 2.0 SP2 for Linux Installation Quick Start Novell Client TM 2.0 SP2 for Linux 03/18/2009 2.0 SP2 QUICK START www.novell.com Installing the Novell Client for Linux This document explains how

More information

TECHNICAL NOTES. Technical Notes P/N REV 01

TECHNICAL NOTES. Technical Notes P/N REV 01 TECHNICAL NOTES Configuring EMC Symmetrix VMAX, EMC NetWorker Module for MEDITECH, and EMC NetWorker Management Console to Perform ISB and IDR Backups Release 8.2 SP1 Technical Notes P/N 302-002-228 REV

More information

Core Services SSL Installation Guide. Service Pack 9, July 2007

Core Services SSL Installation Guide. Service Pack 9, July 2007 Core Services SSL Installation Guide Service Pack 9, July 2007 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property

More information

Securing VSPEX VMware View 5.1 End- User Computing Solutions with RSA

Securing VSPEX VMware View 5.1 End- User Computing Solutions with RSA Design Guide Securing VSPEX VMware View 5.1 End- User Computing Solutions with RSA VMware vsphere 5.1 for up to 2000 Virtual Desktops EMC VSPEX Abstract This guide describes required components and a configuration

More information

Installing Dell EMC OpenManage Essentials

Installing Dell EMC OpenManage Essentials Installing Dell EMC OpenManage Essentials This technical white paper describes the procedure to install OME. Dell EMC Engineering February 2018 A Dell EMC Technical White Paper Revisions Date June 2017

More information

Dell EMC Repository Manager Version 3.0. Troubleshooting Guide

Dell EMC Repository Manager Version 3.0. Troubleshooting Guide Dell EMC Repository Manager Version 3.0 Troubleshooting Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell Command Integration Suite for System Center

Dell Command Integration Suite for System Center Dell Command Integration Suite for System Center Version 5.0 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. Installation Guide

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. Installation Guide Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you

More information

Dell EMC Unity Family Dell EMC Unity All Flash, Unity Hybrid, UnityVSA. Unity shut down and restart the system (power down and power up)

Dell EMC Unity Family Dell EMC Unity All Flash, Unity Hybrid, UnityVSA. Unity shut down and restart the system (power down and power up) Dell EMC Unity Family Dell EMC Unity All Flash, Unity Hybrid, UnityVSA Unity shut down and restart the system (power down and power up) P/N 302-002-565 REV 03 November 2017 Complete the following procedures

More information

Note: Oracle Consulting can provide technology assessments and architectural planning workshops to guide you through these processes.

Note: Oracle Consulting can provide technology assessments and architectural planning workshops to guide you through these processes. Upgrade Guide March 2014 Contents About this Upgrade Guide... 5 Preparing for the Upgrade... 5 Assessing the Technical Environment... 5 Stopping the Current SiteWand Server... 5 Stopping Scheduled Tasks...

More information

Dell EMC Repository Manager Version 3.1. Troubleshooting Guide

Dell EMC Repository Manager Version 3.1. Troubleshooting Guide Dell EMC Repository Manager Version 3.1 Troubleshooting Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Dell EMC Avamar for SQL Server

Dell EMC Avamar for SQL Server Dell EMC Avamar for SQL Server Version 7.5.1 User Guide 302-004-292 REV 01 Copyright 2001-2018 Dell Inc. or its subsidiaries. All rights reserved. Published February 2018 Dell believes the information

More information

Running Spotfire DecisionSite Client 9.0 on a Citrix Presentation Server. Installation and Troubleshooting Guide

Running Spotfire DecisionSite Client 9.0 on a Citrix Presentation Server. Installation and Troubleshooting Guide Running Spotfire DecisionSite Client 9.0 on a Citrix Presentation Server Installation and Troubleshooting Guide Revision date: 11 October 2006 - Use of this User's Guide and Reference Manual is restricted

More information

TECHNICAL NOTES. Technical Notes P/N REV 01

TECHNICAL NOTES. Technical Notes P/N REV 01 TECHNICAL NOTES Configuring EMC VNX, EMC NetWorker Module for MEDITECH, and EMC NetWorker Management Console to Perform VNX-SNAP Backups Release 8.2 Technical Notes P/N 302-001-685 REV 01 January 16, 2015

More information

ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options

ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options July 2017 The information in this document helps you to quickly and easily find the information related to various bundle features and

More information

Integration Guide. SafeNet Authentication Service. Strong Authentication for Citrix Web Interface 4.6

Integration Guide. SafeNet Authentication Service. Strong Authentication for Citrix Web Interface 4.6 SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

EMC VSI for VMware vsphere AppSync Management

EMC VSI for VMware vsphere AppSync Management EMC VSI for VMware vsphere AppSync Management Version 5.4 Product Guide P/N 300-014-772 REV 01 Copyright 2012 EMC Corporation. All rights reserved. Published in the USA. Published September, 2012 EMC believes

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for VMware Horizon 7 on Dell EMC XC Family September 2018 H17387 Deployment Guide Abstract This deployment guide provides instructions for deploying VMware

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

AX150-Series Upgrading FLARE Operating Environment Software March 28, 2006

AX150-Series Upgrading FLARE Operating Environment Software March 28, 2006 AX150-Series Upgrading FLARE Operating Environment Software March 28, 2006 This document describes how to upgrade your AX150 FLARE Operating Environment (OE) - the storage-system software that includes

More information

Novell Access Manager

Novell Access Manager Quick Start AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP2 June 11, 2010 www.novell.com Novell Access Manager 3.1 SP2 Quick Start Legal Notices Novell, Inc., makes no representations or warranties

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

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Administration Guide P/N 300-012-746 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011

More information

Micro Focus VisiBroker Installation Guide

Micro Focus VisiBroker Installation Guide Micro Focus VisiBroker 8.5.5 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2018 All rights reserved. MICRO

More information

Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering November 2016 A Quest Technical White Paper Revisions Date June 2015 November 2016 Description Initial release

More information

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA Configuring Hosts to Access NFS File Systems 302-002-567 REV 01 Copyright 2016 EMC Corporation. All rights reserved. Published in the

More information

EMC Ionix Network Configuration Manager Integration Adapter for IT Ops Manager Version 2.1.2

EMC Ionix Network Configuration Manager Integration Adapter for IT Ops Manager Version 2.1.2 EMC Ionix Network Configuration Manager Integration Adapter for IT Ops Manager Version 2.1.2 Installation and Configuration Guide 300-014-093 REV A02 EMC Corporation Corporate Headquarters: Hopkinton,

More information

Dell EMC Avamar for SQL Server

Dell EMC Avamar for SQL Server Dell EMC Avamar for SQL Server Version 7.5 User Guide 302-003-931 REV 01 Copyright 2001-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2017 Dell believes the information in this

More information

Microsoft Outlook Integration for ApplicationXtender 6.0

Microsoft Outlook Integration for ApplicationXtender 6.0 Microsoft Outlook Integration for ApplicationXtender 6.0 Integration Guide 300-008-270 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2009

More information

Basic Configuration Installation Guide

Basic Configuration Installation Guide RecoverPoint for VMs 5.1 Basic Configuration Installation Guide P/N 302-003-975 REV 1 July 4, 2017 This document contains information on these topics: Revision History... 2 Overview... 3 Reference architecture...

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Release Notes P/N REV 04 March 28, 2013

Release Notes P/N REV 04 March 28, 2013 EMC VNX Event Enabler Version 5.1.0.0 Release Notes P/N 300-013-478 REV 04 March 28, 2013 This document provides information about the latest release of EMC VNX Event Enabler software and related documentation.

More information

Relativity Data Server

Relativity Data Server Relativity Data Server Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for Citrix XenDesktop and XenApp for Dell EMC XC Family September 2018 H17388 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

NetIQ SecureLogin 8.7 enhances the product capability and resolves several previous issues.

NetIQ SecureLogin 8.7 enhances the product capability and resolves several previous issues. NetIQ SecureLogin 8.7 Release Notes December 2018 NetIQ SecureLogin 8.7 enhances the product capability and resolves several previous issues. Many of these improvements were made in direct response to

More information

Product Support Notice

Product Support Notice PSN # PSN004088u Product Support Notice 2013 Avaya Inc. All Rights Reserved. iginal publication date: 18-Oct-13. This is issue #01, published date: 18-Oct-13. Severity/risk level High Urgency Immediately

More information

Dell Server Management Pack Suite Version For Microsoft System Center Operations Manager And System Center Essentials Installation Guide

Dell Server Management Pack Suite Version For Microsoft System Center Operations Manager And System Center Essentials Installation Guide Dell Server Management Pack Suite Version 5.0.1 For Microsoft System Center Operations Manager And System Center Essentials Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important

More information

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager Installation Guide

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager Installation Guide Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make

More information

MegaTrack. Quick Start Guide

MegaTrack. Quick Start Guide MegaTrack Quick Start Guide MegaTrack Quick Start Guide This document will help you quickly install and test the MegaTrack software. For additional information regarding the operation and configuration

More information

Dell EMC Repository Manager 3.0 Release Notes

Dell EMC Repository Manager 3.0 Release Notes Rev. A01 2018-02 Release Type and Definition The Dell EMC Repository Manager (DRM) ensures that the Dell systems are up-to-date with the latest BIOS, driver, firmware, and software. Version 3.0 Rev.A00

More information

BEAWebLogic. Enterprise Security. WebLogic Server v8.1 Installation

BEAWebLogic. Enterprise Security. WebLogic Server v8.1 Installation BEAWebLogic Enterprise Security WebLogic Server v8.1 Installation Product Version: 4.2 Service Pack 2 Document Revised: October 27, 2005 Copyright Copyright 2005 BEA Systems, Inc. All Rights Reserved.

More information

Isilon InsightIQ. Version Installation Guide

Isilon InsightIQ. Version Installation Guide Isilon InsightIQ Version 4.1.0 Installation Guide Copyright 2009-2016 EMC Corporation All rights reserved. Published October 2016 Dell believes the information in this publication is accurate as of its

More information

Integration Guide. SafeNet Authentication Client. Using SAC CBA with BitLocker

Integration Guide. SafeNet Authentication Client. Using SAC CBA with BitLocker SafeNet Authentication Client Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information Document

More information

Dell EMC Avamar for SharePoint VSS

Dell EMC Avamar for SharePoint VSS Dell EMC Avamar for SharePoint VSS Version 18.1 User Guide 302-004-683 REV 01 Copyright 2001-2018 Dell Inc. or its subsidiaries. All rights reserved. Published July 2018 Dell believes the information in

More information

Dell EMC Ready System for VDI on VxRail

Dell EMC Ready System for VDI on VxRail Dell EMC Ready System for VDI on VxRail Citrix XenDesktop for Dell EMC VxRail Hyperconverged Appliance April 2018 H16968.1 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

Dell EMC vsan Ready Nodes for VDI

Dell EMC vsan Ready Nodes for VDI Dell EMC vsan Ready Nodes for VDI Integration of VMware Horizon on Dell EMC vsan Ready Nodes April 2018 H17030.1 Deployment Guide Abstract This deployment guide provides instructions for deploying VMware

More information

Dell Wyse Management Suite. Version 1.1 Migration Guide

Dell Wyse Management Suite. Version 1.1 Migration Guide Dell Wyse Management Suite Version 1.1 Migration Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

EMC ViPR Controller. Create a VM and Provision and RDM with ViPR Controller and VMware vrealize Automation. Version 2.

EMC ViPR Controller. Create a VM and Provision and RDM with ViPR Controller and VMware vrealize Automation. Version 2. EMC ViPR Controller Version 2.3 Create a VM and Provision and RDM with ViPR Controller and VMware vrealize Automation 302-002-205 01 Copyright 2015- EMC Corporation. All rights reserved. Published in USA.

More information

Running Spotfire DXP on a Citrix Presentation Server. Installation Manual

Running Spotfire DXP on a Citrix Presentation Server. Installation Manual Running Spotfire DXP on a Citrix Presentation Server Installation Manual Revision date: 21 December 2006 - Use of this User's Guide and Reference Manual is restricted to licensed users of Spotfire software.

More information

Patch Manager INSTALLATION GUIDE. Version Last Updated: September 25, 2017

Patch Manager INSTALLATION GUIDE. Version Last Updated: September 25, 2017 INSTALLATION GUIDE Patch Manager Version 2.1.5 Last Updated: September 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/patch_manager/patch_manager_documentation

More information

UNIX and Linux Data Mover Guide. Arcserve Backup r17.5

UNIX and Linux Data Mover Guide. Arcserve Backup r17.5 UNIX and Linux Data Mover Guide Arcserve Backup r17.5 Legal Notices This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information