EMC Centera Centera Seek USERS GUIDE. Version 2.1 P/N REV A02. EMC Corporation Corporate Headquarters: Hopkinton, MA

Size: px
Start display at page:

Download "EMC Centera Centera Seek USERS GUIDE. Version 2.1 P/N REV A02. EMC Corporation Corporate Headquarters: Hopkinton, MA"

Transcription

1 EMC Centera Centera Seek Version 2.1 USERS GUIDE P/N REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA

2 Copyright 2006 EMC Corporation. All rights reserved. Published June, 2006 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. All other trademarks used herein are the property of their respective owners. ii Centera Seek Users Guide

3 Contents Preface... iii Chapter 1 Understanding Centera Seek About Centera Seek Centera Seek Glossary Centera Seek Components The Query Service The Bundler Service FAST InStream Chapter 2 Upgrading Seek v2.0 to v2.1 Requirements Verifying Service Pack Performing the Upgrade Verifying the Upgrade Chapter 3 Backing Up Centera Seek Overview Backup Procedure v General Backup Information Backup Directory Automatic Configuration Backup Remote Backup Using NFS To Grant Mounting Access to Remote Machines Centera Seek Users Guide i

4 Contents Chapter 4 Chapter 5 Centera Seek Tools Query Browser Creating an Access Profile for the Query Browser Profile Driven Metadata Tools Centera Seek CLI Starting the Centera Seek CLI Command Overview Configuration Settings Available Configuration Settings Schedule Settings Available Services for Scheduling Settings Available Settings Centera Settings Available Centera Settings Logging Settings Available Logging Settings Version Information Status Information ii Centera Seek Users Guide

5 Preface As part of an effort to improve and enhance the performance and capabilities of its product line, EMC from time to time releases revisions of its hardware and software. Therefore, some functions described in this document may not be supported by all revisions of the software or hardware currently in use. For the most up-to-date information on product features, refer to your product release notes. If a product does not function properly or does not function as described in this document, please contact your EMC representative. Audience Organization This guide is part of the Centera Seek documentation set, and is intended for use by Centera Seek administrators. Readers of this guide are expected to be familiar with the following topics: EMC Centera EMC Centera Seek and its operation Here is a list of where information is located in this guide. Chapter 1, Understanding Centera Seek provides a brief overview of Centera Seek components and architecture. Chapter 2, Upgrading Seek v2.0 to v2.1 explains how to upgrade your v2.0 Seek Appliance to v2.1. Chapter 3, Backing Up Centera Seek provides instructions for backing up Centera Seek and Centera Chargeback Reporter. Chapter 4, Centera Seek Tools describes the Centera Seek Query Browser and Profile Drive Metadata Tools. Centera Seek Users Guide iii

6 Preface Chapter 5, Centera Seek CLI provides the CLI commands that can be used with Centera Seek. Related Documentation Conventions Used in This Guide Related documents include: Centera Seek Query Integration Guide (P/N: ) Centera Seek Query Language and Parameters Guide (P/N: ) Centera Seek System Administrator s Operations Guide (P/N: ) Centera Seek Release Notes (P/N: ) EMC uses the following conventions for notes, cautions, warnings, and danger notices. Note: A note presents information that is important, but not hazard-related.! CAUTION A caution contains information essential to avoid data loss or damage to the system or equipment. The caution may apply to hardware or software. Typographical conventions EMC uses the following type style conventions in this guide: bold User actions (what the user clicks, presses, or selects) Interface elements (button names, dialog box names) Names of keys, commands, programs, scripts, applications, utilities, processes, notifications, system calls, services, applications, and utilities in text italic Book titles New terms in text Emphasis in text Courier Prompts System output Filenames Pathnames URLs Syntax when shown in command line or other examples Courier, bold User entry Options in command-line syntax iv Centera Seek Users Guide

7 Preface Courier italic Arguments in examples of command-line syntax Variables in examples of screen or file output Variables in pathnames <> Angle brackets for parameter values (variables) supplied by user. [] Square brackets for optional values. Vertical bar symbol for alternate selections. The bar means or.... Ellipsis for nonessential information omitted from the example. Where to Get Help EMC support, product, and licensing information can be obtained as follows. Product information For documentation, release notes, software updates, or for information about EMC products, licensing, and service, go to the EMC Powerlink website (registration required) at: Technical support For technical support, go to EMC WebSupport on Powerlink. To open a case on EMC WebSupport, you must be a WebSupport customer. Information about your site configuration and the circumstances under which the problem occurred is required. Your Comments Your suggestions will help us continue to improve the accuracy, organization, and overall quality of the user publications. Please send your opinion of this guide to: techpub_comments@emc.com Centera Seek Users Guide v

8 Preface vi Centera Seek Users Guide

9 Invisible Body Tag 1 Understanding Centera Seek This chapter provides a brief architectural overview of Centera Seek and contains the following sections: About Centera Seek Centera Seek Components Understanding Centera Seek 1-1

10 Understanding Centera Seek About Centera Seek Centera provides a flexible mechanism for associating metadata with content; however, the Centera SDK does not provide a way to query this metadata. Centera Seek, a customizable index and search engine of metadata, was designed to query the metadata stored on Centera by storing the metadata into Fast Search and Transfer ASA (FAST)'s indexing software called InStream. Centera Seek Glossary Metadata Data that describes the content, quality, condition, and other characteristics of data. C-Clip A package containing the user data (BLOBs) and associated metadata (CDF). Content Address (CA) An identifier that uniquely address the content of a file. C-Clip Descriptor File (CDF) The additional XML file that the Centera creates when making a C-Clip. This file includes the CAs for all referenced BLOBs and associated metadata. 1-2 Centera Seek Users Guide

11 Understanding Centera Seek Centera Seek Components Centera Seek has components that reside on an external standalone server (Centera Seek Appliance). Centera Seek contains the following main components: Query Service The Query Service is responsible for collecting and processing Centera metadata. It uses the Centera SDK to build lists of CDFs and retrieve CDF metadata. It also transforms the metadata and saves the bundled data to the /emc/seek/bundles directory. Bundler Service The Bundler Service inserts the metadata into FAST InStream. Once the metadata is in the index, the user can query this information using tools and APIs developed by FAST. The Bundler Service can be configured to routinely check the /emc/seek/bundles directory for new CDF bundles. When new CDF bundles are detected, the Bundler Service takes the CDFs and writes them to the FAST index and search engine. Also after the bundles are indexed by FAST, the Bundler Service moves the bundles from /emc/seek/bundles to /emc/seek/cache. FAST InStream indexing software indexes the metadata from the Bundler Service and provides a query interface to Centera Seek. Centera Seek Components 1-3

12 Understanding Centera Seek Figure 1-1 provides an architectural overview of the Centera Seek architecture and illustrates how the Query Service, the Bundler Service, and the Fast InStream Index software interact. The following sections provide more detailed overviews of these three components. Figure 1-1 Architectural Overview of Centera Seek The Query Service The Query Service has three primary tasks: 1. Retrieve metadata from the Centera in the form of CDFs. 2. Generate and insert Centera Seek specific metadata into the local copy of the CDFs. 3. Store all metadata locally on the Centera Seek disk. 1-4 Centera Seek Users Guide

