数据库版本:db2 Express-C

操作系统版本:Red Hat 6.5

1.首先下载并解压安装包:[root@dbserver tmp]#tar -xzvf db2_v101_linuxx64_expc.tar.gz

2.安装:

[root@dbserver v101]#cd /tmp/expc/

[root@dbserver expc]#./db2_install -b /opt/ibm/db2/v101

DBI1324W  Support of the db2_install command is deprecated. For

more information, see the DB2 Information Center.

DB2 installation is being initialized.--------安装开始啦,接下来需要等待一段时间。

Total number of tasks to be performed: 35

Total estimated time for all tasks to be performed: 1198 second(s)

Task #1 start

Description: Checking license agreement acceptance

Estimated time 1 second(s)

Task #1 end

Task #2 start

Description: Base Client Support for installation with root privileges

Estimated time 3 second(s)

Task #2 end

Task #3 start

Description: Product Messages - English

Estimated time 13 second(s)

Task #3 end

Task #4 start

Description: Base client support

Estimated time 231 second(s)

Task #4 end

Task #5 start

Description: Java Runtime Support

Estimated time 153 second(s)

Task #5 end

Task #6 start

Description: Java Help (HTML) - English

Estimated time 7 second(s)

Task #6 end

Task #7 start

Description: Base server support for installation with root privileges

Estimated time 7 second(s)

Task #7 end

Task #8 start

Description: Global Secure ToolKit

Estimated time 60 second(s)

Task #8 end

Task #9 start

Description: Java support

Estimated time 12 second(s)

Task #9 end

Task #10 start

Description: SQL procedures

Estimated time 3 second(s)

Task #10 end

Task #11 start

Description: ICU Utilities

Estimated time 59 second(s)

Task #11 end

Task #12 start

Description: Java Common files

Estimated time 18 second(s)

Task #12 end

Task #13 start

Description: Base server support

Estimated time 366 second(s)

Task #13 end

Task #14 start

Description: DB2 data source support

Estimated time 6 second(s)

Task #14 end

Task #15 start

Description: Spatial Extender server support

Estimated time 16 second(s)

Task #15 end

Task #16 start

Description: DB2 LDAP support

Estimated time 4 second(s)

Task #16 end

Task #17 start

Description: DB2 Instance Setup wizard

Estimated time 19 second(s)

Task #17 end

Task #18 start

Description: Integrated Flash Copy Support

Estimated time 3 second(s)

Task #18 end

Task #19 start

Description: Communication support - TCP/IP

Estimated time 3 second(s)

Task #19 end

Task #20 start

Description: Base application development tools

Estimated time 35 second(s)

Task #20 end

Task #21 start

Description: DB2 Update Service

Estimated time 4 second(s)

Task #21 end

Task #22 start

Description: EnterpriseDB code

Estimated time 4 second(s)

Task #22 end

Task #23 start

Description: Sample database source

Estimated time 4 second(s)

Task #23 end

Task #24 start

Description: DB2 Text Search

Estimated time 90 second(s)

Task #24 end

Task #25 start

Description: Command Line Processor Plus

Estimated time 6 second(s)

Task #25 end

Task #26 start

Description: First Steps

Estimated time 3 second(s)

Task #26 end

Task #27 start

Description: Product Signature for DB2 Express-C

Estimated time 3 second(s)

Task #27 end

Task #28 start

Description: Setting DB2 library path

Estimated time 180 second(s)

Task #28 end

Task #29 start

Description: Executing control tasks

Estimated time 20 second(s)

Task #29 end

Task #30 start

Description: Updating global registry

Estimated time 20 second(s)

Task #30 end

Task #31 start

Description: Starting DB2 Fault Monitor

Estimated time 10 second(s)

Task #31 end

Task #32 start

Description: Updating the db2ls link

Estimated time 1 second(s)

Task #32 end

Task #33 start

Description: Registering DB2 licenses

