Welcome to Pivotal Greenplum Database
|
|
|
- Paulina Carroll
- 10 years ago
- Views:
Transcription
1 Rev: A04 Updated: March 23, 2015 Welcome to Pivotal Greenplum Database Greenplum Database is a massively parallel processing (MPP) database server that supports next generation data warehousing and large-scale analytics processing. By automatically partitioning data and running parallel queries, it allows a cluster of servers to operate as a single database supercomputer performing tens or hundreds times faster than a traditional database. It supports SQL, MapReduce parallel processing, and data volumes ranging from hundreds of gigabytes, to hundreds of terabytes. Note: This document contains pertinent release information about Greenplum Database For previous versions of the release notes for Greenplum Database, go to Pivotal Documentation or EMC Support Zone. About Greenplum Database Greenplum Database is a maintenance release that introduces a number of significant new features, as well as performance and stability enhancements. Please refer to the following sections for more information about this release. Product Enhancements Changed and Deprecated Features Downloading Greenplum Database Supported Platforms Resolved Issues in Greenplum Database Known Issues in Greenplum Database Upgrading to Greenplum Database Greenplum Database Tools Compatibility Greenplum Database Extensions Compatibility Hadoop Distribution Compatibility Greenplum Database Documentation Welcome to Pivotal Greenplum Database
2 Product Enhancements Greenplum Database includes these enhancements: Simplified Configuration to Access HDFS Data with gphdfs Enhancements for Accessing External Data with Greenplum Database Enhancement for Restoring Data from a Greenplum Database Backup Query Memory Accounting Framework Organization of Greenplum Database Administration Documentation Simplified Configuration to Access HDFS Data with gphdfs Starting with Greenplum Database 4.3.1, installing a separate gnet package is not required to use the gphdfs protocol. The jar files for the gphdfs extensions, the libraries, and the documentation for the gphdfs extensions are bundled with Greenplum Database. The files are installed in $GPHOME/lib/hadoop. The gphdfs protocol is used with external tables to access data from Hadoop file systems. Starting with Greenplum Database 4.3.1, to upgrade to a different version of gphdfs, you must install the version of Greenplum Database that contains the version of gphdfs that you wish to use. For information about the gphdfs protocol, see the Greenplum Database Administrator Guide. Enhancements for Accessing External Data with Greenplum Database Greenplum Database includes these enhancements: The Greenplum Database gpfdist utility has been enhanced. The gpfdist utility is the Greenplum Database parallel file distribution program. The utility serves data files to or writes data files out from Greenplum Database segments. The new gpfdist optional -w option that specifies the number of seconds that Greenplum Database delays before closing a target file such as a named pipe. For Greenplum Database with multiple segments, there might be a delay between segments when writing data from different segments to the file. You can specify a time to wait before Greenplum Database closes the file to ensure all the data is written to the file. The Greenplum Database gpload utility has been enhanced. The gpload utility runs a job that loads data into a Greenplum Database table. You control the load job with a YAML control file. The INSERT, UPDATE or MERGE operation that gpload performs, including any SQL commands specified in the SQL collection of the YAML file, are performed as a single transaction. Performing the operation as a single transaction prevents inconsistent data when performing multiple, simultaneous load operations on a target table. The new gpload option --no_auto_trans disables performing the operation as a single transaction. For information about the gpfdist and gpload utilities, see the Greenplum Database Utility Guide. Product Enhancements 2
3 Enhancement for Restoring Data from a Greenplum Database Backup Greenplum Database includes this enhancement: The new option --noanalyze for the Greenplum Database gpdbrestore utility disables ANALYZE of tables during restore. The default action is to run the ANALYZE command after a restore. This option is useful if running ANALYZE on tables in your database requires a significant amount of time. If you specify this option, you should run ANALYZE manually on restored tables. Failure to run ANALYZE following a restore might result in poor database performance. For information about the gpdbrestore, gpfdist and gpload utilities, see the Greenplum Database Utility Guide. Query Memory Accounting Framework When an out of memory event occurs, the Greenplum Database memory accounting framework reports detailed memory consumption of every query running at the time of the event. The information is written to the Greenplum Database segment logs. Organization of Greenplum Database Administration Documentation To make managing Greenplum Database easier, the information to manage and use Greenplum Database systems and database instances have been consolidated into a single book for Greenplum Database and has been reorganized into five sections. The information in Greenplum Database System Administrator Guide and the Greenplum Database Database Administrator Guide have been combined into the Greenplum Database Administrator Guide. See the Preface for a description of the guide sections..for a list of Greenplum Database documents, see Greenplum Database Documentation. For a description of the documentation, go to the Pivotal documentation web page Changed and Deprecated Features The following are Greenplum Database changed and deprecated features. Changed Feature These are the updates to the Greenplum Database supported platforms: Greenplum Database supports RHEL 6.5 and SUSE Linux Enterprise Server 64-bit 11 SP2. Greenplum Database supports DDBoost SDK See Supported Platforms for information about platform and SDK support. Deprecated Features Pivotal plans to deprecate the following item: Changed and Deprecated Features 3
4 In Greenplum Database 4.3.1, Pivotal is deprecating support for the TCP and UDP interconnect types or inter-process communication between Greenplum Database segments. The UDPIFC interconnect type will be the only supported interconnect type in a future release of Greenplum Database. The UDPIFC interconnect type provides better performance and stability. The interconnect is the networking layer of Greenplum Database. The interconnect refers to the inter-process communication between segments and the network infrastructure on which this communication relies. The Greenplum Database interconnect type is controlled by the Greenplum Database server configuration parameter gp_interconnect_type. For information about the Greenplum Database interconnect, see the Greenplum Database Administrator Guide. For information about the server configuration parameter gp_interconnect_type, see the Greenplum Database Reference Guide. Starting with Greenplum Database , Solaris is no longer a supported operating system. Please send any questions or comments about the deprecated items to [email protected]. Downloading Greenplum Database The location for downloading Greenplum Database software and documentation has changed. Greenplum Database 4.3.x software is available from Pivotal Network. Current release Greenplum Database documentation is available from the Pivotal Documentation site. Previous release versions of Greenplum Database documentation, as well as other Greenplum Database documents, are available from Support Zone Supported Platforms Greenplum Database runs on the following platforms: Red Hat Enterprise Linux 64-bit 5.5, 5.6, 5.7, 6.1, 6.2, 6.4, and 6.5 SuSE Linux Enterprise Server 64-bit 10 SP4, 11 SP1, 11 SP2 Solaris x86 64-bit v10 U7, U8, U9, U10 Oracle Unbreakable Linux 64-bit 5.5 CentOS 64-bit 5.5, 5.6, 5.7, 6.1, and 6.2 Note: Starting with Greenplum Database , Solaris is no longer a supported operating system. Please send any questions or comments about the changes to supported platforms to [email protected]. Downloading Greenplum Database 4
5 Greenplum Database supports Data Domain Boost on Red Hat Enterprise Linux. This table lists the versions of Data Domain Boost SDK and DDOS supported by Greenplum Database 4.3.x. Table 1 Data Domain Boost Compatibility Greenplum Database Data Domain Boost DDOS , 5.3, and , 5.1, and 5.2 Greenplum Database support on DCA: Greenplum Database 4.3.x, all versions, is supported on DCA V2, and requires DCA software version or greater due to known DCA software issues in older DCA software versions. Greenplum Database 4.3.x, all versions, is supported on DCA V1, and requires DCA software version or greater due to known DCA software issues in older DCA software versions. Supported Platforms 5
6 Resolved Issues in Greenplum Database The table below lists issues that are now resolved in Greenplum Database For issues resolved in prior releases, refer to the corresponding release notes available from EMC Support Zone. Table 2 Resolved Issues in Issue Number Category Resolved in Description Security Greenplum Database software has been updated to use OpenSSL 0.9.8za in response to the OpenSSL Security Advisory [05 Jun 2014]. For information about the advisory, see Replication: Master Mirroring Backup and Management Scripts Suite Locking, Signals, Processes Functions and Languages, Transaction Management Locking, Signals, Processes DCA customers who wished to use Greenplum Database 4.3 could not use the utility dca_setup. This issue has been resolved in Greenplum Database For partitioned append-optimized tables, a partition was backed up even though it was not modified The Greenplum Database utilities gpstart and gprecoverseg hung when checking the process ID in the postmaster.pid file and the ID matched a non-postgres running process In some cases, concurrent CREATE TABLE and DROP TABLE operations caused Greenplum Database to hang due to incorrect lock handling In PL/PGSQL functions, exception blocks were not handled properly. Depending on where the exception is encountered during function execution, the improper block handling resulted in either the creation of catalog inconsistency between master and segment, or Greenplum Database issuing the following message: The distributed transaction 'Prepare' broadcast failed to one or more segments Greenplum Database hung due to incorrect lock handling that caused a race condition. The lock handling issue was caused by a compiler optimization Dispatch For some queries that contained a window function and that executed on both the master and segments, the query would hang when executed from an ODBC/JDBC client Backup and Backup and Loaders: gpfdist Client Access Methods and Tools When performing an incremental backup, the gpcrondump utility backed up temporary tables that existed during the time of the backup. This caused a failure when performing a restore with the gpdbrestore utility that used the incremental backup Greenplum Database supports Data Domain DDOS 5.4. See Supported Platforms for information about supported versions of Data Domain Boost The Greenplum Database Load Tools for Windows installation did not include the gssapi and auth libraries. This issue has been resolved Running multiple gpload sessions simultaneously that loaded data into the same table resulted in inconsistent data in the table. See the gpload information in Product Enhancements. Resolved Issues in Greenplum Database
7 Table 2 Resolved Issues in Issue Number Category Resolved in Description DDL and Utility Statements When > (greater than) was used in the CREATE OPERATOR CLASS command as an operator name, this error was returned. operator > is not a valid ordering operator when using operator classes Query Planner In certain queries that contain the median function and a GROUP BY clause, the query planner produced an incorrect plan in which some necessary columns were not projected in the operator nodes. This caused an error when trying to look up the missing columns OS Abstraction Improved handing of situations where Greenplum Database encounters segment violation errors DDL and Utility Statements DDL and Utility Statements Catalog and Metadata, DDL and Utility Statements Loaders: Copy/External Tabs DDL and Utility Statements Backup and In some cases, the functions pg_cancel_backend() and pg_terminate_backend() did not terminate sessions Greenplum Database did not properly check privileges during certain RESET ALL operations Queries on the system view pg_partitions could fail to return when DDL statements on partitioned tables were running concurrently A COPY command cancel request (Ctrl+c) followed by another COPY command and a cancel request caused the Greenplum Database session to hang. When cancel request was attempted again, a SIGSEGV error occured ALTER TABLE ADD COLUMN with default NULL was not supported for append-optimized tables. This syntax is now supported. 4.3 The Greenplum Database utility pg_dump printed information-level messages (messages with the label [INFO]) to stderr that were not printed in previous releases. These messages were printed even when pg_dump completes without errors. Resolved Issues in Greenplum Database
8 Known Issues in Greenplum Database This section lists the known issues in Greenplum Database A workaround is provided where applicable. For known issues discovered in previous releases, including patch releases to Greenplum Database 4.2.x, 4.1 or 4.0.x, see the corresponding release notes, available from EMC Support Zone: Table 3 All Known Issues in Issue Category Description Authentication An issue in Greenplum Database prevents LDAPS (LDAP over SSL) from functioning on the standard secure port Authentication In some cases, LDAP client utility tools cannot be used after running the source command source $GPHOME/greenplum_path.sh because the LDAP libraries included with Greenplum Database are not compatible with the LDAP client utility tools that are installed with operating system. Workaround: The LDAP tools can be used without running the source command in the environment Management Scripts Client Access Methods and Tools Backup and Backup and Transaction Management Transaction Management Replication: Segment Mirroring The process of updating a Greenplum Database package includes removing all previous versions of the system objects related to the package. For example, previous versions of shared libraries are removed. After the update process, a database function will fail when it is called if the function references a package file that has been removed. When using Kerberos and the GSSAPI authentication method, the Greenplum Database role property Valid Until is ignored. This property is used to control access to a Greenplum database. When backing up a Greenplum database with the Greenplum Database gpcrondump utility and specifying an NFS directory with the -u option, the gpcrondump utility creates an empty db_dumps directory in the master and segment data directories. When restoring a Greenplum database with the Greenplum Database gpcrondump utility, the utility performs an ANALYZE operation on the entire database. Workaround: When restoring Greenplum database with the Greenplum Database gpcrondump utility, specify the --noanalyze option, and then run the ANALYZE command on the tables that require updated statistics. When a single session to Greenplum Database runs transactions, temporary files were not removed after the transaction completed. If a the session ran a large number of transactions, the temporary files required a large amount of disk space. Some SQL queries against an append-optimized table that has compression enabled and that contains a column with an unknown data type cause a Greenplum Database SIGSEGV error. In some cases, running the Greenplum Database command gprecoverseg -r to rebalance segment instances fails and causes database catalog corruption. Known Issues in Greenplum Database
9 Table 3 All Known Issues in Issue Category Description Query Planner Some SQL queries that contain sub-selects fail with this error. ERROR: Failed to locate datatype for paramid Build Greenplum Database is not certified on Red Hat Enterprise Linux Build Greenplum Database is not certified with these connectivity drivers: Data Direct v 7.022; PowerExchange for Greenplum bit Microstrategy ODBC for Greenplum Wire Protocol Open source ODBC and JDBC Type 4 SAS/ACCESS 9.3 driver provided with SAS software Resource Management Backup and, Client Access Methods and Tools Replication: Segment Mirroring In Greenplum Database and later, the priority of some running queries, cannot be dynamically adjusted with the gp_adjust_priority() function. The attempt to execute this request might silently fail. The return value of the gp_adjust_priority() call indicates success or failure. If 1 is returned, the request was not successfully executed. If a number greater than 1 is returned, the request was successful. If the request fails, the priority of all running queries are unchanged, they remain as they were before the gp_adjust_priority() call. A backup from a Greenplum Database 4.3.x system that is created with a Greenplum Database back up utility, for example gpcrondump, cannot be restored to a Greenplum Database 4.2.x system with the psql utility or the corresponding restore utility, for example gpdbrestore. Hadoop YARN based on Hadoop 2.2 or later does not work with Greenplum Database. Workaround: For Hadoop distributions based on Hadoop 2.2 or later that are supported by Greenplum Database, the classpath environment variable and other directory paths defined in $GPHOME/lib/hadoop/hadoop_env.sh must be to be modified so that the paths point to the appropriate JAR files. In some rare cases after the Greenplum Database utility gprecoverseg was run, some append-optimized tables and a persistent table were detected having less data on a mirror segment corresponding to a primary segment Query Planner For SQL queries of either of the following forms: SELECT columns FROM table WHERE table.column NOT IN subquery; SELECT columns FROM table WHERE table.column = ALL subquery; tuples that satisfy both of the following conditions are not included in the result set: table.column is NULL. subquery returns the empty result Query Planner Greenplum Database executes an SQL query in two stages if a scalar subquery is involved. The output of the first stage plan is fed into the second stage plan as a external parameter. If the first stage plan generates zero tuples and directly contributes to the output of the second stage plan, incorrect results might be returned Backup and When restoring sets of tables with the Greenplum Database utility gpdbrestore, the table schemas must be defined in the database. If a table s schema is not defined in the database, the table is not restored. When performing a full restore, the database schemas are created when the tables are restored. Workaround: Before restoring a set of tables, create the schemas for the tables in the database. Known Issues in Greenplum Database
10 Table 3 All Known Issues in Issue Category Description DDL and Utility Statements Backup and DDL and Utility Statements Replication: Resync, Transaction Management SSL is only supported on the master host. It is not supported on segment hosts. Special characters such as!, $, #, cannot be used in the password for the Data Domain Boost user when specifying the Data Domain Boost credentials with the gpcrondump options --ddboost-host and --ddboost-user. TRUNCATE command does not remove rows from a sub-table of a partitioned table. If you specify a sub-table of a partitioned table with the TRUNCATE command, the command does not remove rows from the sub-table and its child tables. Workaround: Use the ALTER TABLE command with the TRUNCATE PARTITION clause to remove rows from the sub-table and its child tables. In some rare circumstances, performing a full recovery with gprecoverseg fails due to inconsistent LSN. Workaround: Stop and restart the database. Then perform a full recovery with gprecoverseg Loaders: gpload gpload fails on Windows XP with Python 2.6. Workaround: Install Python 2.5 on the system where gpload is installed Backup and The gpcrondump and gpdbrestore utilities do not handle errors returned by DD Boost or Data Domain correctly. These are two examples: If invalid Data Domain credentials are specified when setting the Data Domain Boost credentials with the gpcrondump utility, the error message does not indicate that invalid credentials were specified. Restoring a Greenplum database from a Data Domain system with gpdbrestore and the --ddboost option indicates success even though segment failures occured during the restore. Workaround: The errors are logged in the master and segment server backup or restore status and report files. Scan the status and report files to check for error messages Backup and When performing a selective restore of a partitioned table from a full backup with gpdbrestore, the data from leaf partitions are not restored. Workaround: When doing a selective restore from a full backup, specify the individual leaf partitions of the partitioned tables that are being restored. Alternatively, perform a full backup, not a selective backup Backup and Greenplum Database s implementation of RSA lock box for Data Domain Boost changes backup and restore requirements for customers running SUSE. The current implementation of the RSA lock box for Data Domain Boost login credential encryption only supports customers running on Red Hat Enterprise Linux. Workaround: If you run Greenplum Database on SUSE, use NFS as your backup solution. See the Greenplum Database Administrator Guide for information on setting up a NFS backup Backup and Data Domain Boost credentials cannot be set up in some environments due to the absence of certain libraries (for example, libstdc++) expected to reside on the platform. Workaround: Install the missing libraries manually on the system. Known Issues in Greenplum Database
11 Table 3 All Known Issues in Issue Category Description Backup and When performing a data-only restore of a particular table, it is possible to introduce data into Greenplum Database that contradicts the distribution policy of that table. In such cases, subsequent queries may return unexpected and incorrect results. To avoid this scenario, we suggest you carefully consider the table schema when performing a restore Loaders External web tables that use IPv6 addresses must include a port number Catalog and Metadata Management Scripts Suite Drop language plpgsql cascade results in a loss of gp_toolkit functionality. Workaround: Reinstall gp_toolkit. Greenplum Management utilities cannot parse IPv6 IP addresses. Workaround: Always specify IPv6 hostnames rather than IP addresses Loaders The bytenum field (byte offset in the load file where the error occurred) in the error log when using gpfdist with data in text format errors is not populated, making it difficult to find the location of an error in the source file Management Scripts Suite gpexpand --rollback fails if an error occurs during expansion such that it leaves the database down gpstart also fails as it detects that expansion is in progress and suggests to run gpexpand --rollback which will not work because the database is down. Workaround: Run gpstart -m to start the master and then run rollback, Loaders Running gpload with the --ssl option and the relative path of the source file results in an error that states the source file is missing. Workaround: Provide the full path in the yaml file or add the loaded data file to the certificate folder Loaders Unable to define external tables with fixed width format and empty line delimiter when file size is larger than gpfdist chunk (by default, 32K) Backup and Backup and Upgrade/ Downgrade gpdbrestore outputting incorrect non-zero error message. When performing single table restore, gpdbrestore gives warning messages about non-zero tables however prints out zero rows. NFS backup with gpcrondump -c can fail. In circumstances where you haven't backed up to a local disk before, backups to NFS using gpcrondump with the -c option can fail. On fresh systems where a backup has not been previously invoked there are no dump files to cleanup and the -c flag will have no effect. Workaround: Do not run gpcrondump with the -c option the first time a backup is invoked from a system. Major version upgrades internally depend on the gp_toolkit system schema. The alteration or absence of this schema may cause upgrades to error out during preliminary checks. Workaround: To enable the upgrade process to proceed, you need to reinstall the gp_toolkit schema in all affected databases by applying the SQL file found here: $GPHOME/share/postgresql/gp_toolkit.sql. Known Issues in Greenplum Database
12 Table 3 All Known Issues in Issue Category Description Management Scripts Suite DDL/DML: Partitioning Management Scripts Suite Running more than one gpfilespace command concurrently with itself to move either temporary files (--movetempfilespace) or transaction files (--movetransfilespace) to a new filespace can in some circumstances cause OID inconsistencies. Workaround: Do not run more than one gpfilespace command concurrently with itself. If an OID inconsistency is introduced gpfilespace --movetempfilespace or gpfilespace --movetransfilespace can be used to revert to the default filespace. ALTER TABLE ADD PARTITION inheritance issue When performing an ALTER TABLE ADD PARTITION operation, the resulting parts may not correctly inherit the storage properties of the parent table in cases such as adding a default partition or more complex subpartitioning. This issue can be avoided by explicitly dictating the storage properties during the ADD PARTITION invocation. For leaf partitions that are already afflicted, the issue can be rectified through use of EXCHANGE PARTITION. Under some circumstances, gppkg on SUSE is unable to correctly interpret error messages returned by rpm. On SUSE, gppkg is unable to operate correctly under circumstances that require a non-trivial interpretation of underlying rpm commands. This includes scenarios that result from overlapping packages, partial installs, and partial uninstalls Security A Red Hat Enterprise Linux (RHEL) 6.x security configuration file limits the number of processes that can run on gpadmin. RHEL 6.x contains a security file (/etc/security/limits.d/90-nproc.conf) that limits available processes running on gpadmin to Workaround: Remove this file or increase the processes to Installer When you run gppkg -q -info<some gppkg>, the system shows the GPDBversion as main build dev Management Scripts Suite Resource Management Management Scripts Suite You may see warning messages that interfere with the operation of management scripts when logging in. Greenplum recommends that you edit the /etc/motd file and add the warning message to it. This will send the messages to are redirected to stdout and not stderr. You must encode these warning messages in UTF-8 format. Resource queue deadlocks may be encountered if a cursor is associated with a query invoking a function within another function. Filespaces are inconsistent when the Greenplum database is down. Filespaces become inconsistent in case of a network failure. Greenplum recommends that processes such as moving a filespace be done in an environment with an uninterrupted power supply Loaders: gpfdist gpfdist shows the error Address already in use after successfully binding to socket IPv6. Greenplum supports IPv4 and IPv6. However, gpfdist fails to bind to socket IPv4, and shows the message Address already in use, but binds successfully to socket IPv6. Known Issues in Greenplum Database
13 Table 3 All Known Issues in Issue Category Description Backup and Limited data restore functionality and/or restore performance issues can occur when restoring tables from a full database backup where the default backup directory was not used. In order to restore from backup files not located in the default directory you can use the -R to point to another host and directory. This is not possible however, if you want to point to a different directory on the same host (NFS for example). Workaround: Define a symbolic link from the default dump directory to the directory used for backup, as shown in the following example: 1. Perform a full Database Backup to a specific NFS directory: $ gpcrondump -x <db_name> -z -u /backup/dca-93 -a 2. Create a file listing the segment servers: $ vi /home/gpadmin/segments sdw1 sdw2 sdw3. 3. Remove the relevant date folder from db_dumps directories on the master and segments: $ rm -r /data/master/gpseg-1/db_dumps/ $ gpssh -f segments 'rm -r /data1/primary/gpseg*/db_dumps/ ' $ gpssh -f segments 'rm -r /data2/primary/gpseg*/db_dumps/ ' 4. Create a symbolic link between the master and segment directories and the directory to which you backed up in step 1. Only the master and sdw1 was shown here, write a script for the remaining segments: $ ln -s /backup/dca-93/db_dumps/ /data/master/gpseg-1/db_dumps/ $ gpssh -h sdw1 'ln -s /backup/dca-93/db_dumps/ /data1/primary/gpseg0/db_dumps/ ' $ gpssh -h sdw1 'ln -s /backup/dca-93/db_dumps/ /data1/primary/gpseg1/db_dumps/ ' $ gpssh -h sdw1 'ln -s /backup/dca-93/db_dumps/ /data1/primary/gpseg2/db_dumps/ ' $ gpssh -h sdw1 'ln -s /backup/dca-93/db_dumps/ /data2/primary/gpseg3/db_dumps/ ' $ gpssh -h sdw1 'ln -s /backup/dca-93/db_dumps/ /data2/primary/gpseg4/db_dumps/ ' $ gpssh -h sdw1 'ln -s /backup/dca-93/db_dumps/ /data2/primary/gpseg5/db_dumps/ ' 5. from backup files: $ gpdbrestore -t T <schema.table> -a 6. Remove the symbolic links $ rrm -r /data/master/gpseg-1/db_dumps/ $ gpssh -f segments 'rm -r /data1/primary/gpseg*/db_dumps/ ' $ gpssh -f segments 'rm -r /data2/primary/gpseg*/db_dumps/ ' Known Issues in Greenplum Database
14 Table 3 All Known Issues in Issue Category Description Backup and Backup and Restoring a compressed dump with the --ddboost option displays incorrect dump parameter information. When using gpdbrestore --ddboost to restore a compressed dump, the restore parameters incorrectly show compressed dump = Off. This error occurs even if gpdbrestore passes the --gp-c option to use gunzip for in-line de-compression. When running gpdbrestore with the list (-L) option, external tables do not appear; this has no functional impact on the restore job. Known Issues in Greenplum Database
15 Upgrading to Greenplum Database The upgrade path supported for this release is Greenplum Database 4.2.x.x to Greenplum Database The minimum recommended upgrade path for this release is from Greenplum Database version 4.2.x.x. If you have an earlier major version of the database, you must first upgrade to version 4.2.x.x. For detailed upgrade procedures and information, see the following sections: Upgrading from 4.3 to Upgrading from 4.2.x.x to For Users Running Greenplum Database 4.1.x.x For Users Running Greenplum Database 4.0.x.x For Users Running Greenplum Database 3.3.x.x Troubleshooting a Failed Upgrade If you are utilizing Data Domain Boost, you have to re-enter your DD Boost credentials after upgrading from Greenplum Database 4.2.x.x to 4.3 as follows: gpcrondump --ddboost-host ddboost_hostname --ddboost-user ddboost_user Note that if you do not reenter your login credentials after an upgrade, your backup will never start because the Greenplum Database cannot connect to the Data Domain system. You will receive an error advising you to check your login credentials. Upgrading from 4.3 to An upgrade from 4.3 to involves stopping Greenplum Database, updating the Greenplum Database software binaries, and restarting Greenplum Database. 1. Log in to your Greenplum Database master host as the Greenplum administrative user: $ su - gpadmin 2. Perform a smart shutdown of your current Greenplum Database 4.3 system (there can be no active connections to the database): $ gpstop 3. Run the installer for on the Greenplum Database master host. When prompted, choose an installation location in the same base directory as your current installation. For example: /usr/local/greenplum-db Edit the environment of the Greenplum Database superuser (gpadmin) and make sure you are sourcing the greenplum_path.sh file for the new installation. For example change the following line in.bashrc or your chosen profile file: source /usr/local/greenplum-db /greenplum_path.sh to: source /usr/local/greenplum-db /greenplum_path.sh Upgrading to Greenplum Database
16 Or if you are sourcing a symbolic link (/usr/local/greenplum-db) in your profile files, update the link to point to the newly installed version. For example: $ rm /usr/local/greenplum-db $ ln -s /usr/local/greenplum-db /usr/local/greenplum-db 5. Source the environment file you just edited. For example: $ source ~/.bashrc 6. Run the gpseginstall utility to install the binaries on all the segment hosts specified in the hostfile. For example: $ gpseginstall -f hostfile 7. After all segment hosts have been upgraded, you can log in as the gpadmin user and restart your Greenplum Database system: $ su - gpadmin $ gpstart 8. If you are utilizing Data Domain Boost, you have to re-enter your DD Boost credentials after upgrading from Greenplum Database 4.3 to as follows: gpcrondump --ddboost-host ddboost_hostname --ddboost-user ddboost_user Note that if you do not reenter your login credentials after an upgrade, your backup will never start because the Greenplum Database cannot connect to the Data Domain system. You will receive an error advising you to check your login credentials. Upgrading from 4.2.x.x to This section describes how you can upgrade from Greenplum Database 4.2.x.x or later to Greenplum Database For users running versions prior to 4.2.x.x of Greenplum Database, see the following: For Users Running Greenplum Database 4.1.x.x For Users Running Greenplum Database 4.0.x.x For Users Running Greenplum Database 3.3.x.x Planning Your Upgrade Before you begin your upgrade, make sure the master and all segments (data directories and filespace) have at least 2GB of free space. Prior to upgrading your database, Pivotal recommends that you run a pre-upgrade check to verify your database is healthy. You can perform a pre-upgrade check by executing the gpmigrator (_mirror) utility with the --check-only option. For example: source $new_gphome/greenplum_path.sh; gpmigrator_mirror --check-only $old_gphome $new_gphome Upgrading to Greenplum Database
17 Note: Performing a pre-upgrade check of your database with the gpmigrator (_mirror) utility should done during a database maintenance period. When the utility checks the database catalog, users cannot access the database. Migrating a Greenplum Database That Contains AO Tables The migration process updates AO tables that are in a Greenplum Database to UAO tables. For a database that contains a large number of AO tables, the conversion to UAO tables might take a considerable amount of time. Upgrade Procedure This section divides the upgrade into the following phases: pre-upgrade preparation, software installation, upgrade execution, and post-upgrade tasks. We have also provided you with an Upgrade Checklist that summarizes this procedure. IMPORTANT: Carefully evaluate each section and perform all required and conditional steps. Failing to perform any of these steps can result in an aborted upgrade, placing your system in an unusable or even unrecoverable state. Pre-Upgrade Preparation (on your 4.2.x system) Perform these steps on your current 4.2.x Greenplum Database system. This procedure is performed from your Greenplum master host and should be executed by the Greenplum superuser (gpadmin). 1. Log in to the Greenplum Database master as the gpadmin user: $ su - gpadmin 2. (optional) Vacuum all databases prior to upgrade. For example: $ vacuumdb database_name 3. (optional) Clean out old server log files from your master and segment data directories. For example, to remove log files from 2011 from your segment hosts: $ gpssh -f seg_host_file -e 'rm /gpdata/*/gp*/pg_log/gpdb-2011-*.csv' Note: Running Vacuum and cleaning out old logs files is not required, but it will reduce the size of Greenplum Database files to be backed up and migrated. 4. Run gpstate to check for failed segments. $ gpstate 5. If you have failed segments, you must recover them using gprecoverseg before you can upgrade. $ gprecoverseg Note: It might be necessary to restart the database if the preferred role does not match the current role; for example, if a primary segment is acting as a mirror segment or a mirror segment is acting as a primary segment. 6. Copy or preserve any additional folders or files (such as backup folders) that you have added in the Greenplum data directories or $GPHOME directory. Only files or folders strictly related to Greenplum Database operations are preserved by the migration utility. Upgrading to Greenplum Database
18 Install the Greenplum Database 4.3 Software Binaries 1. Download or copy the installer file to the Greenplum Database master host. 2. Unzip the installer file. For example: # unzip greenplum-db platform.zip 3. Launch the installer using bash. For example: # /bin/bash greenplum-db platform.bin 4. The installer will prompt you to accept the Greenplum Database license agreement. Type yes to accept the license agreement. 5. The installer will prompt you to provide an installation path. Press ENTER to accept the default install path (for example: /usr/local/greenplum-db ), or enter an absolute path to an install location. You must have write permissions to the location you specify. 6. The installer installs the Greenplum Database software and creates a greenplum-db symbolic link one directory level above your version-specific Greenplum installation directory. The symbolic link is used to facilitate patch maintenance and upgrades between versions. The installed location is referred to as $GPHOME. 7. Source the path file from your new installation. For example: $ source /usr/local/greenplum-db /greenplum_path.sh 8. Run the gpseginstall utility to install the binaries on all the segment hosts specified in the hostfile. For example: $ gpseginstall -f hostfile Upgrade Execution During upgrade, all client connections to the master will be locked out. Inform all database users of the upgrade and lockout time frame. From this point onward, users should not be allowed on the system until the upgrade is complete. 9. Source the path file from your old 4.2.x.x installation. For example: $ source /usr/local/greenplum-db /greenplum_path.sh 10. (optional but strongly recommended) Back up all databases in your Greenplum Database system using gpcrondump (or zfs snapshots on Solaris systems). See the Greenplum Database Administrator Guide for more information on how to do backups using gpcrondump. Make sure to secure your backup files in a location outside of your Greenplum data directories. 11. If your system has a standby master host configured, remove the standby master from your system configuration. For example: $ gpinitstandby -r 12. Perform a clean shutdown of your current Greenplum Database 4.2.x.x system. For example: $ gpstop Upgrading to Greenplum Database
19 13. Source the path file from your new installation. For example: $ source /usr/home/greenplum-db /greenplum_path.sh 14. Update the Greenplum Database environment so it is referencing your new installation. a. For example, update the greenplum-db symbolic link on the master and standby master to point to the new installation directory. For example (as root): # rm -rf /usr/local/greenplum-db # ln -s /usr/local/greenplum-db /usr/local/greenplum-db # chown -R gpadmin /usr/local/greenplum-db b. Using gpssh, also update the greenplum-db symbolic link on all of your segment hosts. For example (as root): # gpssh -f segment_hosts_file => rm -rf /usr/local/greenplum-db => ln -s /usr/local/greenplum-db /usr/local/greenplum-db => chown -R gpadmin /usr/local/greenplum-db => exit 15. (optional but recommended) Prior to running the migration, perform a pre-upgrade check to verify that your database is healthy by executing the version of the gpmigrator utility with the --check-only option. For example: # gpmigrator_mirror --check-only /usr/local/greenplum-db /usr/local/greenplum-db As gpadmin, run the version of the migration utility specifying your old and new GPHOME locations. If your system has mirrors, use gpmigrator_mirror. If your system does not have mirrors, use gpmigrator. For example on a system with mirrors: $ su - gpadmin $ gpmigrator_mirror /usr/local/greenplum-db /usr/local/greenplum-db Note: If the migration does not complete successfully, contact Customer Support (see Troubleshooting a Failed Upgrade on page 23). 17. The migration can take a while to complete. After the migration utility has completed successfully, the Greenplum Database system will be running and accepting connections. Note: After the migration utility has completed, the resynchronization of the mirror segments with the primary segments continues. Even though the system is running, the mirrors are not active until the resynchronization is complete. Post-Upgrade (on your system) 18. If your system had a standby master host configured, reinitialize your standby master using gpinitstandby: Upgrading to Greenplum Database
20 $ gpinitstandby -s standby_hostname 19. If your system uses external tables with gpfdist, stop all gpfdist processes on your ETL servers and reinstall gpfdist using the compatible Greenplum Database Load Tools package. Application Packages are available at Pivotal Network. 20. Rebuild any custom modules against your installation (for example, any shared library files for user-defined functions in $GPHOME/lib). 21. Use the Greenplum Database gppkg utility to install Greenplum Database extensions. If you were previously using any Greenplum Database extensions such as pgcrypto, PL/R, PL/Java, PL/Perl, and PostGIS, download the corresponding packages from Pivotal Network, and install using this utility. See the Greenplum Database Utility Guide 4.3 for usage details. 22. If you want to utilize the Greenplum Command Center management tool, install the latest Command Center Console and update your environment variable to point to the latest Command Center binaries (source the gpperfmon_path.sh file from your new installation). Note that the Greenplum Command Center management tool replaces Greenplum Performance Monitor. Command Center Console packages are available from Pivotal Network. 23. Inform all database users of the completed upgrade. Tell users to update their environment to source the Greenplum Database installation (if necessary). Upgrading to Greenplum Database
21 Upgrade Checklist This checklist provides a quick overview of all the steps required for an upgrade from 4.2.x.x to Detailed upgrade instructions are provided in the Upgrade Procedure section. Pre-Upgrade Preparation (on your current system) * 4.2.x.x system is up and available Log in to your master host as the gpadmin user (your Greenplum superuser). (Optional) Run VACUUM on all databases, (Optional) Remove old server log files from pg_log in your master and segment data directories. Check for and recover any failed segments (gpstate, gprecoverseg). Copy or preserve any additional folders or files (such as backup folders). Install the Greenplum Database 4.3 binaries on all Greenplum hosts. Inform all database users of the upgrade and lockout time frame. Upgrade Execution * The system will be locked down to all user activity during the upgrade process Backup your current databases. Remove the standby master (gpinitstandby -r). Do a clean shutdown of your current system (gpstop). Update your environment to source the new Greenplum Database installation. Run the upgrade utility (gpmigrator_mirror if you have mirrors, gpmigrator if you do not). After the upgrade process finishes successfully, your system will be up and running. * The 4.2.x.x system is up Post-Upgrade (on your 4.3 system) Reinitialize your standby master host (gpinitstandby). Upgrading to Greenplum Database
22 Upgrade gpfdist on all of your ETL hosts. Rebuild any custom modules against your installation. Download and install any Greenplum Database extensions. (Optional) Install the latest Command Center Console and update your environment to point to the latest Command Center binaries. Inform all database users of the completed upgrade. For Users Running Greenplum Database 4.1.x.x Users on a release prior to 4.1.x.x cannot upgrade directly to Upgrade from your current release to 4.2.x.x (follow the upgrade instructions in the latest Greenplum Database 4.2.x.x release notes available at Pivotal Documentation). 2. Follow the upgrade instructions in these release notes for Upgrading from 4.2.x.x to For Users Running Greenplum Database 4.0.x.x Users on a release prior to 4.1.x.x cannot upgrade directly to Upgrade from your current release to 4.1.x.x (follow the upgrade instructions in the latest Greenplum Database 4.1.x.x release notes available on Support Zone). 2. Upgrade from the current release to 4.2.x.x (follow the upgrade instructions in the latest Greenplum Database 4.2.x.x release notes available at Pivotal Documentation). 3. Follow the upgrade instructions in these release notes for Upgrading from 4.2.x.x to For Users Running Greenplum Database 3.3.x.x Users on a release prior to 4.0.x.x cannot upgrade directly to Upgrade from your current release to the latest 4.0.x.x release (follow the upgrade instructions in the latest Greenplum Database 4.0.x.x release notes available on Support Zone). 2. Upgrade the 4.0.x.x release to the latest 4.1.x.x release (follow the upgrade instructions in the latest Greenplum Database 4.1.x.x release notes available on Support Zone). 3. Upgrade from the release to the latest 4.2.x.x release (follow the upgrade instructions in the latest Greenplum Database 4.2.x.x release notes available at Pivotal Documentation). Upgrading to Greenplum Database
23 4. Follow the upgrade instructions in these release notes for Upgrading from 4.2.x.x to Troubleshooting a Failed Upgrade If you experience issues during the migration process and have active entitlements for Greenplum Database that were purchased through Pivotal, contact Pivotal Support. Information for contacting Pivotal Support is at Be prepared to provide the following information: A completed Upgrade Procedure. Log output from gpmigrator and gpcheckcat (located in ~/gpadminlogs) Upgrading to Greenplum Database
24 Greenplum Database Tools Compatibility Client Tools Greenplum releases a number of client tool packages on various platforms that can be used to connect to Greenplum Database and the Greenplum Command Center management tool. The following table describes the compatibility of these packages with this Greenplum Database release. Tool packages are available from Pivotal Network. Table 4 Greenplum Database Tools Compatibility Client Package Description of Contents Client Version Server Versions Greenplum Clients Greenplum Connectivity Greenplum Loaders Greenplum Database Command-Line Interface (psql) Greenplum MapReduce (gpmapreduce) 1 Standard PostgreSQL Database Drivers (ODBC, JDBC) PostgreSQL Client C API (libpq) Greenplum Database Parallel Data Loading Tools (gpfdist, gpload) Greenplum Command Center Greenplum Database management tool gpmapreduce is not available on Windows. The Greenplum Database Client Tools, Load Tools, and Connectivity Tools are supported on the following platforms: AIX 5.3L (32-bit) AIX 5.3L and AIX 6.1 (64-bit) Apple OSX on Intel processors (32-bit) HP-UX 11i v3 (B.11.31) Intel Itanium (Client and Load Tools only) Red Hat Enterprise Linux i386 (RHEL 5) Red Hat Enterprise Linux x86_64 (RHEL 4) Red Hat Enterprise Linux x86_64 (RHEL 5 and RHEL 6) SUSE Linux Enterprise Server x86_64 (SLES 10 and SLES 11) Solaris 10 SPARC32 Solaris 10 SPARC64 Solaris 10 i386 Solaris 10 x86_64 Solaris 9 SPARC32 Windows 7 (32-bit and 64-bit) Windows Server 2003 R2 (32-bit and 64-bit) Windows Server 2008 R2 (64-bit) Greenplum Database Tools Compatibility 24
25 Windows XP (32-bit and 64-bit) Greenplum GPText GPText enables processing mass quantities of raw text data (such as social media feeds or databases) into mission-critical information that guides business and project decisions. GPText joins the Greenplum Database massively parallel-processing database server with Apache Solr enterprise search. GPText requires Greenplum Database. See the GPText release notes for the required version of Greenplum Database. Greenplum Database Extensions Compatibility Greenplum Database delivers an agile, extensible platform for in-database analytics, leveraging the system s massively parallel architecture. Greenplum Database enables turn-key in-database analytics with Greenplum extensions. You can download Greenplum extensions packages from Pivotal Network and install them using the Greenplum Packager Manager (gppkg). See the Greenplum Database Utility Guide for details. Note that Greenplum Package Manager installation files for extension packages may release outside of standard Database release cycles. Therefore, for the latest install and configuration information regarding any supported database package/extension, go to the Support site and download Primus Article from our knowledge base (Requires a valid login to the EMC Support site). The following table provides information about the compatibility of the Greenplum Database Extensions and their components with this Greenplum Database release. Note that the PL/Python database extension is already included with the standard Greenplum Database distribution. Table 5 Greenplum Database Extensions Compatibility Greenplum Database Extension Extension Components Name Version PostGIS 2.0 for Greenplum Database 4.3.x.x PostGIS Proj Geos PostGIS 1.0 for Greenplum Database PostGIS Proj Geos PL/Java 1.1 for Greenplum Database 4.3.x.x PL/Java Based on Java JDK 1.6.0_26 Update 31 Greenplum Database Extensions Compatibility 25
26 Table 5 Greenplum Database Extensions Compatibility Greenplum Database Extension Extension Components Name Version PL/R 1.0 for Greenplum Database 4.3.x.x PL/R R PL/Perl 1.2 for Greenplum Database 4.3.x.x PL/Perl Based on PostgreSQL 9.1 Perl on RHEL 6.x on RHEL 5.x, SUSE 10 PL/Perl 1.1 for Greenplum Database PL/Perl Based on PostgreSQL 9.1 Perl on RHEL 5.x, SUSE 10 PL/Perl 1.0 for Greenplum Database PL/Perl Based on PostgreSQL 9.1 Perl on RHEL 5.x, SUSE 10 Pgcrypto 1.1 for Greenplum Database 4.3.x.x Pgcrypto Based on PostgreSQL 8.3 MADlib 1.5 for Greenplum Database 4.3.x.x MADlib Based on MADlib version 1.8 Greenplum Database 4.3 supports these minimum Greenplum Database extensions package versions. Table 6 Greenplum Database 4.3 Package Version Greenplum Database Extension Minimum Package Version PostGIS PL/Java 1.1 PL/Perl 1.2 PL/R 1.0 Pgcrypto 1.1 MADlib 1.5 Package File Naming Convention For Greenplum Database 4.3, this is the package file naming format. pkgname-ver_pvpkg-version_gpdbrel-os-version-arch.gppkg This example is the package name for a postgis package. postgis-ossv2.0.3_pv2.0_gpdb4.3-rhel5-x86_64.gppkg Greenplum Database Extensions Compatibility 26
27 pkgname-ver - The package name and optional version of the software that was used to create the package extension. If the package is based on open source software, the version has format ossvversion. The version is the version of the open source software that the package is based on. For the postgis package, ossv2.0.3 specifies that the package is based on postgis version pvpkg-version - The package version. The version of the Greenplum Database package. For the postgis package, pv2.0 specifies that the Greenplum Database package version is 2.0. gpdbrel-os-version-arch - The compatible Greenplum Database release. For the postgis package, gpdb4.3-rhel5-x86_64 specifies that package is compatible with Greenplum Database 4.3 on Red Hat Enterprise Linux version 5.x, x86 64-bit architecture. Hadoop Distribution Compatibility This table lists the Hadoop extensions compatibility matrix: Table 7 Hadoop Extensions Compatibility Hadoop Distribution Version Pivotal HD Pivotal HD Greenplum HD Greenplum HD 1.1 Greenplum HD 1.2 Cloudera cdh3u2 1. A distribution of Hadoop 2.0 cdh3u4 CDH4.1 with MRv1 Greenplum MR Greenplum MR 1.0 Greenplum MR 1.2 Note: With Greenplum Database and later, installing the gnet package is not required to use the gphdfs protocol that accesses data from Hadoop file systems. The jar file for the extensions, the libraries, and the documentation for the gphdfs extensions required to connect to Hadoop file systems is bundled with Greenplum Database. The files are installed in $GPHOME/lib/hadoop. Hadoop Distribution Compatibility 27
28 Greenplum Database Documentation For the latest Greenplum Database documentation go to Pivotal Documentation. Greenplum documentation is provided in PDF format. Table 8 Greenplum Database Documentation Title Greenplum Database Release Notes Greenplum Database 4.3 Installation Guide Greenplum Database 4.3 Administrator Guide 1 Greenplum Database 4.3 Reference Guide Greenplum Database 4.3 Utility Guide Greenplum Database 4.3 Client Tools for UNIX Greenplum Database 4.3 Client Tools for Windows Greenplum Database 4.3 Connectivity Tools for UNIX Greenplum Database 4.3 Connectivity Tools for Windows Greenplum Database 4.3 Load Tools for UNIX Greenplum Database 4.3 Load Tools for Windows Revision A04 A02 A01 A02 A02 A02 A02 A02 A02 A02 A02 Greenplum Command Center Administrator Guide A01 1. For Greenplum Database release 4.3.1, the Greenplum Database Administrator Guide combines the information from the Greenplum Database Database Administrator Guide and the Greenplum Database System Administrator Guide that are available for previous Greenplum Database releases. Greenplum Database Documentation 28
29 Copyright 2015 Pivotal Software, Inc. All rights reserved. Pivotal Software, Inc. believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED "AS IS." PIVOTAL SOFTWARE, INC. ("Pivotal") MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any Pivotal software described in this publication requires an applicable software license. All trademarks used herein are the property of Pivotal or their respective owners. Greenplum Database Documentation 29
Welcome to Pivotal Greenplum Database 4.3.2.1 1
Rev: A02 Updated: March 23, 2015 Welcome to Pivotal Greenplum Database 4.3.2.1 Greenplum Database is a massively parallel processing (MPP) database server that supports next generation data warehousing
Welcome to Pivotal Greenplum Database 4.3.2 1
Rev: A02 Updated: March 23, 2015 Welcome to Pivotal Greenplum Database 4.3.2 Greenplum Database is a massively parallel processing (MPP) database server that supports next generation data warehousing and
The Data Computing Division of EMC
The Data Computing Division of EMC P/N: 300-013-261 Rev: A01 Updated: November 23, 2011 Welcome to Greenplum Database 4.2 Greenplum Database is a massively parallel processing (MPP) database server designed
Pivotal HAWQ 1.2.1 Release Notes
Pivotal HAWQ 1.2.1 Release Notes Rev: A03 Published: September 15, 2014 Updated: November 12, 2014 Contents About the Pivotal HAWQ Components What's New in the Release Supported Platforms Installation
Pivotal Greenplum Database
PRODUCT DOCUMENTATION Pivotal Greenplum Database Version 4.3 Rev: A06 2015 Pivotal Software, Inc. Copyright Notice Copyright Copyright 2015 Pivotal Software, Inc. All rights reserved. Pivotal Software,
PRODUCT DOCUMENTATION. Greenplum Database. Version 4.3. Administrator Guide. Rev: A01. 2014 Pivotal Software, Inc.
PRODUCT DOCUMENTATION Greenplum Database Version 4.3 Administrator Guide Rev: A01 2014 Pivotal Software, Inc. Copyright 2014 Pivotal Software, Inc. All rights reserved. Pivotal Software, Inc. believes
PGP Command Line Version 10.3 Release Notes
PGP Command Line Version 10.3 Release Notes Page 1 of 6 PGP Command Line Version 10.3 Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information
Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00
Oracle Essbase Integration Services Release 9.3.3.0.00 Readme To view the most recent version of this Readme, see the 9.3.x documentation library on Oracle Technology Network (OTN) at http://www.oracle.com/technology/documentation/epm.html.
Installation Guide. SAP Control Center 3.3
Installation Guide SAP Control Center 3.3 DOCUMENT ID: DC01002-01-0330-01 LAST REVISED: November 2013 Copyright 2013 by SAP AG or an SAP affiliate company. All rights reserved. No part of this publication
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
Greenplum Database (software-only environments): Greenplum Database (4.0 and higher supported, 4.2.1 or higher recommended)
P/N: 300-014-087 Rev: A01 Updated: April 3, 2012 Welcome to Command Center Command Center is a management tool for the Big Data Platform. Command Center monitors system performance metrics, system health,
PGP Command Line Version 10.0 Release Notes
PGP Command Line Version 10.0 Release Notes Thank you for using this PGP Corporation product. These Release Notes contain important information regarding this release of PGP Command Line. PGP Corporation
Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department
Ahsay Replication Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department October 9, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author:
JAMF Software Server Installation Guide for Linux. Version 8.6
JAMF Software Server Installation Guide for Linux 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.
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
Content Server Installation Guide
Content Server Installation Guide Version 5.3 SP3 July 2006 Copyright 1994-2006 EMC Corporation. All rights reserved. Table of Contents Preface... 11 Chapter 1 Server Installation Quick Start... 13 Installing
TIBCO Managed File Transfer Platform Server for UNIX Release Notes
TIBCO Managed File Transfer Platform Server for UNIX Release Notes Software Release 7.2.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.
Working with the Cognos BI Server Using the Greenplum Database
White Paper Working with the Cognos BI Server Using the Greenplum Database Interoperability and Connectivity Configuration for AIX Users Abstract This white paper explains how the Cognos BI Server running
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
Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014
Siebel Installation Guide for UNIX Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and related documentation
Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64
Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 http://www.suse.com 1 Table of Contents Introduction...3 Hardware and
IBM WebSphere Application Server Version 7.0
IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the
Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management
Administration guide Host software WinCCU Installation Complete gas volume and energy data management Contents 1 Introduction... 1 Safety first... 1 Warning... 1 Typographic conventions... 1 Product versioning...
IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide
IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide Note Before using
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
Supported Platforms HPE Vertica Analytic Database. Software Version: 7.2.x
HPE Vertica Analytic Database Software Version: 7.2.x Document Release Date: 2/4/2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the
Integrating VoltDB with Hadoop
The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.
Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014
Contents Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Copyright (c) 2012-2014 Informatica Corporation. All rights reserved. Installation...
Installation Guide. Release 3.1
Installation Guide Release 3.1 Publication number: 613P10303; September 2003 Copyright 2002-2003 Xerox Corporation. All Rights Reserverved. Xerox, The Document Company, the digital X and DocuShare are
Attix5 Pro Server Edition
Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.
PATROL Console Server and RTserver Getting Started
PATROL Console Server and RTserver Getting Started Supporting PATROL Console Server 7.5.00 RTserver 6.6.00 February 14, 2005 Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.
2 Installing Privileged User Manager 2.3
NetIQ Privileged User Manager 2.3.2 Release Notes January, 2013 1 Documentation The following sources provide information about Privileged User Manager: Privileged User Manager 2.3 Documentation Site (http://www.novell.com/documentation/
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
NetIQ Identity Manager Setup Guide
NetIQ Identity Manager Setup Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE
CA Identity Manager. Installation Guide (WebLogic) r12.5 SP8
CA Identity Manager Installation Guide (WebLogic) r12.5 SP8 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation
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
CA ARCserve Backup for Windows
CA ARCserve Backup for Windows Agent for Microsoft SharePoint Server Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for
Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014
Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and
Reconfiguring VMware vsphere Update Manager
Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a
PUBLIC Installation: SAP Mobile Platform Server for Linux
SAP Mobile Platform 3.0 SP11 Document Version: 1.0 2016-06-09 PUBLIC Content 1.... 4 2 Planning the Landscape....5 2.1 Installation Worksheets....6 3 Installing SAP Mobile Platform Server....9 3.1 Acquiring
Symantec NetBackup Getting Started Guide. Release 7.1
Symantec NetBackup Getting Started Guide Release 7.1 21159722 Contents NetBackup Getting Started Guide... 5 About NetBackup... 5 How a NetBackup system works... 6 How to make a NetBackup system work for
Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc.
Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc. Preface Preface This guide describes the features and operations of Cybozu Garoon Version 3.1.0. Who Should Use This
IBRIX Fusion 3.1 Release Notes
Release Date April 2009 Version IBRIX Fusion Version 3.1 Release 46 Compatibility New Features Version 3.1 CLI Changes RHEL 5 Update 3 is supported for Segment Servers and IBRIX Clients RHEL 5 Update 2
OpenGeo Suite for Linux Release 3.0
OpenGeo Suite for Linux Release 3.0 OpenGeo October 02, 2012 Contents 1 Installing OpenGeo Suite on Ubuntu i 1.1 Installing OpenGeo Suite Enterprise Edition............................... ii 1.2 Upgrading.................................................
TECHNICAL NOTE. Technical Note P/N 300-999-649 REV 03. EMC NetWorker Simplifying firewall port requirements with NSR tunnel Release 8.
TECHNICAL NOTE EMC NetWorker Simplifying firewall port requirements with NSR tunnel Release 8.0 and later Technical Note P/N 300-999-649 REV 03 February 6, 2014 This technical note describes how to configure
SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07. Patch 3.x Update Guide
SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07 Table of Contents 1 Document History....3 2 Introduction....4 2.1 About this Document....4 2.1.1 Constraints....4
EMC Data Protection Search
EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes
vsphere Upgrade vsphere 6.0 EN-001721-03
vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,
CA ARCserve Backup for Windows
CA ARCserve Backup for Windows Agent for Sybase Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation
New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support...
Informatica Corporation B2B Data Exchange Version 9.5.0 Release Notes June 2012 Copyright (c) 2006-2012 Informatica Corporation. All rights reserved. Contents New Features... 1 Installation... 3 Upgrade
Synchronizer Installation
Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient
PRODUCT DOCUMENTATION. Greenplum Database. Version 4.2. Getting Started. Rev: A01. 2014 GoPivotal, Inc.
PRODUCT DOCUMENTATION Greenplum Database Version 4.2 Getting Started Rev: A01 2014 GoPivotal, Inc. Copyright 2014 GoPivotal, Inc. All rights reserved. GoPivotal, Inc. believes the information in this publication
24x7 Scheduler Multi-platform Edition 5.2
24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table
AWS Schema Conversion Tool. User Guide Version 1.0
AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may
This guide specifies the required and supported system elements for the application.
System Requirements Contents System Requirements... 2 Supported Operating Systems and Databases...2 Features with Additional Software Requirements... 2 Hardware Requirements... 4 Database Prerequisites...
Greenplum Performance Monitor 4.0 Administrator Guide
The Data Computing Division of EMC Greenplum Performance Monitor 4.0 Administrator Guide P/N: 300-011-542 Rev: A02 Copyright 2010 EMC Corporation. All rights reserved. EMC believes the information in this
EMC GREENPLUM DATABASE
EMC GREENPLUM DATABASE Driving the future of data warehousing and analytics Essentials A shared-nothing, massively parallel processing (MPP) architecture supports extreme performance on commodity infrastructure
External Data Connector (EMC Networker)
Page 1 of 26 External Data Connector (EMC Networker) TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS INSTALLATION (WINDOWS) INSTALLATION (UNIX) GETTING STARTED Perform a Discovery Perform a Migration ADVANCED
soliddb Fundamentals & Features Copyright 2013 UNICOM Global. All rights reserved.
Fundamentals & Features Copyright 2013 UNICOM Global. All rights reserved. Relational Database Software Powers Enterprise Applications ERP CRM Data Warehousing General Ledger, Cash Management, Accounts
SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases.
SQL Databases Course by Applied Technology Research Center. 23 September 2015 This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. Oracle Topics This Oracle Database: SQL
Supported Platforms. HP Vertica Analytic Database. Software Version: 7.1.x
HP Vertica Analytic Database Software Version: 7.1.x Document Release Date: 10/14/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
Reconfiguring VMware vsphere Update Manager
Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a
Moving to Plesk Automation 11.5
Moving to Plesk Automation 11.5 Last updated: 2 June 2015 Contents About This Document 4 Introduction 5 Preparing for the Move 7 1. Install the PA Moving Tool... 8 2. Install Mail Sync Software (Windows
Parallels Virtuozzo Containers 4.6 for Windows
Parallels Parallels Virtuozzo Containers 4.6 for Windows Upgrade Guide Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International
Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/7/2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
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
Big Data Operations Guide for Cloudera Manager v5.x Hadoop
Big Data Operations Guide for Cloudera Manager v5.x Hadoop Logging into the Enterprise Cloudera Manager 1. On the server where you have installed 'Cloudera Manager', make sure that the server is running,
HP ProLiant Essentials Vulnerability and Patch Management Pack Release Notes
HP ProLiant Essentials Vulnerability and Patch Management Pack Release Notes Supported platforms... 2 What s new in version 2.1... 2 What s new in version 2.0.3... 2 What s new in version 2.0.2... 2 What
VMware vcenter Update Manager Administration Guide
VMware vcenter Update Manager Administration Guide Update 1 vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document
System Requirements - CommNet Server
System Requirements - CommNet Page 1 of 11 System Requirements - CommNet The following requirements are for the CommNet : Operating System Processors Microsoft with Service Pack 4 Microsoft Advanced with
insync Installation Guide
insync Installation Guide 5.2 Private Cloud Druva Software June 21, 13 Copyright 2007-2013 Druva Inc. All Rights Reserved. Table of Contents Deploying insync Private Cloud... 4 Installing insync Private
FileMaker 11. ODBC and JDBC Guide
FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
The release notes provide details of enhancements and features in Cloudera ODBC Driver for Impala 2.5.30, as well as the version history.
Cloudera ODBC Driver for Impala 2.5.30 The release notes provide details of enhancements and features in Cloudera ODBC Driver for Impala 2.5.30, as well as the version history. The following are highlights
Deltek Costpoint 7.1.1. New Installation Guide for Microsoft SQL Server
Deltek Costpoint 7.1.1 New Installation Guide for Microsoft SQL Server March 28, 2016 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical
Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08
Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product
Netezza PureData System Administration Course
Course Length: 2 days CEUs 1.2 AUDIENCE After completion of this course, you should be able to: Administer the IBM PDA/Netezza Install Netezza Client Software Use the Netezza System Interfaces Understand
Basic Installation of the Cisco Collection Manager
CHAPTER 3 Basic Installation of the Cisco Collection Manager Introduction This chapter gives the information required for a basic installation of the Cisco Collection Manager and the bundled Sybase database.
Sawmill Log Analyzer Best Practices!! Page 1 of 6. Sawmill Log Analyzer Best Practices
Sawmill Log Analyzer Best Practices!! Page 1 of 6 Sawmill Log Analyzer Best Practices! Sawmill Log Analyzer Best Practices!! Page 2 of 6 This document describes best practices for the Sawmill universal
Isilon OneFS. Version 7.2.1. OneFS Migration Tools Guide
Isilon OneFS Version 7.2.1 OneFS Migration Tools Guide Copyright 2015 EMC Corporation. All rights reserved. Published in USA. Published July, 2015 EMC believes the information in this publication is accurate
Installation Instructions for Version 8 (TS M1) of the SAS System for Microsoft Windows
Installation Instructions for Version 8 (TS M1) of the SAS System for Microsoft Windows Table of Contents Chapter 1, Introduction...1 Terminology and Symbols Used in this Document...1 SASROOT Directory...1
Automated Process Center Installation and Configuration Guide for UNIX
Automated Process Center Installation and Configuration Guide for UNIX Table of Contents Introduction... 1 Lombardi product components... 1 Lombardi architecture... 1 Lombardi installation options... 4
HP Operations Manager Software for Windows Integration Guide
HP Operations Manager Software for Windows Integration Guide This guide documents the facilities to integrate EnterpriseSCHEDULE into HP Operations Manager Software for Windows (formerly known as HP OpenView
Pivotal Greenplum Command Center
PRODUCT DOCUMENTATION Pivotal Greenplum Command Center Version 1.2.2 Administrator Guide Rev: A02 July 14, 2014 2014 Pivotal Software, Inc. Copyright Copyright 2014 Pivotal Software, Inc. All Rights reserved.
HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2
HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and
Sage 100 ERP. Installation and System Administrator s Guide
Sage 100 ERP Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the
How To Install Acronis Backup & Recovery 11.5 On A Linux Computer
Acronis Backup & Recovery 11.5 Server for Linux Update 2 Installation Guide Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone are
PGP Command Line Version 10.2 Release Notes
PGP Command Line Version 10.2 Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of PGP Command Line. Symantec
Zenoss Resource Manager ZenUp Installation and Administration
Zenoss Resource Manager ZenUp Installation and Administration Zenoss Resource Manager ZenUp Installation and Administration Copyright 2014 Zenoss, Inc. All rights reserved. Redistribution or duplication
CA ARCserve Backup for Windows
CA ARCserve Backup for Windows Agent for Sybase Guide r16.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation
VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server
Technical Note VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server This document discusses ways to maintain the VirtualCenter database for increased performance and manageability.
Quick Start Guide for VMware and Windows 7
PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the
Installation & Configuration Guide
Installation & Configuration Guide Bluebeam Studio Enterprise ( Software ) 2014 Bluebeam Software, Inc. All Rights Reserved. Patents Pending in the U.S. and/or other countries. Bluebeam and Revu are trademarks
Websense Support Webinar: Questions and Answers
Websense Support Webinar: Questions and Answers Configuring Websense Web Security v7 with Your Directory Service Can updating to Native Mode from Active Directory (AD) Mixed Mode affect transparent user
SSIM Database Extension Pack 4.0 for Oracle on Linux Installation Guide
SSIM Database Extension Pack 4.0 for Oracle on Linux Installation Guide SSIM Database Extension Pack 4.0 for Oracle on Linux Installation Guide The software described in this book is furnished under a
2. Installation and System requirements
RELEASE NOTES F-Secure Anti-Virus for Windows Servers Version 9.00 build 333 Copyright 1993-2010 F-Secure Corporation. All Rights Reserved. Portions Copyright 2004 BackWeb Technologies Inc. This product
Prerequisites and Configuration Guide
Prerequisites and Configuration Guide Informatica Support Console (Version 2.0) Table of Contents Chapter 1: Overview.................................................... 2 Chapter 2: Minimum System Requirements.................................
Signiant Agent installation
Signiant Agent installation Release 11.3.0 March 2015 ABSTRACT Guidelines to install the Signiant Agent software for the WCPApp. The following instructions are adapted from the Signiant original documentation
Greenplum Database 4.2 System Administrator Guide. Rev: A15
Greenplum Database 4.2 System Administrator Guide Rev: A15 Copyright 2014 Pivotal Software, Inc. All rights reserved. Pivotal Software, Inc. believes the information in this publication is accurate as
Administration Guide - Documentum idataagent (DB2)
Page 1 of 65 Administration Guide - Documentum idataagent (DB2) TABLE OF CONTENTS OVERVIEW Introduction Key Features Supported Environments Full Range of Backup and Recovery Options Scheduling Efficient