13 Understanding Centera Seek Figure 1-2 provides an overview of the Query Service architecture. Figure 1-2 Retrieving Metadata from Centera Architectural Overview of the Query Service To complete this task, Centera Seek uses the Centera SDK to retrieve CDFs containing metadata from Centera. This phase consists of two main parts: 1. Centera Seek starts a thread to query Centera for all new Content Addresses (CAs) that have been written since the last time Centera Seek queried Centera and places these CAs in a queue. 2. Centera Seek then starts ClipWorker threads that take the CAs from the queue and uses them to retrieve the CDFs that were written since the last time Centera was queried by Seek. Centera Seek Components 1-5

14 Understanding Centera Seek Inserting Centera Seek Specific Metadata Storing Metadata on the Centera Seek Disk After retrieving the CDFs from Centera, Centera Seek creates local copies of the CDFs that combine the metadata retrieved from Centera with new Centera Seek-specific metadata. Centera Seek uses the ClipWorker threads to calculate and add its own metadata to these new Centera Seek-specific CDFs. This new metadata consists of the CA associated with the original CDF and sizing information about the original CDF and all of its associated Blobs. The final task the Query Service performs is to store these new Centera Seek-specific CDFs on the local disk. Sets of CDFs, called bundles, are combined into single files. It then stores these files in Centera Seek s /emc/seek/bundles directory. The Bundler Service The Bundler Service transfers CDF (metadata) bundles stored locally to FAST InStream for indexing. When started, the Bundler Service takes the CDFs from the /emc/seek/bundles directory and uses the InStream content API to send the CDFs to InStream to be indexed. The Bundler Service also moves bundled files that have been successfully indexed from the /emc/seek/bundles directory to the /emc/seek/cache directory. The /emc/seek/cache directory is used for disaster recovery. These bundles must be backed-up as specified in Chapter 3, Backing Up Centera Seek, for the rare circumstance where disaster recovery is necessary Figure 1-3 shows the detail of the Bundler Service. Figure 1-3 Architectural Overview of the Bundler Service 1-6 Centera Seek Users Guide

15 Understanding Centera Seek FAST InStream FAST InStream provides the index and query interface to Centera Seek. The Bundler Service takes the bundles stored on Centera Seek and then passes them to InStream through FAST s Content API. InStream transforms the bundles into InStream's internal format and indexes the metadata. Once the metadata has been indexed, it can be searched. The Centera Seek Query API can be used to issue queries against the FAST InStream index of Centera metadata. This API is used by Centera Chargeback Reporter, and the Centera Seek Query Browser and is available for customers to use in building customer Centera management and data access applications. For more information about the Seek Query API, refer to the Centera Seek Query Integration Guide. Centera Seek Components 1-7

16 Understanding Centera Seek 1-8 Centera Seek Users Guide

17 Invisible Body Tag 2 Upgrading Seek v2.0 to v2.1 This chapter describes how to upgrade Centera Seek v2.0 SP 1 to v2.1 using the upgrade script, seek_v2.1_upgrade.sh. Note: If you attempt to run seek_v2.1_upgrade.sh on a Seek v1.1 or a Seek v2.0 Appliance without SP1, you will receive an error message telling you to upgrade to v2.0 SP1. If you receive this error, contact EMC to have an EMC Service personnel upgrade your Seek Appliance to v2.1. Requirements Verifying Service Pack Performing the Upgrade Verifying the Upgrade Upgrading Seek v2.0 to v

18 Upgrading Seek v2.0 to v2.1 Requirements To perform the upgrade you need the following components: Centera Seek Appliance v2.0. The Seek Appliance must be patched to at least v2.0 Service Pack 1. A workstation, with network access to the Centera. You use this machine to upload the upgrade file to the Centera Seek Appliance. A secure file transfer application such as pscp.exe (PSCP is a secure copy utility that runs on Windows). You use the file transfer application to securely copy the upgrade file from the Windows PC to both the Centera and Centera Seek Appliance. The CD with the Centera Seek software upgrade file, seek_v2.1_upgrade.sh. 2-2 Centera Seek Users Guide

19 Upgrading Seek v2.0 to v2.1 Verifying Service Pack 1 In order to upgrade Centera Seek to v2.1 using the CD in your kit, your Centera Seek Appliance must be running v2.0_sp1. To check if you are running this version: 1. Log into the Centera Seek Appliance through the seekuser account. username: seekuser password: seekuser 2. Issue the following command: rpm qa grep instream\ seek\ chargeback The version numbers for Centera Seek, FAST InStream, and Chargeback Reporter will be the output of this command. You should see the following out put for the command. If you see any other results, contact your EMC support representative to install v2.1 on your system. Version If SP 1 was installed against a Centera Seek v2.0 appliance, you would see: Outputs The output will be one of the following: instream patch2-1-1 instream instream patch1-1-1 centeraseek chargeback or instream instream patch1-1-1 centeraseek chargeback If the Centera Seek v2.0 SP1 image was pre-installed on the Seek Appliance when it came from EMC, you would see: instream centeraseek chargeback Verifying Service Pack 1 2-3

20 Upgrading Seek v2.0 to v2.1 Performing the Upgrade 1. Place the CD with the upgrade file, seek_v2.1_upgrade.sh, in the CD-ROM drive on your Windows PC. 2. Open a command prompt and copy the file to the /emc/tmp directory of the Centera Seek Appliance with this command: pscp -pw seekuser c:\seek_v2.1_upgrade.sh seekuser@appliance_ip_address:/emc/tmp 3. Log into the CenteraSeek Appliance through the seekuser account. username: seekuser password: seekuser 4. Change directory to the /emc/tmp directory with this command: cd /emc/tmp 5. Change the permissions on the upgrade script with this command: chmod +x seek_v2.1_upgrade.sh 6. Run the upgrade script with this command:./seek_v2.1_upgrade.sh If the Query and Bundler services are running, the upgrade script attempts to automatically stop these services before performing the upgrade. If the script cannot stop these services after a minute, you will see the following prompt: The Bundler/Query Service did not stop in its allocated time. What would you like to do? [1] Wait another minute for the Bundler/Query Service to stop. [2] Try to kill the Bundler Service. [3] Exit the upgrade. Option 2 uses the Linux kill command to force the service to stop and option 3 exits the upgrade. First try Option 1, if that does not work, try Option Centera Seek Users Guide

21 Upgrading Seek v2.0 to v2.1 Verifying the Upgrade To verify the upgrade, you can run this command: rpm -qa grep centeraseek You should see the following output: centeraseek x-1 Verifying the Upgrade 2-5

22 Upgrading Seek v2.0 to v Centera Seek Users Guide

23 Invisible Body Tag 3 Backing Up Centera Seek This section contains instructions on backing up a Centera Seek Appliance. Overview Backup Procedure v Remote Backup Using NFS Backing Up Centera Seek 3-1

24 Backing Up Centera Seek Overview Centera Seek (CS) and Chargeback Reporter (CBR) both reside on the Seek Appliance and require some sort of backup. Centera Seek has configuration files and CDF bundle files which need to be backed up. Chargeback Reporter has configuration files, report definitions, and a database to backup. You must manually back up important Seek and CBR files off of the Seek Appliance onto a secure server within your network. Some of this process is automated but some steps must be performed manually. 3-2 Centera Seek Users Guide

25 Backing Up Centera Seek Backup Procedure v. 2.1 This section contains instructions on backing up a Seek Appliance. Note: In the case that disaster recovery is required, the EMC Service personnel will use your backup files to restore your Seek Appliance. General Backup Information Table 3-1 Backing up a Seek Appliance involves copying certain Centera Seek, FAST, and Chargeback files off of the Centera Seek Appliance onto a remote machine for future use in a restore. Table 3-1 lists the items which need to be backed up and the sections that contain the specific backup directions. Backup Items Item Configuration files: Seek configuration files FAST configuration files Chargeback configuration files Seek CDF bundle files Backup Instructions Refer to Automatic Configuration Backup on page 3-4 Refer to Backing up Seek Bundle Files (CDFs) on page 3-5 Backup Directory All of the files that need to be backed up are accessible in a single directory structure this makes it easy to identify which files need to be backed up and copied to a remote machine. This directory structure starts at /emc/seek and the seekuser account has access to this directory. The files in this directory structure should be copied periodically to a remote server to retain a backup state of the Centera Backup Procedure v

26 Backing Up Centera Seek Seek Appliance. Table 3-2 provides a brief description of the subdirectories and what is contained within them: Table 3-2 Subdirectories of /emc/seek Directory backup bundles cache logs Contents An archive of Seek, FAST, and Chargeback Reporter configuration files. Seek CDF bundles which have yet to be processed by the Bundler Service. Seek CDF bundles which have been processed by the Bundler Service and have been indexed. Query and Bundler Service log files. Note: For remote access to these directories through NFS, refer to Remote Backup Using NFS on page 3-6. Automatic Configuration Backup Centera Seek v2.1 has a backup script which assists in collecting important configuration files. This script automatically runs daily and places a file called backup_v2.1.tar in the /emc/seek/backup directory. Here is a list of configuration data which is collected: Seek Configuration Files (e.g. centeraseek.pea, seek_index.conf) FAST Configuration Files (e.g. index profile, license file) Chargeback data: Tags, categories and report definitions created in the CBR UI (database) Output results from running reports (xml and csv files) A snapshot of the Chargeback Reporter database. You should periodically backup the backup_v2.1.tar file to a remote server in case a restore is needed in the future. Refer to Remote Backup Using NFS on page 3-6 for details about gaining remote access to the /emc/seek drive via NFS. 3-4 Centera Seek Users Guide

27 Backing Up Centera Seek Manually Running the Backup Script The backup script automatically runs every day but can also be run manually by logging in as seekuser and issuing the following command: /usr/local/emc/seek/bin/backup_seek Backing up Seek Bundle Files (CDFs) Centera Seek stores all of the CDF metadata retrieved from Centera in bundle files. Once the bundle files have been processed and indexed by the Bundler Service, the bundle files are moved to the Seek cache directory. The bundles located in the /emc/seek/cache and /emc/seek/bundle directories are not automatically archived. To avoid re-querying all CDFs upon restoration of the Centera Seek Appliance, you should copy the files in the /emc/seek/cache and /emc/seek/bundle directories to a remote server. You have access to the cached bundle files via the /emc/seek/cache directory. Refer to Remote Backup Using NFS on page 3-6 for details about gaining remote access to the /emc/seek drive via NFS. Backup Procedure v

28 Backing Up Centera Seek Remote Backup Using NFS Remote access through NFS to the directories /emc/seek and /emc/chargeback/reports is configurable through the seekcli on a per machine basis. Once in the seekcli, the command nfsexports will start a wizard that allows the user to configure the machines that can mount the local directories. New machines can be granted access or existing machines can have their access rights taken away. To Grant Mounting Access to Remote Machines To allow remote machines to mount the /emc/seek directory, use the following procedure: 1. In the Centera Seek CLI, enter this command: set nfsexports A menu appears. 3-6 Centera Seek Users Guide

29 Backing Up Centera Seek 2. To add a new entry, do the following: a. Type 1. b. Type the name of the remote machine. Machine names can be single hosts, netgroups, or IP networks. c. Type yes to confirm the entry. 3. Mount the /emc/seek directory on the remote machine. The command show nfsexports will display a list of the machines that can currently mount the directories through NFS. Remote Backup Using NFS 3-7

30 Backing Up Centera Seek 3-8 Centera Seek Users Guide

31 Invisible Body Tag 4 Centera Seek Tools This chapter provides information on the following additional tools that you can use with Centera Seek. Query Browser Profile Driven Metadata Tools Centera Seek Tools 4-1

32 Centera Seek Tools Query Browser The Centera Seek Query Browser is a web-based tool that lets you search the Centera Seek index. The Query Browser lets you enter queries using the FAST query language, submit the query, and browse the results. Query results are displayed in an expandable tree format that allows you to drill-down into the query results to see increasing levels of detail. For information about the FAST query language, refer to the Centera Seek Query Language and Query Parameters Guide (P/N: ). To access the Query Browser, open a web browser (Internet Explorer or Mozilla Firefox) and enter the following URL: where: host_name = the DNS name or IP address of the Centera Seek Appliance. For information on using the Query Browser, refer to the Query Browser online help. Creating an Access Profile for the Query Browser To access the Centera, the Query Browser must be configured with an access profile with sufficient capabilities to query and read information from the Centera. This section provides the details on how to create that access profile. Instructions on configuring the Query Browser with the new access profile are contained in the Query Browser on-line help. Notes: This section assumes CenteraViewer is started and has the console window open. If you are using Centera v3.1, you must use the 3.1 version of Centera Viewer. If you are using a prior version of Centera, you should use Centera Viewer v2.3 or higher on a Centera Gen3 node and Centera Viewer v3.0 or higher on a Centera Gen4 node. 4-2 Centera Seek Users Guide

33 Centera Seek Tools Creating the Password File for the Access Profile 1. On the Windows machine, create a file called c:\querybrowser.pwd using Notepad. 2. Within this new file, simply type a password at the top of the file. This password will be the one used for the Query Browser access profile. Note: Be careful not to add a carriage return/line feed to the end of the file, this will cause authentication problems. The only text in the file should be a single text string representing the password. Generated passwords cannot be used for the querybrowser profile. Creating the Query Browser Profile The procedure for creating the Query Browser profile varies depending on what version of CentraStar you are running. Use the following procedure that is appropriate to your CentraStar version: For CentraStar v2.4, refer to Creating the Query Browser Profile Under CentraStar v2.4 on page 4-3. For CentraStar v3.0, refer to Creating the Query Browser Profile Under CentraStar v3.0 on page 4-4. For CentraStar v3.1, refer to Creating the Query Browser Profile Under CentraStar v3.1 on page 4-5. Creating the Query Browser Profile Under CentraStar v Using the Command> prompt at the bottom of the CenteraViewer CLI window, enter the following command: profile create querybrowser 2. When prompted for information, use the information listed on the right in the following text: Prompt Value Profile secret [generate]: Profile rights [-]: Enable profile? (yes, no) [no]: Issue the command? (yes, no) [no]: Establish a Pool Entry Authorization for application use? (yes, no) [no]: file c:\querybrowser.pwd rq yes yes no Query Browser 4-3

