Physical Host Discovery in EMC ViPR SRM 3.7

Size: px
Start display at page:

Download "Physical Host Discovery in EMC ViPR SRM 3.7"

Transcription

1 White paper Abstract This white paper explains the available methods for performing physical host discovery in EMC ViPR SRM 3.7, including the agentless, agent-based and passive mechanisms. October 2015

2 Copyright 2015 EMC Corporation. All Rights Reserved. EMC 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. EMC Corporation 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 EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. VMware is a registered trademark of VMware, Inc. in the United States and/or other jurisdictions. All other trademarks used herein are the property of their respective owners. Part Number H

3 Table of Contents Overview... 4 Audience... 4 Purpose... 4 Discovery Methods... 5 Agentless host discovery: SolutionPack for Physical Hosts... 5 Deployment scenarios... 6 Considerations for host discovery (Windows and UNIX)... 6 Considerations for hostname and IP address... 6 Considerations for SNIA libraries and HBA drivers... 6 Windows Host configuration for discovery and data collection... 7 Prerequisites for Windows Discovery... 7 Specific software needed on host... 7 Using Host Configuration script... 8 UNIX Host configuration for discovery and data collection Prerequisites for UNIX Discovery SSH key based authentication Troubleshooting Agentless Host Discovery Windows host discovery troubleshooting UNIX host discovery troubleshooting Agent based Host Discovery : EMC Host Interface Passive Host Discovery Enable passive host discovery Troubleshooting Passive Host Discovery Verify passive hosts from the collection logs Verifying passive hosts from the RDF/topology store Verifying that LUNs from an array are being mapped to host Upgrade considerations Frequently Asked Questions Q: Can VIPR SRM provide IOPS and response time on the host level without any customization? Q: Are there guidelines on how to obtain and install agents such as INQ on hosts? Q: How do I enforce the physical collector to use INQ for storage data collection? Q: If INQ is placed in a different location, how do I add it to SolutionPack for Physical Hosts? Q: For Physical Hosts discovery, what are the least privileges that I need for Windows systems?

4 Overview Host discovery is a primary use case for EMC ViPR SRM reporting, providing valuable information about the relationship of hosts to storage systems and their components, including file system capacity, volume groups, and disks. ViPR SRM supports multiple methods for performing physical host discovery, which are detailed in this article. Audience This article is intended for EMC employees, partners, and customers including storage administrators who want to understand the available methods of host discovery in ViPR SRM 3.7. Purpose This article is intended to provide information to help you weigh the benefits of each of the available host discovery methods in ViPR SRM, including how to set up hosts for discovery through ViPR SRM and troubleshooting host discovery issues which may occur through agentless discovery. Refer to the SolutionPack for Physical Hosts in the EMC ViPR SRM SolutionPack Installation Guide for the latest supported versions of software. 4

5 Discovery Methods VIPR SRM supports three methods for physical host discovery. Supporting a broad set of discovery capabilities ensures that heterogeneity in customer data centers is addressed. Agentless mechanism using the SolutionPack for Physical Hosts Agent based mechanism using the SolutionPack for EMC Host Interface Passive host discovery using the SolutionPack for Brocade FC Switch and the SolutionPack for Cisco MDS/Nexus switches. The following table summarizes the operating systems and SolutionPacks that apply to each discovery mechanism. Discovery Mechanism OS SolutionPack Agentless Windows/UNIX SolutionPack for Physical Hosts Agent Based Windows SolutionPack for EMC Host Interface Passive Host Discovery All Solution pack for Brocade/Cisco/HDS Agentless host discovery: SolutionPack for Physical Hosts The ViPR SRM SolutionPack for Physical Hosts is an agentless solution designed to smartly utilize standard protocols and native commands running on operating systems to collect all possible information about the host and generate reports quickly for you to analyze and monitor your datacenter. The SolutionPack for Physical Hosts can report information about the host performance, host capacity, host connectivity and path details along with the basic host information/inventory. Preparing host discovery requires understanding of the environment and selecting the right discovery method. Agentless host discovery requires upfront configuration of hosts. VIPR SRM should be able to collect data from hosts with varying configuration parameters: Operating system variants (Windows/UNIX) installed on servers. Authentication types: Password/password-less User privileges: host admin/non-admin or root/non-root users, public/private keys Types of communication protocols: http/https/ssh/soap HBA vendors such as Emulex/QLogic etc. 5

6 Use the checklist below to prepare hosts and VIPR SRM for discovery: Windows Hosts Install the pre-requisite software required on hosts (PowerShell 2.0) UNIX Hosts Determine type of method for discovery: Password based / Key based For Windows 2003, additional software needs to be installed on target Windows hosts Prepare Hosts for powerbroker, sudo/public keys Configure hosts for WinRM Settings o Use host configuration tool Manage credentials for hosts and configure VIPR SRM Generic-RSC collector o Use Group Policy Manage credentials for hosts and configure VIPR SRM Generic-RSC collector Deployment scenarios VIPR SRM supports the capability to discover Windows and Linux hosts from a vapp or from a Windows binary installer. A user can discover Windows/UNIX hosts from a Linux Collector VM or a Windows Collector VM, provided Physical Host Solution Pack is installed on those Collector VMs. Physical Host SP comes packaged with scripts (perl scripts for UNIX discovery and powershell script for Windows Host discovery) and gets deployed under Generic-RSC instance which gets deployed with base ViPR SRM OVF. Considerations for host discovery (Windows and UNIX) Considerations for hostname and IP address Follow these guidelines to ensure a successful host discovery and data collection by SolutionPack for Physical Hosts. Ensure that: The host names are in Domain Name Server (DNS) format with fully qualified domain name (FQDN). IP addresses are registered with the appropriate domain name servers and resolved for reverse DNS lookup. Considerations for SNIA libraries and HBA drivers In order to discover SNIA-qualified HBA-related information for all the host platforms you should ensure the right versions of SNIA library, drivers and firmware are in place. Ensure EMC-supported host bus adapter (HBA) drivers and firmware are installed on hosts. EMC Storage Resource Management Suite Support Matrix provides information for the supported SNIA compliant version of the HBA driver. The vendor-specific SNIA libraries must be installed on the target host. 6

