HP Fortify CloudScan. Software Version Installation, Configuration, and Usage Guide

Size: px
Start display at page:

Download "HP Fortify CloudScan. Software Version Installation, Configuration, and Usage Guide"

Transcription

1 HP Fortify CloudScan Software Version 4.00 Installation, Configuration, and Usage Guide Document Release Date: September 2013 Software Release Date: September 2013

2 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Restricted Rights Legend Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Copyright Notice Copyright 2013 Hewlett-Packard Development Company, L.P. Documentation Updates The title page of this document contains the following identifying information: Software Version number Document Release Date, which changes each time the document is updated Software Release Date, which indicates the release date of this version of the software To check for recent updates or to verify that you are using the most recent edition of a document, go to: This site requires that you register for an HP Passport and sign in. To register for an HP Passport ID, go to: You will also receive updated or new editions if you subscribe to the appropriate product support service. Contact your HP sales representative for details. Part Number:

3 Contents Contents... iii Preface... v Contacting HP Fortify...v Technical Support...v Corporate Headquarters...v Website...v Change Log... vi Chapter 1: Introduction... 7 Intended Audience... 7 Related Documents... 7 Chapter 2: How CloudScan Works... 8 Chapter 3: Installing the CloudScan Components Secure Deployment of CloudScan Securing Access to Facilities Installing the Cloudera Hadoop Distributed Network Installing HP Fortify Static Code Analyzer Installing the CloudScan Controller To Install the CloudScan Controller on Windows Configuring the CloudScan Controller To Start and Stop the CloudScan Controller on Windows To Install the CloudScan Controller on Linux To Start and Stop the CloudScan Controller on Linux Securing the CloudScan Controller Self-Signed Certificates Certificates Signed by a Certificate Signing Authority Installing the CloudScan CLI Installation on Windows Installation on Unix-based Machines Installation on Mac To Set the Location of the CloudScan Controller Creating an SCA Mobile Build Session Chapter 4: Using the CloudScan CLI CloudScan CLI Command Syntax HP Fortify CloudScan Installation, Configuration, and Usage Guide iii

4 Global Options Commands Chapter 5: Issuing a Job Upload Request Start Command Scan Options Sample Job Upload Requests HP Fortify Software Security Center Upload Block upload Default upload Cancel Command Retrieve Command Issuing a Job Download Request Setting CLI Options in cloudscan.properties File CloudScan Log File Chapter 6: Monitoring CloudScan with HP Fortify Software Security Center Chapter 7: Upgrading CloudScan Updating the Controller Updating the CloudScan CLI Updating config.properties Initiating a Job Request using SCA Wizard HP Fortify CloudScan Installation, Configuration, and Usage Guide iv

5 Preface This guide provides instructions for installing, configuring, and using HP Fortify CloudScan. Contacting HP Fortify If you have questions or comments about any part of this guide, contact HP Fortify at: Technical Support Corporate Headquarters Moffett Towers 1140 Enterprise Way Sunnyvale, CA Website About the HP Fortify Software Security Center Documentation Set The HP Fortify Software Security Center (SSC) documentation set contains installation, user, and deployment guides for all HP Fortify Software Security Center products and components. It also includes technical notes and release notes that describe new features, known issues, and last-minute updates. The latest versions of these documents are available on the HP Software Product Manuals site: HP Fortify CloudScan Installation, Configuration, and Usage Guide v

6 Change Log The following table tracks changes made to the HP Fortify CloudScan Installation, Configuration, and Usage Guide. Software release-version Date Change /9/2013 No changes. HP Fortify CloudScan Installation, Configuration, and Usage Guide vi

7 Chapter 1: Introduction With HP Fortify CloudScan (CloudScan), users of HP Fortify Static Code Analysis can better manage their resources by offloading the processor-intensive scanning phase of the analysis from their build machines to a cloud of machines provided for this purpose. The translation phase, which is less processor and time intensive, is completed on the build machine. After translation is completed, an HP Fortify Static Code Analyzer (SCA) mobile build session is generated and moved to a distributed cloud of machines for scanning. In addition to freeing up the build machines, this process makes it easy to grow the system by adding more resources to the cloud as needed, without having to interrupt your build process. In addition, users of HP Fortify Software Security Center (SSC) can direct CloudScan to output FPR files directly to the server. This guide provides information on installing, configuring, and using CloudScan to streamline your static code analysis process. Intended Audience Anyone who intends to install, configure, or use CloudScan for offloading the scanning phase of their SCA process. Related Documents The following document provides additional information about HP Fortify CloudScan: HP Fortify Static Code Analyzer User Guide HP Fortify Static Code Analyzer (SCA) is a set of software security analyzers that search for violations of security-specific coding rules and guidelines in a variety of languages. The rich data provided by SCA language technology enables the analyzers to pinpoint and prioritize violations so that fixes can be fast and accurate. The analysis information produced by SCA helps you deliver more secure software, as well as making security code reviews more efficient, consistent, and complete. This is especially advantageous when large code bases are involved. The modular architecture of SCA allows you to quickly upload new third-party and customerspecific security rules. HP Fortify CloudScan Installation, Configuration, and Usage Guide 7

8 Chapter 2: How CloudScan Works The following diagram illustrates a CloudScan environment. HP Fortify Software Security Server (optional) FPR Job Requisition FPR / log CloudScan CLI installed on build machines CloudScan Controller Subnet 1 Subnet 2 CloudScan Cloud Note: When setting up your CloudScan environment, you may use subnets to segment your build machines from the cloud infrastructure. The build machines need to communicate only with the CloudScan Controller that can communicate with the cloud. There are three main components to a CloudScan installation: CloudScan CLI: the interface for issuing CloudScan commands. It is installed on your build machines and used to create or identify an SCA mobile build session, set the parameters for the scan, and communicate your intentions with the CloudScan Controller. CloudScan Controller: the server that receives the SCA mobile build session and scan instructions from the CloudScan CLI. It routes the information to the CloudScan Cloud. CloudScan Cloud: a distributed network of computers that have been set up to receive SCA mobile build sessions and scan the code using SCA analyzers. Results are output as an FPR and/or log file that can be distributed via a download link, returned back to the command line of the initiating CloudScan CLI, or uploaded to HP Fortify Software Security Center. The process begins on the build machine, where you use SCA to translate your code and generate an SCA mobile build session. The CloudScan CLI is then used to initiate a remote scan. The translated source code (SCA mobile build session), along with optional and necessary data, such as custom rules and Fortify SCA CLI arguments, are uploaded to the CloudScan Controller. HP Fortify CloudScan Installation, Configuration, and Usage Guide 8

9 CloudScan CLI CloudScan Controller CloudScan Cloud (Hadoop) FPR / Log files SCA mobile build session is exported and a job request is uploaded to the CloudScan Controller CloudScan Controller submits job request to the Job Tracker in the CloudScan Cloud Job request is queued if an agent is not available When agent is available, job is scanned and FPR and/or log file created FPR and log files are distributed as a download link in , returned to the CloudScan CLI, or uploaded to Software Security Center The CloudScan Controller returns a job receipt token to the CloudScan CLI to allow a download of the result upon completion. The CloudScan Controller selects a CloudScan Agent to run the scan. The CloudScan Agent runs the scan and returns the FPR and other output files (for example, log file, process standard out/error log) to the CloudScan Controller. The CloudScan Controller notifies the user via that the result is available and includes a job receipt token. The CloudScan Controller provides a mechanism to return the output via manual download, via the CloudScan CLI, or by direct upload to HP Fortify Software Security Center. HP Fortify CloudScan Installation, Configuration, and Usage Guide 9