34 Centera Seek Tools Note: Once the access profile is created, the local c:\querybrowser.pwd file can be deleted it is no longer used. Creating the Query Browser Profile Under CentraStar v Using the Command> prompt at the bottom of the CenteraViewer CLI window, enter the following command: create profile querybrowser 2. When prompted for information, use the information listed on the right in the following text: Prompt Profile Secret [generate]: Enable Profile? (yes, no) [no]: Monitor role? (yes, no) [no]: Profile-Metadata Capability? (yes, no) [no]: Profile Type (access, cluster) [access]: Granted Rights for the Profile in the Home Pool [rdqedcp-]: Issue the command? (yes, no) [no]: Establish a Pool Entry Authorization for application use? (yes, no) [no]: Value file c:\querybrowser.pwd yes no yes cluster rq yes no Note: Once the access profile is created, the local c:\querybrowser.pwd file can be deleted it is no longer used. 4-4 Centera Seek Users Guide

35 Centera Seek Tools Creating the Query Browser Profile Under CentraStar v Using the Command> prompt at the bottom of the CenteraViewer CLI window, enter the following command: create profile querybrowser 2. When prompted for information, use the information listed on the right in the following text: Prompt Profile Secret [generate]: Enable Profile? (yes, no) [no]: Profile Type (access, cluster) [access]: Granted Rights for the Profile in the Home Pool [rdqedcp-]: Profile-Metadata Capability? (yes, no) [no]: Access control role? (yes, no) [no]: Audit role? (yes, no) [no]: Compliance role? (yes, no) [no]: Configuration role? (yes, no) [no]: Monitor role? (yes, no) [no]: Replication role? (yes, no) [no]: Issue the command? (yes, no) [no]: Establish a Pool Entry Authorization for application use? (yes, no) [no]: Value file c:\querybrowser.pwd yes cluster rq yes no no no no yes no yes no Note: Once the access profile is created, the local c:\querybrowser.pwd file can be deleted it is no longer used. Query Browser 4-5

36 Centera Seek Tools Profile Driven Metadata Tools The PDM Tools are a set of programs that allow Centera system administrators to attach metadata definitions to specific Centera Access Profiles. Centera Access Profiles are created and distributed by Centera system administrators to control access to Centera data. Any application writing new data to Centera must have a valid Centera Access Profile. The Centera SDK then automatically writes the metadata to the access profile of the application into each and every CDF written by that application. The profile-driven metadata are a list of name/value pairs that are stored as attributes in the "profile-meta" XML tag in the CDF. For example, an administrator may choose to attach the name/value pair of COMPANY=ACME to the Centera Access Profile that is used by all applications that ACME company uses to archive content to Centera. All such data will then have a <profile-meta COMPANY=ACME \> tag in their CDFs data that is indexed by Centera Seek. In addition to hard coded metadata definitions, such as DIVISION=SALES, administrators can use macros in the value field of their definitions. A value of %h will automatically be replaced with the hostname of the application server writing data to Centera. A value %p will automatically write the name of the Centera Access Profile that was used when writing the data." Note: To enable the use of profile-driven metadata, the system administrator must first enable the Profile-Metadata Capability when creating the access profile via the Centera Viewer Command Line Interface (CLI). PDM Tools are available from the EMC Powerlink Web site: To download Centera documents, go to the Powerlink home page and select Support > Downloads and Patches > Downloads A-C > Centera Enterprise Software. Note: You need Centera SDK 3.0 or greater in order to use the PDM tool. 4-6 Centera Seek Users Guide

37 Invisible Body Tag 5 Centera Seek CLI This chapter provides information about how to use the Centera Seek Command Line Interface (CLI), the Centera Seek commands, and their usage. Starting the Centera Seek CLI Command Overview Configuration Settings Schedule Settings Settings Centera Settings Logging Settings Status Information Centera Seek CLI 5-1

38 Centera Seek CLI Starting the Centera Seek CLI At a shell prompt on the Centera Seek index node, type: seekcli The CenteraSeek> prompt displays. You are now in Centera Seek CLI mode. Note: When you enter commands via the CLI, the commands can be abbreviated. Example of an abbreviated command: sho con all The above command would be the same as entering: show config all 5-2 Centera Seek Users Guide

39 Centera Seek CLI Command Overview Table 5-1 lists the Centera Seek commands and their associated subcommands. Table 5-1 Centera Seek Commands and Subcommands Command Subcommands Description set Allows Centera Seek configuration settings to be changed. config schedule centera logging nfsexports Sets configuration settings for Centera Seek. Sets schedule for the Query and Bundler Service. Sets EMC Connect Home settings. Sets information about the Centera connected to Centera Seek. Sets the logging configuration for Seek services. Sets the IPs which have NFS access to the Seek directory. show Displays current Centera Seek configuration settings. config schedule centera versions status logging nfsexports Shows configuration settings for Centera Seek. Shows schedule for the Query and Bundler Service. Shows EMC Connect Home settings. Shows information about the Centera connected to Centera Seek. Shows display of version information for Centera Seek, Centera, and its SDK. Shows information about the current state of the Query, Bundler, and FAST Service. Shows the logging configuration for Seek services. Shows the IPs which have NFS access to the Seek directory. test Tests certain Centera Seek functions. queryservice bundlerservice Tests the EMC Connect Home to ensure its proper configuration. Tests the Query Service to ensure its proper configuration. Tests the Bundler Service to ensure its proper configuration. Command Overview 5-3

40 Centera Seek CLI Table 5-1 Centera Seek Commands and Subcommands (continued) Command Subcommands Description start Manually starts the Query or Bundler Service. queryservice bundlerservice Manually starts the Query Service. Manually starts the Bundler Service. stop Manually stops the Query or Bundler Service. queryservice bundlerservice Manually stops the Query Service. Manually stops the Bundler Service. reset Resets Centera Seek's configuration to its original/installed values. Note: This command clears the cache, bundle and log directories, and resets the configuration settings. reingest Reingests all cached clips back into the /emc/seek/bundle directory. 5-4 Centera Seek Users Guide

41 Centera Seek CLI Configuration Settings You use configuration settings to control how Centera Seek operates. Some of these configuration settings are specific to the Query Service, while others are specific to the Bundler Service. To set a specific configuration setting, use the following syntax at the CLI prompt: set config <config-name> <config-value> <optional-value> Example set config centerahost To display the current value of a particular configuration setting, use the following syntax at the CLI prompt: show config <config-name> Example show config centerahost To display the value of the ALL configuration setting, use the following syntax at the CLI prompt: show config All Available Configuration Settings The following sections describe the available configuration settings and provide examples. NumClipThreads This is the current number of threads working on Centera clips in the Query Service. Example set config NumClipThreads 10 show config NumClipThreads Configuration Settings 5-5