7 The HBA model number and part number should be verified before updating the hosts with SNIA libraries for HBA. You can install the SNIA library as part of HBA driver installation package or install the latest version of HBAnywhere (for Emulex installations) or SAN Surfer (for Qlogic installation). To discover an HP-UX host with a multi-port Fibre Channel card, the package CommonIO bundle 0812(Dec 2008) or later should be present on the host to obtain the updated FC-SNIA file set. ELAB interoperability matrix - You can verify the HBA models and driver versions qualified by EMC with the information provided at You can also browse on the vendor sites for EMC compliant drivers - Windows Host configuration for discovery and data collection Prerequisites for Windows Discovery The host should have Powershell 2.0 or later installed. Powershell can be downloaded from Powershell execution policy should be set to RemoteSigned using the following command on the PowerShell prompt: Set-ExecutionPolicy RemoteSigned Specific software needed on host For Windows 2003: Install the latest version of Fcinfo software, which is required to fetch HBA and Host device information. You can download fcinfo.exe from: For 64-bit OS platforms, INQ needs to be made available on the host (starting with ViPR SRM 3.6). For 32-bit OS platforms, INQ needs to be manually copied to the target hosts. This is required to fetch SAN/Local disk information. Platform specific INQ can be downloaded from: ftp://ftp.emc.com/pub/symm3000/inquiry/ The downloaded platformspecific binary should be renamed to inq and placed in any one of the following locations: o o o C:\inq.exe C:\temp\inq.exe C:\windows\Temp\nl_dwd\inq.exe 7

8 Configurations to be done on the host The SolutionPack for Physical Hosts uses a WinRM listener to connect and collect data for the host. One of the following listeners must be configured: WinRM HTTP listener with the following configuration: o Negotiate authentication mode should be true. o Firewall exception to be added for port 5985 [default]. WinRM HTTPS listener with following configuration: o Negotiate authentication mode should be true. o A certificate needs to be generated and placed in personal store. For details on how to generate a certificate, refer to the SolutionPack for Physical Hosts installation documentation, which is available on the ViPR SRM Documentation Index in the EMC ViPR SRM 3.7 SolutionPack Installation Guide. o Firewall exception to be added for port 5986 [default]. These changes can be accomplished via two methods: 1. Host Configuration utility - To be run on each host. 2. Group policy configuration - To be run on domain server. Using Host Configuration script The host configuration utility is packaged along with SolutionPack for Physical Hosts. It is available in: <APG home directory>/collecting/stream-collector/generic- RSC/conf/scripts/windows/ The script performs the following actions: Ensures that the WINRM service is running Creates a listener port for accepting WS-MAN requests Adds firewall exceptions to open port 5985 as non-ssl and 5986 as SSL Sets Negotiate authentication mode, whichever is given as argument Sets (-authtype <Authentication_type>), to true Sets MaxTimeout value If Windows 2003, checks whether fcinfo package is present on the host If Windows 2003, verifies the presence of INQ on the host and checks its version The following are details on each step that is performed: 8

9 1. WinRM service should be running on hosts. This is the basic step to be verified on all hosts. By default, the service will be disabled on Windows 2003 hosts. On Windows 2008 and 2012 hosts, it will be enabled by default. Users can start the service on Windows hosts: 2. A listener port should be created on the Windows hosts to accept requests from clients. The host configuration script will run a command: winrm quickconfig, to enable listeners The WinRM firewall ports are established for https and http based communication. WinRM 2.0: The default HTTP port is 5985, and default HTTPS port is Set Authentication type: By default, the Negotiate type of authentication is recommended, which is set to true. Install certificates to encrypt traffic between ViPR SRM collectors and Windows hosts. For secure communication, the data transport should be made secure where SOAP packets would need to be encrypted with certificates. 5. Set MaxTimeout value on hosts. By default, a timeout of 1 minute is enabled on WinRM server setting on hosts. The host configuration script can be used to set a timeout of 5 minutes. 9

10 6. For Windows 2003 hosts only, the host configuration script checks whether fcinfo package is present on hosts. The pre-requisites section in this document explains the link where Microsoft utility can be downloaded. 7. For Windows 2003 hosts only, WinRM capabilities are limited by the features supported by HBA vendors. Observed behavior indicates that WMI provider capabilities on certain HBA drivers do not have full-fledged support for reporting of LUN details. Therefore, INQ must be placed on Windows 2003 hosts in specific locations so that SRM can execute the tool (INQ) and obtain LUN details mapped on hosts. Usage syntax./hostconfig-srm.ps1 <-verify -set -set -force> [-authtype <authentication_type>] [-ssl [-thumbprint <thumbprint_value>] [-CN <certificate_hostname>]] [-user <username>][-help] The table below describes options available for the hostconfig.ps1 command. Command Options -help -verify -set -force -authtype authentication-type -ssl -thumbprint thumbprint_value -certhostname certificate_hostname -user username Meaning Displays the help menu of the script. Verifies current settings on the Windows host. Configures settings on the Windows host. Changes configuration settings without prompting the user. The -force option must be used with the -set option. Provide this option to set the authentication type for WS-MAN to Negotiate. Configures and verifies the SSL certificate specific settings on the host for WS-MAN discovery with SSL. Configures the SSL certificate with the specified thumbprint_value on the host. This option can be used only with the -ssl option and the -set option. Configures the SSL certificate with the specified certificate_hostname value on the host. This option can be used only with the -ssl option and the -set option. Configures the host to enable discovery using the domain / non-admin username provided UNIX Host configuration for discovery and data collection Prerequisites for UNIX Discovery UNIX hosts can be discovered using 2 methods: Password based SSH public/private key based 10

