System Administrator s Guide Version 2.4.2

Size: px
Start display at page:

Download "System Administrator s Guide Version 2.4.2"

Transcription

1 Version connect. code. create.

2 This edition of the System Administrator s Guide refers to version of This document created or updated on March 3, Please send your comments and suggestions to: Black Duck Software, Incorporated 8 New England Executive Park, Suite 221 Burlington, MA USA. Copyright 2014 by Black Duck Software, Inc. All rights reserved. All use of this documentation is subject to the license agreement between Black Duck Software, Inc. and the licensee. No part of the contents of this document may be reproduced or transmitted in any form or by any means without the prior written permission of Black Duck Software, Inc. Black Duck, Know Your Code, and the Black Duck logo are registered trademarks of Black Duck Software, Inc. in the United States and other jurisdictions. Black Duck Suite, Black Duck Code Center, Black Duck, Black Duck Protex, Black Duck Export, Black Duck Transact, and Koders are trademarks of Black Duck Software, Inc. All other trademarks or registered trademarks are the sole property of their respective owners.

3 Table of Contents TABLE OF CONTENTS 1 Introduction architecture process Supported source control management (SCM) clients Understanding what indexes Logging in Managing Users Understanding user roles Understanding permissions Creating a new user role Creating a new user account Adding roles to a user Creating user groups Using LDAP or Active Directory authentication Managing Projects Understanding how Code Site connects to repositories Understanding projects Creating a project Configuring the connection to a code repository AccuRev Bazaar Borland StarTeam CVS File system adapter Git IBM Rational ClearCase Mercurial Microsoft Team Foundation Server (TFS) Perforce Subversion Zip archive adapter and other version control systems Page i

4 Table of Contents 3.5 Modifying a project Understanding project access Restricting who can search a project Adding team members to a project Hiding a project from search Understanding project crawling Understanding indexing schedules Setting the global indexing schedule Set the indexing schedule for a specific project Excluding a project from indexing Forcing to index a project Viewing project history Deleting a project Configuration Settings Configuring indexing settings Creating a global indexing schedule Configuring indexing to ignore directories and files Configuring SCM connection timeout Configuring settings Configuring proxy settings product registration Activating Reactivating Configuring updates Managing the Server Disk space requirements and usage Startup, configuration, and log Files Stopping and starting the Tomcat server running on Linux Stopping and starting the Tomcat server running on Windows Configuring password strength Enabling the consistency checker Backing up the database Creating a database backup on Linux Page ii

5 Table of Contents Creating a database backup on Windows Restoring the database on Linux Restoring the database on Windows APPENDIX A Data Gathered by APPENDIX B Using and Configuring LDAP or Active Directory B.1 Configuring to use LDAP or AD B.2 Importing and synchronizing users B.3 Granting roles to groups of users B.4 LDAP configuration examples B.4.1 Authentication searches directly below a domain component node B.4.2 Authentication searches restricted to a branch node Page iii

6 Preface PREFACE Target audience This manual is intended for the administrator responsible for configuring and managing Black Duck. Most of the setup described in this book is done using the Admin section of the user interface. You must log in to using an account that has been granted a role with administrative privileges to access this area. Related documents The documentation for consists of: Title File Description Installation Guide InstallationGuide.pdf Detailed installation instructions for. Release Notes RelNotes.pdf Description of what has changed from the previous release of. System Administrator s Guide AdminGuide.pdf Describes administrative and configuration tasks in. User s Guide UserGuide.pdf Describes how to use the search web page. SDK Code Examples Customizing the Code Sight User Interface CodeSightSDK_Examples.pdf Customizing_Code_Sight_UI.pdf Describes how to install the SDK and contains code examples. Note: The SDK documentation is available with a standard license, but the SDK requires a special license to run. Describes how to enable UI customization and provides some general examples of the types of customization that are commonly requested. The documentation for is included in the top-level directory of the installation media. After installation, the PDF guides are located in C:\Program Files\Black Duck Software\CodeSight\doc. Note: This directory may vary depending on your operating system. You can also access the PDF guides from links on the Welcome page in the online help. Page iv

7 Preface Customer support There are three versions of available, differentiated by license: A free unregistered version, which lets you index 200,000 lines of code. A free registered version with a trial license with limits set forth at: Support for the free versions is provided using the online support forum at: An enterprise version, which allows for potentially unlimited indexing (limited per your license agreement). Support for the enterprise edition is provided through the online support forum and through the regular Black Duck Technical Support channels: support@blackducksoftware.com Phone: , ext. 5 Fax: Page v

8 Introduction 1 INTRODUCTION A significant portion of application development involves a process of find, copy, paste, and integrate. This process can be greatly accelerated when you can find and download existing source code that has already been debugged, tested, and approved. makes it easy for software developers to find code in source code repositories that they have access to. Once you have found a useful file or snippet, download it for use in a new project. Tip: is intended to work with your company s repositories and local directories. While you could also crawl and index any open source projects you found on the web, if you are interested in doing this you should check out Black Duck Ohloh Code. This is a free, hosted version of the search engine with an index of billions of lines open source code. 1.1 architecture Black Duck is a web application. A implementation consists of several different components that work together: Database: uses an industry-standard PostgreSQL database. installs a dedicated local instance of PostgreSQL for its own use. stores local copies of the files downloaded from your repositories. Server: uses an Apache Lucene Solr search server that runs within an Apache Tomcat application server. User interface: uses a web-based user interface for both searching (Search home page) and configuration and administration (Admin pages). Users with Administrator privileges can create and manage users, define projects and code locations, and schedule crawling, indexing, and publishing. In addition, has a software development kit (SDK). The SDK lets you integrate development into your native development processes. It provides API access to development features and services. Page 1