42 Centera Seek CLI CenteraHost The host name or IP of the Centera that Centera Seek's Query Service will connect to and query for new and deleted clips. When you set the Centera host name to use, the CLI asks if you want to retrieve additional information about Centera. You need to do this only when you change the host name or are setting it up for the first time. This additional information is used by the alerts. Note: You must set CenteraHost in order to run the Query Service. LastCompletedQuery Date Example set config centerahost The date, in GMT, of the last successful query Centera Seek issued against Centera. This date indicates that all clips up to this date, both new and deleted, have been sent to the indexer to be indexed (or removed from the index). This configuration setting is updated automatically by the Query Service upon a successful query and index. The only time you need to manually set LastCompletedQueryDate is on initial setup of Centera Seek if you have a specific date from which you want the Query Service to start querying. The format of the date must be in the following format, in GTM: YYYY.MM.DD.HH.MM.SS. Otherwise this setting will default to the Linux beginning of time (1/1/1970). Example set config lastcompletedquerydate CacheDirectory This is the directory where Centera Seek places CDFs after they have been sent to the indexer. Multiple CDFs are packaged up into single bundle files and then placed into this cache directory. The bundled CDFs can be useful for archiving purposes, DR, or cases where a complete reingest to the indexer is required or desired. This directory must be located on the /emc partition. Note: The default location is $CENTERASEEK_HOME/cache. Example set config cachedirectory /emc/tmp/mycache CachingEnabled Example This setting tells Centera Seek whether or not to cache processed CDFs. Once a CDF is sent to the indexer, the CDF will be cached. Cached CDFs can be used to perform a complete reingest of all CDFs. set config cachingenabled true 5-6 Centera Seek Users Guide

43 Centera Seek CLI BundleStagingDir Example: This is the directory where the Query Service places the query bundles. By default, this directory is the same as the bundle directory (Where the bundle service processes the bundles). The staging directory gives you a chance to edit the cdfs if needed. This directory must be on the /emc partition. set config bundlestagingdir /emc/tmp/staging BundlerRunTime This is the duration (in minutes) for which the bundler service is allowed to run at one given time. This prevents the bundler from running too long and over whelming the indexer. Example set config bundlerruntime 120 ContentProtection This setting is the content protection scheme that Centera uses when it stores data. Centera can mirror the content when storing or using parity. This setting has no direct connection to the setting on Centera and does not have an impact on Centera. This setting is merely in place to tell Centera Seek what storage strategy Centera is using. Centera Seek does, however, use this to calculate sizing information on the CDFs. The two possible values for this setting are CPP (parity) and CPM (mirroring). For Centera 3.1, the cpp threshold cannot be lower than 100 KB. Note: The default value used for this setting is CPM. Note: IMPORTANT: For Centera v2.4 customers only, this value must be manually kept in synch with the setting on Centera in order to calculate proper storage size information. For other version of Centera, this is automatically kept in synch. Example set config contentprotection cpp 50 Configuration Settings 5-7

44 Centera Seek CLI Schedule Settings Example Schedule settings are used to control when the Centera Seek Query Service and Bundler Service run. Centera Seek is a scheduled-based application, which means the two main services (Query and Bundler) will run only when scheduled. Each service has its own schedule and will run independently and possibly concurrently. To set a schedule for a specific service, you can use one of the following two syntax. When using the first syntax to set the schedule, the CLI walks you through a set of questions to assist in setting up the schedule. The second syntax allows you set the schedule directly using the Linux crontab syntax (this should only be used by experts). set schedule <service-name> set schedule <service-name> <direct-schedule> set schedule queryservice To display the schedule of one of the services, use the following syntax at the CLI prompt: show schedule <service-name> Example show schedule queryservice Available Services for Scheduling QueryService Example The following sections describe the available scheduling services and provide examples. The QueryService polls Centera for new and deleted clips and then stores them locally in bundles to be processed later by the Bundler Service. When scheduling the service, be aware of other factors that may have an impact on the overall Centera/Application. Factors include how much data is being written to Centera, how many users are using the application, and at what times. There is no hard and fast rule on how often to run the Query Service; it is dependent on the specific environment in which Centera Seek is installed. set schedule queryservice 5-8 Centera Seek Users Guide

45 Centera Seek CLI BundlerService Example The BundlerService processes CDF bundles that were created by the Query Service. The Bundler Service extracts the CDFs from the bundles, passes them to the indexer, and then caches them. The Bundler Service can be scheduled to run concurrently with the Query. Unlike the Query Service, the Bundler Service does not connect to Centera and has no impact on it. set schedule bundlerservice Schedule Settings 5-9

46 Centera Seek CLI Settings Example The settings are used for the EMC Connect Home feature of Centera Seek. If Centera Seek encounters a problem, such as it cannot connect to the Indexer, a disk full error, or critical runtime error, it uses the settings to send an to notify the appropriate people to take corrective action. To set a specific setting, use the following syntax at the CLI prompt: set < -setting> <value> set recipients foo@bar.com To display an setting, use the following syntax at the CLI prompt: show < -setting> Example show recipients Available Settings Recipients Example The following sections describe the available settings and provide examples. This is a semi-colon-separated list of addresses. The recipients in this list can receive any or all alerts generated by Centera Seek. set recipients someone@emc.com;tjc@emc.com From Example This is a display name that appears in the 's From field. set from John Doe ReplyTo Example This is an address that is used in the Reply-To field of the sent by Centera Seek. set replyto JohnDoe@emc.com 5-10 Centera Seek Users Guide

47 Centera Seek CLI SendAlertsToEMC Example This flag indicates whether or not alerts will be sent to EMC Support. If true, alerts are sent to all defined recipients and EMC Support. If false, alerts are sent only to defined recipients. set sendalertstoemc true Settings 5-11

48 Centera Seek CLI Centera Settings Example These settings are client-side (Centera Seek Index Node) settings and do not affect or alter any settings on Centera itself. These settings are merely static settings that Centera Seek uses to reference purposes. When initially setting up the Centera Host Name via the Centera SeekCLI (set config CenteraHost), the user is prompted on whether or not to retrieve additional Centera information. These settings can be overridden using this CLI command, if necessary. To override a specific Centera setting, use the following syntax at the CLI prompt: set centera <centera-setting> <value> set centera ClusterID ad10112c-1dd1-11b2-cc79a66 To display a specific Centera setting, use the following syntax at the CLI prompt: show centera <centera-setting> Example set centera clusterid To display the value of ALL Centera settings, use the following syntax at the CLI prompt: show centera All Available Centera Settings ClusterID SerialNumber SiteName The following sections describe the available Centera settings. The ID number of the cluster. The serial number of the cluster. The site name Centera Seek Users Guide

49 Centera Seek CLI Logging Settings Example You use logging settings to control how and what Centera Seek logs. To set a specific logging setting, use the following syntax at the CLI prompt: set logging <log-setting> <log-value> set logging level debug To display the current value of a particular logging setting, use the following syntax at the CLI prompt: show logging <log-setting> Example show logging level Available Logging Settings Level Example The following sections describe the available logging settings and provide examples. The amount of text sent to the log file. This is typically used to control the amount of debug and info sent to the logs. Possible values are ALL, WARN, DEBUG, FATAL, INFO, OFF. set logging level debug MaxLogs The number of Query and Bundler Service logs to be rolled/archived. This is useful if you want to retain a certain number of logs for historical purposes. Example set logging maxlogs 20 Version Information Example The Centera Seek CLI provides ways to display the versions of the installed Centera Seek software. The version information is accessible through the show command using the versions sub command. To display the version of all software related to Centera Seek, use the following syntax at the CLI prompt: show versions show versions Logging Settings 5-13

50 Centera Seek CLI Version Information Returned The following section describes the version information returned. Value Centera Seek FAST InStream Centera SDK CentraStar Description The version of Centera Seek. The version of FAST InStream. The version of Centera SDK. The version of Centera (server) Centera Seek Users Guide