10 Chapter 3: Installing the CloudScan Components CloudScan requires the installation of three distinct components in addition to HP Fortify Static Code Analyzer. These components should be installed in the order listed in the table below. For information on hardware and software requirements, see the HP Fortify Software Security Center System Requirements document. Order of Installation # Component Where to go for more information 1 Cloudera Hadoop Distributed Network Documentation and software is available from Cloudera at 2 HP Fortify Static Code Analyzer (on Hadoop slave machines) See the HP Fortify Static Code Analyzer Installation Guide 3 CloudScan Controller See Installing the CloudScan Controller on page 11 4 CloudScan CLI See Installing the CloudScan CLI on page 16 Note: The minimum installation requires two machines; one machine for the CloudScan CLI and the other for the Cloudera Hadoop installation. CloudScan requires the installation of a Hadoop distribution for its sole use. Do not incorporate CloudScan into a pre-existing Hadoop network. Secure Deployment of CloudScan The HP Fortify family of products collects and displays information about an enterprise s applications. That information includes concise summaries about the security vulnerabilities of the source code. Just as you should apply security precautions to your applications, you should also secure access to the CloudScan components. Moreover, the concentrated summarization of security vulnerabilities provided by the HP Fortify family of products may mandate an even higher level of secure deployment. Securing Access to Facilities CloudScan works with your company s static code. Because this information offers various opportunities for mishandling or abuse, HP Fortify recommends that administrators deploy CloudScan in a secure operations facility. You should also secure the underlying access to the CloudScan installation directories. Installing the Cloudera Hadoop Distributed Network CloudScan moves the process-intensive SCA scan phase off your build machine and into the CloudScan cloud. To build out your cloud, you will need to set up a Hadoop distributed network specifically for this task. Hadoop is an open-source project administered by the Apache Software Foundation. It was designed to provide a scalable distributed computing environment. CloudScan requires you to create a Hadoop cloud using the Cloudera CDH3u0 distribution, which is available free of charge from Cloudera ( The illustration below shows a typical Hadoop installation. HP Fortify CloudScan Installation, Configuration, and Usage Guide 10

11 Hadoop Installation with CloudScan Installation CloudScan Controller Master Slave #1 Slave #2 Job spec DNS Job Tracker Task Tracker Task Tracker Name Node SCA Data Node SCA Data Node IP Address Hadoop was chosen as the CloudScan cloud backbone because it has proven to be both reliable and highly scalable, enabling you to easily expand your cloud as your resource requirements grow. Follow the instructions for the Cloudera distribution and create a cloud for the exclusive use of CloudScan. Because the scanning process is resource-intensive and because CloudScan uses Hadoop in a non-standard way, you should not point your CloudScan Controller at an existing Hadoop installation that you are using for other purposes. Installing HP Fortify Static Code Analyzer After creating a Cloudera Hadoop distributed network, install a licensed copy of HP Fortify Static Code Analyzer on each of the slave machines in your network. For more information on installing SCA, see the HP Fortify Static Code Analyzer Installation and Configuration Guide. Installing the CloudScan Controller The CloudScan Controller is a standalone server that sits between the CloudScan CLI and the CloudScan cloud. The CloudScan Controller accepts job requests issued by the CloudScan CLI and passes them on to an available agent. The agents return job results to the CloudScan Controller where they are stored temporarily. Jobs are deleted from the CloudScan Controller after seven days, unless the setting has been changed. The CloudScan Controller can be installed on a Windows or Linux machine. To Install the CloudScan Controller on Windows Before you begin the installation of your CloudScan Controller, make sure your Hadoop network is up and running. 1. Run the HP-Fortify-X.XX-Cloud-Scan-Controller.exe application. 2. Navigate to C:\Program Files (x86)\fortify Software\HP Fortify vx.xx Cloud Scan Ctrl\tomcat\webapps\cloud-ctrl\WEB-INF\classes. HP Fortify CloudScan Installation, Configuration, and Usage Guide 11

12 3. Navigate to C:\Program Files (x86)\fortify Software\HP Fortify vx.xx Cloud Scan Ctrl\tomcat\webapps\cloud-ctrl\WEB-INF\classes. 4. Edit the hadoop.properties file as follows: Option job_tracker name_node Value The DNS name of the Job Tracker and port number The DNS name of the Name Node file_system_root The Hadoop file system root (virtual file path) Note: hadoop.properties includes examples that you can follow. Note: The CloudScan Controller installation includes a copy of the CloudScan CLI, located at: C:\Program Files (x86)\fortify Software\HP Fortify vx.xx Cloud Scan Ctrl\cloudscan.zip. The CloudScan CLI is installed with HP Fortify Static Code Analyzer, and is included here for those cases in which you intend to update CloudScan but use an earlier supported version of HP Fortify Static Code Analyzer. Replace the CloudScan directory in apps and analyzer with this directory to update the CLI to the latest version. Configuring the CloudScan Controller After installing the CloudScan Controller and connecting it to the Hadoop cloud, you can edit global properties, such as the address to be used, the polling period for status updates, and the HP Fortify Software Security Center Server URL (if you plan to upload your FPRs to it). 1. Navigate to <Installation Directory>/tomcat/webapps/cloud-ctrl/WEB-INF/classes. 2. Edit the options you want to set in the config.properties file. Option db_dir job_file_dir max_upload_size smtp_host smtp_port from_ cloud_poll_period job_cleanup_period job_expiry_delay ssc_url this_url Value Location of the CloudScan Controller database Directory where jobs are to be stored Maximum size for submitted job; if a job exceeds the maximum size (in MB), the job is rejected and the CLI returns an error. Host, port number, and delivery address for messages from the CloudScan Controller Polling period (reported in seconds) for status updates Frequency of checks (calculated in hours) to see if any of the stored jobs should be deleted How long a job should be stored on the CloudScan Controller (calculated in hours) before it is deleted URL for HP Fortify Software Security Center (SSC) Server; all uploads will be sent to this server when using SSC Server Upload mode. URL for the CloudScan Controller; used in s to refer to this server for manual job result downloads. HP Fortify CloudScan Installation, Configuration, and Usage Guide 12

13 Option ssc_cloudctrl_secret Value 3. Restart the CloudScan Controller. A password that HP Fortify Software Security Center (SSC) uses when requesting data from the CloudScan Controller. This must be identical to the SSC and CloudScan Controller Shared Secret password set up SSC s ssc-configuration.jar file. For more information on setting up SSC to monitor and troubleshoot CloudScan, see HP Fortify Software Security Center User Guide. To Start and Stop the CloudScan Controller on Windows To start the CloudScan Controller: Click the Start button, go to All Programs/Fortify Software/HP Fortify CloudScan Controller vx.xx and select Start HP Fortify CloudScan Controller to start the server. To stop the CloudScan Controller: Click the Start button, go to All Programs/Fortify Software/HP Fortify CloudScan Controller vx.xx and select Stop HP Fortify CloudScan Controller to stop the server. To Install the CloudScan Controller on Linux Before you begin installing the CloudScan Controller, make sure your CloudScan Cloud is up and running. Unzip and untar the HP-Fortify-X.XX-Cloud-Scan-Controller-Unix.tar.gz package. Move the Tomcat folder to the directory of choice on your Linux machine 1. Navigate to <Installation Directory>/tomcat/webapps/cloud-ctrl/WEB-INF/classes 2. Edit the hadoop.properties file as follows: Option job_tracker Value The DNS name of the Job Tracker:port number name_node The DNS name of the Name Node file_system_root The Hadoop file system root (virtual file path) Note: The CloudScan Controller installation includes a copy of the CloudScan CLI, located at: c:\program Files (x86)\fortify Software\HP Fortify vx.xx Cloud Scan Ctrl\cloudscan.zip. The CloudScan CLI is installed with HP Fortify Static Code Analyzer, and is included here for those cases when you need to update CloudScan but intend to use an earlier supported version of HP Fortify Static Code Analyzer. Unzip the contents of this file into your Apps and Analyzers installation directory in order to update the CLI to the latest version. To Start and Stop the CloudScan Controller on Linux To start the CloudScan Controller: Run startup.sh from the <Install Directory>/CloudScan Controller/Tomcat/bin directory. To stop the CloudScan Controller: Run shutdown.sh from the <Install Directory>/CloudScan Controller/Tomcat/bin directory. HP Fortify CloudScan Installation, Configuration, and Usage Guide 13

