Skip to content

Instantly share code, notes, and snippets.

@psftw
Created July 7, 2015 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psftw/36b0b08dfc604429a1f3 to your computer and use it in GitHub Desktop.
Save psftw/36b0b08dfc604429a1f3 to your computer and use it in GitHub Desktop.
db2express build error
DB2 Setup log file started at: Tue Jul 07 06:42:42 PM 2015 UTC
============================================================
Operating system information: Linux 3.13.0-52-generic.#86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64
Product to install: DB2 Express-C
Previously Installed Components:
Selected Components:
Base client support
Java support
SQL procedures
Base server support
DB2 data source support
Spatial Extender server support
DB2 LDAP support
DB2 Instance Setup wizard
Integrated Flash Copy Support
Spatial Extender client
Communication support - TCP/IP
Base application development tools
DB2 Update Service
Sample database source
DB2 Text Search
First Steps
Languages:
Target directory: /home/db2inst1/sqllib
Space required: 1089 MB
New instances:
Instance name: db2inst1
Instance user information:
User name: db2inst1
Checking license agreement acceptance :.......Success
Installing: BASE_CLIENT_NR
Installing: DB2_PRODUCT_MESSAGES_EN
Installing: BASE_CLIENT
Installing: JAVA_RUNTIME_SUPPORT
Installing: DB2_JAVA_HELP_EN
Installing: GSK
Installing: JAVA_SUPPORT
Installing: SQL_PROCEDURES
Installing: ICU_SUP
Installing: JAVA_COMMON_FILES
Installing: BASE_DB2_ENGINE
Installing: DB2_DATA_SOURCE_SUPPORT
Installing: SPATIAL_EXTENDER_SERVER_SUPPORT
Installing: LDAP_EXPLOITATION
Installing: INSTANCE_SETUP_SUPPORT
Installing: ACS
Installing: SPATIAL_EXTENDER_CLIENT_SUPPORT
Installing: COMMUNICATION_SUPPORT_TCPIP
Installing: APPLICATION_DEVELOPMENT_TOOLS
Installing: DB2_UPDATE_SERVICE
Installing: EDB
Installing: DB2_SAMPLE_DATABASE
Installing: TEXT_SEARCH
Installing: CLPPLUS
Installing: FIRST_STEPS
Installing: EXPC_PRODUCT_SIGNATURE
Installing DB2 file sets :.......Success
Executing control tasks :.......Success
Updating global registry :.......Success
Registering DB2 licenses :.......Success
The value "DB2_COMPATIBILITY_VECTOR=MYS" was set in the Profile Registry.
Setting default global profile registry variables :.......Success
Initializing instance list :.......Success
The instance "db2inst1" has been created successfully.
ERROR: SQL1220N The database manager failed to allocate shared memory.
ERROR: An error occurred while trying to start the "db2inst1" instance. The
return code is "2" and the SQL Message is: "PROCESS_ERROR"
ERROR: An error occurred while configuring the instance "db2inst1".
Configuring DB2 instances :.......Failure
Registering DB2 Update Service :.......Success
Updating global profile registry :.......Success
WARNING: A minor error occurred while installing "DB2 Express-C " on this
computer. Some features may not function correctly.
Post-installation instructions
-------------------------------
Required steps:
There were some errors detected during DB2 installation. To collect the information files from the system, run the "db2support -install" command with the proper options before reporting the problem to IBM service. For information regarding the usage of the db2support tool, check the DB2 Information Center.
DB2 Text Search has not been configured for the instance "db2inst1".To automatically configure DB2 text search services, run the db2iupdt command (or the db2nrupdt command for non-root installations) specifying the -j "TEXT_SEARCH" option.Manual configuration steps can be found in the DB2 Text Search documentation "http://publib.boulder.ibm.com/infocenter/db2luw/v10r5/topic/com.ibm.db2.luw.admin.ts.doc/doc/t0052968.html".
Optional steps:
Some features, such as OS-based authentication, DB2 High Availability, and configuring the DB2 Advanced Copy Services (ACS) directory are available only in root installations. Also, reserving service names for TCP/IP remote connection or DB2 Text Search is available only in root installations. To enable these features and abilities in non-root installations, run the db2rfe script as the root user with a configuration file. See /home/db2inst1/sqllib/instance/db2rfe.cfg for an example of the configuration file.
To start using the DB2 instance "db2inst1", you must set up the DB2 instance environment by sourcing db2profile (for Bourne or Korn shell) or db2cshrc (for C shell) in the sqllib directory with the command ". $HOME/sqllib/db2profile" or "source $HOME/sqllib/db2cshrc". $HOME represents the home directory of the DB2 instance. You can also open a new login window of the DB2 instance user.
To validate your installation files, instance, and database functionality, run the Validation Tool, /home/db2inst1/sqllib/bin/db2val. For more information, see "db2val" in the DB2 Information Center.
Refer to "What's new" http://publib.boulder.ibm.com/infocenter/db2luw/v10r5/topic/com.ibm.db2.luw.wn.doc/doc/c0052035.html in the DB2 Information Center to learn about the new functions for DB2 V10.5.
Verify that you have access to the DB2 Information Center based on the choices you made during this installation. If you performed a typical or a compact installation, verify that you can access the IBM Web site using the internet. If you performed a custom installation, verify that you can access the DB2 Information Center location specified during the installation.
Ensure that you have the correct license entitlements for DB2 products and features installed on this machine. Each DB2 product or feature comes with a license certificate file (also referred to as a license key) that is distributed on an Activation CD, which also includes instructions for applying the license file. If you purchased a base DB2 product, as well as, separately priced features, you might need to install more than one license certificate. The Activation CD for your product or feature can be downloaded from Passport Advantage if it is not part of the physical media pack you received from IBM. For more information about licensing, search the Information Center (http://publib.boulder.ibm.com/infocenter/db2luw/v10r5/index.jsp) using terms such as "license compliance", "licensing" or "db2licm".
To use your DB2 database product, you must have a valid license. For information about obtaining and applying DB2 license files, see http://pic.dhe.ibm.com/infocenter/db2luw/v10r5/topic/com.ibm.db2.luw.qb.server.doc/doc/c0061199.html.
DB2 Setup log file finished at: Tue Jul 07 06:44:08 PM 2015 UTC
============================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment