NetApp E-Series Plug-in for Microsoft SQL Server Management Studio Installation Guide

Size: px
Start display at page:

Download "NetApp E-Series Plug-in for Microsoft SQL Server Management Studio Installation Guide"

Transcription

1 NetApp E-Series Plug-in for Microsoft SQL Server Management Studio Installation Guide NetApp, Inc. Telephone: +1 (408) Part number: _A0 495 East Java Drive Fax: +1 (408) Release date: November 2013 Sunnyvale, CA Support telephone: +1 (888) U.S. Web: Feedback:

2

3 Table of Contents 1.1 E-Series Plug-in for Microsoft SQL Server Management Studio - Solution Architecture... 1 Overview... 1 Server Architecture... 1 Client Architecture... 2 Multi-instance Architecture E-Series Plug-in for Microsoft SQL Server Management Studio - Deployment Procedures... 4 Downloading the SSMS Storage Explorer Plug-In... 4 Installing the SSMS Storage Explorer Plug-In... 4 SQL Server Installation Notes E-Series Plug-in for Microsoft SQL Server Management Studio - Provisioning Procedures Overview Modify How Often Configuration and Performance Statistics are gathered Configuring Additional Instances to Monitor Removing Instances from Monitoring Removing the Storage Explorer application from the server E-Series Plug-in for Microsoft SQL Server Management Studio - Operational Procedures Overview Viewing Properties Viewing Reports Support Table of Contents - i

4

5 1.1 E-Series Plug-in for Microsoft SQL Server Management Studio - Solution Architecture Overview SQL Server Management Studio (SSMS) is a tool included with Microsoft SQL Server for configuring, managing, and administering all components within Microsoft SQL Server. The tool includes both script editors and graphical tools which work with objects and features of the server. A central feature of SSMS is the Object Explorer, which allows the user to browse, select, and act upon any of the objects within the server. SSMS is the principal database administration portal for Microsoft SQL Server databases and many database administrators spend a large percentage of time utilizing the tool to perform their job responsibilities. The NetApp SSMS Storage Explorer Plug-in extends the out-of-box SSMS functions, to give the database administrator insight into the NetApp E-Series storage subsystem and provide feedback of the proper functioning of that storage. Figure 1 provides a graphical view of the SSMS Storage Explorer Plug-in architecture. The Storage Explorer Plug-in is integrated with SSMS as a Client side extension that performs: Displaying attached storage properties (logical & physical). Generating and displaying performance reports. Figure 1) Architecture for NetApp SSMS Storage Explorer Plug-in NetApp E-Series Storage Explorer Plug-in SSMS(Client) SYMbol/SMIS PowerShell Report Gen Storage Explorer Reports Refresh Snapshot Data Acquisition Invocation Network Requester VSS Storage Explorer Database CmdLet Lib OEM Device WMI Writer HW Provider SQL Server Instance SQL Server Power Shell Services.NET Java System32 Managed Host NetApp E-Series Storage Systems Server Architecture The Server-side (Managed Host), services are installed and run in the background, independently from the Client. The majority of the work performed on the server side is done using Power Shell cmdlets that connect to the attached NetApp

6 E-Series storage devices collecting storage subsystem configuration information. All data collected on the Server side is persisted in a set of SQL Server Storage Explorer database tables created during installation. The Server-Side Services perform: 1. Attached NetApp E-Series Storage Subsystem discovery. 2. Retrieval and persistence of the discovered storage subsystem s logical and physical properties. 3. Retrieval, persistence, and generation of the discovered storage subsystem s performance data. 4. Retrieval, persistence, and generation of the database Instance to Volume/LUN mapping. Storage Explorer Database The Storage Explorer database is a SQL Server database with tables and relationships that describe the high-level storage objects, such as arrays, volumes, volume groups, thin provisioned volumes (TPV), dynamic disk pools (DDP), disk drives and disk enclosures, and high-level, host-side presentations of the exposed storage, such as LUNs, physical devices, and OS partitions. The Storage Explorer database and the SQL Server jobs used to insert configuration and performance data into it are created during the Plug-in Server Components installation process. The Storage Explorer database can be created in the default location of the SQL Server system databases, or in an alternate location chosen by the database administrator. Note: No other install-time configuration of the Storage Explorer database is available. Data Collection One service and two SQL Server jobs are installed and run on each host machine. The SSMS StorageExplorer BusScan service is installed on the Local System during the SSMS installation process. This service scans the SCSI bus for new volumes that are used by SQL Server. The two SQL Server jobs run periodically and automatically restart when the host is rebooted. For the SQL Server jobs to run, the SQL Server Agent service must be running on the host operating system. The installation program and cmdlets invoking the jobs verify that the SQL Server Agent service is running and provide notification if it is not. Configuration Data Collection (StorageExplorer_ConfigScript) Performance Data collection (StorageExplorer_PerfScript) Configuration data collection is handled by the StorageExplorer_ConfigScript SQL Server job and inserts data into the Storage Explorer database configuration tables. This job runs the BusScan service and uses the data it produces to update the Storage Explorer configuration. Performance data is collected for all drives, volumes, volume groups, TPV, DDP and the storage array and inserted into the performance tables. Performance data is collected at a regular interval, defaults to ten minutes, but can be modified in the SQL Server Job management interface. Client Architecture The Plug-in is comprised of three distinct components as illustrated in Figure 2.