11 To discover a UNIX host, some configurations are needed because data collection requires root privileges to execute commands on the host. For configuration procedures for each discovery method, refer to the SolutionPack for Physical Hosts section of the EMC ViPR SRM 3.7 SolutionPack Installation Guide which is available on the ViPR SRM Documentation Index. SSH key based authentication SSH key based authentication is required when you prefer a secure mechanism to discover hosts from ViPR SRM. Instead of using passwords, keys should be configured on ViPR SRM collector and UNIX hosts for a successful handshake based authentication. While using the SSH key based authentication to discover UNIX hosts, you can choose any key generation tool to generate a valid public and private key pair (for example ssh-keygen). You could create SSH keys in any UNIX environments and import them into the ViPR SRM collector. EMC recommends public-private SSH keys to be created on ViPR SRM collectors (Linux VMs) where host discovery will be initiated. You must have a public key present on all the UNIX hosts that are to be discovered. The private key should be copied on the ViPR SRM collector discovering the specific host. The steps to generate a public and private key pair for UNIX host using the ssh-keygen tool is explained in the SolutionPack for Physical Hosts Summary Sheet. Troubleshooting Agentless Host Discovery This section describes some troubleshooting methods you can use when configuring Windows or UNIX agentless host discovery. Windows host discovery troubleshooting Debugging authentication failures From the VIPR SRM user interface, navigate to Administration-> Discovery Center-> Host Configuration. If the host is already added for discovery, click on the instance and check if the credentials are keyed-in right. If so, click the Test button to troubleshoot any authentication/authorization problems. Performing a configuration check Ensure that the host configuration utility runs successfully to troubleshoot any environment problems on the host. Also, make sure the host OS is supported in VIPR SRM. 11

12 Using logs Initially, you should review the Generic-RSC collecting-0-0.log in the logs folder. Further debugging requires the support mode logs: 1. Enable support mode in the LunMappingDetection.ps1 script on the host. $supportoption="enabled" 2. Run the command for support mode (to be run on the host in question). powershell.exe -noprofile -file LunMappingDetection.ps1 > test.log Run the support mode using the user that was used for discovery. SNIA Library check To verify if SNIA library is correctly installed: If the HBA is an Emulex model, check whether HBAAnyware or ocmanager is installed. If the HBA is a Qlogic model, check whether SAN surfer software is installed. To gather HBA information: 1. Run wbemtest tool. 2. Connect to root/cimv2 and run the query: select Name from Win32_SCSIController where ProtocolSupported=10 or Manufacturer='EMC Corporation' or Manufacturer='Emulex' or Manufacturer='QLogic' 3. Double click on the rows returned by query, click on show MOF, note down the HBA Make and Model. Alternatively, you can verify the HBAs are installed by doing the following: 1. Right-click My Computer. 2. Select Manage from the Server Manager window. 3. Expand the Diagnostics tab. 4. Click on Device Manager. 5. Expand Storage Controllers within Device Manager and note the HBA Make and Model. Installing or modifying Emulex drivers If you are running the OneCommand/Hbanyware Vision application, you must stop the Services before installing the OneCommand Manager application. To stop the services: 1. Select Start > Programs > Administrative Tools > Services. 2. Stop the EmulexSensor service. 12

13 3. Stop the EmulexWMIAgent service. 4. Stop the Emulex PDH agent service. 5. Stop the EmulexScope agent service. 6. Install the OneCommand Manager/Hbanyware application. To restart the sensor after the installation is complete: 1. Stop SNMP service in case of SNMPv2c [Stop Net-SNMP Agent in case of SNMPv3]. 2. Start SNMP service in case of SNMPv2c [Start Net-SNMP Agent in case of SNMPv3]. 3. Start the EmulexSensor service. Installing or modifying QLogic drivers Use the procedure in the ReadMe provided with the downloaded package. UNIX host discovery troubleshooting Environment check sudo configurations Ensure the host OS is supported in VIPR SRM and the sudoers file configurations are correct. Using logs Initially, you should review the Generic-RSC collecting-0-0.log in the logs folder. For further debugging, we need the support mode logs. Command for support mode logs (to be run on host in question):./lunmappingdetection.pl support=test_log SNIA Library check To verify if SNIA library is correctly installed: Check the contents of hba.conf Example: more /etc/hba.conf qla2xxx /usr/lib/libqlsdm.so qla2xxx64 /usr/lib64/libqlsdm.so Extra information to verify in 64 bit machines is to look for the presence of libhbaapi.so Example: ls /usr/lib64/libhbaapi.so Example: 13