9 Introduction 1.2 process In order to configure and troubleshoot, it is helpful to understand the Crawl/Index/publish cycle that employs. The process flow is as follows: 1. Your system administrator installs and any source control management (SCM) clients needed to access your repositories. 2. Your system administrator configures to access your company s code repositories. This involves the following: a. Creating projects. The project definition includes connection strings, which tell how to access your code from one or more SCM repositories. b. Setting up a schedule for how often should revisit the projects to look for new or updated files. 3. connects to your repository via an SCM adapter and crawls the source code in your projects. 4. records the source file metadata in the database and generates a Solr index. 5. checks the index for consistency and merges the index with any other project indexes. 6. publishes the merged index, making the new project data available for user searches. 7. Developers access the search page ( to search your repositories for code. 8. repeats the Crawl/Index/Publish cycle based on the schedule specified by the system administrator. 1.3 Supported source control management (SCM) clients supports the following open source and commercial SCM clients: AccuRev Bazaar Borland StarTeam CVS Git IBM ClearCase Mercurial Microsoft Team Foundation Server Perforce Subversion Note: File System Adapter and Zip are built into and do not require a client. Page 2

10 Introduction 1.4 Understanding what indexes As examines your projects, it indexes the following types of files: ActionScript Ada ASP ASP.NET Assembly Boo C C# C++ Cobol ColdFusion Delphi Eiffel Erlang Fortran F# Groovy Haskell Java JavaScript JSP Lisp Lua Mathematica Matlab Modula ObjectiveC Ocaml Perl PHP Prolog Python REBOL Rexx Ruby Scheme Smalltalk SQL Tcl VB VB.NET XML For C, C++, C#, Java, JavaScript, Ruby, and Python sources, provides advanced parsing. This allows filtering to definitions and provides a special outline view. For the other languages it indexes, provides syntax highlighting where applicable. Other non-source file types, including.log and.html, are also available for basic searching, but they are not parsed and indexed for source content. 1.5 Logging in No login is required for search in or run reports. However, to create and index projects, you must log in with a privileged account. To log in to 1. Launch a browser and navigate to the URL for your server, which should be sometime similar to the following: Page 3

11 Introduction 2. Select the Login link. 3. Enter your Username and Password and click Login. Note that passwords are case-sensitive. 4. Select the Admin link in the upper right corner. displays the administrative area, which is where you define how gets to the code it needs to index. The default page view is the Progress tab, which shows the current status of indexing on this machine. The status may show as RUNNING if the machine has been configured to run the indexer continuously, always looking for new projects. Alternately, indexing can be run at scheduled intervals. Page 4

12 Managing Users 2 MANAGING CODE SIGHT USERS Depending on your company policies for allowing access to code repositories, you can configure to allow or restrict user access to your projects and files: Any user can search and access projects and files (no user ID required). Only logged in users can search and access projects and files. Only named users can search and access files for a project. You configure the list of named users for each individual project. Users are allowed access to projects based on their user roles. Roles are either system-wide (overall roles) or project-level (project roles). 2.1 Understanding user roles You use roles to grant user permissions to features and actions within. has two different types of roles: Overall roles grant global permissions that are applicable throughout. Project roles grant permissions that apply only to an individual project. comes with three pre-configured user roles with varying permission levels. When you create a new user, you assign one or more roles to the user ID to grant the user permissions to various pages and actions within. The default overall roles are: Administrator Indexer Project Searcher (This is the default role.) The pre-configured roles are locked and cannot be edited or deleted. You can, however, create custom roles and assign them to users as appropriate for your business needs. You can create both custom overall and project-specific roles. Page 5

13 Managing Users Understanding permissions Table 1 shows the combinations of permissions in the default system roles. Table 1 Permission matrix Project Role Overall Role Can read registration settings Can change registration settings Project Searcher Can read user-management configuration data X X Can have update access to user management configuration data Can create user management configuration data Can delete user management configuration data Can access the Admin area X X Can read application settings X X Can change application settings X X Can create a project X X Can start/stop the index engine X X Can publish (index data for projects) X X Can see the team members on a project X X Can assign team members to a project X X Can search the code of a project X X X Can read project data X X Can update project data X X Can delete a project X X Can index a project X X Can schedule a project (indexing) X X Can show/hide a project X X Indexer X X X X X Administrator Most of the permissions are quite specific and allow access to individual controls within. One of the more powerful permissions is the ability to create user management configuration data. This permission allows you access such as creating users and giving them roles. This should only be granted to System Administrators. Page 6

14 Managing Users Creating a new user role You may want to create new, custom roles with different combinations of permissions than the default system roles. In general, when combining permissions to create a role: If you have delete access, you should also have read, update, and create access. If you have create access, you should also have read and update access. If you have update access, you should also have read access. Read access can stand alone. Caution: Many pages within are tied to various permissions. If you turn these permissions off, you cannot see the pages. If you are creating custom roles to use instead of the default roles, make sure that your new roles provide access to all of the existing permissions and do not leave any holes, that is, a permission not covered by a role. For example, if you remove read user management configuration data from your own role, you cannot see the User section. In that case, you would not be able to go to the Admin Users Roles page to turn the permission back on. To create a new user role 1. Log in to as a user with administrator privileges. If you have not yet created an administrator account, you can use the pre-configured default account: User name: sysadmin Password: blackduck 2. Select the Admin link in the upper right corner. 3. Select the Users Roles tabs. 4. Click Create Role. The Create a Role dialog box opens. Page 7

15 Managing Users 5. Enter a name for the role. 6. Enter a description for the role. 7. Specify whether the role is overall (system-wide) or will be specific to a particular project. 8. Select one or more check boxes to set permissions for the role. 9. Click Save. Page 8

16 Managing Users To modify a user role 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Users Roles tabs. 4. In the Roles table, highlight the role to select it. 5. To delete the role, click Delete Role. 6. To modify the role, edit the role and click Save. 2.2 Creating a new user account Notes: includes a default system administrator s account. Black Duck recommends changing the default password immediately after installation. - The default administrator account cannot be deleted or disabled, and can be used to add all of the other user accounts you will need. - If you are using an LDAP server, see Appendix B Using and Configuring LDAP or Active Directory. A user with Administrator privileges can create new user accounts. Each account includes descriptive information about its owner. Table 2 shows the data contained in a user record. You are only required to enter a user name and password in order to create a user record. Note that the account information does not indicate what project the person is working on. That kind of information is considered the user s role, and is defined in a subsequent step. Table 2 User Account Fields Field *Username *Password *Password Confirmation First Name Last Name Description A unique name for this person to use when logging in. The name is not case-sensitive. The name is attached to history records of the user s actions within. Passwords are case-sensitive, and cannot be blank. They do not expire. By default, does not enforce any restrictions on user names or passwords. For information about enforcing password requirements, see Configuring Password Strength on page 52. This field needs to match the password entered above. The user s full name is useful for identifying an individual by more than just their user name. displays the user s name in the Users table on the Users Users tab and in dialog boxes that let you select a user. (see previous) Page 9

17 Managing Users Field Address Job Title Phone Location Active Description The address is useful as a reference. It is not currently used within the product. The job title for a user is useful as a reference. displays the job title in the Users table on the Users Users tab. The phone number is useful as a reference. It is not currently used within the product. The location is shown on the list of users and is useful as a reference. It is not currently used anywhere else within the product. An account must be set to active to enable logins. Tip: First and last names and job title are only displayed in the Users section. It is useful to add the user s first and last name, so that when you are adding users to a group you can identify the individual by more than just the user name. To create a new user account 1. Log in to as a user with administrator privileges. If you have not yet created an administrator account, you can use the pre-configured default account: User name: sysadmin Password: blackduck 2. Select the Admin link in the upper right corner. 3. Select the Users Users tabs. 4. Click Create User. The Create a New User dialog box opens. Page 10

18 Managing Users 5. Enter a unique user name for the account. 6. Enter a password for the user. 7. Optionally, enter any additional information that you want to record about the user. 8. Click Save. By default, all user accounts have the Project Searcher role assigned to them. Typically, users have distinct needs depending on their project assignments, and therefore you can assign multiple overall and project roles to each user Adding roles to a user After you create an account, you must add roles to the account that permit access to projects and repositories. You can view the roles assigned to a user on the Users Users Roles tab. Note: All users have the Project Searcher role by default. This role is not displayed on the Users Users Roles tab. See Figure 1. Page 11

19 Managing Users Figure 1 New user account with no roles To assign overall roles to a user ID 1. Log in to as a user with administrator privileges. 2. Select the Admin link. 3. Select the Users Users tabs. 4. In the Users table, click the user name to select it. 5. Select the Roles subtab. Page 12

20 Managing Users 6. Click Add Overall Role. 7. Select one or more roles. 8. Click Save. Note: Any time you change a user s role, they need to log out and log back in again for the change to take effect. To assign project roles to a user ID 1. Log in to as a user with administrator privileges. 2. Select the Admin link. 3. Select the Users Users tabs. 4. In the Users table, click the user name to select it. 5. Select the Roles subtab. 6. Click Add Project Role. Page 13

21 Managing Users 7. Select one or more roles. 8. Select one or more projects. Note: For project-specific roles, you must indicate both the role and the project name. 9. Click Save. Note: Any time you change a user s role, they need to log out and log back in again for the change to take effect. 2.3 Creating user groups A user group is an easy way to configure multiple user accounts with the same roles. To create new user group 1. Log in to as a user with administrator privileges. 2. Select the Admin link. 3. Select the Users User Groups tabs. 4. Click Create User Group. Page 14

22 Managing Users 5. Enter a group name. 6. Click Save. The next step is to assign permissions to the group by assigning roles. To assign users to a user group 1. On the Users User Groups tab, click a user group to select it. 2. If necessary, in the bottom half of the page, scroll until you can see the Group Members table. 3. Click Add Member. 4. Select one or more members to add to the group. 5. Click Save. Note: Any time you modify users roles, they must log out and log back in again to see the changes take effect. To assign permissions to a user group 1. On the Users User Groups tab, highlight a user group to select it. 2. If necessary, in the bottom half of the page, scroll until you can see the Roles tables. Page 15

23 Managing Users 3. To add system roles to the group: a. Click Add Overall Role. b. Select one or more roles. c. Click Save. 4. To add project roles to the group: a. Click Add Project Role. b. Select one or more roles. c. Select one or more projects. d. Click Save. Note: If users already belong to the group, they will need to log out and log back in to see the changes take effect. Page 16

24 Managing Users 2.4 Using LDAP or Active Directory authentication supports authentication using its own standard username and password scheme. It also supports using lightweight directory access protocol (LDAP) or Active Directory (AD). See Appendix B Using and Configuring LDAP or Active Directory for details on configuring this feature. Page 17

25 Managing Projects 3 MANAGING PROJECTS In order for users to be able to search your code, you must configure to know where your source files are, and how it can access them. The basic entity within is the project. A project describes the location of your source files, which users can access them, and how often the files should be crawled and indexed. 3.1 Understanding how Code Site connects to repositories Your source files likely reside in a remote SCM repository. Within, you create a project, which points to locations within your repositories. The system where the server is installed must have the client software installed for the repositories and that client software must be in the path visible to the process. 3.2 Understanding projects A project is the basic entity within. In a project record only requires a name and the connection information for the repository. You can enter multiple source code locations for a single project. These can be separate subdirectories, branches, or completely different source control management repositories. During the crawling phase, visits each location (in the order you enter them) and retrieves the files. visits each repository as directed by the project s overall schedule. Note: You can also create a project with no source code. 3.3 Creating a project Tip: Always enter useful information in the Project Description field, because this text is searchable. To create a project 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. Page 18

26 Managing Projects 3. Select the Projects tab to view the projects already configured on this system. 4. Click Create Project. The Project Setup dialog box opens. 5. Enter a unique name for the project. Note that the name and description are both searchable. 6. Enter the connection details for the repository containing the project. Page 19

27 Managing Projects Note: For information about configuring and connecting to SCM clients, see Configuring the Connection to a Code Repository. If your repository does not require a username and password, you can leave those fields blank. 7. Optionally, you can enter multiple locations for where your source code is located. a. Select the Add Code Location link. b. Enter the connection details for the repository containing the project. Tip: Many repository types allow browsing for a specific branch or tag. Use the Test Connection button to determine your proper connection string, and then use Browse to find the subdirectory you want. c. To add additional code locations, repeat steps a through b for each code location. 8. Optionally, in the Advanced Settings section, you can restrict the search visibility (who can search the project). Page 20

28 Managing Projects 9. Optionally, in the Advanced Settings section, you can change the indexing schedule (schedule of how often the project is crawled by ). 10. Click Save. 3.4 Configuring the connection to a code repository The system where the server is installed must have the client software installed for the repositories, and that client software must be in the path visible to the process. Note: uses the PATH environment variable to look for SCM clients. Make sure your SCM client can be found using the system path, and not your user path. has built-in support for several different SCM systems, as well as the File System Adapter that can be used with almost any version control system. The Settings SCM Settings tab (see Figure 2) shows a list of the clients that has detected on your system. The File System and Zip adapters are built into. Page 21

29 Managing Projects Figure 2 SCM settings Tip: The link at the bottom of the tab takes you to the topic in the online Help system where you can find additional information about each supported repository client. SCM repositories used with have several common aspects. Depending on the SCM type, these fields may be separate or may be combined into the connection string. The connection string for a repository is similar to the command you would use to interactively connect to the repository. In order to connect to a code repository, you will need the following information: Username/password you use to access the repository Connection string of the SCM client Note: The connection string for a repository is similar to the command you would use to interactively connect to the repository. Tip: The online Help system includes examples for connecting to an open source repository of each supported type. Branch or tag where your source code is located within the repository Page 22

30 Managing Projects AccuRev Tips: - Always make sure the AccuRev executable is in your path. - Visit for more information. - AccuRev requires both a valid server connection string and a valid stream name. If the stream name is not provided, the test connection will work, but crawling will fail. The standard template connection string for an AccuRev repository looks like the following: Username: myname Password: ****** Stream: Host:Port Branch or Tag: /Project[view/folder] Bazaar Tip: Download Bazaar and make sure it is in your path. The Bazaar connection string includes the server location and project branch in the following format: Example Connection String (anonymous user): Borland StarTeam Tips: - Always make sure the Borland StarTeam executable is in your path. - Visit for more information. The standard connection information for a Borland StarTeam repository looks like the following: Username: user Password: ***** Connection String: host:49201/project[view/folder] CVS Tip: Download CVS for All Platforms and ensure cvs.exe is in your path before starting the Code Sight service. Generic non-anonymous connection string :pserver:username:password@serverip:/path/cvsroot Apache connection string :pserver:anoncvs:anoncvs@cvs.apache.org:/home/cvspublic Berlios connection string :pserver:anonymous:@cvs.projectname.berlios.de :/cvsroot/ Page 23

31 Managing Projects Mozilla connection string Enter the following on a single line for the Connection Template field on the Add/Edit Repository page: :pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot When adding a project that uses this repository, specify the project name and path. You can use the Browse button or enter the values directly. Novell Connection String :ext:anonymous@forgecvs1.novell.com:/cvsroot/. Note: The period (.) at the end of this template is used to represent all modules for the given CVS root File system adapter The file system adapter enables to index source code stored on a local machine. The file system adapter acts as a universal adapter, allowing you to use with any SCM application. Simply access your repository and retrieve the files to a local directory, then point at the local files. The connection string when using the file system adapter is the absolute path to the top-level directory, such as: C:\MySourceCode\ Note: When using the adapter for this purpose, you are responsible for making sure that the source code in the path specified is synchronized with the repository server Git Tip: You do not need to download a Git client. This functionality is included in your installation. Due to the decentralized nature of the Git SCM system, you cannot use the Browse feature to list projects in the repository. Also, you cannot use the Test Connection button unless you include the full path to the project in the repository connection string. For example, consider that you want to index the following project: git://github.com/mislav/will_paginate You could set the repository s Connection String to: git://github.com/mislav/ and set the project s Project Path to: will_paginate However, this method would not allow you to test the connection. A better practice is to include the Page 24

32 Managing Projects full project path in the connection string IBM Rational ClearCase Tip: Download IBM Rational ClearCase or the IBM Rational ClearCase Remote Client and make sure it is in your path. Template: PathToView\VobName$SubPath Example: c:\views\someview\sources$initialcomponent\ Note: The adapter assumes PathToView contains a valid and configured ClearCase View. Using the Remote Client: Username: username@domain.com Password: ****** Connection String: C:\view\myView\myVOB$mycmpnt\ Or, you can combine the fields into a single connection string: --username user@bds.com --ser --pas changeme M:\MyFirstUCMView\ Mercurial Tip: Download Mercurial and make sure it is in your path. Template: Example Connection Template: Example Project Path: hgweb/octave/ Microsoft Team Foundation Server (TFS) Tips: - Always make sure the TFS executable is in your path. - A TFS client cannot go beyond 259 characters. - Go to Team Foundation Information for more information. The standard template connection string for Team Foundation Server looks like the following: Template: tfs://username:password@server$/ UNC Server: tfs://username:password@\\myserver$/ourproject Web Server: tfs://username:password@ The password component is optional. Server specification is typically a UNC path or http path with a port specified following a colon (as in TFS uses a web services base, so users having poor luck or inconsistency with UNC paths may find using an http specification easier Perforce Tip: Download Perforce and make sure it is in your path. Page 25

33 Managing Projects Connection strings for Perforce must have the username, password, and server location specified in separate fields. For example: Username: guest Password: <blank Connection String: public.perforce.com:1666//public/perforce/utils/aegis/ Subversion Tip: Download Subversion and make sure it is in your path. Generic Subversion connection string svn://svnserver.mycompany.com/trunk/ If you are connecting to a system that allows anonymous logins, you may be able to omit the username and password fields. Apache connection string Code.Google.com connection string Or, depending on your specific project, you may need to specify a branch instead. In this case, use the /tags qualifier instead of /trunk: For example, a sample connection string is: co Often, projects on Google Code say that to download them, you must pass projectname-read-only as a parameter. This is not necessary when using to access the project files Zip archive adapter The Zip archive adapter is useful for looking inside.zip archive files. 1. Create a new project using Zip as the SCM Client type. 2. For the Connection String, enter the absolute path to a top-level directory containing your Zip files. For example: /etc 3. Use the Browse button to find and select your ZIP files. Tips: The file system adapter does not open.zip archive files, so you may need to use both repository types to fully index your project. Also, the Zip adapter does not handle nested zip archives, so these would need to be expanded manually. The Zip adapter only expands the first level. Page 26

34 Managing Projects and other version control systems can be used with other version control systems as well. When integrating with other version control systems, use the file system adapter. The file system adapter enables indexing, but it does not ensure that the local source code cache is up-to-date. Note: When using the File System Adapter, the system administrator must make sure that the local source code folders are kept current by creating the necessary scheduled scripts or commands. 3.5 Modifying a project After a project has been created, you can edit the information and schedule. To modify a project, complete the following steps: 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Projects tab to see the projects already configured on this system. 4. Highlight a project name to select it. 5. In the lower half of the screen, select the Setup subtab. 6. Click Edit Project. The Edit Project Setup dialog box contains the same fields as the Create Project Setup dialog box. Page 27

35 Managing Projects 7. Modify the project definition as appropriate. 8. Click Save. 3.6 Understanding project access You can set up your project for user-based search access. Rather than allowing everyone to search the project code, you can restrict access to a list of named users or user groups. You can also hide a project from all searchers Restricting who can search a project You can restrict who can search a project when you first create it or you can modify this setting for existing projects. To restrict project search to named users/groups, complete the following steps: 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Projects tab to see the projects configured on this system. 4. Select the checkbox for the project in the Projects table. 5. From the More actions menu, select Restrict for search. Page 28

36 Managing Projects 6. Alternately, you can Select the Setup tab and edit the project to change the Search Visibility setting to Restricted. The project will only be visible to users listed as a Team Member on the project. Page 29

37 Managing Projects 7. Add users to the list of team members for the project. For instructions, see Adding Team Members to a Project Adding team members to a project When you set the Search Visibility setting for a project to Restricted, the only users who can search the project are users or groups listed on the Team Members tab for the project. To add team members to a project, complete the following steps: 1. On the Projects tab, highlight the project name to select it. 2. In the lower half of the screen, select the Team Members tab. 3. To add a user to the project, click Add User. The Add User to Project dialog box opens. Page 30

38 Managing Projects a. Highlight a user name to select it. b. Select one or more roles for the user. c. Click Add User. The change takes effect immediately. 4. To add a user group to the project, click Add User Group. a. Highlight a user group to select them. b. Select one or more roles for the user group. c. Click Add User Group. The change takes effect immediately. Note: You can also use the Users tab to add the project to the user s record or the User Groups tab to add the project to a user group s record Hiding a project from search At certain times it may be necessary to make a project non-searchable while still maintaining the option to index it later. Or, you may want to freeze the current state of the project and disable indexing. Both of these cases are possible. To hide project from all searchers, complete the following steps: 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Projects tab to see the projects configured on this system. 4. Select the checkbox for the project in the Projects table. 5. From the More actions menu, select Hide for search. Page 31

39 Managing Projects 6. Alternately, select the Setup tab and edit the project to change the Search Visibility setting to Hide. The project will be hidden from all users searching. Page 32

40 Managing Projects 3.7 Understanding project crawling Once you have defined a project, the next step is to have examine the source files (also known as crawling ) and then index the project. During this process, retrieves any new or changed files from the SCM repository and performs a special analysis pass on them based on their file type. Then, it publishes the new index, making the project searchable for all users. The system administrator specifies which projects or repositories that is allowed to crawl and sets the schedule for when it should happen. 3.8 Understanding indexing schedules When you create a project or add and save a new source code location, immediately performs an initial crawl and index of the project. After that, will revisit the project based on the default global schedule. You can modify a project to use its own indexing schedule. The indexing schedule can be configured on a per-project basis, that is, each project can have a different indexing schedule. There are several ways to start the indexing process for a project: Immediately when the project is created. Based on a global schedule. By default, projects are revisited based on the global schedule. Tip: The No schedule setting can be used to disable indexing. Based on an individual schedule. On-demand with the Index Queue for next job action Setting the global indexing schedule The Settings Index Settings subtab (see Figure 3) controls the global schedule of how often Code Sight indexes your projects. It also controls which files should be ignored during the crawl. By default, when the indexing job completes, publishes the new index automatically. To keep your old index, clear the Auto Publish checkbox. This may be useful if you want to temporarily freeze the index in its current state. Page 33

41 Managing Projects Figure 3 Index Settings subtab To set the default (global) indexing schedule 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Settings tab. 4. Select the Index Settings subtab. 5. Click Global Schedule. The Global Indexing Schedule dialog box opens. 6. Specify how often you want to index your projects. Tip: The No schedule setting can be used to disable indexing. 7. Click Save Set the indexing schedule for a specific project By default, projects are revisited based on the global schedule. You can modify a project to use its own schedule. Page 34

42 Managing Projects To specify the indexing schedule for project 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Projects tab to see the projects already configured on this system. 4. Highlight a project to select it. 5. In the lower half of the screen, select the Setup subtab. 6. Click Edit Project. The Edit Project Setup dialog opens. 7. In the Advanced Settings Indexing Schedule section, specify how often you want to index this project. 8. Click Save Excluding a project from indexing At certain times you may want to freeze the current state of the project and disable indexing. To exclude a project from indexing 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Projects tab to see the projects already configured on this system. 4. Highlight a project to select it. Page 35

43 Managing Projects 5. In the lower half of the screen, select the Setup subtab. 6. Click Edit Project. The Edit Project Setup dialog opens. 7. In the Advanced Settings Indexing Schedule section, select No schedule. 8. Click Save Forcing to index a project There may be times when you want to index a project at a time other than the scheduled frequency or you may want to force to index a project that had been previously excluded from indexing. To force to index a project 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Projects tab to see the projects already configured on this system. 4. If necessary, use the Search field on the Projects tab to locate the project. 5. Select the checkbox next to the project that you want to index. 6. From the More actions menu, select Index Queue for next job. Page 36

44 Managing Projects 3.9 Viewing project history You can track the status of your projects with the Projects History subtab (see Figure 4). This page shows the operations that has performed (crawl, index, and publish) and any warnings that were generated. Page 37

45 Managing Projects Figure 4 Viewing the project history 3.10 Deleting a project When you delete a project it is no longer searchable. will fully remove the project the next time the index is updated (published). To delete a project 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Projects tab to see the projects already configured on this system. 4. If necessary, use the Search field on the Projects tab to locate the project. 5. Select the check box next to the project name. 6. From the More actions menu, select Delete. Page 38

46 Managing Projects 7. In the confirmation message, click OK. Page 39

47 Configuration Settings 4 CODE SIGHT CONFIGURATION SETTINGS This chapter describes configuration settings for the server. The Admin Settings tab contains product configuration settings. In general, these settings only need to be configured once, before doing any other tasks on your system. 4.1 Configuring indexing settings The Admin Settings Index Settings tab (see Figure 5) controls the global schedule for how often should index your projects. You also use this tab to configure which files should ignore while indexing. Figure 5 Index settings By default, when the indexing job completes, the new index is published automatically. You can clear the Auto Publish box if you want to keep your old index. This may be useful if you want to temporarily freeze the index in its current state Creating a global indexing schedule The global indexing schedule controls how often revisits the projects in your repositories to scan for changes that require re-indexing. To set the global indexing schedule 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Settings tab. 4. Select the Index Settings subtab. 5. Click Global Schedule. Page 40

48 Configuration Settings 6. In the Global Indexing Schedule dialog box, specify how often you want to index this projects 7. Click Save. Tip: You can also set an individual schedule by creating a project schedule after the project has been created. See Set the Indexing Schedule for a Specific Project for details Configuring indexing to ignore directories and files You may have files or directories in your projects that do not need to be indexed. These might include binary files, build artifacts, and SCM control files. Use the Index Settings page to indicate which files should ignore during indexing. By default, is configured to ignore certain binary file types during indexing. You can modify the list to include more or fewer entries. Note that ignoring tar or zip files here is not related to using the Zip repository type. In that case, correctly looks inside the archive to find and index your non-binary files. The following file types are ignored by default: bmp doc gzip lib xls chm exe jar pdf zip com gif jpeg png dll gz jpg tar 4.2 Configuring SCM connection timeout The Admin Settings SCM Settings tab (see Figure 2) lists the SCM clients installed on your system and detected by. If cannot access your SCM client software, then it will not show that repository type when you are adding the source location to your project. The File System, Git, and Zip clients are built into and are always present. Tip: You can set the timeout variables to prevent long delays when there are problems connecting to remote repositories. Page 41

49 Configuration Settings 4.3 Configuring settings You use the Admin Settings Mail Settings tab (see Figure 6) to define how should send to the system administrator. Currently, this is only used after a failure of an automatic upgrade. Figure 6 Mail settings Administrator Address: is sent to this address if something fails during an update. SMTP Server: Used for sending mail from this client. SMTP Port: Connection port used for sending mail. SMTP Sender: sent from comes from this address. SMTP Username and Password: Used to connect to your mail server. 4.4 Configuring proxy settings You use the Admin Settings Proxy Settings tab (see Figure 7) to specify how should access the servers at Black Duck Software. This connection information is needed for license verification and for downloading updates. Figure 7 Proxy settings 4.5 product registration There are three registration options for using : Free Unregistered: You are limited to indexing 200,000 lines of code. You can obtain a free Page 42

50 Configuration Settings registration key by visiting Free Registered: See the limits set forth at: Paid Registration: You are allowed to index projects up to a limit specified in your license agreement. The two free options display a message on the Progress dashboard, indicating that indexing is limited. Otherwise, the software is the same for all options. Note that this message is not shown to users of the search page. Typically you register immediately after installation. However, it is not required. If you do not register, the software behaves normally, except that it stops publishing after reaching 200,000 lines of code. Also, system updates are disabled until you register. Tip: At any time, unregistered users can obtain a free trial license for more lines of code by visiting the Black Duck website: Activating To activate your license 1. Have your enterprise or free license key ready. 2. Log in to as a user with administrator privileges. 3. Select the Admin link in the upper right corner. 4. Select the Settings tab. 5. Select the Product Registration subtab. 6. Click Activate. Page 43

51 Configuration Settings 7. On the registration page, enter your registration ID and the connection details specifying how your installation of will contact Black Duck for updates. 8. Click Register. Note: Your license may include an expiration date. After that time has passed, you can continue to search your projects, but further publishing is disabled Reactivating If you want to change your registration at a later time, go to Admin Settings Product Registration (see Figure 8). Enter your new registration ID and click Reactivate. Page 44

52 Configuration Settings Figure 8 Product registration Note: Your license may include an expiration date. After that time has passed, you can continue to search your projects, but further publishing is disabled. 4.6 Configuring updates Note: You cannot update your software until you have registered either a free or enterprise license. To perform a update 1. Log in to as a user with administrator privileges. 2. Select the Admin link in the upper right corner. 3. Select the Settings tab. 4. Select the Update Status tab. displays a page where you can select update times and Page 45

53 Configuration Settings a list of the most recent updates available. 5. From the Auto Install Software Update menu, select when you want new updates to be downloaded and installed: Never: You will never get updates. During Scheduled Times: You will get updates only during the times that you configure in the Day Settings section. When Available: You will get updates when they are available. 6. In the Day Settings section, specify when your server can look for updates from Black Duck. If you specify a long duration, the Black Duck site is checked repeatedly over that time interval. If you have selected the option to automatically install the update, the system handles this appropriately. 7. If you want to download and install manually, and if there are updates available, select the Download link for the first update to download it to your site. After downloading is complete, the state changes to downloaded and the action changes to an Install link. 8. Select the Install link to integrate this update into your system. 9. When installation is complete, a Delete link displays that lets you clean up the space used for download. This also removes the entry from the Active Updates list, in order to keep the list short. Page 46

SDK Code Examples Version 2.4.2

SDK Code Examples Version 2.4.2 Version 2.4.2 This edition of SDK Code Examples refers to version 2.4.2 of. This document created or updated on February 27, 2014. Please send your comments and suggestions to: Black Duck Software, Incorporated

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

http://www.trendmicro.com/download

http://www.trendmicro.com/download Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

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

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

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

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

How To Use Gfi Mailarchiver On A Pc Or Macbook With Gfi Email From A Windows 7.5 (Windows 7) On A Microsoft Mail Server On A Gfi Server On An Ipod Or Gfi.Org (

How To Use Gfi Mailarchiver On A Pc Or Macbook With Gfi Email From A Windows 7.5 (Windows 7) On A Microsoft Mail Server On A Gfi Server On An Ipod Or Gfi.Org ( GFI MailArchiver for Exchange 4 Manual By GFI Software http://www.gfi.com Email: info@gfi.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

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

www.novell.com/documentation Administration Guide Novell Filr 1.0.1 May 2014

www.novell.com/documentation Administration Guide Novell Filr 1.0.1 May 2014 www.novell.com/documentation Administration Guide Novell Filr 1.0.1 May 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Auditing manual. Archive Manager. Publication Date: November, 2015

Auditing manual. Archive Manager. Publication Date: November, 2015 Archive Manager Publication Date: November, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated May 2012 Copyright 2010, 2012 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC EXPERT

More information

SourceForge Enterprise Edition 4.4 SP1 User Guide

SourceForge Enterprise Edition 4.4 SP1 User Guide SourceForge Enterprise Edition 4.4 SP1 User Guide SourceForge Enterprise Edition 4.4, Service Pack 1 Part Number: 98-0063 Last Revision: January 2008 Copyright 2008 CollabNet, Inc. All rights reserved.

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

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

Administrator Operations Guide

Administrator Operations Guide Administrator Operations Guide 1 What You Can Do with Remote Communication Gate S 2 Login and Logout 3 Settings 4 Printer Management 5 Log Management 6 Firmware Management 7 Installation Support 8 Maintenance

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

Wakanda Studio Features

Wakanda Studio Features Wakanda Studio Features Discover the many features in Wakanda Studio. The main features each have their own chapters and other features are documented elsewhere: Wakanda Server Administration Data Browser

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

LifeSize Control Installation Guide

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

More information

Documentum Content Distribution Services TM Administration Guide

Documentum Content Distribution Services TM Administration Guide Documentum Content Distribution Services TM Administration Guide Version 5.3 SP5 August 2007 Copyright 1994-2007 EMC Corporation. All rights reserved. Table of Contents Preface... 7 Chapter 1 Introducing

More information

Abila Millennium. Installation Guide

Abila Millennium. Installation Guide This is a publication of Abila, Inc. Version 2016.1 2016 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned herein are

More information

POLICY PATROL MFT. Manual

POLICY PATROL MFT. Manual POLICY PATROL MFT Manual MANUAL Policy Patrol MFT This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software may be copied, reproduced, translated

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

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

More information

WEBCONNECT INSTALLATION GUIDE. Version 1.96

WEBCONNECT INSTALLATION GUIDE. Version 1.96 WEBCONNECT INSTALLATION GUIDE Version 1.96 Copyright 1981-2015 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop Business

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Networking Best Practices Guide. Version 6.5

Networking Best Practices Guide. Version 6.5 Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form

More information

Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL

Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL Instant Chime for IBM Sametime Installation Guide for Apache Tomcat and Microsoft SQL Spring 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

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

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: February 2011 This document supports DocuShare Release 6.6.1 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue Palo Alto, California

More information

Administration Guide. BlackBerry Enterprise Service 12. Version 12.0

Administration Guide. BlackBerry Enterprise Service 12. Version 12.0 Administration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2015-01-16 SWD-20150116150104141 Contents Introduction... 9 About this guide...10 What is BES12?...11 Key features of BES12...

More information

IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide

IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide Note Before using this

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

Quick Start Guide for Parallels Virtuozzo

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

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

More information

Delegated Administration Quick Start

Delegated Administration Quick Start Delegated Administration Quick Start Topic 50200 Delegated Administration Quick Start Updated 22-Oct-2013 Applies to: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere,

More information

Installing, Uninstalling, and Upgrading Service Monitor

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

More information

HelpSystems Web Server User Guide

HelpSystems Web Server User Guide HelpSystems Web Server User Guide Copyright Copyright HelpSystems, LLC. Robot is a division of HelpSystems. HelpSystems Web Server, OPAL, OPerator Assistance Language, Robot ALERT, Robot AUTOTUNE, Robot

More information

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

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

More information

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server. Contents For Administrators... 3 Set up SourceAnywhere... 3 SourceAnywhere Service Configurator... 3 Start Service... 3 IP & Port... 3 SQL Connection... 4 SourceAnywhere Server Manager... 4 Add User...

More information

HIRSCH Velocity Web Console Guide

HIRSCH Velocity Web Console Guide HIRSCH Velocity Web Console Guide MAN012-1112 HIRSCH Velocity Web Console Guide MAN012-1112, November 2012 Version 1.1 Copyright 2012 Identive Group. All rights reserved. ScramblePad and ScrambleProx are

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

NovaBACKUP. Storage Server. NovaStor / May 2011

NovaBACKUP. Storage Server. NovaStor / May 2011 NovaBACKUP Storage Server NovaStor / May 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

email-lead Grabber Business 2010 User Guide

email-lead Grabber Business 2010 User Guide email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0 NS DISCOVER 4.0 ADMINISTRATOR S GUIDE July, 2015 Version 4.0 TABLE OF CONTENTS 1 General Information... 4 1.1 Objective... 4 1.2 New 4.0 Features Improvements... 4 1.3 Migrating from 3.x to 4.x... 5 2

More information

Installing and Configuring vcloud Connector

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

More information

DocuShare User Guide

DocuShare User Guide DocuShare User Guide Publication date: April 2011 This document supports DocuShare Release 6.6.1 Prepared by: erox Corporation DocuShare Business Unit 3400 Hillview Avenue Palo Alto, California 94304 USA

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: May 2009 This document supports DocuShare Release 6.5/DocuShare CPX Release 6.5 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview Xerox Multifunction Devices Customer Tips February 13, 2008 This document applies to the stated Xerox products. It is assumed that your device is equipped with the appropriate option(s) to support the

More information

NETWRIX USER ACTIVITY VIDEO REPORTER

NETWRIX USER ACTIVITY VIDEO REPORTER NETWRIX USER ACTIVITY VIDEO REPORTER ADMINISTRATOR S GUIDE Product Version: 1.0 January 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Administration Guide. WatchDox Server. Version 4.8.0

Administration Guide. WatchDox Server. Version 4.8.0 Administration Guide WatchDox Server Version 4.8.0 Published: 2015-11-01 SWD-20151101091846278 Contents Introduction... 7 Getting started... 11 Signing in to WatchDox... 11 Signing in with username and

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015 Connector for SharePoint Administrator s Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

Groove Management Server

Groove Management Server Groove Management Server Version 3.1 Domain Administrator s Guide Copyright Copyright 2001-2005, Groove Networks, Inc. All rights reserved. You may not reproduce or distribute any part of this document

More information

Installation and Setup: Setup Wizard Account Information

Installation and Setup: Setup Wizard Account Information Installation and Setup: Setup Wizard Account Information Once the My Secure Backup software has been installed on the end-user machine, the first step in the installation wizard is to configure their account

More information

ez Agent Administrator s Guide

ez Agent Administrator s Guide ez Agent Administrator s Guide Copyright This document is protected by the United States copyright laws, and is proprietary to Zscaler Inc. Copying, reproducing, integrating, translating, modifying, enhancing,

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012476-001, Revision A Release Date July 2014 Trademarks All intellectual property

More information

User Guide Online Backup

User Guide Online Backup User Guide Online Backup Table of contents Table of contents... 1 Introduction... 2 Adding the Online Backup Service to your Account... 2 Getting Started with the Online Backup Software... 4 Downloading

More information

Trustwave SEG Cloud Customer Guide

Trustwave SEG Cloud Customer Guide Trustwave SEG Cloud Customer Guide Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying, or decompilation

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

Training Module 1: Administration (logical) (for Privia version 5.9)

Training Module 1: Administration (logical) (for Privia version 5.9) Training Module : Administration (logical) (for Privia version.9) Copyright 0 by Privia LLC. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM WEBROOT EMAIL ARCHIVING SERVICE Getting Started Guide North America Webroot Software, Inc. World Headquarters 2560 55th Street Boulder CO 80301 USA www.webroot.com 800.870.8102 Table of Contents Create

More information

753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518. Copyrights

753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518. Copyrights Ipswitch, Inc. Web: www.imailserver.com 753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518 Copyrights 2008-2010 Ipswitch, Inc. All rights reserved. IMail Server Archiving

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

OnCommand Performance Manager 1.1

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

More information

with the ArchiveSync Add-On Evaluator s Guide 2015 Software Pursuits, Inc.

with the ArchiveSync Add-On Evaluator s Guide 2015 Software Pursuits, Inc. with the ArchiveSync Add-On Evaluator s Guide 2015 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 3 Required Add-Ons for ArchiveSync in Real-Time... 3 Communications

More information

JAMF Software Server Installation Guide for Windows. Version 8.6

JAMF Software Server Installation Guide for Windows. Version 8.6 JAMF Software Server Installation Guide for Windows Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2 JAMF Software Server Installation and Configuration Guide for OS X Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Manual. CollabNet Subversion Connector to HP Quality Center. Version 1.2

Manual. CollabNet Subversion Connector to HP Quality Center. Version 1.2 Manual CollabNet Subversion Connector to HP Quality Center Version 1.2 A BOUT THE CONNECTOR About the Connector The CollabNet Subversion Connector to HP Quality Center enables Quality Center users to

More information