7 Figure 2) SSMS Storage Explorer Plug-in Client Architecture Components include: SSMS Storage Explorer Plug-in, Storage Explorer Reports, and Report Generator. The Plug-in client uses the communication protocols built into SSMS. Once a database has been added to the server, the Plug-in will collect information specific to a SQL Server Database instance, and the physical mappings of database to LUN, as well as the performance statistics. Data is retrieved by performing a set of queries to the specific views created on the SQL Server instance. The context of the data (logical, physical, or performance), will be indicated by the view name(s). If the data retrieved is metadata describing the physical and logical elements (i.e. database, LUN, volume, volume group etc ), it will be displayed in a grid. If it is performance data, the data will be displayed in a graphical report. Data flows are illustrated in Figure 3. Figure 3) Data flows for SSMS Storage Explorer Plug-in.

8 1. The Plug-in queries the SQL Server Instance for the SSMS Plug-in supported views. 2. The data is then returned from the instance and displayed in a grid or report on the SSMS Client side. 3. If the data is performance data, it s sent to a report generator. The generator produces the XML output representing the report. 4. The report is then displayed within the SSMS Client. Multi-instance Architecture The Storage Explorer Plug-in is designed to work with multiple instances of SQL Server using the client-server architecture described above for each instance. The Storage Explorer database is installed on each instance that has a NetApp E-Series storage array as its storage subsystem as shown in figure 1 above. Then all needed data is read from the Storage Explorer database by the client as shown in figure 2. The storage subsystem of only one instance can be viewed simultaneously. The Storage Explorer Plug-in also works in a cluster environment, when a cluster fails-over or fails-back the Plug-in will continue to properly display NetApp E-Series storage properties. 1.2 E-Series Plug-in for Microsoft SQL Server Management Studio - Deployment Procedures Table 1) E-Series Plug-in for Microsoft SQL Server Management Studio prerequisites Prerequisites NetApp storage subsystem utilizing an E2600, E2700, E5400 or E5500 controller. NetApp storage subsystem utilizing the following firmware versions 7.84, 7.86, or Standard, Enterprise and Cluster x64 versions of Microsoft Windows Server 2008 R2 or Server SQL Server 2008 R2 Enterprise or SQL Server 2012 Enterprise. Power Shell version 2.0 or higher.net Framework 3.5.Net Framework 4.0.Net Framework 4 Client Profile Downloading the SSMS Storage Explorer Plug-In The SSMS Plug-in download contains the following files: SSMS_StorageExplorer_WSX64_00.00.xxxx.xxxx SSMS Storage Explorer Plug-In User Guide To download the SSMS Storage Explorer Plug-In, visit the NetApp Support site. Installing the SSMS Storage Explorer Plug-In To install the SSMS Storage Explorer plug-in, complete the following steps: 1. Close any open SSMS sessions. 2. Locate the SSMS_StorageExplorer executable file. 3. Start the installation: Note: Note: For a server installation, the installation should be performed as the server administrator. For a client installation, the installation should be performed as the local administrator of the client or, rightclick the SSMS_StorageExplorer executable file and choose Run as administrator.

9 4. If Storage Explorer has already been installed, then an error will be received and the older version of Storage Explorer will need to be uninstalled. 5. Click Next on the Welcome screen to begin the install of SSMS Storage Explorer.

10 6. If reinstalling the same version of SSMS Storage Explorer, then it is possible at this point to repair installation errors in the program, or remove it. a. If Repair is chosen, the go to step 9 after clicking Next. b. If Remove is chosen, verify all instances have been removed before proceeding. Click Next.

11 c. Click Remove, to complete removal of SSMS Storage Explorer. 7. Accept the terms in the license agreement and click Next.

12 8. Accept the default destination folder for the software to be installed into, or click change to install into a different folder. When done click Next. 9. Choose type of install and click Next.

13 10. If ready to install or repair the Plug-in components, click Install to start. a. Begin installation process. b. Begin repair process.

14 Client Components Only 11. Once the client software has been installed, check Show the Windows Installer Log if desired and click Finish to exit the installer. Server Components (Includes Client Components) Note: The SSMS Storage Explorer Plug-in can only monitor NetApp E-Series storage systems. While the plug-in can be installed on a SQL Server instance that does not have any databases residing on a NetApp E-Series storage system, it won't be able to provide any information.

15 Note: SQL Server agent for the instance must have required permissions on the local server during the install to create database files on the server, such as the Local System account. 12. Once the server software has been installed, launch the Storage Explorer Instance Manager. 13. Instance Manager starts and searches for SQL Server instances installed on the server that do not have Storage Explorer SQL Server Agent jobs installed. Note: It is possible that the Storage Explorer database exists but the jobs do not. 14. Choose the type of connection security to connect to SQL Server. If SQL server authentication is chosen the credentials must be validated before proceeding. Note: The login chosen must have the SQL Server role sysadmin to perform the install.

16 15. Choose the first SQL Server instance to be monitored by Storage Explorer. The Instance Manager will install the Storage Explorer database, procedures and required jobs to collect configuration and performance data from NetApp E-Series storage systems only. To change the file paths for the Storage Explorer data and log file, using the browse button is the only method. Note: If the Storage Explorer database already exists, the path may not be modified and the Browse button is disabled.