51 Centera Seek CLI Status Information The Centera SeekCLI provides ways to get the status of different Centera Seek services. You can determine the status of the QueryService and BundlerService process running on Centera and the current status of FAST. The status information is accessible through the show command using the status sub command. To display the status of a particular service, use the following syntax at the CLI prompt: show status <service-name> Example show status queryservice To display the status of all services. use the following syntax at the CLI prompt: show status All Example show status ALL Status Information 5-15

52 Centera Seek CLI 5-16 Centera Seek Users Guide

53 Index B Backup automatic 3-4 directory 3-3 overview 3-2, 3-3 Bundler service 1-3, 1-6 BundlerRunTime 5-7 BundleStagingDir 5-7 C CA 1-2 CacheDirectory 5-6 CachingEnabled 5-6 C-clip 1-2 CDF 1-2 CDFs backing up 3-5 CenteraHost 5-6 Command overview 5-3 Components 1-3 Configuration settings logging 5-13 scheduling 5-8 Content address 1-2 ContentProtection 5-7 D Directories /emc/seek/bundle 1-6 /emc/seek/cache 1-6 F FAST 1-3, 1-7 G Glossary 1-2 L LastCompletedQueryDate 5-6 M Metadata 1-2 Profile Driven Metadata Tools 4-6 querying 4-2 retrieving 1-5 N NFS access 3-6 NumClipThreads 5-5 Q Query browser 4-2 access profile 4-2 Query Service 1-3, 1-4 Querying metadata 4-2 S Seek architecture 1-3 Status information 5-15 U Upgrade 2-4 requirements 2-2 Centera Seek Users Guide 1-1

54 Index 1-2 Centera Seek Users Guide

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

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

More information

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

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

More information

EMC Secure Remote Support Device Client for Symmetrix Release 2.00

EMC Secure Remote Support Device Client for Symmetrix Release 2.00 EMC Secure Remote Support Device Client for Symmetrix Release 2.00 Support Document P/N 300-012-112 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Ionix Network Configuration Manager Version 4.1.1

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

More information

EMC SourceOne Discovery Manager Version 6.7

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

More information

EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N REV A05

EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N REV A05 EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N 300-002-038 REV A05 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2006

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

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

More information

EMC SourceOne Discovery Manager Version 6.5

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

More information

EMC SourceOne for Microsoft SharePoint Version 7.1

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

More information

EMC ViewPoint for SAP (4.6, 4.7) Special Ledger Module ADMINISTRATION MANUAL. Version 2.0 P/N REV A01

EMC ViewPoint for SAP (4.6, 4.7) Special Ledger Module ADMINISTRATION MANUAL. Version 2.0 P/N REV A01 EMC iewpoint for SAP (4.6, 4.7) Special Ledger Module ersion 2.0 ADMINISTRATION MANUAL P/N 300-003-495 RE A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

EMC NetWorker Module for DB2 Version 4.0

EMC NetWorker Module for DB2 Version 4.0 EMC NetWorker Module for DB2 Version 4.0 Administration Guide P/N 300-005-965 REV A03 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1998-2009 EMC

More information

EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version

EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version EMC NetWorker Module for SnapImage Release 2.0 Microsoft Windows Version Installation and Administration Guide P/N 300-007-130 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

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

More information

EMC DiskXtender Release 6.4 Microsoft Windows Version

EMC DiskXtender Release 6.4 Microsoft Windows Version EMC DiskXtender Release 6.4 Microsoft Windows Version Administration Guide P/N 300-007-798 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC VSI for VMware vsphere : Path Management Version 5.3

EMC VSI for VMware vsphere : Path Management Version 5.3 EMC VSI for VMware vsphere : Path Management Version 5.3 Product Guide P/N 300-013-068 REV 03 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2012

More information

EMC VSI for VMware vsphere: Path Management

EMC VSI for VMware vsphere: Path Management EMC VSI for VMware vsphere: Path Management Version 5.6 Product Guide P/N 300-013-068 REV 06 Copyright 2011 2013 EMC Corporation. All rights reserved. Published in the USA. Published September 2013. EMC

More information

EMC SourceOne for File Systems

EMC SourceOne for File Systems EMC SourceOne for File Systems Version 7.2 Administration Guide 302-000-958 REV 02 Copyright 2005-2015 EMC Corporation. All rights reserved. Published in the USA. Published December 9, 2015 EMC believes

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

EMC SourceOne Management Version 6.7

EMC SourceOne  Management Version 6.7 EMC SourceOne Email Management Version 6.7 Installation Guide 300-012-741 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011 EMC Corporation.

More information

EMC NetWorker. Licensing Guide. Release 8.1 P/N REV 02

EMC NetWorker. Licensing Guide. Release 8.1 P/N REV 02 EMC NetWorker Release 8.1 Licensing Guide P/N 302-000-557 REV 02 Copyright 2011-2013 EMC Corporation. All rights reserved. Published in the USA. Published October, 2013 EMC believes the information in

More information

EMC SAN Copy Command Line Interfaces

EMC SAN Copy Command Line Interfaces EMC SAN Copy Command Line Interfaces REFERENCE P/N 069001189 REV A13 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2006-2008 EMC Corporation. All

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6 SP1 User Guide P/N 300 005 253 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

EMC DiskXtender for NAS Release 3.1

EMC DiskXtender for NAS Release 3.1 EMC DiskXtender for NAS Release 3.1 Multiplatform Version Administration Guide P/N 300-005-727 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC NetWorker. Cloning Integration Guide. Release 8.0 P/N REV A02

EMC NetWorker. Cloning Integration Guide. Release 8.0 P/N REV A02 EMC NetWorker Release 8.0 Cloning Integration Guide P/N 300-013-558 REV A02 Copyright (2011-2013) EMC Corporation. All rights reserved. Published in the USA. Published January 2013 EMC believes the information

More information

EMC SourceOne Management Pack for Microsoft System Center Operations Manager

EMC SourceOne Management Pack for Microsoft System Center Operations Manager EMC SourceOne Management Pack for Microsoft System Center Operations Manager Version 7.2 Installation and User Guide 302-000-955 REV 01 Copyright 2005-2015. All rights reserved. Published in USA. Published

More information

EMC Avamar 7.3 for IBM DB2

EMC Avamar 7.3 for IBM DB2 EMC Avamar 7.3 for IBM DB2 User Guide 302-002-846 REV 01 Copyright 2001-2016 EMC Corporation. All rights reserved. Published in the USA. Published April, 2016 EMC believes the information in this publication

More information

EMC Celerra Network Server NS-480 Dense Storage

EMC Celerra Network Server NS-480 Dense Storage EMC Celerra Network Server NS-480 Dense Storage Cabling Verification Guide P/N 300-011-017 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, M 01748-9103 1-508-435-1000 www.emc.com Copyright 2010

More information

Dell EMC NetWorker Module for Microsoft for Exchange Server VSS

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

More information

EMC Documentum Process Engine

EMC Documentum Process Engine EMC Documentum Process Engine Version 6.5 Installation Guide P/N 300 007 522 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2004 2008 EMC Corporation.

More information

EMC ApplicationXtender Reports Management 6.0

EMC ApplicationXtender Reports Management 6.0 EMC ApplicationXtender Reports Management 6.0 Administrator s Guide 300-008-283 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2009 EMC

More information

EMC Avamar IBM DB and Service Packs for. User Guide REV 02