14 Securing the CloudScan Controller The following instructions provide the necessary steps to create a secure connection (HTTPS) between the CloudScan Controller/Tomcat server and CloudScan CLI. It requires either a self-signed certificate or a certificate that has been signed by a certificate authority such as VeriSign. Self-Signed Certificates To enable SSL on Tomcat using a self-signed certificate: 1. Use the Java keytool to generate a new keystore containing a self-signed certificate: %JAVA_HOME%\bin\keytool -genkey -alias <aliasname> -keyalg RSA -keystore "<path to keystore> The keytool will prompt you for some information: Prompt Enter keystore password: Re-enter new password: What is your first and last name? What is the name of your organizational unit? What is the name of your organization? What is the name of your City or Locality? What is the name of your State or Province? What is the two-letter country code for this unit? Confirm you entries: Enter key password for <tomcat><return if same as keystore password>: Re-enter new password: Data Type in a secure password. Re-enter your secure password. Type your first and last names. Type a name to identify the group that will be using the cert. (This can be anything you want.) Type the name of your organization. (This can be anything you want.) Type in the city or locality. (This can be anything you want.) Type in the state or province. (This can be anything you want.) If your sever is located in the United States, type US. Type yes to confirm your entries. Type a password for your Tomcat server key or touch Return to use the same password you established for your keystore. (HP Fortify recommends that you create a new password here.) Re-type your key password. 2. Modify the server.xml file in the tomcat\config directory. Uncomment the connector and set the keystorefile path and the keystorepass. a. Add the following connector to server.xml <Connector port="8443" maxthreads="200 scheme="https" secure="true" SSLEnabled="true" keystorefile= mykeystore" keystorepass="<mypassword>" clientauth="false" sslprotocol="tls"/> Note: An example <Connector> element for an SSL connector should be included in the default server.xml file installed with Tomcat. b. Restart your Tomcat server. HP Fortify CloudScan Installation, Configuration, and Usage Guide 14

15 3. Add the certificate to the keystore on your client machines where you plan to run the CloudScan CLI. a. Open a command prompt and type: CD C:\Program Files\Fortify Software\HP Fortify vx.xx\jre\bin keytool -import -alias <nameforalias> -keystore..\lib\security\cacerts - file YourCertFile.cer -trustcacerts where YouCertFile.cer is the same certificate file that you imported on Tomcat. You will need to do this on each of the build machines that will be hosting the CloudScan CLI. If the certificate is not available, you can export it from the Tomcat keystore: <Java_Home> \jre\bin keytool -export -alias <nameforalias> -keystore <mykeystore> -file YourCertFile.cer Certificates Signed by a Certificate Signing Authority To enable SSL on Tomcat using a certificate signed by a certificate signing authority: 1. Use the Java keytool to generate a new keystore containing a self-signed certificate: %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA -keystore <mykeystore>" The keytool will prompt you for some information. Answer as follows: Prompt Enter keystore password: Re-enter new password: What is your first and last name? Data Type in a secure password. Re-enter your secure password. Type in your first and last names. What is the name of your organizational unit? What is the name of your organization? What is the name of your City or Locality? What is the name of your State or Province? What is the two-letter country code for this unit? Confirm your entries: Enter key password for <tomcat><return if same as keystore password>: Re-enter new password: Type a name to identify the group that will be using the certificate. (This can be anything you want.) Type the name of your organization (This can be anything you want.) Type in the city or locality. (This can be anything you want.) Type in the state or province. (This can be anything you want.) If your server is located in the United States, type US. Type yes to confirm your entries. Type a password for your Tomcat server key, or type Return to use the same password you established for your keystore. HP Fortify recommends that you create a new password here. Re-type your key password. HP Fortify CloudScan Installation, Configuration, and Usage Guide 15

16 2. Generate a Certificate Signing Request (CSR). In order to obtain a certificate from a certificate signing authority, you must generate a Certificate Signing Request (CSR). The CSR will be used by the certificate authority to create the certificate. Create the CSR as follows: %JAVA_HOME%\bin\keytool -certreq -alias <aliasname> -keyalg RSA -file "yourcsrname.csr" -keystore "<mykeystore>" 3. Send the CSR file to the certificate signing authority you have chosen. 4. Import your signed certificate into the keystore. Once you receive your certificate from the certificate signing authority, import it into the keystore that you created. Note: If you purchased your certificate from VeriSign, you will first need to import the Chain Certificate. You can find the specific Chain Certificate on the VeriSign website or click the link for the Chain Certificate in the you received from VeriSign with your certificate. Import your signed certificate as follows: %JAVA_HOME%\bin\keytool -import -alias IntermediateCA -trustcacerts -file "chaincert.crt" -keystore "<mykeystore>" Note: The root CA should already in the cacerts file of your JDK, so you are just installing the intermediate CA for your certificate signing authority. %JAVA_HOME%\bin\keytool -import -alias <aliasname> -trustcacerts -file "YourVerisignCert.crt" -keystore "<mykeystore>" 5. Modify the server.xml file in the tomcat\config directory Add the following connector to server.xml <Connector port="8443" maxthreads="200" scheme="https" secure="true" SSLEnabled="true" keystorefile="<mykeystore>" keystorepass="<mypassword>" clientauth="false" sslprotocol="tls"/> Note: An example <Connector> element for an SSL connector should be included in the default server.xml file installed with Tomcat. Restart your Tomcat server. Installing the CloudScan CLI The CloudScan CLI can be installed on build machines running Windows, Macintosh, or Unix-based operating systems. The CloudScan CLI is installed when you install SCA on your computer. Installation on Windows Run the HP-Fortify-X.XX-Analyzers_and_Apps-Windows-x64.exe file for installation on a 64-bit system, or HP-Fortify-X.XX-Analyzers_and_Apps-Windows.exe if you are installing on a 32-bit system. Select the CloudScan CLI option in the application tree and complete the installation. After installation, you can run the CloudScan CLI (cloudscan.bat) from the bin directory of the installation directory. HP Fortify CloudScan Installation, Configuration, and Usage Guide 16