17 16. Click Add instance to complete adding the instance. The Instance Added Successfully dialog will appear confirming installation.

18 17. Continue adding instances until all desired instances have been added; click Close to complete the installation. SQL Server Installation Notes Since the SSMS Storage Explorer plugin is multi-instance aware and is designed to be used from a client workstation a few additional configuration items must be performed. 1. Within SSMS the server to be connected to remotely must have "Allow remote connections to this server", enabled. 2. It is also necessary to enable the appropriate protocol for remote connections.

19 3. In order to manage named SQL Server instances from a remote client the SQL Server Browser service must be running. It is recommended that this service is set to start automatically. 1.3 E-Series Plug-in for Microsoft SQL Server Management Studio - Provisioning Procedures Overview The Storage Explorer plug-in provides for some maintenance to help the DBA control the software. These include allowing the DBA to control how often configuration and performance data is gathered, add instances to be monitored on a server, remove instances from monitoring when no longer required, and removing the Storage Explorer application from the server. Note: Modify How Often Configuration and Performance Statistics are gathered The SQL Server Agent must be running to gather performance statistics and configuration data. How often configuration and performance data is gathered is controlled by two SQL Server Agent jobs: StorageExplorer_ConfigScript StorageExplorer_PerfScript

20 The defaults are to gather data every 5 minutes for configuration data and every 10 minutes for performance data. These times can be easily modified with SSMS. Note: The time to gather data should not be reduced to less than two minute intervals. The jobs should be monitored initially to verify they complete within this time. 1. Go to the Jobs section in the Object Explorer, select the job to be modified right-click and select Properties for the job to be modified. 2. On the Job Properties window select Schedules in the left pane and then click Edit.

21 3. On the Job Schedules Properties window modify the Occurs every item to the desired interval, then click OK.

22 Configuring Additional Instances to Monitor To configure additional instances to monitor start Storage Explorer Instance Manager. 1. On a server where Storage Explorer is already installed, go to programs and locate Storage Explorer Instance Manager.

23 2. Once Storage Explorer Instance Manager has started, the installation of additional instances proceeds in the same way as described in the Deployment Procedures. Removing Instances from Monitoring 1. Start Storage Explorer Instance Manager and select the tab, Remove Instances. 2. Choose the type of connection security to connect to SQL Server. If SQL server authentication is chosen the credentials must be validated before proceeding. Note: The login chosen must have the SQL Server role sysadmin to perform the removal of the two Storage Explorer SQL Server Agent jobs. 3. Select the instance to remove from monitoring, and then click Remove. On the pop-up screen click OK to accept removal of the listed instances.

24 Note: The Storage Explorer database is not removed when an instance to monitor is removed. This allows the DBA to keep the statistics for the NetApp storage system. The database can be removed later using SSMS when it is no longer required. Removing the Storage Explorer application from the server 1. Remove all instances from monitoring using the Storage Explorer Instance Manager as described earlier. Note: Removing the Storage Explorer application will remove the Instance Manager application, so it is important to perform this step first. 2. To remove the application software, go to Control Panel > Programs > Programs and Features and select the SSMS Storage Explorer application. Right-click and select Change to begin the uninstall process.

25 3. Click Yes on the dialog to confirm uninstall of SSMS Storage Explorer. Note: Note: If the Storage Explorer application is removed before all instances it is important to manually remove the two Storage Explorer SQL Server Agent jobs from each instance where they have been installed. These jobs will continue to attempt execution and write into the error log. The Storage Explorer database is not removed automatically to allow the DBA to decide the disposition of the gathered statistics. When no longer desired it should be deleted manually. 1.4 E-Series Plug-in for Microsoft SQL Server Management Studio - Operational Procedures Overview The NetApp E-Series Plug-in for SSMS is started from within SSMS. Once an instance that uses NetApp E-Series storage has been selected in the Object Explorer, in the menu select View > Storage Explorer.

26 After Storage Explorer starts expand the Databases object, to see all databases that have their database files on NetApp E-Series storage. Continue drilling-down to see all objects. Note: To change what instance is being viewed in Storage Explorer, select the instance to be viewed in SSMS Object Explorer, and then select View > Storage Explorer. If none of the databases in the instance selected reside on NetApp E-Series storage, then the following informational message will be displayed.

27 A description of the Storage Explorer tree is shown in figure 1. Figure 1) Description of Storage Explorer tree view Refresh Button Storage Explorer Version SQL Server Instance SQL Server Database Files Windows Mount Point/LUN NetApp Storage Objects The refresh button can be used if Storage Explorer has been open for longer than 10 minutes and the user would like to have the statistics refreshed from the Storage Explorer database. A description of the icons used by the Storage Explorer application is provided in figure 2.

28 Figure 2) Icons used by Storage Explorer application Viewing Properties The properties of the NetApp storage objects can be viewed by right-clicking the object. The objects which display properties are the Volume, Thin Provisioned Volume (TPV), Volume Group, Dynamic Disk Pool (DDP), Drive, Tray, and Storage System.