14 linbgm103:/lib # more /etc/hba.conf com.emulex.emulexapilibrary /usr/lib64/libemulexhbaapi.so com.emulex.emulexapilibrary /usr/lib/libemulexhbaapi.so Another way to verify Emulex HBA Related softwares are installed is to check whether /usr/sbin/hbanyware or /usr/sbin ocmanager is present or not. Gathering information about AIX HBAs 1. Verify HBA instances are installed. /usr/sbin/lsdev -Cc adapter 2. Verify HBA Model lscfg vl fcs Gathering information about HP-UX HBAs 1. Look for the HBA instances installed in the host, the following command looks for both types of HP drivers, fcd and td. ls /dev egrep fcd td or /usr/sbin/ioscan -knfc fc 2. Gather vital product data about each HBA instance such as the part number and model. The hba type and number should be replaced with # /opt/fcms/bin/fcmsutil /dev/<fcd#/td#> vpd 3. Gather useful data about each HBA instance such as WWN. /opt/fcms/bin/fcmsutil /dev/<fcd#/td#> Gathering information about Solaris HBAs Show HBA model and firmware level for all the instances. fcinfo hba-port Gathering information about Linux HBAs 1. Verify the HBA instances are installed. lspci grep "Fibre Channel" 2. Verify HBA model dmesg grep scsi Installing or modifying Emulex HBA drivers on Linux The following must be installed before you can install the utilities. The appropriate driver for your operating system: 14

15 o Linux driver version p or later (For RHEL5 and SLES10 operating systems.) o Linux driver version x or later (For SLES11 operating systems.) o Linux driver version X or later (For RHEL 6 SLES 11 SP1 operation systems.) Previous versions of the Linux driver must be uninstalled. You must run the uninstall script that shipped with the version of the Linux driver you want to remove. To install the OneCommand Manager application in Linux: 1. Log on as root. 2. Download the utilities from the Emulex Web site or copy them to the system from the installation CD. 3. Copy the installation and uninstallation scripts to a known location, for easy access by other users. 4. Copy the OneCommand elxocm-<platform>-<appsrev>.tgz file to a directory on the install machine. 5. Change (use cd command) to the directory to which you copied the tar file. 6. Untar the file. For RHEL 5 and RHEL 6 type: tar zxvf elxocm-rhel5-rhel6-<apps_ver>- <rel>.tgz For SLES 10 and SLES 11 type: tar zxvf elxocm-sles10-sles11- <apps_ver>-<rel>.tgz 7. Change (use cd command) to the elxocm directory created in step 6. For RHEL 5 and RHEL 6 type: cd elxocm-rhel5-rhel6-<apps_ver>-<rel> 8. Run the install script. Installing or modifying Emulex HBA drivers on UNIX The following must be installed before you can install the utilities: The Solaris FC/FCoE driver version 2.50 or later The NIC driver version 1.10 or later for NIC capability To install the OneCommand Manager application in Solaris: 1. Copy the Solaris utility kit to a temporary directory on your system. 2. Untar the utility kit: tar xvf elxocm-solaris-<version>.tar 3. Change to the newly created elxocm-solaris-<version> directory: cd./elxocm-solaris-<version>/ 15

16 4. Execute the install script to begin installation. If the HBAnyware utility, OneCommand Manager Core or OneCommand Manager Enterprise applications or the Solaris driver utilities are already present on the system, the install script attempts to remove them first:./install 5. When prompted, enter the type of management you want to use: 1 Local Mode : HBA's on this Platform can be managed by OneCommand clients on this Platform Only. 2 Managed Mode: HBA's on this Platform can be managed by local or remote OneCommand clients. 3 Remote Mode : Same as '2' plus OneCommand clients on this Platform can manage local and remote HBA' Installing or modifying QLogic HBA drivers on UNIX/LINUX The SNIA API library package (example: qlapi-<api_version>-rel.tgz) is included in the driver combo package (example:qla2x00- vx.yy.zz-dist.tgz) or (qla2x00-vx.yy.zz-fodist.tgz). Using the files you downloaded from Qlogic website. copy the tgz file (example:qla2xxx-vx.yy.zz-dist.tgz) distribution file to /qla2x00. The example below shows how the above package is installed. Follow these steps from the / (root) directory: 1. mkdir qla2x00 2. cd qla2x00* 3. mount /mnt/floppy 4. cp /mnt/floppy/*.tgz. (the period at the end is required) 5. tar -xvzf *.tgz 6. cd qlogic To install and set up the API library, enter the following command in./libinstall. This installs/sets up HBA API library. Agent based Host Discovery : EMC Host Interface EMC Host interface (EHI) provides a very simple option for customers to discover their host environments. The EHI installer will deploy and SMI compliant provider on hosts, which will collect data required for VIPR SRM. The one step deployment process should be simple for customers to deploy using standard installation procedures followed in a data center. Refer to the SolutionPack for EMC Host Interface section of the EMC ViPR SRM 3.7 SolutionPack Installation Guide which is available on the ViPR SRM Documentation Index. 16

17 VIPR SRM currently supports EHI on Windows platforms only. Passive Host Discovery Passive host discovery is a capability where hosts are intelligently guessed from SAN zoning records. SAN zoning discovery will yield hostnames, IP address and HBA port WWN values from zoning records. Customers are generally recommended to discover hosts primarily using passive discovery, to recognize their SAN attached hosts. Once hosts are resolved, storage administrators could obtain additional credentials from server admins to completely discover hosts. Passive discovery through Brocade and Cisco SolutionPacks is disabled by default. Enable passive host discovery You can enable passive host discovery while installing the SolutionPack, or by reconfiguring the SolutionPack In the case of the SolutionPack for Brocade FC Switch, SMI Data Collection block should be reconfigured. In the case of SolutionPack for Cisco MDS/Nexus, edit the Generic-SNMP independent SolutionPackBlock instance After you have enabled passive host discovery, there are two options for passive host configuration. Enable DNS Resolution: This option is enabled by default. In this option, ViPR SRM resolves the IP address by using the DNS lookup handler. You can un-check this option to avoid using the DNS lookup feature. Customize zone naming patterns: This option allows you to customize the zone naming pattern. By default, this option is disabled. ViPR SRM uses the four default zone naming patterns. You can enable this option to add, delete, or modify the default zone naming patterns and host positions in zones. The default zone naming patterns in ViPR SRM are: z_%h% z_%h%_* z_%h%_*_* %h%_* To enable and edit customized zone naming patterns: 1. Select the Enable Passive Host Discovery checkbox. 2. Select the Customized zone naming patterns checkbox. The system displays the four default zone naming templates. 17