17 Installation on Unix-based Machines 1. Uncompress the Analyzers and Apps package for your OS. OS Linux HPUX AIX FREEBSD Solaris_SPARC Package HP-Fortify-X.XX-Analyzers_and_Apps-Linux-x86.tar (32-bit) HP-Fortify-X.XX-Analyzers_and_Apps-Linux-x64.tar (64-bit) HP-Fortify-X.XX-Analyzers-HPUX-PARISC.tar HP-Fortify-X.XX-Analyzers-AIX-PAP32.tar HP-Fortify-X.XX-Analyzers-FREEBSD-x86.tar HP-Fortify-X.XX-Analyzers-Solaris-SPARC.tar Solaris_x86 HP-Fortify-X.XX-Analyzers-Solaris-x86.tar 2. Move the CloudScan directory to a location on the build machine where you want to run it. 3. Change to the <Install Directory>CloudScan\bin directory. 4. Type./cloudscan to run the CloudScan CLI. Installation on Mac The CloudScan installer package for the Mac OS X platform is offered as a DMG file, also known as a disk image file. This mountable disk image is used for Mac OS software installers downloaded from the Internet. Opening the image file mounts a virtual disk on your system. To install CloudScan on a Mac OS X platform: 1. Navigate to the directory containing the downloaded software 2. Double-click the DMG file to create a virtual drive that contains the CloudScan folders. There are both 32-bit and 64-bit packages. Select the correct one for your platform Macintosh HP-Fortify-X.XX-Analyzers_and_Apps-Mac-x86.dmg (32-bit) HP-Fortify-X.XX-Analyzers_and_Apps-Max-x64.dmg (64-bit) 3. Copy the folders and paste them to the installation location of your choice, as in the following example: /Applications/HP Fortify Software/ 4. Open a terminal and CD to the /bin directory. 5. To run the CloudScan CLI, t ype./cloudscan. To Set the Location of the CloudScan Controller When issuing commands from the CloudScan CLI, you will need to identify the location of the CloudScan Controller you intend to use. You can do this directly, by identifying the CloudScan Controller s URL, or indirectly, by pointing to SSC. To Configure the HP Fortify Software Security Center with the location of the CloudScan Controller: 1. Run the ssc-configuration.jar file. 2. Select the Core tab. 3. Type the URL of the CloudScan Controller into the CloudScan Controller URL field. 4. Use the -sscurl parameter on the CLI to identify the CloudScan Controller via HP Fortify Software Security Center. HP Fortify CloudScan Installation, Configuration, and Usage Guide 17

18 Note: For more information on running the ssc-configuration.jar file, see the HP Fortify Software Security Center Installation and Configuration Guide. To directly identify the CloudScan Controller, use the -url parameter. For more information, see Global Options on page 19. Creating an SCA Mobile Build Session CloudScan requires that you use SCA mobile build sessions after the translation phase. SCA mobile build sessions allow a project to be translated on one machine and analyzed on another. During the process, all files used at analysis time are copied into the build session directory. Mobile build sessions may be enabled in one of two ways: During translation phase: Set the com.fortify.sca.mobilebuildsessions property to true. After completing the translation phase: Run sourceanalyzer -b <buildid> -make-mobile All source files and any files referenced by those source files will be copied into the build session directory. The build session directory and build session file may then be copied to another location and analyzed without the need for the original source files to be present and accessible. CloudScan requires that you create a mobile build session for use in processing your job request. HP Fortify CloudScan Installation, Configuration, and Usage Guide 18

19 Chapter 4: Using the CloudScan CLI The CloudScan CLI is run from the build machine and enables you to upload a job request to the CloudScan Controller for processing or retrieve job results from the CloudScan Controller. There are three types of job upload requests: HP Fortify Software Security Center Server upload: the resultant FPR is uploaded to the Software Security Center Server. Block upload: the FPR is returned to the CLI. Default upload: the default setting returns an with instructions if an address has been provided, or submits the job and exits. CloudScan CLI Command Syntax CloudScan CLI command syntax follows the pattern below: cloudscan [global options] command [command options] Global Options The global options affect the type of results the CLI returns. Global Option -version -help <command> Use Returns the CloudScan CLI version number. Returns help for the specified command. For the complete list of CloudScan commands and arguments, type all as the command. For a list of global options and commands, issue the command without an argument. -url <url> -sscurl <url> -ssctoken <token> Sets the URL of the CloudScan Controller that the CloudScan CLI communicates with. Sets the URL of the SSC Server that identifies the CloudScan Controller to be used. In order to use this option, you must configure the SSC server with the CloudScan Controller address. When using the -sscurl option, you also need to provide an -ssctoken. To generate an ssctoken: fortifyclient -url -user <username> -password <password> token -gettoken CloudCtrlToken HP Fortify CloudScan Installation, Configuration, and Usage Guide 19

20 Commands There are four commands that you can issue from the CloudScan CLI. Command start Use Initiates the CloudScan program and accepts options that direct the way CloudScan processes the job. Includes options for naming and locating the output files (FPR and/or log). For the list of start command options, see Start Command on page 21. status Returns the status of the job by specifying its token Example: Cloudscan -url status -token Returns the status of the Controller. Example 2: Cloudscan -url status -ctrl retrieve cancel Initiates a download request to the CloudScan Controller. For more information on using the -retrieve command, see Retrieve Command on page 24. Requests cancelation of a pending or running job in the CloudScan system. HP Fortify CloudScan Installation, Configuration, and Usage Guide 20

21 Chapter 5: Issuing a Job Upload Request The structure for uploading a job request is as follows: cloudscan [global options] start [ <address>] [-upload (-versionid <id> - project <name> -versionname <name>) -uptoken <token> -block [-o] -f <fprfile> -log <logfile>] (-mbs <file> -b <id> [-projroot <dir>]) -scan [-rules <file dir>][-filter <file>][-projtl <file>] <otherscaargs> [@file] When you upload a job request, the basic argument structure has two sections. The first section, the start command and its options, provides basic information for authenticating and running the job. The second section, the -scan command and its options, provides information SCA needs to perform the scan. Start Command The first section of the job request structure consists of the start command and options that define and customize the process. The start command structure includes options that define the files and data needed for the scan. cloudscan [global options] start [- <address>] [-upload (-pvid <id> -project <name> -versionname <name>) -uptoken <token> -block [-o] -f <fprfile> -log <logfile>] In this section of the argument, the start command initiates the upload to the CloudScan Controller. Options provided after start and before -scan (see Scan Option below) can be specified in either a cloudscan.properties file or on the command line. When an argument appears in both places, the command line value takes precedence. The start command options are identified in the following table. Option - <address> -upload, --upload-to-ssc -project <name>, --project-name <name> -versionname, --project-version-name -versionid <id>, --project-version-id <id> -uptoken <token>, --ssc-upload-token <token> Definition (Optional) address the CloudScan Controller will use to status and error messages. FPR file to be uploaded to HP Fortify Software Security Center on completion of job. The name of the SSC project that the FPR file should be sent to. Note: If the name contains a space, put double quotes around it. The project version of the SSC project. Note: If the name contains a space, put double quotation marks around it. Specify the SSC project version ID. The Software Security Center Server analysis upload token. HP Fortify CloudScan Installation, Configuration, and Usage Guide 21

22 Option -block -o, --overwrite Definition When you are not using the HP Fortify Software Security Center Server, -block can be used to initiate a request that blocks the CLI until the job is completed. Results of the job can be downloaded from the CloudScan Controller. Tells CloudScan that existing jobs and logs can be overwritten upon result download. If this option is not set, your job will fail if files already exist in the directory. -f <file>, --output-file <file> Request an FPR file be output. -log <file>, --log-file <file> -mbs <file> Note: You must request an FPR, a log file, or both. Request that a log file be output. Note: You must request an FPR, a log file, or both. The SCA mobile build session to use. Note: If you do not have an SCA mobile build session, you can use the build ID instead. -b <id>, --build-id <id> Build id used to export a session from sourceanalyzer. -projroot <dir>, --project-root <dir> The project working directory SCA used during an SCA mobile build session export. You only need to specify this if you used -D com.fortify.sca.projectroot during translation. Scan Options There are two types of scan options used by CloudScan: Options that are supported by the CloudScan CLI Options that are passed on to SCA for processing The first group of options include -rule, -filter, and -projtl. These options must be entered on the command line prior to the -scan command. Other SCA arguments, which are not supported by the CloudScan CLI, must be entered after the -scan command and are passed on to SCA for processing. The -scan option should be included even if you do not have additional parameters that you want to send to SCA. The -scan option (and optional SCA-specific parameters) must be the last option in the command string. (-mbs <file> -b <id> [-projroot <dir>]) [-rules <file dir>]* [-filter <file>]* [- projtl/-project-template <file>] -scan <otherscaargs> [@file] The options identified in the following table are those that the CloudScan CLI understands (-rules, - filter, and -projtl) followed by information on how to use the -scan command and its options to provide SCA-specific options. HP Fortify CloudScan Installation, Configuration, and Usage Guide 22

23 Options -rules <file/dir> -filter <file> -projtl, --project-template <file> Definition (Optional) Name of a custom rules file to include or the directory and subdirectories where the custom rules files are located. Because you may have custom rules with the same name but residing in different directories/subdirectories, the rules files will be numbered as discovered. So rules.xml might become rules.xml.0 and so on. You can identify more than one file or directory by repeating this command. (Optional) A filter file to be used during the scan. You can identify more than one filter file by repeating this command. (Optional) A project template to use during the scan. (Optional) SCA arguments you want to pass on to sourceanalyzer that are not supported by the CloudScan CLI. (Optional) An SCA argument file. The SCA argument file contains a list of arguments that are expanded for use with sourceanalyzer. SCA argument files must appear at the end of the command line or your command may fail. Note: When adding SCA options that are not recognized by the CloudScan (that is, not included in the list above), they must be added to the end of your command line string. When the first SCA option is encountered, all remaining options are ignored by CloudScan and passed on to SCA. Sample Job Upload Requests There are three supported methods for submitting a job request to the CloudScan Controller: HP Fortify Software Security Center upload Block upload Default upload HP Fortify CloudScan Installation, Configuration, and Usage Guide 23

24 HP Fortify Software Security Center Upload An HP Fortify Software Security Center upload generates a job request where the resultant FPR is uploaded to HP Fortify Software Security Center. An SSC upload requires the -upload option, an upload token, and a project version ID or project name and project version name. Only one predefined SSC server may be the upload target. It is configurable using config.properties on the CloudScan Controller. The following is an example of a Software Security Center Server upload request: cloudscan -sscurl start - build@example.com -upload -project My Project -versionname 1.0 -uptoken mbs proj1_0.mbs -rules rule0.xml -scan <sca args> Block upload A block upload includes a -block option, an FPR file name, and/or a log file name. It causes the CLI to block after job submission and wait for the job to complete. When the job is complete, the resulting FPR and/or log file will be downloaded to the specified paths. If a file exists at the specified location, it will fail unless the -o (overwrite) option was included on the command line. The following is an example block upload request: cloudscan -url start - build@example.com -block -f /buildout/proj1_0.fpr -log /buildout/proj1_0.log -mbs proj1_0.mbs -rules rule0.xml -scan <sca args> Note: -block [-o] - returns an FPR and/or log file and overwrites any existing copies. This behavior differs from Fortify SCA where the [-o] argument merges FPRs and logs rather than destroying the preexisting copy. Default upload If you do not include -block or -ssc options, your upload will use default settings and the CLI will exit after submitting the job. The following is an example of a default upload request: cloudscan -url start - build@example.com -mbs proj1_0.mbs -rules rule0.xml -scan <sca args> Cancel Command The cancel command is used to cancel a remote scan job. To issue a cancel command: cloudscan url cancel -token <token> or cloudscan url cancel --job token <token> Retrieve Command The retrieve command is used to download your job results from the CloudScan Controller. The job must be complete for this command to succeed. The CLI can be set to wait for the job to complete before issuing the command by using the -block option. This is specified similarly to the block upload mode. HP Fortify CloudScan Installation, Configuration, and Usage Guide 24

25 Issuing a Job Download Request The following is an example of a job download request to the CloudScan Controller. Your job result can be downloaded from the Controller using the -retrieve command. The basic structure is the same as the structure for the upload job request: cloudscan -url retrieve -token f /buildout/proj1_0.fpr -log /buildout/proj1_0.log Setting CLI Options in cloudscan.properties File CloudScan options that do not change from job request to job request can be set up in the <install directory>/core/config/cloudscan.propeties file. The file contains property keys and must be written in the following format: com.fortify.cloud.cli.<argument> You can use either the short or long form of the argument, without any preceding dashes. A cloudscan.properties setting can be overridden on the command line. The argument order of precedence is: Command line Short argument name in cloudscan.properties file Long argument name in cloudscan.properties file Examples of CloudScan properties: com.fortify.cloud.cli.url= com.fortify.cloud.cli. =build@example.com Note: The cloudscan.properties is optional and not included in the installation. CloudScan Log File The CloudScan log file is located in the following directory: Windows %FORTIFY_HOME%/cloudscan/log where %FORTIFY_HOME% is ${win32.localappdata}/fortify On Window 7, for example, it is C:\Users\<user>\AppData\Local\Fortify Linux ~/.fortify/cloudscan/log/cloudscan.log HP Fortify CloudScan Installation, Configuration, and Usage Guide 25

26 Chapter 6: Monitoring CloudScan with HP Fortify Software Security Center You can configure CloudScan and HP Fortify Software Security Center so that you can monitor and troubleshoot CloudScan from within Software Security Center. From the CloudScan tab in Software Security Center, you can: View the results of a scan Troubleshoot CloudScan Controller issues View running scans and scans completed within the last seven days To configure Software Security Center to monitor CloudScan, you will need to create a secret password that both systems use to authenticate each other. In CloudScan, set the ssc_cloudctrl_secret password in the config.properties file. On the SSC server, you will need to open the ssc-configuration.jar and update the CloudScan tab. For more information on setting up HP Fortify Software Security Center, see the HP Fortify Software Security Center User Guide. HP Fortify CloudScan Installation, Configuration, and Usage Guide 26

27 Chapter 7: Upgrading CloudScan When upgrading from a previous version of CloudScan, you may want to preserve your database from the previous installation. Updating the Controller If you need to preserve your Cloud Controller database, stop the controller and copy the cloudctrldb and jobfiles directories to a location outside the install directory. After uninstalling the old Cloud Controller and installing the new one, copy the cloudctrldb and the jobfiles into the install directory. Note: The Windows uninstaller will leave the database and jobfiles on the machine, so copying them to a different directory before uninstalling the old version of CloudScan is not necessary. If you do not want to preserve data from the previous version, you should delete the stored data before installing the new version of the CloudScan Controller. Updating the CloudScan CLI If you are updating CloudScan but not updating HP Fortify Static Code Analyzer, the CloudScan Controller installation includes a copy of the CloudScan CLI: C:\Program Files (x86)\fortify Software\HP Fortify vx.xx Cloud Scan Ctrl\cloudscan.zip. The CloudScan CLI should not be run from this directory. The CloudScan CLI is installed when you install HP Fortify Static Code Analyzer, so the copy included here is for those cases when you intend to update CloudScan but continue to use an earlier, supported version of HP Fortify Static Code Analyzer. Replace the old CloudScan directory with the latest version to update the CLI. Updating config.properties Because a few parameters have been altered, you should use the updated config.properties file with your new installation. You may need to edit it to match any customizations you made to the previous version. Initiating a Job Request using SCA Wizard If you are using HP Fortify Scan Wizard to simplify launching HP Fortify Static Code Analyzer scans, you can elect to use CloudScan to process your request. For more information on Scan Wizard, see the HP Fortify Scan Wizard Technical Note. HP Fortify CloudScan Installation, Configuration, and Usage Guide 27

HP Fortify Scanning Plugin for Xcode