29 The properties for the Volume above are shown here. By selecting a property in the list a brief description is provided at the bottom of the property sheet as shown. Properties for the other objects function in the same way. Viewing Reports Two types of reports are provided by the Storage Explorer application and accessed by right-clicking the object and choosing the type of report. Associated Databases Report The Associated Databases report is available for Volumes, Volume Groups, TPV, and DDP.

30 The Associated Databases report provides a listing of all database files stored on the object chosen. The data can then be exported to a CSV file for later review.

31 Performance Report The Performance reports are available for Volumes, Volume Groups, TPV, DDP and Storage Systems. The Performance reports represent all activity occurring on the specific object. For example, on the Storage System Performance report the activity for all IO/s on the storage array are shown, not just one database or datafile.

32 This allows the DBA to begin at a volume level, verify what database files are on the volume using the Associated Databases report, and then look at the Performance reports at this level before moving on to the Volume Group level. The same type of activity is then performed at the volume group level and finally for the whole storage array. The performance data can be filtered to control how much data to see at one time, as shown.

33 Not only can one view one of the fixed time intervals, it is also possible to customize the number of days seen at one time by choosing the custom option. Range start day must be before range end day. Note: The Performance Scorecard section of the report displays data from the last collection point for the time range shown.

34 Note: If a chosen time range does not contain at least two data points, then a graph will not be produced. This is seen most often when Storage Explorer is first installed, but before two non-zero performance statistics collections have occurred. At the bottom of the report screen it is possible to select the "What is this chart telling me?" link to have additional information about the types of data on the chart or export the data as described previously. The main chart for each of the objects, Volumes, Volume Groups, TPV, DDP, and the Storage System, also includes additional charts that can be selected at the bottom of the main chart. These charts use the same timeline filter as the main chart. For example, Read/Write Throughput.

35 Support Producing a support bundle To aid NetApp customer support in resolving issues with the SSMS Storage Explorer plugin an application, Gather Support Data, has been provided as part of the installation. When this application is selected it starts a Power Shell command to gather support data. After all support data files are created, their location is provided. The folder with these files can then be zipped up and sent to NetApp support if required.

36 The SSMS StorageExplorer BusScan Service The service is installed on the Local System during the SSMS installation process and scans the SCSI bus for new volumes that are used by SQL Server. This service is set to restart automatically with a delayed start when the host is rebooted. Note: For the BusScan service to function correctly the E-Series Storage System being monitored must be using Management Port 1 as is recommended when installing the storage system. When the StorageExplorer_ConfigScript SQL Server Agent job runs, it makes use of the BusScan service through Management Port 1 on the storage system to know if the configuration has changed. If the StorageExplorer_ConfigScript job appears to run without finishing or when a configuration change is made that is not reflected in the Storage Explorer application, then the BusScan service should be checked that it is running and the storage system should be verified that it is using Management Port 1. Known Issues 1. When navigating the add instance panel of the Instance Manager application, if you are using the arrow keys on the keyboard to navigate the radio buttons selecting the authentication method, then it is possible the application will stop functioning. This is an unresolved Microsoft bug. 2. When the host instance being monitored in under a heavy load, it is possible the date range on charts will become garbled. Refreshing Storage Explorer will return the date range field to correct operation. 3. When the host instance being monitored in under a heavy load, it is possible a time out will occur while using storage Explorer. This will cause SQL Server Management Studio to shut down. Restart SSMS and Storage Explorer.

37

38 Trademark information NetApp, the NetApp logo, Network Appliance, the Network Appliance logo, Akorri, ApplianceWatch, ASUP, AutoSupport, BalancePoint, BalancePoint Predictor, Bycast, Campaign Express, ComplianceClock, Cryptainer, CryptoShred, Data ONTAP, DataFabric, DataFort, Decru, Decru DataFort, DenseStak, Engenio, Engenio logo, EStack, FAServer, FastStak, FilerView, FlexCache, FlexClone, FlexPod, FlexScale, FlexShare, FlexSuite, FlexVol, FPolicy, GetSuccessful, gfiler, Go further, faster, Imagine Virtually Anything, Lifetime Key Management, LockVault, Manage ONTAP, MetroCluster, MultiStore, NearStore, NetCache, NOW (NetApp on the Web), Onaro, OnCommand, ONTAPI, OpenKey, PerformanceStak, RAID-DP, ReplicatorX, SANscreen, SANshare, SANtricity, SecureAdmin, SecureShare, Select, Service Builder, Shadow Tape, Simplicity, Simulate ONTAP, SnapCopy, SnapDirector, SnapDrive, SnapFilter, SnapLock, SnapManager, SnapMigrator, SnapMirror, SnapMover, SnapProtect, SnapRestore, Snapshot, SnapSuite, SnapValidator, SnapVault, StorageGRID, StoreVault, the StoreVault logo, SyncMirror, Tech OnTap, The evolution of storage, Topio, vfiler, VFM, Virtual File Manager, VPolicy, WAFL, Web Filer, and XBB are trademarks or registered trademarks of NetApp, Inc. in the United States, other countries, or both. IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. A complete and current list of other IBM trademarks is available on the Web at Apple is a registered trademark and QuickTime is a trademark of Apple, Inc. in the U.S.A. and/or other countries. Microsoft is a registered trademark and Windows Media is a trademark of Microsoft Corporation in the U.S.A. and/ or other countries. RealAudio, RealNetworks, RealPlayer, RealSystem, RealText, and RealVideo are registered trademarks and RealMedia, RealProxy, and SureStream are trademarks of RealNetworks, Inc. in the U.S.A. and/or other countries. All other brands or products are trademarks or registered trademarks of their respective holders and should be treated as such. NetApp, Inc. is a licensee of the CompactFlash and CF Logo trademarks. NetApp, Inc. NetCache is certified RealSystem compatible.