Estimated time 5 second(s)

Task #33 end

Task #34 start

Description: Setting default global profile registry variables

Estimated time 1 second(s)

Task #34 end

Task #35 start

Description: Initializing instance list

Estimated time 5 second(s)

Task #35 end

Task #36 start

Description: Registering DB2 Update Service

Estimated time 30 second(s)

Task #36 end

Task #37 start

Description: Updating global profile registry

Estimated time 3 second(s)

Task #37 end

The execution completed successfully.--------安装成功!~~~  ^___^

For more information see the DB2 installation log at

"/tmp/db2_install.log.9329".----------相关的安装信息可以在该提示中的日志文件中查看。

[root@dbserver expc]#db2ls-----------查看一下已经安装的版本

Install Path                       Level   Fix Pack   Special Install Number   Install Date                  Installer UID

---------------------------------------------------------------------------------------------------------------------

/opt/ibm/db2/v101                10.1.0.0        0                            Mon Jun  9 01:31:00 2014 CST             0

3.安装过程中报错处理

[root@dbserver expc]# ./db2_install -b /opt/ibm/db2/v101

DBI1324W  Support of the db2_install command is deprecated. For

more information, see the DB2 Information Center.

DB2 installation is being initialized.

The value provided for the installation path is not valid. The location

specified "/opt/ibm/db2/v101" exists and is not empty. Specify a new or empty

location.                       --------提示说安装路径存在,并且里面不是空的。

A major error occurred while installing "DB2 Express-C " on this computer. The

installation cannot continue. If the problem persists contact your technical

service representative.

For more information see the DB2 installation log at

"/tmp/db2_install.log.8003".

[root@dbserver expc]#cat /tmp/db2_install.log.8003 --------根据提示查看相关的日志

DB2 Setup log file started at:  Mon Jun  9 01:16:14 2014 CST

============================================================

Operating system information: Linux 2.6.18-274.el5xen.#1 SMP Fri Jul 8 17:45:44 EDT 2011 x86_64

ERROR: The value provided for the installation path is not valid. The location

specified "/opt/ibm/db2/v101" exists and is not empty. Specify a new or empty

location.                     ---------操作系统的提示,跟刚才的提示一样。

ERROR: The "db2_install" command failed. Ensure the command parameters are

valid, that errors reported in the log file are fixed, then rerun the command.

Post Install Recommendations

-----------------------------

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 Setup log file finished at:  Mon Jun  9 01:16:16 2014 CST

============================================================

最后将提示中路径下的内容清空即可正常安装啦!~~~