HP Fortify Scanning Plugin for Xcode HP Fortify Scanning Plugin for Xcode Software Version: 4.40 User Guide Document Release Date: November 2015 Software Release Date: November 2015 Legal Notices Warranty The only warranties for HP products

More information

GlobalForms SSL Installation Tech Brief

GlobalForms SSL Installation Tech Brief 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: sales@square-9.com www.square-9.com GlobalForms SSL Installation Guide The following guide will give an overview of how to generate and install

More information

HPE Security Fortify Plugins for Eclipse

HPE Security Fortify Plugins for Eclipse HPE Security Fortify Plugins for Eclipse Software Version: 17.20 Installation and Usage Guide Document Release Date: November 2017 Software Release Date: November 2017 Legal Notices Warranty The only warranties

More information

FileAudit Plus. Steps for Enabling SSL: The following steps will help you in the installation of SSL certificate in FileAudit Plus

FileAudit Plus. Steps for Enabling SSL: The following steps will help you in the installation of SSL certificate in FileAudit Plus Steps for Enabling SSL: The following steps will help you in the installation of SSL certificate in Steps for Enabling SSL: The following steps will help you in the installation of SSL certificate in : Step

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.60 User Guide Document Release Date: December 2010 Software Release Date: December 2010 Legal Notices Warranty The only warranties

More information

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Support Matrix Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 10 Legal Notices

More information

SiteScope Adapter for HP OpenView Operations

SiteScope Adapter for HP OpenView Operations SiteScope Adapter for HP OpenView Operations for the UNIX and Windows Operating System Software Version: 1.00, 1.01 User s Guide Document Release Date: 24 November 2009 Software Release Date: December

More information

HPE Security Fortify Software Security Center

HPE Security Fortify Software Security Center HPE Security Fortify Software Security Center Software Version: 16.20 Installation and Configuration Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices Warranty

More information

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide HPE Security Fortify WebInspect Enterprise Software Version: 17.10 Windows operating systems Installation and Implementation Guide Document Release Date: May 2017 Software Release Date: April 2017 Legal

More information

HP WebInspect Enterprise

HP WebInspect Enterprise HP WebInspect Enterprise for the Windows operating system Software Version: 10.50 Implementation Guide Document Release Date: November 2015 Software Release Date: November 2015 Legal Notices Warranty The

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

HPE Enterprise Integration Module for SAP Solution Manager 7.1 HPE Enterprise Integration Module for SAP Solution Manager 7.1 Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE Enterprise Integration Module

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

More information

HP UFT Connection Agent

HP UFT Connection Agent HP UFT Connection Agent Software Version: For UFT 12.53 User Guide Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE HPE ALM Excel Add-in Software Version: 12.55 Microsoft Excel Add-in Guide Go to HELP CENTER ONLINE http://alm-help.saas.hpe.com Document Release Date: August 2017 Software Release Date: August 2017 Legal

More information

HP ALM Client MSI Generator

HP ALM Client MSI Generator HP ALM Client MSI Generator Software Version: 1.00 User Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Tomcat SSL Certificate Deployment Guide (generate CSR by customer)

Tomcat SSL Certificate Deployment Guide (generate CSR by customer) Tomcat SSL Certificate Deployment Guide (generate CSR by customer) 沃通电子认证服务有限公司 WoSignCA Limited Content 1.Generate the CSR by customer... 3 1.1 Generate the private key files... 3 1.2 Generate CSR file...

More information

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server NNMi 9.1x Patch 2 This document shows an example of building a daily report for the ispi Performance

More information

Creating and Installing SSL Certificates (for Stealthwatch System v6.10)

Creating and Installing SSL Certificates (for Stealthwatch System v6.10) Creating and Installing SSL Certificates (for Stealthwatch System v6.10) Copyrights and Trademarks 2017 Cisco Systems, Inc. All rights reserved. NOTICE THE SPECIFICATIONS AND INFORMATION REGARDING THE

More information

HP Service Test Management

HP Service Test Management HP Service Test Management for the Windows operating system Software Version: 11.00 Installation Guide Document Release Date: February 2011 Software Release Date: February 2011 Legal Notices Warranty The

More information

Micro Focus Fortify Jenkins Plugin

Micro Focus Fortify Jenkins Plugin Micro Focus Software Version: 18.10 Installation and Usage Guide Document Release Date: May 2018 Software Release Date: May 2018 Legal Notices Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire

More information

HPE Security Fortify Runtime Application Protection (RTAP)

HPE Security Fortify Runtime Application Protection (RTAP) HPE Security Fortify Runtime Application Protection (RTAP) Software Version: 17.3 Agent Installation Guide Document Release Date: April 2017 Software Release Date: April 2017 Legal Notices Warranty The

More information

HPE Security Fortify Plugins for Eclipse Software Version: Installation and Usage Guide

HPE Security Fortify Plugins for Eclipse Software Version: Installation and Usage Guide HPE Security Fortify Plugins for Eclipse Software Version: 16.10 Installation and Usage Guide Document Release Date: April 2016 Software Release Date: April 2016 Legal Notices Warranty The only warranties

More information

HPE Security Fortify WebInspect Runtime Agent

HPE Security Fortify WebInspect Runtime Agent HPE Security Fortify WebInspect Runtime Agent Software Version: 17.3 Agent Installation Guide Document Release Date: April 2017 Software Release Date: April 2017 Legal Notices Warranty The only warranties

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.00 Embedded UCMDB Applets Using Direct Links Document Release Date: January 2009 Software Release Date:

More information

HPE Security ArcSight SmartConnectors. Format Preserving Encryption Environment Setup Guide

HPE Security ArcSight SmartConnectors. Format Preserving Encryption Environment Setup Guide HPE Security ArcSight SmartConnectors Format Preserving Encryption Environment Setup Guide October 19, 2017 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services

More information

XMediusFAX Sharp OSA Connector Administration Guide

XMediusFAX Sharp OSA Connector Administration Guide WWW.XMEDIUS.COM XMediusFAX Sharp OSA Connector 4.1.0 Administration Guide XMediusFAX Sharp OSA Connector Version Number 4.1.0.76 March 2016. Patents Protected by US Patents 4,994,926; 5,291,302; 5,459,584;

More information

HP Network Node Manager ispi Performance for Quality Assurance Software

HP Network Node Manager ispi Performance for Quality Assurance Software HP Network Node Manager ispi Performance for Quality Assurance Software Intelligent Response Agent for the Windows and Linux operating systems Software Version: 9.20 Installation Guide Document Release

More information

HPE Security Fortify Jenkins Plugin

HPE Security Fortify Jenkins Plugin HPE Security Software Version: 17.20 Installation and Usage Guide Document Release Date: November 2017 Software Release Date: November 2017 Legal Notices Warranty The only warranties for Seattle SpinCo,

More information

Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at

Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at Document Date: May 16, 2017 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL

More information

HP Enterprise Integration Module for SAP Solution Manager

HP Enterprise Integration Module for SAP Solution Manager HP Enterprise Integration Module for SAP Solution Manager Software Version: 12.01 User Guide Document Release Date: March 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties

More information

HP Internet Usage Manager Software Release Notes

HP Internet Usage Manager Software Release Notes HP Internet Usage Manager Software Release Notes Version 7.0 Manufacturing Part Number: N/A E1010 U.S.A. Copyright 2010 Hewlett-Packard Company All rights reserved. Legal Notices The information in this

More information

Integrated Smart Update Tools for Windows and Linux User Guide

Integrated Smart Update Tools for Windows and Linux User Guide Integrated Smart Update Tools for Windows and Linux User Guide Version 2.2.0 Abstract This document describes how to use Integrated Smart Update Tools to update firmware and operating system drivers on