39 Copyright information Copyright NetApp, Inc. All rights reserved. Printed in the U.S.A. No part of this document covered by copyright may be reproduced in any form or by any means graphic, electronic, or mechanical, including photocopying, recording, taping, or storage in an electronic retrieval system without prior written permission of the copyright owner. Software derived from copyrighted NetApp material is subject to the following license and disclaimer: THIS SOFTWARE IS PROVIDED BY NETAPP "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL NETAPP BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. NetApp reserves the right to change any products described herein at any time, and without notice. NetApp assumes no responsibility or liability arising from the use of products described herein, except as expressly agreed to in writing by NetApp. The use or purchase of this product does not convey a license under any patent rights, trademark rights, or any other intellectual property rights of NetApp. RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS (October 1988) and FAR (June 1987).

40 How to send your comments You can help us to improve the quality of our documentation by sending us your feedback. Your feedback is important in helping us to provide the most accurate and high-quality information. If you have suggestions for improving this document, send us your comments by to To help us direct your comments to the correct division, include in the subject line the product name, version, and operating system. You can also contact us in the following ways: NetApp, Inc., 495 East Java Drive, Sunnyvale, CA U.S. Telephone: +1 (408) Fax: +1 (408) Support telephone: +1 (888)

41

42

Storage Efficiency Express Guide For 7-Mode Administrators Learning Cluster-Mode

Storage Efficiency Express Guide For 7-Mode Administrators Learning Cluster-Mode Data ONTAP 8.1 Storage Efficiency Express Guide For 7-Mode Administrators Learning Cluster-Mode NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

NetApp Storage Array Management Pack for Operations Manager 2.1

NetApp Storage Array Management Pack for Operations Manager 2.1 NetApp Storage Array Management Pack for Operations Manager 2.1 User Guide NetApp, Inc. Telephone: +1 (408) 822-6000 Part number: 215-08086_A0 495 East Java Drive Fax: +1 (408) 822-4501 Release date: January

More information

Configuration Examples for FAS2240 Systems

Configuration Examples for FAS2240 Systems Configuration Examples for FAS2240 Systems NetApp, c. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501 Support telephone: +1 (888) 463-8277 Web: www.netapp.com

More information

NetApp FAS/V-Series Storage Replication Adapter 2.0.1 for Clustered Data ONTAP

NetApp FAS/V-Series Storage Replication Adapter 2.0.1 for Clustered Data ONTAP NetApp FAS/V-Series Storage Replication Adapter 2.0.1 for Clustered Data ONTAP For VMware vcenter Site Recovery Manager Release Notes NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone:

More information

Clustered Data ONTAP 8.2

Clustered Data ONTAP 8.2 Clustered Data ONTAP 8.2 iscsi Configuration and Provisioning for Windows Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

NetApp SANtricity Add-in for Microsoft SQL Server Management Studio 1.3

NetApp SANtricity Add-in for Microsoft SQL Server Management Studio 1.3 NetApp SANtricity Add-in for Microsoft SQL Server Management Studio 1.3 Installation Guide NetApp, Inc. Telephone: +1 (408) 822-6000 Part number: 215-09387_A0 495 East Java Drive Fax: +1 (408) 822-4501

More information

SnapManager 8 for Microsoft SharePoint Disaster Recovery User s Guide

SnapManager 8 for Microsoft SharePoint Disaster Recovery User s Guide SnapManager 8 for Microsoft SharePoint Disaster Recovery User s Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1

More information

Clustered Data ONTAP 8.2

Clustered Data ONTAP 8.2 Clustered Data ONTAP 8.2 CIFS/SMB Server Configuration Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Clustered Data ONTAP 8.3 EMS Configuration Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

Logical Replication (LREP) Tool 3.0.1 User Guide

Logical Replication (LREP) Tool 3.0.1 User Guide Logical Replication (LREP) Tool 3.0.1 User 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 Documentation

More information

Navigating VSC 6.0 for VMware vsphere

Navigating VSC 6.0 for VMware vsphere Navigating VSC 6.0 for VMware vsphere Staring with version 5.0, Virtual Storage Console for VMware vsphere works with the VMware vsphere Web Client and has dropped support for the VMware Desktop Client.

More information

SnapManager 8.1 for Microsoft SharePoint Job Monitor User s Guide

SnapManager 8.1 for Microsoft SharePoint Job Monitor User s Guide SnapManager 8.1 for Microsoft SharePoint Job Monitor User s Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888)

More information

Cloud ONTAP 8.3 for Amazon Web Services

Cloud ONTAP 8.3 for Amazon Web Services Cloud ONTAP 8.3 for Amazon Web Services Upgrade Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

Clustered Data ONTAP 8.2

Clustered Data ONTAP 8.2 Clustered Data ONTAP 8.2 SnapMirror Intercluster Failover and Resync Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

Hot-swapping a power supply