18 3. Click the Add button (plus icon) to view the zone naming pattern and host position for a template. Edit the pattern or position if desired. Only Java-based zone naming patterns are supported. Only plain numbers can be used for the position. Special characters (like $) are not required. The following table provides sample zone naming patterns: Troubleshooting Passive Host Discovery Verify passive hosts from the collection logs Enable the file connector in the corresponding Brocade or Cisco SolutionPack Review the collection information in file-connector.log, and look for PassiveHost as the devtype in the collection details. For example: : group::brocade-collectorz_losan239_ c93995cf e94f afff ({isremote=true, partsn=0000afff , part= c93995cf, ip= , zmemid= c93995cf, source=brocade-collector, w4ncert=1.0, hasdevice=yes, parttype=disk, zname=z_losan239_1, devtype=passivehost, hostname=losan239, vendrcode=0000c9, name=zonememidentifier, actdisc=0, hostwwn= c93995cf, device=losan239, datagrp=brocade_zonemember})=0.0 Verifying passive hosts from the RDF/topology store If you have Sesame windows client, execute the following query: PREFIX SRM: < SELECT?s?p?o WHERE {?s a SRM:PassiveHost.?s?p?o } LIMIT

19 Verifying that LUNs from an array are being mapped to host The partsn value (with LUNWWNS) is retrieved using a sparql query on the Topology RDF store. When searching for this value in VIPR SRM, note that both the passivelydiscovered host and the connected array both need to have been discovered. For example: : group::brocade- Collectorz_losan239_ C93995CF E94F AFFF ({isremote=true, partsn=0000afff , part= c93995cf, ip= , zmemid= c93995cf, source=brocade-collector, w4ncert=1.0, hasdevice=yes, parttype=disk, zname=z_losan239_1, devtype=passivehost, hostname=losan239, vendrcode=0000c9, name=zonememidentifier, actdisc=0, hostwwn= c93995cf, device=losan239, datagrp=brocade_zonemember})=0.0 Upgrade considerations If ViPR SRM was updated from earlier versions such as 3.0 to 3.5 or any higher versions, ensure the front end reports are also updated along with the collectors. This is necessary as the changes to support passive discovery is both on the collector and reports. Frequently Asked Questions Q: Can VIPR SRM provide IOPS and response time on the host level without any customization? A: Total Throughput and Total IOPS can be viewed on global reports as well as when you drill down under reports from the SolutionPack for Physical Hosts. Examples: All > Explore > Hosts > hostname All > Report Library > Physical Hosts > Host Information > hostname > Disks Performance where hostname is the instance of the host. Q: Are there guidelines on how to obtain and install agents such as INQ on hosts? A: The Push INQ check box should be enabled on generic-rsc block. This will allow VIPR SRM to push files directly to a host. Note: ViPR SRM does not support push of INQ on Windows host. A user/admin should place it on Windows folders. Default locations for INQ on Windows hosts: $inqpath="c:\inq.exe", "C:\temp\inq.exe", "C:\WINDOWS\Temp\nl_dwd\inq.exe" INQ is installed along with SolutionPack for Physical Hosts on UNIX variants. To verify if INQ archive is installed correctly, see files listed below (Linux collector example) on 19