linux db2 64位下载,DB2(Linux 64位)安装教程相关推荐

  1. mysql8.0.20 64位安装教程_windows 64位下MySQL 8.0.15安装教程图文详解

    先去官网下载点击的MySQL的下载 下载完成后解压 解压完是这个样子 配置系统环境变量 复制解压后的mysql到C盘或者其他磁盘下 我们去系统的环境变量的path里添加一个mysql的配置  指向my ...

  2. 深度linux系统运行软件,Linux Deepin 2014 alpha下载(深度linux操作系统)V14.6.16 安装版...

    Linux Deepin 2014 alpha下载(深度linux操作系统)V14.6.16 安装版 Deepin 2014 Alpha –准备进入全新的深度世界 注意: 1:Alpha版本仍然是初期 ...

  3. win7 64位操作系统中Oracle 11g + plsql安装教程详解(图解)

    这篇文章主要介绍了win7 64位操作系统中Oracle 11g + plsql安装教程详解(图解),详细的介绍了Oracle 11g 安装的步骤,有兴趣的可以了解一下. 先去网上把下面列表里的文件下 ...

  4. linux/ubuntu下简单好用的python opencv安装教程 ( 解决 imshow, SIFT, SURF, CSRT使用问题)

    linux/ubuntu下简单好用的python opencv安装教程 ( 解决 imshow, SIFT, SURF, CSRT使用问题) 参考文章: (1)linux/ubuntu下简单好用的py ...

  5. 深度系统linux15.3 32位下载,深度linux下载-深度linux系统v15.3 正式版下载-955游戏网...

    深度linux系统说明 统一风格的桌面环境 别出心裁的图标设计,焕然一新的图形界面,自然.平滑的动画过渡效果,更有独树一帜的圆角窗口设计,精美绝伦的多任务视图,处处精心,只为给你细腻自然的品质体验. ...

  6. linux版本的qq下载地址,linux版本qq的安装

    tar xzvf linuxqq_v1.0.2_i386.tar.gz cd linuxqq_v1.0.2_i386 ./qq 运行出错解决 1 -bash: ./qq: /lib/ld-linux. ...

  7. linux基础知识ppt下载,《Linux基础知识》PPT课件.ppt

    <<Linux基础知识>PPT课件.ppt>由会员分享,可在线阅读,更多相关<<Linux基础知识>PPT课件.ppt(26页珍藏版)>请在装配图网上搜 ...

  8. 群晖linux怎么进入u盘,黑群晖菜鸟安装教程(一)制作U盘引导及软洗白!

    教程多都是参考网络上的一些大师们的教程做一些简化和把一些要点易出错的地方给大家指出,让大家能更快加入到群晖一起折腾. 什么是黑群晖 最简单的理解就是用普通的PC机安装了群晖NAS系统让普通的PC机可以 ...

  9. mysql32位库_mysql数据库32位下载-mysql数据库32位【支持win10/win7】5.7.17 官方最新版-东坡下载...

    mysql数据库在国内还是有很多的人都是在使用的,当然因为很多的系统都是不一样,就会出现很多的人需要不同系统的mysql数据库,下面的是为你免费的提供最新的mysql数据库32位,同时是支持win10 ...

  10. python官网下载步骤win10-win10系统python安装教程

    其他相关 win10系统,python安装,python_百度搜索if(window.bds&&bds.util&&bds.util.setContainerWidth ...

最新文章

  1. Python SQLite 用法
  2. 数据库系统为什么使用三级模式结构
  3. 针对web高并发量的处理
  4. leetcode 153. Find Minimum in Rotated Sorted Array | 153. 寻找旋转排序数组中的最小值(二分查找)
  5. 1025 反转链表 (25 分
  6. python之socket编程
  7. 终端IO--unix环境高级编程读书笔记
  8. camera一些常见名词缩写
  9. About The Idea Of Flipped
  10. HENU 1062 luerの切割(2018哈理工程序设计原题)
  11. Springboot + vue 实现导出word
  12. 计算机图形学之二维平移旋转缩放代码
  13. chrome扩展设置代理
  14. Keras中Conv1D和Conv2D的区别
  15. 在codecademy上学习Python
  16. STM32 HAL库学习笔记1-HAL库简介
  17. 南宁富士康c语言笔试题,富士康笔试题目
  18. 南阳理工学院ACM多乐赛暨16级退役纪念赛 A 食堂的座位
  19. 2021.5.5笔记 多态
  20. 阿里云上基于WordPress快速搭建个人博客

热门文章

  1. 【GPU结构与CUDA系列2】GPU硬件结构及架构分析:流多处理器SM,流处理器SP,示例架构分析
  2. 视频教程-js+ajax+jquery+easyui从入门到精通(项目实战)-JavaScript
  3. 西门子PLC控制器家族产品汇总
  4. 淘淘商城购物车服务和下单流程
  5. 固高运动控制卡的使用 1 启动程序以及环境(C#版)
  6. 带拼音的,城市筛选组件
  7. LinkedIn领英帐号被封(被限制登录)的解决办法
  8. Unity动态加载本地图片
  9. Maven下载安装配置详细过程
  10. 这届年轻人为什么都不爱看电视了?