Hot-swapping a power supply 80xx systems For all operating environments Hot-swapping a power supply Hot-swapping a power supply involves turning off, disconnecting, and removing the old power supply and installing, connecting, and

More information

Data ONTAP DSM 3.3.1 for Windows MPIO Release Notes

Data ONTAP DSM 3.3.1 for Windows MPIO Release Notes Data ONTAP DSM 3.3.1 for Windows MPIO Release Notes 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

SnapManager 7.1 for Microsoft SharePoint Job Monitor User s Guide

SnapManager 7.1 for Microsoft SharePoint Job Monitor User s Guide SnapManager 7.1 for Microsoft SharePoint Job Monitor User s Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888)

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Updated for 8.3.1 Clustered Data ONTAP 8.3 Performance Monitoring Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Clustered Data ONTAP 8.3 SNMP Configuration Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

V-Series Systems Implementation Guide for EMC CLARiiON Storage

V-Series Systems Implementation Guide for EMC CLARiiON Storage V-Series Systems Implementation Guide for EMC CLARiiON Storage 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)

More information

SnapDrive for UNIX Quick Start Guide (IBM AIX, HP-UX, Linux, Solaris )

SnapDrive for UNIX Quick Start Guide (IBM AIX, HP-UX, Linux, Solaris ) SnapDrive for UNIX Quick Start Guide (IBM AIX, HP-UX, Linux, Solaris ) Network Appliance, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

SGI InfiniteStorage 4000 Series and 5000 Series Concepts Guide for SANtricity ES Storage (ISSM 10.86)

SGI InfiniteStorage 4000 Series and 5000 Series Concepts Guide for SANtricity ES Storage (ISSM 10.86) SGI InfiniteStorage 4000 Series and 5000 Series Concepts Guide for SANtricity ES Storage (ISSM 10.86) 007-5884-002 April 2013 The information in this document supports the SGI InfiniteStorage 4000 series

More information

Single Mailbox Recovery 6.1 ExtractWizard Release Notes

Single Mailbox Recovery 6.1 ExtractWizard Release Notes IBM System Storage N series Single Mailbox Recovery 6.1 ExtractWizard Release Notes SC27-5421-00 Contents Product Overview... 3 New and Modified Features... 4 Single Mailbox Recovery ExtractWizard Agents...

More information

NetApp E-Series Storage Systems. Command Line Interface and Script Commands for Version 10.84

NetApp E-Series Storage Systems. Command Line Interface and Script Commands for Version 10.84 NetApp E-Series Storage Systems Command Line Interface and Script Commands for Version 10.84 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

SnapManager 5.0 for Microsoft Exchange Installation and Administration Guide

SnapManager 5.0 for Microsoft Exchange Installation and Administration Guide SnapManager 5.0 for Microsoft Exchange Installation and Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

NetApp E-Series Storage Systems Concepts for SANtricity ES Storage Manager Version 10.86

NetApp E-Series Storage Systems Concepts for SANtricity ES Storage Manager Version 10.86 NetApp E-Series Storage Systems Concepts for SANtricity ES Storage Manager Version 10.86 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Config Advisor 3.2. Installation and Administration Guide

Config Advisor 3.2. Installation and Administration Guide Config Advisor 3.2 Installation and Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

Software Storage Platform Mixing Rules

Software Storage Platform Mixing Rules ONTAP Software Storage Platform Mixing Rules June 2016 215-08964_A0 ur005 doccomments@netapp.com Table of Contents 3 Contents ONTAP storage platform mixing rules... 4 Cluster configuration qualifications...

More information

SGI InfiniteStorage 4000 Series and 5000 Series Configuring and Maintaining a Storage Array (ISSM 10.86)

SGI InfiniteStorage 4000 Series and 5000 Series Configuring and Maintaining a Storage Array (ISSM 10.86) SGI InfiniteStorage 4000 Series and 5000 Series Configuring and Maintaining a Storage Array (ISSM 10.86) 007-5882-002 April 2013 The information in this document supports the SGI InfiniteStorage 4000 series

More information

NetApp E-Series Storage Systems Concepts for SANtricity ES Storage Manager Version 10.86

NetApp E-Series Storage Systems Concepts for SANtricity ES Storage Manager Version 10.86 NetApp E-Series Storage Systems Concepts for SANtricity ES Storage Manager Version 10.86 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Open Systems SnapVault 3.0.1 Installation and Administration Guide

Open Systems SnapVault 3.0.1 Installation and Administration Guide Open Systems SnapVault 3.0.1 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 telephone: +1

More information

Replacing the chassis on a FAS20xx system

Replacing the chassis on a FAS20xx system Replacing the chassis on a FAS20xx system To replace the chassis, you must perform a specific sequence of steps.. Before you begin All other components in the system must be functioning properly; if not,

More information