EMC Avamar IBM DB and Service Packs for. User Guide REV 02 EMC Avamar IBM DB2 7.4 and Service Packs for User Guide 302-003-182 REV 02 Copyright 2001-2017 EMC Corporation All rights reserved. Published March 2017 Dell believes the information in this publication

More information

EMC ApplicationXtender Web Access.NET eroom Integration 6.0

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

More information

EMC SourceOne Version 7.0

EMC SourceOne Version 7.0 EMC SourceOne Version 7.0 Disaster Recovery Solution Guide 300-015-197 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2012 EMC Corporation.

More information

EMC ControlCenter PLANNING AND INSTALLATION GUIDE VOLUME 2 (MVS AGENTS) 6.0 P/N REV A02

EMC ControlCenter PLANNING AND INSTALLATION GUIDE VOLUME 2 (MVS AGENTS) 6.0 P/N REV A02 EMC ControlCenter 6.0 PLANNING AND INSTALLATION GUIDE VOLUME 2 (MVS AGENTS) P/N 300-004-024 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC VSI for VMware vsphere Web Client

EMC VSI for VMware vsphere Web Client EMC VSI for VMware vsphere Web Client Version 6.2 Product Guide P/N 302-000-051 REV 03 July 2014 Copyright 2014 EMC Corporation. All rights reserved. Published in the USA. Published July 2014 EMC believes

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

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

More information

Videoscape Distribution Suite Software Installation Guide

Videoscape Distribution Suite Software Installation Guide First Published: August 06, 2012 Last Modified: September 03, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Dell EMC Avamar for SQL Server

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

More information

EMC SourceOne Version 7.1

EMC SourceOne Version 7.1 EMC SourceOne Version 7.1 Disaster Recovery Solution Guide 302-000-180 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2013 EMC Corporation.

More information

EMC Documentum Archive Services for Reports Version 1.7 SP1

EMC Documentum Archive Services for Reports Version 1.7 SP1 EMC Documentum Archive Services for Reports Version 1.7 SP1 INSTALLATION GUIDE P/N 300-006-542 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Dell Storage Compellent Integration Tools for VMware

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

More information

EMC DiskXtender Release 6.5 SP8

EMC DiskXtender Release 6.5 SP8 EMC DiskXtender Release 6.5 SP8 Microsoft Windows Version Administration Guide P/N 302-002-314 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC SourceOne TM Offline Access USER GUIDE. Version 6.8 P/N A01. EMC Corporation Corporate Headquarters: Hopkinton, MA

EMC SourceOne TM Offline Access USER GUIDE. Version 6.8 P/N A01. EMC Corporation Corporate Headquarters: Hopkinton, MA EMC SourceOne TM Offline Access Version 6.8 USER GUIDE P/N 300-013-695 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2005-2012 EMC Corporation.

More information

EMC Documentum Process Builder

EMC Documentum Process Builder EMC Documentum Process Builder Version 6 Installation Guide P/N 300 005 224 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2007 EMC Corporation.

More information

Dell EMC Avamar for SQL Server

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

More information

Dell EMC Avamar for Lotus Domino

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

More information

EMC vcloud Director Data Protection Extension

EMC vcloud Director Data Protection Extension EMC vcloud Director Data Protection Extension Version 2.0.5 Administration and User Guide 302-001-992 REV 05 Copyright 2014-2016 EMC Corporation All rights reserved. Published December 2016 Dell believes

More information

EMC Documentum Forms Builder

EMC Documentum Forms Builder EMC Documentum Forms Builder Version 6 User Guide P/N 300-005-243 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2007 EMC Corporation. All rights

More information

EMC DiskXtender for NAS Release 3.1

EMC DiskXtender for NAS Release 3.1 EMC DiskXtender for NAS Release 3.1 Theory of Operations P/N 300-005-730 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2006-2007 EMC Corporation.

More information

EMC Avamar 7.1 for IBM DB2

EMC Avamar 7.1 for IBM DB2 EMC Avamar 7.1 for IBM DB2 User Guide 302-000-846 REV 02 Copyright 2001-2014 EMC Corporation. All rights reserved. Published in USA. Published December, 2014 EMC believes the information in this publication

More information

EMC RepliStor for Microsoft Windows Version 6.2

EMC RepliStor for Microsoft Windows Version 6.2 EMC RepliStor for Microsoft Windows Version 6.2 Installation Guide P/N 300-004-076 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1998-2006

More information

EMC NetWorker License Manager 9th Edition

EMC NetWorker License Manager 9th Edition EMC NetWorker License Manager 9th Edition Installation and Administration Guide P/N 300-010-424 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Data Domain Management Center

EMC Data Domain Management Center EMC Data Domain Management Center Version 1.2 User Guide 302-000-883 REV 01 Copyright 2012-2014 EMC Corporation. All rights reserved. Published in USA. Published November, 2014 EMC believes the information

More information

Connecting EMC DiskXtender for Windows to EMC Centera

Connecting EMC DiskXtender for Windows to EMC Centera Connecting EMC DiskXtender for Windows to EMC Centera Best Practices Planning Abstract This white paper provides details on building the connection string that EMC DiskXtender for Windows uses to connect

More information

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide Version 6.5 SP2 Installation Guide P/N 300-009-602 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

EMC NetWorker Module for MEDITECH

EMC NetWorker Module for MEDITECH EMC NetWorker Module for MEDITECH Version 8.2 Administration Guide 302-000-771 REV 02 Copyright 2007-2014 EMC Corporation. All rights reserved. Published in USA. Published September, 2014 EMC believes

More information

Dell EMC Avamar Virtual Edition for OpenStack KVM

Dell EMC Avamar Virtual Edition for OpenStack KVM Dell EMC Avamar Virtual Edition for OpenStack KVM Version 7.5.1 Installation and Upgrade Guide 302-004-314 REV 01 Copyright 2016-2018 Dell Inc. or its subsidiaries. All rights reserved. Published February

More information

Dell EMC Avamar Virtual Edition for OpenStack KVM

Dell EMC Avamar Virtual Edition for OpenStack KVM Dell EMC Avamar Virtual Edition for OpenStack KVM Version 7.5 Installation Guide 302-003-940 REV 01 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2017 Dell believes

More information

EMC Avamar Sybase ASE. 7.4 and Service Packs for. User Guide REV 02

EMC Avamar Sybase ASE. 7.4 and Service Packs for. User Guide REV 02 EMC Avamar Sybase ASE 7.4 and Service Packs for User Guide 302-003-198 REV 02 Copyright 2012-2017 EMC Corporation All rights reserved. Published March 2017 Dell believes the information in this publication

More information

Dell EMC Avamar Virtual Edition for VMware

Dell EMC Avamar Virtual Edition for VMware Dell EMC Avamar Virtual Edition for VMware Version 7.5.1 Installation and Upgrade Guide 302-004-301 REV 01 Copyright 2001-2018 Dell Inc. or its subsidiaries. All rights reserved. Published February 2018

More information

Dell EMC Avamar for Sybase ASE

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

More information

EMC NetWorker Module for DB2 Version 4.0

EMC NetWorker Module for DB2 Version 4.0 EMC NetWorker Module for DB2 Version 4.0 Command Reference Guide P/N 300-005-967 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008-2009

More information