More information

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Users Guide Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 144 Legal Notices

More information

HPE AutoPass License Server

HPE AutoPass License Server HPE AutoPass License Server Software Version: 9.2 Windows, Linux and CentOS operating systems User Guide Document Release Date: April 2016 Software Release Date: April 2016 Page 2 of 130 Legal Notices

More information

HP Data Protector Media Operations 6.11

HP Data Protector Media Operations 6.11 HP Data Protector Media Operations 6.11 Getting started This guide describes installing, starting and configuring Media Operations. Copyright 2009 Hewlett-Packard Development Company, L.P. Part number:

More information

HPE ALM Client MSI Generator

HPE ALM Client MSI Generator HPE ALM Client MSI Generator Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE ALM Client MSI Generator Legal Notices Warranty The only warranties

More information

Creating an authorized SSL certificate

Creating an authorized SSL certificate Creating an authorized SSL certificate for MeetingSphere Meeting Center Server MeetingSphere Meeting Center Server requires an authorized SSL certificate by which its Meeting center is identified, and

More information

PKI Cert Creation via Good Control: Reference Implementation

PKI Cert Creation via Good Control: Reference Implementation PKI Cert Creation via Good Control: Reference Implementation Legal Notice Copyright 2016 BlackBerry Limited. All rights reserved. All use is subject to license terms posted at http://us.blackberry.com/legal/legal.html.

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.51 HP SiteScope Integration Guide Document Release Date: August 2009 Software Release Date: August 2009 Legal Notices Warranty The only warranties

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft DHCP File Configuration Guide October 17, 2017 Configuration Guide SmartConnector for Microsoft DHCP File October 17, 2017 Copyright 2006 2017

More information

HP Data Center Automation Appliance

HP Data Center Automation Appliance HP Data Center Automation Appliance DCAA at-a-glance Express Edition Software Version: 1.00 Release Date: April 2015 Legal Notices Warranty The only warranties for HP products and services are set forth

More information

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017 HPE ComputeSensor Software Version: 3.02 Windows and Linux operating systems User Guide Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices Warranty The only warranties

More information

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows)

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

Guest Management Software V2.0.2 Release Notes

Guest Management Software V2.0.2 Release Notes Guest Management Software V2.0.2 Release Notes Abstract These release notes provide important release-related information for GMS (Guest Management Software) Version 2.0.2. GMS V2.0.2 is MSM software version

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft System Center Configuration Manager DB Configuration Guide October 17, 2017 SmartConnector for Microsoft System Center Configuration Manager

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Barracuda Firewall NG F- Series Syslog Configuration Guide October 17, 2017 Configuration Guide SmartConnector for Barracuda Firewall NG F-Series Syslog

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Application Security AppDetective DB Configuration Guide October 17, 2017 SmartConnector for Application Security AppDetective DB October 17, 2017 Copyright

More information

HPE IDOL Site Admin. Software Version: Installation Guide

HPE IDOL Site Admin. Software Version: Installation Guide HPE IDOL Site Admin Software Version: 11.3.0 Installation Guide Document Release Date: February 2017 Software Release Date: February 2017 Legal Notices Warranty The only warranties for Hewlett Packard

More information

Fabric Manager Web Server

Fabric Manager Web Server CHAPTER 7 With you can monitor Cisco MDS switch events, performance, and inventory from a remote location using a web browser. This chapter contains the following sections: Overview, page 7-1 Navigating

More information

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database HP Integration with Incorta: Connection Guide HP Vertica Analytic Database HP Big Data Document Release Date: July, 2015 Legal Notices Warranty The only warranties for HP products and services are set

More information

IDE Connector Customizer Readme

IDE Connector Customizer Readme IDE Connector Customizer Readme Software version: 1.0 Publication date: November 2010 This file provides information about IDE Connector Customizer 1.0. Prerequisites for IDE Connector Customizer The Installation

More information

Release Notes. Operations Smart Plug-in for Virtualization Infrastructure

Release Notes. Operations Smart Plug-in for Virtualization Infrastructure Operations Smart Plug-in for Virtualization Infrastructure Software Version: 12.04 Operations Manager for Windows, HP-UX, Linux, and Solaris operating systems Release Notes Document Release Date: August

More information

HP Intelligent Management Center

HP Intelligent Management Center HP Intelligent Management Center Application Manager Administrator Guide Abstract This guide provides instructions for using IMC Application Manager. It includes information on prerequisites, service monitor

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.51 HP Operations Manager Integration Guide Document Release Date: August 2009 Software Release Date: August 2009 Legal Notices Warranty The only

More information

HPE Storage Optimizer Software Version: 5.4. Support Matrix

HPE Storage Optimizer Software Version: 5.4. Support Matrix HPE Storage Optimizer Software Version: 5.4 Support Matrix Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE H3C Syslog Configuration Guide October 17, 2017 Configuration Guide SmartConnector for HPE H3C Syslog October 17, 2017 Copyright 2012 2017 Hewlett

More information

Installation Guide. OMi Management Pack for Microsoft Skype for Business Server. Software Version: 1.00

Installation Guide. OMi Management Pack for Microsoft Skype for Business Server. Software Version: 1.00 OMi Management Pack for Microsoft Skype for Business Server Software Version: 1.00 For Operations Manager i for Linux and Windows operating systems Installation Guide Document Release Date: July 2017 Software

More information

HP integrated Citrix XenServer Online Help

HP integrated Citrix XenServer Online Help HP integrated Citrix XenServer Online Help Part Number 486855-002 September 2008 (Second Edition) Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

HP Records Manager. Kofax Capture Template. Software Version: 8.1. Document Release Date: August 2014

HP Records Manager. Kofax Capture Template. Software Version: 8.1. Document Release Date: August 2014 HP Records Manager Software Version: 8.1 Kofax Capture Template Document Release Date: August 2014 Software Release Date: August 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Configuration Guide. SmartConnector for Apache Tomcat File. February 14, 2014

Configuration Guide. SmartConnector for Apache Tomcat File. February 14, 2014 SmartConnector for Apache Tomcat File February 14, 2014 SmartConnector for Apache Tomcat File February 14, 2014 Copyright 2013, 2014 Hewlett-Packard Development Company, L.P.Confidential computer software.

More information

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Microsoft Software Version: 1.01 For the Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: April 2017 Software Release Date: December

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 7.20 HP Network Node Manager (i series) Integration Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices Warranty The only warranties

More information

HP-UX Software and Patching Management Using HP Server Automation

HP-UX Software and Patching Management Using HP Server Automation HP-UX Software and Patching Management Using HP Server Automation Software Version 7.84, released August 2010 Overview... 2 Patch Management for HP-UX Prerequisites... 2 HP-UX Patching Features... 2 Importing

More information

HPE Security Fortify WebInspect Runtime Agent

HPE Security Fortify WebInspect Runtime Agent HPE Security Fortify WebInspect Runtime Agent Software Version: 17.12 Installation Guide Document Release Date: November 2017 Software Release Date: November 2017 Legal Notices Warranty The only warranties

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information

HP Virtual Connect Enterprise Manager

HP Virtual Connect Enterprise Manager HP Virtual Connect Enterprise Manager Data Migration Guide HP Part Number: 487488-001 Published: April 2008, first edition Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notices Confidential

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE c7000 Virtual Connect Module Syslog Configuration Guide October 17, 2017 SmartConnector for HPE c7000 Virtual Connect Module Syslog October 17, 2017

More information

MARWATCH INSTALLATION AND UPGRADE GUIDE