SGI InfiniteStorage 4000 Series and 5000 Series Configuring and Maintaining a Storage Array Using the Command Line Interface (ISSM 10.

SGI InfiniteStorage 4000 Series and 5000 Series Configuring and Maintaining a Storage Array Using the Command Line Interface (ISSM 10. SGI InfiniteStorage 4000 Series and 5000 Series Configuring and Maintaining a Storage Array Using the Command Line Interface (ISSM 10.83) 007-5882-001 August 2012 The information in this document supports

More information

SnapManager 6.1.1 for Microsoft SharePoint Server Release Notes

SnapManager 6.1.1 for Microsoft SharePoint Server Release Notes IBM System Storage N series SnapManager 6.1.1 for Microsoft SharePoint Server Release Notes GC27-2096-11 Contents New Features... 3 SnapManager System Requirements... 4 Windows Host System Requirements...

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

Dell Enterprise Reporter 2.5. Configuration Manager User Guide Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

NetApp E-Series Storage Systems Initial Configuration and Software Installation. For SANtricity ES Storage Manager 10.86

NetApp E-Series Storage Systems Initial Configuration and Software Installation. For SANtricity ES Storage Manager 10.86 NetApp E-Series Storage Systems Initial Configuration and Software Installation For SANtricity ES Storage Manager 10.86 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000

More information

How To Manage A System On A Pc Or Mac Or Mac (Or Mac) With A Hard Drive Or Ipnet (Or Ipnet) On A Computer Or Mac) On Your Computer Or Computer (Or Pc Or Pc Or Ipro) On

How To Manage A System On A Pc Or Mac Or Mac (Or Mac) With A Hard Drive Or Ipnet (Or Ipnet) On A Computer Or Mac) On Your Computer Or Computer (Or Pc Or Pc Or Ipro) On Data ONTAP 8.0 7-Mode System Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 4-NETAPP Documentation

More information

Data ONTAP 7.3 System Administration Guide

Data ONTAP 7.3 System Administration Guide Data ONTAP 7.3 System Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 4-NETAPP Documentation

More information

Clustered Data ONTAP 8.2

Clustered Data ONTAP 8.2 Clustered Data ONTAP 8.2 Cluster and Vserver Peering Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888)

More information

Fibre Channel and iscsi Configuration Guide

Fibre Channel and iscsi Configuration Guide Fibre Channel and iscsi Configuration Guide for the Data ONTAP 7.3 Release Family 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

OnCommand System Manager 3.1

OnCommand System Manager 3.1 OnCommand System Manager 3.1 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

Dell Statistica Document Management System (SDMS) Installation Instructions

Dell Statistica Document Management System (SDMS) Installation Instructions Dell Statistica Document Management System (SDMS) Installation Instructions 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Updated for 8.3.1 Clustered Data ONTAP 8.3 Performance Monitoring Power Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

Data ONTAP 7.3 Data Protection Online Backup and Recovery Guide

Data ONTAP 7.3 Data Protection Online Backup and Recovery Guide Data ONTAP 7.3 Data Protection Online Backup and Recovery 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)

More information

OnCommand Report 1.2. OnCommand Report User Guide. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.

OnCommand Report 1.2. OnCommand Report User Guide. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. OnCommand Report 1.2 OnCommand Report User Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501 Support telephone: +1 (888) 463-8277 Web: www.netapp.com

More information

File Auditor for NAS, Net App Edition

File Auditor for NAS, Net App Edition File Auditor for NAS, Net App Edition Installation Guide Revision 1.2 - July 2015 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for

More information

vcenter Management Plug-in for NetApp E-Series Storage, Version 2.4 User Guide

vcenter Management Plug-in for NetApp E-Series Storage, Version 2.4 User Guide vcenter Management Plug-in for NetApp E-Series Storage, Version 2.4 User 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:

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Updated for 8.3.1 Clustered Data ONTAP 8.3 CIFS and NFS Multiprotocol Configuration Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

Setting up CIFS shares and joining the Active Directory. Why join an N series storage system to Active Directory?

Setting up CIFS shares and joining the Active Directory. Why join an N series storage system to Active Directory? Redpaper Setting up CIFS shares and joining the Active Directory Alex Osuna This IBM Redpaper discusses setting up CIFS shares and joining the Microsoft Active Directory. Why join an N series storage system

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

Data ONTAP 7.3 Storage Efficiency Management Guide

Data ONTAP 7.3 Storage Efficiency Management Guide Data ONTAP 7.3 Storage Efficiency Management 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 Documentation

More information

CA VPN Client. User Guide for Windows 1.0.2.2

CA VPN Client. User Guide for Windows 1.0.2.2 CA VPN Client User Guide for Windows 1.0.2.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Clustered Data ONTAP 8.2

Clustered Data ONTAP 8.2 Updated for 8.2.1 Clustered Data ONTAP 8.2 Antivirus Configuration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Single Sign-On Configuration Guide 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Upgrade Guide. CA Application Delivery Analysis 10.1

Upgrade Guide. CA Application Delivery Analysis 10.1 Upgrade Guide CA Application Delivery Analysis 10.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software Private Limited, All Rights Reserved

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

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Embarcadero Performance Center 2.7 Installation Guide

Embarcadero Performance Center 2.7 Installation Guide Embarcadero Performance Center 2.7 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A.

More information

SnapManager 7.0 for Microsoft Exchange Server

SnapManager 7.0 for Microsoft Exchange Server SnapManager 7.0 for Microsoft Exchange Server Installation and Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

Mobility Services Platform 3.1.1 Software Installation Guide

Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Serverless Backup Option Guide r11.5 D01182-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the

More information

MANAGED SOFTWARE CENTER USER S GUIDE

MANAGED SOFTWARE CENTER USER S GUIDE U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A MANAGED SOFTWARE CENTER USER S GUIDE JANUARY 2015 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2015 UNIVERSITY OF SOUTHERN CALIFORNIA.