20 Generic-RSC collector instance (Generic-RSC is the instance name you have provided in your deployment. #/opt/apg/collecting/stream-collector/generic-rsc/conf/scripts/ # ls lr.: total 0 drwxr-xr-x 2 apg apg 120 Feb 25 02:45 aix drwxr-xr-x 2 apg apg 120 Feb 18 11:35 hpux drwxr-xr-x 2 apg apg 144 Feb 18 11:37 linux drwxr-xr-x 2 apg apg 120 Feb 18 11:35 solaris drwxr-xr-x 2 apg apg 96 Feb 18 11:35 windows./aix: total rwxr-xr-x 1 apg apg Feb 20 10:22 LunMappingDetection.pl -rwxr-xr-x 1 apg apg 456 Feb 18 11:38 LunMappingDetection_conf.txt -rwxr-xr-x 1 apg apg Feb 18 11:38 RSC.pm -rwxr-xr-x 1 apg apg Feb 18 11:38 RSCPP.pm -rwxr-xr-x 1 apg apg Feb 18 11:35 inq-archive.tar./hpux: total rwxr-xr-x 1 apg apg Feb 18 11:40 LunMappingDetection.pl -rwxr-xr-x 1 apg apg 456 Feb 18 11:40 LunMappingDetection_conf.txt -rwxr-xr-x 1 apg apg Feb 18 11:40 RSC.pm -rwxr-xr-x 1 apg apg Feb 18 11:40 RSCPP.pm -rwxr-xr-x 1 apg apg Feb 18 11:35 inq-archive.tar./linux: total rwxr-xr-x 1 apg apg Feb 18 11:37 LunMappingDetection.pl -rwxr-xr-x 1 apg apg 456 Feb 18 11:35 LunMappingDetection_conf.txt -rwxr-xr-x 1 apg apg Feb 18 11:37 RSC.pm -rwxr-xr-x 1 apg apg Feb 18 11:35 RSCPP.pm -rwxr-xr-x 1 apg apg 36 Feb 18 11:20 example-script.sh -rwxr-xr-x 1 apg apg Feb 18 11:35 inq-archive.tar./solaris: total rwxr-xr-x 1 apg apg Feb 18 11:41 LunMappingDetection.pl -rwxr-xr-x 1 apg apg 456 Feb 18 11:41 LunMappingDetection_conf.txt -rwxr-xr-x 1 apg apg Feb 18 11:40 RSC.pm -rwxr-xr-x 1 apg apg Feb 18 11:40 RSCPP.pm -rwxr-xr-x 1 apg apg Feb 18 11:35 inq-archive.tar./windows: total 108 -rwxr-xr-x 1 apg apg Feb 18 11:35 LunMappingDetection.ps1 -rwxr-xr-x 1 apg apg 456 Feb 18 11:35 LunMappingDetection_conf.txt -rw-r--r-- 1 apg apg 22 Feb 18 11:20 example-script.ps1 /opt/apg/collecting/stream-collector/generic-rsc/conf/scripts 20

21 Q: How do I enforce the physical collector to use INQ for storage data collection? A: The SolutionPack for Physical Hosts searches for specific locations on target host to be discovered. For Windows, INQ is required only for Windows 2003 hosts. For UNIX hosts, the absolute location for INQ can be provided in generic-host SolutionPack (if it is pre-installed). The locations in which ViPR SRM looks for INQ in the target host are present in the script: # list of possible locations for some binaries my %cands=( inq => [qw(./inq /tmp/nl_dwd/inq /opt/sca/bin/inq )], If INQ is not found in any of these locations, it will be pushed to./inq. Alternatively, if a user selects Push INQ in Generic-RSC SolutionPackBlock, VIPR SRM will push INQ in $USR_HOME directory configured on hosts. Q: If INQ is placed in a different location, how do I add it to SolutionPack for Physical Hosts? A: You can configure ViPR SRM to look in additional paths for INQ: 1. Log into the ViPR SRM UI with an account that has administrator privileges. 21

22 2. Select Administration on the top menu. 3. In the left pane, navigate to Administration > Centralized Management > SolutionPacks. A new browser tab is launched to administer your installed SolutionPacks. 4. In the new browser tab, select Infrastructure > Physical Hosts. 5. Click the pencil icon to edit the scripts component of the SolutionPack for Physical Hosts. The SolutionPack Reconfiguration page displays. 22

23 6. Select the Use advanced settings checkbox to display the Location of the inq binary field. 7. Type the path where INQ is located on the target host into the Location of the inq binary field. For example, /usr/site/bin. 8. Click Reconfigure and apply the change. 23

24 Q: For Physical Hosts discovery, what are the least privileges that I need for Windows systems? A: For the agentless collection method: The users can be domain users (or local administrators although it is not mandatory that local admin credentials needs to be provided). Local user privileges will not provide VIPR SRM with access to all the information required for agentless collection. Specifically Internal Disks and SAN Disks data cannot be collected. The users should be part of local administrator group as higher privilege levels are required to access miniport driver API s to obtain host port to array LUN connectivity. A: For the EMC Host Interface agent collection method : Admin privileges are not required. Refer to VIPR SRM documentation for the EMC Host Interface for credentials required for EMC Host Interface. 24

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager Version 2.3 Installation and Configuration Guide 302-002-080 01 Copyright 2013-2015 EMC Corporation. All rights reserved.

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

vrealize Operations Manager Customization and Administration Guide

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.0.1 This document supports the version of each product listed and supports all subsequent versions until

More information

EMC ViPR Controller. User Interface Virtual Data Center Configuration Guide. Version 2.4 302-002-416 REV 01

EMC ViPR Controller. User Interface Virtual Data Center Configuration Guide. Version 2.4 302-002-416 REV 01 EMC ViPR Controller Version 2.4 User Interface Virtual Data Center Configuration Guide 302-002-416 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published November,

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

RSA Security Analytics

RSA Security Analytics RSA Security Analytics Event Source Log Configuration Guide Microsoft Windows using Eventing Collection Last Modified: Thursday, July 30, 2015 Event Source Product Information: Vendor: Microsoft Event

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.0 This document supports the version of each product listed and supports all subsequent

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

HP Insight Remote Support

HP Insight Remote Support HP Insight Remote Support Monitored Devices Configuration Guide Software Version: 7.4 Document Release Date: August 2015 Software Release Date: August 2015 Legal Notices Warranty The only warranties for

More information

Windows Host Utilities 6.0.2 Installation and Setup Guide

Windows Host Utilities 6.0.2 Installation and Setup Guide Windows Host Utilities 6.0.2 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

Configuring Load Balancing for EMC ViPR SRM

Configuring Load Balancing for EMC ViPR SRM White paper Abstract This white paper describes how to use load balancing in a scaled-out EMC ViPR SRM deployment to avoid performance bottlenecks that could impact data collection and report generation.

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Verax Service Desk Installation Guide for UNIX and Windows

Verax Service Desk Installation Guide for UNIX and Windows Verax Service Desk Installation Guide for UNIX and Windows March 2015 Version 1.8.7 and higher Verax Service Desk Installation Guide 2 Contact Information: E-mail: sales@veraxsystems.com Internet: http://www.veraxsystems.com/

More information

VMware Identity Manager Connector Installation and Configuration

VMware Identity Manager Connector Installation and Configuration VMware Identity Manager Connector Installation and Configuration VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document

More information

RSA envision Windows Eventing Collector Service Deployment Overview Guide

RSA envision Windows Eventing Collector Service Deployment Overview Guide RSA envision Windows Eventing Collector Service Deployment Overview Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks

More information

Managing the SSL Certificate for the ESRS HTTPS Listener Service Technical Notes P/N 300-011-843 REV A01 January 14, 2011

Managing the SSL Certificate for the ESRS HTTPS Listener Service Technical Notes P/N 300-011-843 REV A01 January 14, 2011 Managing the SSL Certificate for the ESRS HTTPS Listener Service Technical Notes P/N 300-011-843 REV A01 January 14, 2011 This document contains information on these topics: Introduction... 2 Terminology...

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

Centralizing Windows Events with Event Forwarding

Centralizing Windows Events with Event Forwarding 1 Centralizing Windows Events with Event Forwarding 2 Copyright Notice The information contained in this document ( the Material ) is believed to be accurate at the time of printing, but no representation

More information

Contents Notice to Users

Contents  Notice to Users Web Remote Access Contents Web Remote Access Overview... 1 Setting Up Web Remote Access... 2 Editing Web Remote Access Settings... 5 Web Remote Access Log... 7 Accessing Your Home Network Using Web Remote

More information

ServiceWatch Discovery Credentials and Connectivity

ServiceWatch Discovery Credentials and Connectivity ServiceWatch Discovery Credentials and Connectivity Operating System Credentials The following credentials are needed: UNIX servers: access is done via SSH with either of the following credentials: o Non-root

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Applied Technology Abstract The Web-based approach to system management taken by EMC Unisphere

More information

capacity management for StorageWorks NAS servers

capacity management for StorageWorks NAS servers application notes hp OpenView capacity management for StorageWorks NAS servers First Edition (February 2004) Part Number: AA-RV1BA-TE This document describes how to use HP OpenView Storage Area Manager

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Monitoring Clearswift Gateways with SCOM

Monitoring Clearswift Gateways with SCOM Technical Guide Version 01 28/11/2014 Documentation Information File Name Document Author Document Filename Monitoring the gateways with _v1.docx Iván Blesa Monitoring the gateways with _v1.docx Issue

More information

PROSPHERE: DEPLOYMENT IN A VITUALIZED ENVIRONMENT

PROSPHERE: DEPLOYMENT IN A VITUALIZED ENVIRONMENT White Paper PROSPHERE: DEPLOYMENT IN A VITUALIZED ENVIRONMENT Abstract This white paper examines the deployment considerations for ProSphere, the next generation of Storage Resource Management (SRM) from

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Reconfiguration of VMware vcenter Update Manager

Reconfiguration of VMware vcenter Update Manager Reconfiguration of VMware vcenter Update Manager Update 1 vcenter Update Manager 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy

Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Applied Technology Abstract This white paper serves as a detailed solutions guide for installing and configuring IBM WebSEAL

More information

Using Delphix Server with Microsoft SQL Server (BETA)

Using Delphix Server with Microsoft SQL Server (BETA) Using Delphix Server with Microsoft SQL Server (BETA) Table of Contents Architecture High level components in linking a SQL Server database to Delphix High level components in provisioning a SQL Server

More information

HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE

HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE You can read the recommendations in the user guide, the technical guide or the installation guide for HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE. You'll find the answers to all your questions

More information

2 Downloading Access Manager 3.1 SP4 IR1

2 Downloading Access Manager 3.1 SP4 IR1 Novell Access Manager 3.1 SP4 IR1 Readme May 2012 Novell This Readme describes the Novell Access Manager 3.1 SP4 IR1 release. Section 1, Documentation, on page 1 Section 2, Downloading Access Manager 3.1

More information

ecopy ShareScan v4.3 Pre-Installation Checklist

ecopy ShareScan v4.3 Pre-Installation Checklist ecopy ShareScan v4.3 Pre-Installation Checklist This document is used to gather data about your environment in order to ensure a smooth product implementation. The Network Communication section describes

More information

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements Passwordstate Password Discovery, Reset and Validation Requirements This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Installation Guide. Capacity Planner 3.0 EN-000688-00

Installation Guide. Capacity Planner 3.0 EN-000688-00 Capacity Planner 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

EMC Smarts Integration Guide

EMC Smarts Integration Guide vcenter Operations Manager Enterprise 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

CA Unified Infrastructure Management Server

CA Unified Infrastructure Management Server CA Unified Infrastructure Management Server CA UIM Server Configuration Guide 8.0 Document Revision History Version Date Changes 8.0 September 2014 Rebranded for UIM 8.0. 7.6 June 2014 No revisions for

More information

Syncplicity On-Premise Storage Connector

Syncplicity On-Premise Storage Connector Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Novell Access Manager

Novell Access Manager J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations

More information

Installing Management Applications on VNX for File

Installing Management Applications on VNX for File EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Administration Quick Start

Administration Quick Start www.novell.com/documentation Administration Quick Start ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

www.novell.com/documentation SSL VPN Server Guide Access Manager 3.1 SP5 January 2013

www.novell.com/documentation SSL VPN Server Guide Access Manager 3.1 SP5 January 2013 www.novell.com/documentation SSL VPN Server Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Management Pack for vrealize Infrastructure Navigator

Management Pack for vrealize Infrastructure Navigator Management Pack for vrealize Infrastructure Navigator This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To

More information

Rebasoft Auditor Quick Start Guide

Rebasoft Auditor Quick Start Guide Copyright Rebasoft Limited: 2009-2011 1 Release 2.1, Rev. 1 Copyright Notice Copyright 2009-2011 Rebasoft Ltd. All rights reserved. REBASOFT Software, the Rebasoft logo, Rebasoft Auditor are registered

More information

vcenter Chargeback User s Guide

vcenter Chargeback User s Guide vcenter Chargeback 1.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

SNMP Adapter Installation and Configuration Guide

SNMP Adapter Installation and Configuration Guide SNMP Adapter Installation and Configuration Guide vcenter Operations Manager 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

WhatsUpGold. v3.0. WhatsConnected User Guide

WhatsUpGold. v3.0. WhatsConnected User Guide WhatsUpGold v3.0 WhatsConnected User Guide Contents CHAPTER 1 Welcome to WhatsConnected Finding more information and updates... 2 Sending feedback... 3 CHAPTER 2 Installing and Configuring WhatsConnected

More information

Symantec NetBackup Getting Started Guide. Release 7.1

Symantec NetBackup Getting Started Guide. Release 7.1 Symantec NetBackup Getting Started Guide Release 7.1 21159722 Contents NetBackup Getting Started Guide... 5 About NetBackup... 5 How a NetBackup system works... 6 How to make a NetBackup system work for

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.5 (v11.5) Document Date: March 2015 www.goliathtechnologies.com

More information

Use QNAP NAS for Backup

Use QNAP NAS for Backup Use QNAP NAS for Backup BACKUP EXEC 12.5 WITH QNAP NAS Copyright 2010. QNAP Systems, Inc. All Rights Reserved. V1.0 Document revision history: Date Version Changes Apr 2010 1.0 Initial release Note: Information

More information

EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER

EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER EMC VIPR SRM: VAPP BACKUP AND RESTORE USING EMC NETWORKER ABSTRACT This white paper provides a working example of how to back up and restore an EMC ViPR SRM vapp using EMC NetWorker. October 2015 WHITE

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

Windows Host Utilities 6.0 Installation and Setup Guide

Windows Host Utilities 6.0 Installation and Setup Guide Windows Host Utilities 6.0 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 4-NETAPP

More information

Freshservice Discovery Probe User Guide

Freshservice Discovery Probe User Guide Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements

More information

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks,

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

More information

2 Installing Privileged User Manager 2.3

2 Installing Privileged User Manager 2.3 NetIQ Privileged User Manager 2.3.2 Release Notes January, 2013 1 Documentation The following sources provide information about Privileged User Manager: Privileged User Manager 2.3 Documentation Site (http://www.novell.com/documentation/

More information

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011 User's Guide Product Version: 2.5.0 Publication Date: 7/25/2011 Copyright 2009-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents GoAnywhere Services Welcome 6 Getting Started

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Configuring and Monitoring Citrix Environments

Configuring and Monitoring Citrix Environments Configuring and Monitoring Citrix Environments eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this

More information

Preinstallation Requirements Guide

Preinstallation Requirements Guide Preinstallation Requirements Guide Synergy 3.4.9 June 2015 Synergy 2015 TOC 1: Introduction 4 Synergy platform modules 4 Synergy install procedure - your responsibilities 4 Further information about Synergy

More information

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide Novell Storage Manager 3.1.1 for Active Directory Installation Guide www.novell.com/documentation Installation Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices Condrey

More information

Configuring SSL VPN on the Cisco ISA500 Security Appliance

Configuring SSL VPN on the Cisco ISA500 Security Appliance Application Note Configuring SSL VPN on the Cisco ISA500 Security Appliance This application note describes how to configure SSL VPN on the Cisco ISA500 security appliance. This document includes these

More information

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

McAfee Asset Manager Console

McAfee Asset Manager Console Installation Guide McAfee Asset Manager Console Version 6.5 COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo, McAfee Active Protection,

More information

Wolfr am Lightweight Grid M TM anager USER GUIDE

Wolfr am Lightweight Grid M TM anager USER GUIDE Wolfram Lightweight Grid TM Manager USER GUIDE For use with Wolfram Mathematica 7.0 and later. For the latest updates and corrections to this manual: visit reference.wolfram.com For information on additional

More information

Remote Filtering Software

Remote Filtering Software Remote Filtering Software Websense Web Security Solutions v7.7-7.8 1996 2013, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2013 The products and/or

More information

How to Backup and Restore a VM using Veeam

How to Backup and Restore a VM using Veeam How to Backup and Restore a VM using Veeam Table of Contents Introduction... 3 Assumptions... 3 Add ESXi Server... 4 Backup a VM... 6 Restore Full VM... 12 Appendix A: Install Veeam Backup & Replication

More information

Citrix XenServer Workload Balancing 6.5.0 Quick Start. Published February 2015 1.0 Edition

Citrix XenServer Workload Balancing 6.5.0 Quick Start. Published February 2015 1.0 Edition Citrix XenServer Workload Balancing 6.5.0 Quick Start Published February 2015 1.0 Edition Citrix XenServer Workload Balancing 6.5.0 Quick Start Copyright 2015 Citrix Systems. Inc. All Rights Reserved.

More information

OneCommand Manager Application for Windows Release Notes

OneCommand Manager Application for Windows Release Notes OneCommand Manager Application for Windows Release Notes Version: 6.2.10.3 System: Windows Server 2008, Windows Server 2008 R2, and Windows Server 2012: x64 versions, Enterprise and Server Core installation

More information

IBM Security QRadar SIEM Version 7.1.0 MR1. Log Sources User Guide

IBM Security QRadar SIEM Version 7.1.0 MR1. Log Sources User Guide IBM Security QRadar SIEM Version 7.1.0 MR1 Log Sources User Guide Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page 108. Copyright

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 355419 Revision Date January 28, 2013 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

NovaBACKUP xsp Version 12.2 Upgrade Guide

NovaBACKUP xsp Version 12.2 Upgrade Guide NovaBACKUP xsp Version 12.2 Upgrade Guide NovaStor / August 2011 Rev 20110815 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications

More information

VMware Software Manager - Download Service User's Guide

VMware Software Manager - Download Service User's Guide VMware Software Manager - Download Service User's Guide VMware Software Manager 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

EMC Data Protection Search

EMC Data Protection Search EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

Virtual Storage Console 4.0 for VMware vsphere Installation and Administration Guide

Virtual Storage Console 4.0 for VMware vsphere Installation and Administration Guide Virtual Storage Console 4.0 for VMware vsphere Installation and Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information