MARWATCH INSTALLATION AND UPGRADE GUIDE MARWATCH INSTALLATION AND UPGRADE GUIDE For Service Providers RELEASE 5.0 Introduction Notice The information contained in this document is believed to be accurate in all respects but is not warranted

More information

HPE ilo mobile app for ios

HPE ilo mobile app for ios HPE ilo mobile app for ios User Guide Abstract The HPE ilo mobile app provides access to the remote console, web interface, and scripting features of HPE ProLiant servers. Part Number: 689175-004 Published:

More information

HP ALM Lab Management

HP ALM Lab Management HP ALM Lab Management Software Version: 12.00 Lab Management Guide Document Release Date: March 2014 Software Release Date: March 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Implementing HTTPS in Contract Management July 2011 Copyright Oracle Primavera Implementing HTTPS in Contract Management Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. The Programs

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft Windows Event Log Unified Configuration Guide May 16, 2016 SmartConnector for Microsoft Windows Event Log Unified Configuration Guide SmartConnector

More information

For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12.

For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12. HP Universal CMDB For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12.00 Discovery and Integration Content Guide

More information

PowerSchool Student Information System

PowerSchool Student Information System PowerTeacher Gradebook Installation and Setup Guide PowerSchool Student Information System Released December 8, 2008 Document Owner: Documentation Services This edition applies to Release 1.5 of the PowerTeacher

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Director and Certificate Authority Issuance

Director and Certificate Authority Issuance VMware vcloud Director and Certificate Authority Issuance Leveraging QuoVadis Certificate Authority with VMware vcloud Director TECHNICAL WHITE PAPER OCTOBER 2012 Table of Contents Introduction.... 3 Process

More information

Prepaid Online Vending System. XMLVend 2.1 Test Suite Setup Instructions

Prepaid Online Vending System. XMLVend 2.1 Test Suite Setup Instructions Prepaid Online Vending System XMLVend 2.1 Test Suite Setup Instructions Contents SOFTWARE REQUIRED... 5 SETUP JAVA JDK... 5 TOMCAT SETUP FOR XML... 6 INTERCEPTOR... 8 SETTING UP SSL... 9 SETTING UP THE

More information

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS ii IBM Emptoris Contract Management: Bulk Load Utilities

More information

HP Universal CMDB. Software Version: DDMI to Universal Discovery Migration Walkthrough Guide

HP Universal CMDB. Software Version: DDMI to Universal Discovery Migration Walkthrough Guide HP Universal CMDB Software Version: 10.22 DDMI to Universal Discovery Migration Walkthrough Guide Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only

More information

HP D6000 Disk Enclosure Direct Connect Cabling Guide

HP D6000 Disk Enclosure Direct Connect Cabling Guide HP D6000 Disk Enclosure Direct Connect Cabling Guide Abstract This document provides cabling examples for when an HP D6000 Disk Enclosure is connected directly to a server. Part Number: 682251-001 September

More information

HPE ControlPoint. Software Version: Support Matrix

HPE ControlPoint. Software Version: Support Matrix HPE ControlPoint Software Version: 5.5.1 Support Matrix Document Release Date: December 2017 Software Release Date: December 2017 Legal notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Getting Started With BPM - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only

More information

Universal CMDB. Software Version: Content Pack (CP20) Discovery and Integrations Content Guide - Discovery Activities

Universal CMDB. Software Version: Content Pack (CP20) Discovery and Integrations Content Guide - Discovery Activities Universal CMDB Software Version: Content Pack 20.00 (CP20) Discovery and Integrations Content Guide - Discovery Activities Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices

More information

HP Intelligent Management Center Remote Site Management User Guide

HP Intelligent Management Center Remote Site Management User Guide HP Intelligent Management Center Remote Site Management User Guide Abstract This book provides overview and procedural information for Remote Site Management, an add-on service module to the Intelligent

More information

Windchill Read This First Windchill 9.1 M August 2010

Windchill Read This First Windchill 9.1 M August 2010 Windchill Read This First Windchill 9.1 M050 23 August 2010 Windchill Support Center Windchill Content Overview Windchill Supported Upgrade Paths Maintenance Fixes Table Windchill Documentation Updates

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.30 HP Demand Management User s Guide Document Release Date: September 2014 Software Release Date: September 2014 Legal Notices Warranty The

More information

OpenAM Single Sign-On

OpenAM Single Sign-On Single Sign-On Setup Task List, page 2 Single Sign-On Setup Preparation, page 4 Single Sign-On Setup and Management Tasks, page 6 Configuration and Administration of IM and Presence Service on Cisco Unified

More information

SafeNet KMIP and Google Drive Integration Guide

SafeNet KMIP and Google Drive Integration Guide SafeNet KMIP and Google Drive Integration Guide Documentation Version: 20130802 Table of Contents CHAPTER 1 GOOGLE DRIVE......................................... 2 Introduction...............................................................

More information

HP 3PAR OS MU1 Patch 11

HP 3PAR OS MU1 Patch 11 HP 3PAR OS 313 MU1 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software HP Part Number: QL226-98041 Published: December 2014 Edition: 1

More information

HP Automation Insight

HP Automation Insight HP Automation Insight For the Red Hat Enterprise Linux and SUSE Enterprise Linux operating systems AI SA Compliance User Guide Document Release Date: July 2014 Software Release Date: July 2014 Legal Notices

More information

HPE BladeSystem c-class Virtual Connect Support Utility Version Release Notes

HPE BladeSystem c-class Virtual Connect Support Utility Version Release Notes HPE BladeSystem c-class Virtual Connect Support Utility Version 1.12.0 Release Notes Abstract This document provides release information for the HPE BladeSystem c-class Virtual Connect Support Utility

More information

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A HP StorageWorks Performance Advisor Installation Guide Version 1.7A notice Copyright 2002-2004 Hewlett-Packard Development Company, L.P. Edition 0402 Part Number B9369-96068 Hewlett-Packard Company makes

More information

HPE Operations Agent. License Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX. Document Release Date: December 2016

HPE Operations Agent. License Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX. Document Release Date: December 2016 HPE Operations Agent Software Version: 12.02 Windows, HP-UX, Linux, Solaris and AIX License Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices Warranty The only

More information

HPE Insight Online User Guide

HPE Insight Online User Guide HPE Insight Online User Guide Document Release Date: October 2017 Software Release Date: October 2017 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development LP products and

More information

HP Universal CMDB. Software Version: Content Pack (CP18) Discovery and Integrations Content Guide - Discovery Activities

HP Universal CMDB. Software Version: Content Pack (CP18) Discovery and Integrations Content Guide - Discovery Activities HP Universal CMDB Software Version: Content Pack 18.00 (CP18) Discovery and Integrations Content Guide - Discovery Activities Document Release Date: December 2015 Software Release Date: December 2015 Legal

More information

Unified Management Portal

Unified Management Portal Unified Management Portal Secure Sockets Layer Implementation Guide 6.0 Document Revision History Document Version Date Changes Beta 05/01/2012 Beta release. 1.0 08/01/2012 Initial release. 1.1 09/15/2012

More information

HP OpenView Service Desk

HP OpenView Service Desk HP OpenView Service Desk OpenView Operations Integration Administrator s Guide Software Version: 5.10 For the Windows and UNIX Operating Systems Manufacturing Part Number: None Document Release Date: August

More information

Configuring Security Mitigation Settings for Security Bulletin HPSBPI03569 Protecting Solution Installation Settings

Configuring Security Mitigation Settings for Security Bulletin HPSBPI03569 Protecting Solution Installation Settings Technical White Paper Configuring Security Mitigation Settings for Security Bulletin HPSBPI03569 Protecting Solution Installation Settings Table of contents Overview... 2 Using the Embedded Web Server

More information