More information

Configuration Guide for SQL Server This document explains the steps to configure LepideAuditor Suite to add and audit SQL Server.

Configuration Guide for SQL Server This document explains the steps to configure LepideAuditor Suite to add and audit SQL Server. LEPIDE SOFTWARE Configuration Guide for SQL Server This document explains the steps to configure LepideAuditor Suite to add and audit SQL Server. LepideAuditor Suite Lepide Software Private Limited, All

More information

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide Dell Recovery Manager for Active Directory 8.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

StarterPak: HubSpot and Dynamics CRM Lead and Contact Synchronization

StarterPak: HubSpot and Dynamics CRM Lead and Contact Synchronization StarterPak: HubSpot and Dynamics CRM Lead and Contact Synchronization Version 1.1 2/10/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted

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

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0 Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac)

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac) CA ARCserve Backup Patch Manager for Windows User Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

About Recovery Manager for Active

About Recovery Manager for Active Dell Recovery Manager for Active Directory 8.6.1 May 30, 2014 These release notes provide information about the Dell Recovery Manager for Active Directory release. About Resolved issues Known issues System

More information

OnCommand Unified Manager

OnCommand Unified Manager OnCommand Unified Manager Operations Manager Administration Guide For Use with Core Package 5.2 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501

More information

Data ONTAP 7.3 Storage Management Guide

Data ONTAP 7.3 Storage Management Guide Data ONTAP 7.3 Storage Management Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 4-NETAPP Documentation comments:

More information

My AutoSupport. User Guide. October 2013

My AutoSupport. User Guide. October 2013 System User Guide My AutoSupport October 2013 NetApp AutoSupport is an integrated, efficient monitoring and reporting technology that checks the health of your AutoSupport enabled NetApp systems on a continual

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

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

WhatsVirtual for WhatsUp Gold v16.0 User Guide

WhatsVirtual for WhatsUp Gold v16.0 User Guide WhatsVirtual for WhatsUp Gold v16.0 User Guide Contents Welcome Welcome to WhatsVirtual... 1 Using WhatsVirtual Discovering virtual devices... 2 Viewing discovery output... 4 Manage and monitor virtual

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

NetBackup Backup, Archive, and Restore Getting Started Guide

NetBackup Backup, Archive, and Restore Getting Started Guide NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.

More information

Security Explorer 9.5. User Guide

Security Explorer 9.5. User Guide 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Sophos Anti-Virus for NetApp Storage Systems startup guide. Runs on Windows 2000 and later

Sophos Anti-Virus for NetApp Storage Systems startup guide. Runs on Windows 2000 and later Sophos Anti-Virus for NetApp Storage Systems startup guide Runs on Windows 2000 and later Document date: July 2007 Contents About this guide...4 About Sophos Anti-Virus for NetApp Storage Systems...5

More information

Automated Database Backup. Procedure to create an automated database backup using SQL management tools

Automated Database Backup. Procedure to create an automated database backup using SQL management tools Automated Database Backup Procedure to create an automated database backup using SQL management tools Genetec Technical Support 6/29/2009 Notice This manual, and the software that it describes, is provided

More information

Microsoft BackOffice Small Business Server 4.5 Installation Instructions for Compaq Prosignia and ProLiant Servers

Microsoft BackOffice Small Business Server 4.5 Installation Instructions for Compaq Prosignia and ProLiant Servers Integration Note October 2000 Prepared by OS Integration Engineering Compaq Computer Corporation Contents Introduction...3 Requirements...3 Minimum Requirements...4 Required Information...5 Additional

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

formerly Help Desk Authority 9.1.3 Upgrade Guide

formerly Help Desk Authority 9.1.3 Upgrade Guide formerly Help Desk Authority 9.1.3 Upgrade Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA www.quest.com

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

CommVault Simpana Archive 8.0 Integration Guide

CommVault Simpana Archive 8.0 Integration Guide CommVault Simpana Archive 8.0 Integration Guide Data Domain, Inc. 2421 Mission College Boulevard, Santa Clara, CA 95054 866-WE-DDUPE; 408-980-4800 Version 1.0, Revision B September 2, 2009 Copyright 2009

More information

NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide. For Use with Host Package 1.0

NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide. For Use with Host Package 1.0 NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide For Use with Host Package 1.0 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with MARCH 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

More information

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide

Microsoft Dynamics GP. Engineering Data Management Integration Administrator s Guide Microsoft Dynamics GP Engineering Data Management Integration Administrator s Guide Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is

More information

Installation Guide Supplement

Installation Guide Supplement Installation Guide Supplement for use with Microsoft ISA Server and Forefront TMG Websense Web Security Websense Web Filter v7.5 1996 2010, Websense Inc. All rights reserved. 10240 Sorrento Valley Rd.,

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

Sophos Anti-Virus for NetApp Storage Systems user guide. Product version: 3.0

Sophos Anti-Virus for NetApp Storage Systems user guide. Product version: 3.0 Sophos Anti-Virus for NetApp Storage Systems user guide Product version: 3.0 Document date: May 2014 Contents 1 About this guide...3 2 About Sophos Anti-Virus for NetApp Storage Systems...4 3 System requirements...5

More information