EMC Documentum External Viewing Services for SAP

EMC Documentum External Viewing Services for SAP EMC Documentum External Viewing Services for SAP Version 6.0 Administration Guide P/N 300 005 459 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

EMC Avamar 6.1 for SharePoint VSS

EMC Avamar 6.1 for SharePoint VSS EMC Avamar 6.1 for SharePoint VSS User Guide P/N 300-013-358 REV 06 Copyright 2001-2013 EMC Corporation. All rights reserved. Published in the USA. Published September 2013 EMC believes the information

More information

EMC SourceOne SEARCH USER GUIDE. Version 6.7 P/N A01. EMC Corporation Corporate Headquarters: Hopkinton, MA

EMC SourceOne SEARCH USER GUIDE. Version 6.7 P/N A01. EMC Corporation Corporate Headquarters: Hopkinton, MA EMC SourceOne Version 6.7 SEARCH USER GUIDE P/N 300-012-737 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2005-2011 EMC Corporation. All rights

More information

EMC NetWorker Module for Microsoft for Hyper-V VSS

EMC NetWorker Module for Microsoft for Hyper-V VSS EMC NetWorker Module for Microsoft for Hyper-V VSS Release 8.2 User Guide P/N 302-000-653 REV 02 Copyright 2007-2014 EMC Corporation. All rights reserved. Published in the USA. Published September 2014

More information

EMC Centera Replication

EMC Centera Replication A Detailed Review Abstract This white paper describes existing and new replication capabilities available in EMC CentraStar 4.0. It covers all replication topologies and use cases. July 2008 Copyright

More information

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

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

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

EMC Documentum Content Services for SAP Document Controllers

EMC Documentum Content Services for SAP Document Controllers EMC Documentum Content Services for SAP Document Controllers Version 6.5 User Guide P/N 300 006 307 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

Dell Storage Integration Tools for VMware

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

More information

EMC Documentum Archive Services for SharePoint

EMC Documentum Archive Services for SharePoint EMC Documentum Archive Services for SharePoint Version 5.3 SP5 User Guide P/N 300-005-749-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC ApplicationXtender SPI (for SharePoint Integration)

EMC ApplicationXtender SPI (for SharePoint Integration) EMC ApplicationXtender SPI (for SharePoint Integration) 6.0 Deployment Guide P/N 300-009-364 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

EMC ControlCenter Navisphere Security ADMINISTRATOR S GUIDE. Version 6.X P/N REV A04

EMC ControlCenter Navisphere Security ADMINISTRATOR S GUIDE. Version 6.X P/N REV A04 EMC ControlCenter Navisphere Security Version 6.X ADMINISTRATOR S GUIDE P/N 069001124 REV A04 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 (800) 424-EMC2 http://www.emc.com Copyright

More information

EMC Documentum Import Manager

EMC Documentum Import Manager EMC Documentum Import Manager Version 6 Installation and Con guration Guide 300 005 288 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation.

More information

Dell Storage Compellent Integration Tools for VMware

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

More information

CDP Data Center Console User Guide CDP Data Center Console User Guide Version

CDP Data Center Console User Guide CDP Data Center Console User Guide Version CDP Data Center Console User Guide CDP Data Center Console User Guide Version 3.18.2 1 README FIRST Welcome to the R1Soft CDP Data Center Console User Guide The purpose of this manual is to provide you

More information

Microsoft Outlook Integration for ApplicationXtender 6.0

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

More information

BBI Quick Guide Networking OS for 1/10Gb LAN Switch Module. Product Version Getting Help Contents

BBI Quick Guide Networking OS for 1/10Gb LAN Switch Module. Product Version Getting Help Contents Networking OS for 1/10Gb LAN Switch Module FASTFIND LINKS Product Version Getting Help Contents 2014 Hitachi, Ltd. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Dell EMC Avamar Backup Clients

Dell EMC Avamar Backup Clients Dell EMC Avamar Backup Clients Version 7.5.1 User Guide 302-004-281 REV 01 Copyright 2001-2017 Dell Inc. or its subsidiaries. All rights reserved. Published September 2017 Dell believes the information

More information

EMC Voyence Integration Adaptor

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

More information

Web Device Manager Guide

Web Device Manager Guide Juniper Networks EX2500 Ethernet Switch Web Device Manager Guide Release 3.0 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Part Number: 530-029704-01,

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

EMC Documentum Content Services for SAP Scanner Operator

EMC Documentum Content Services for SAP Scanner Operator EMC Documentum Content Services for SAP Scanner Operator Version 6.0 User Guide P/N 300 005 441 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

Hitachi Data Instance Director

Hitachi Data Instance Director Hitachi Data Instance Director Quick Start Guide FASTFIND LINKS Software Version Getting Help Contents MK-93HDID002-01 2013-2015 Hitachi, Ltd. All rights reserved. No part of this publication may be reproduced

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

Release Notes P/N REV A01 February 23, 2006

Release Notes P/N REV A01 February 23, 2006 EMC AX-Series Navisphere SP Agent Version 6.20.0.3.12 for FLARE OE 02.20.yyy Release Notes P/N 300-003-516 REV A01 February 23, 2006 These release notes contain supplemental information about EMC Navisphere

More information

McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0

McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0 Migration Guide McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0 For use with McAfee epolicy Orchestrator COPYRIGHT 2016 Intel Corporation TRADEMARK ATTRIBUTIONS Intel and the Intel

More information

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

More information

SourceOne. Disaster Recovery Solution Guide. Version REV 02

SourceOne. Disaster Recovery Solution Guide. Version REV 02 SourceOne Version 7.2 Disaster Recovery Solution Guide 302-000-951 REV 02 Copyright 2005-2015 Dell Inc. or its subsidiaries. All rights reserved. Published July 31 2017 Dell believes the information in

More information

Problem Resolution Roadmap for VNX with ESRS IP Client for VNX and Connect Home

Problem Resolution Roadmap for VNX with ESRS IP Client for VNX and Connect Home EMC VNX Series Release 7.0 Problem Resolution Roadmap for VNX with ESRS IP Client for VNX and Connect Home P/N 300-011-836 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

EMC NetWorker. Licensing Guide. Version 8.2 SP REV 02

EMC NetWorker. Licensing Guide. Version 8.2 SP REV 02 EMC NetWorker Version 8.2 SP1 Licensing Guide 302-001-575 REV 02 Copyright 2001-2015 EMC Corporation. All rights reserved. Published in USA. Published February, 2015 EMC believes the information in this

More information

EMC DiskXtender Release 6.5 Service Pack 2 Microsoft Windows Version

EMC DiskXtender Release 6.5 Service Pack 2 Microsoft Windows Version EMC DiskXtender Release 6.5 Service Pack 2 Microsoft Windows Version Best Practices Guide P/N 300-012-468 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

Dell EMC Avamar for SharePoint VSS

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

More information

Veritas NetBackup for SQLite Administrator's Guide

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

More information

EMC ApplicationXtender Index Agent

EMC ApplicationXtender Index Agent EMC ApplicationXtender Index Agent Version 7.0 Administration Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1994-2014 EMC Corporation.

More information

EMC Celerra Network Server

EMC Celerra Network Server EMC Celerra Network Server Release 6.0 Managing Celerra Statistics P/N 300-009-994 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1998-2010

More information