search
HomeDatabaseMysql Tutorial从DB2 V9.7到V10.1升级过程实录

DB2 V10.1 增加了很多新的特性和改进,很多用户由于业务系统的需要,希望将 DB2 从之前的老版本升级到 V10.1。本文以 DB2 V9.7 到 DB2 V10.1 的升级为例来讲解具体的升级过程。

IBM DB2 V10.1 for Linux, Unix, and Windows,简称 DB2 V10.1,是 IBM 在 Linux,Unix 和 Windows 平台上的企业级产品 DB2 for LUW 的最新版本,它已于 2012 年 4 月正式发布。DB2 V10.1 提供了很多新的功能特性以及对一些老的 DB2 特性做了加强,关于 DB2 V10.1 的新特性,可以从三方面来介绍一些新功能:

  • 低成本:在存储成本上,V10.1 引入了自适应压缩功能,对 9.7 中表压缩再次增强,在原有表压缩的基础上将数据再压缩 40% - 50%。在管理成本上,V10.1 增强了索引管理功能,并引入多温区存储特性,针对不同的数据使用热度将数据放置在不同级别的存储中,便于优化管理。在运营成本上,V10.1 加入了很多性能增强功能,如实时数据仓库和快速查询响应等。
  • 高可靠性:在工作负载管理增强功能方面,引入数据标签,增强调度。在安全性增强功能方面加入了行列数据访问权限控制,并支持多备用节点的 HADR 部署。V10.1 支持 pureScale 特性,它包括集群集成管理器和集群缓存设备,提供了强大的处理能力和透明的应用扩展,且其服务是连续可用的。
  • 高可用性:V10.1 的 SQL 性能得到全面提升,具有更好的 SQL 兼容能力。V10.1 集成了 IBM Data Studio 客户端工具和 Optim 工具,以取代 DB2 控制中心和其它停用工具的核心客户端工具。V10.1 支持基于时间变化的数据管理,支持 INGEST 数据连续导入工具,增加了 RDF 图表存储特性。

很多用户由于业务系统的需要,希望将 DB2 从老版本升级到 V10.1。如果要让 DB2 环境组件在 DB2 V10.1 上顺利运行,那么你可能需要对这些环境组件进行升级。DB2 环境包含几个组件,例如,DB2 、DB2 客户机、数据库应用程序和例程。对这些组件进行升级时,你需要了解 DB2 数据库产品及其升级概念。本文主要以 DB2 V9.7 到 DB2 V10.1 的升级为例来讲解具体的升级过程。

升级前准备

升级之前,客户需要考虑升级条件是否具备,然后制定升级计划。

检查升级条件

主要从两方面来检查是否支持 DB2 升级到 V10.1 版本。在 DB2 版本方面,只支持直接从 DB 9.5 之后(含)的版本升级,如果是更低的版本如 DB2 9.1,需要先升级到 9.5 或 9.7,然后再升级到 V10.1。在操作系统方面,DB2 V10.1 在软件、通信、磁盘和内存方面对不同操作系统有不同的最低要求,因此应当确保所选操作系统满足这些要求。本文不详细介绍不同操作系统安装 V10.1 的所有要求。DB2 安装软件中提供了一个很好的工具 db2prereqcheck 来检查系统是否满足安装先决条件,而不必直接开始安装特定的 DB2 版本。此命令检查先决条件,例如,操作系统级别、客户机或特定于 DB2 pureScale 特性的要求等等。

清单 1. Windowns 系统上 db2prereqcheck 命令输出

				
D: \database >db2prereqcheck.exe 

========================================================================== 
Checking DB2 prerequisites for DB2 database version 10.1.0.0 on operating system 
"Windows"
Required minimum version : Windows 2008 Server SP 2 
Actual version detected: Windows 2008 Server SP 1 
OS is Windows Server 
ERROR: Requirement not matched. 

Requirement not matched for DB2 database server . Version: "10.1.0.0". 

Requirement not matched for DB2 database server . Version: "10.1.0.0". 

Requirement not matched for DB2 database server . Version: "10.1.0.0". 
Summary of prerequisites that are not met on the current system: 
Required minimum version : Windows 2008 Server SP 2 
Actual version detected: Windows 2008 Server SP 1 

DB2 version 9.8.0.4 is not supported on the current platform. 
DB2 version 9.8.0.3 is not supported on the current platform. 
DB2 version 9.8.0.2 is not supported on the current platform.

如果 db2prereqcheck 执行成功,说明此系统满足所有的安装条件。如果发现条件不符合,那么将会返回如清单 1 所示的错误信息,列出所有安装的先决条件。客户就需要根据错误信息,逐一满足,直至运行此工具不再出现错误信息为止。

实际上,如果运行不带任何参数的 db2prereqcheck 命令,那么该命令将检查系统是否满足所有 DB2 发行版和修订包的先决条件。要检查系统是否满足特定 DB2 版本的先决条件,要运行带有 -v 参数的 db2prereqcheck 命令。对于 DB2 pureScale 特性安装,需使用 -p 选项。对于客户机安装,需使用 -c 选项。

清单 2. Aix 系统上 db2prereqcheck 命令输出

				
# ./db2prereqcheck -p -v 10.1.0.0 

========================================================================== 
Checking DB2 prerequisites for DB2 database version 10.1.0.0 on operating system 
"AIX"

Validating kernel level ... 
Required minimum operating system kernel level : "6.1". 
Actual operating system kernel level: "6.1". 
Requirement matched. 

Validating AIX technology level and service pack ... 
Required minimum technology level: 6 Service pack: 5 
Actual technology level: 6 Service pack: 5 
Requirement matched. 

Validating XL C/C++ Runtime ... 
Required minimum XL C/C++ Runtime level:  11.1.0.1 
Actual version:  11.1.0.1 
Requirement matched. 

Validating uDAPL ... 
Required minimum uDAPL level:  6.1.6.15 
Actual version:  6.1.6.0 
ERROR: Requirement not matched. 

Requirement not matched for DB2 database server with DB2 pureCluster feature. 
Version: "10.1.0.0". 
Summary of prerequisites that are not met on the current system: 
Required minimum uDAPL level:  6.1.6.15 
Actual version:  6.1.6.0

需要注意的是:db2prereqcheck 可以检查 DB2 安装的大部分升级条件,但是并不会检测 DB2 服务器升级的磁盘空间要求。在 Linux 和 UNIX 操作系统上,建议在 /tmp 目录中有 2 GB 的可用空间。此外,你需要了解系统环境中具有几个组件,如 DB2 服务器、DB2 客户机、数据库应用程序、脚本、例程和工具,在规划升级时需要彻底了解每个组件的迁移过程。

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
深入理解MySQL索引优化器工作原理深入理解MySQL索引优化器工作原理Nov 09, 2022 pm 02:05 PM

本篇文章给大家带来了关于mysql的相关知识,其中主要介绍了关于索引优化器工作原理的相关内容,其中包括了MySQL Server的组成,MySQL优化器选择索引额原理以及SQL成本分析,最后通过 select 查询总结整个查询过程,下面一起来看一下,希望对大家有帮助。

sybase是什么数据库sybase是什么数据库Sep 22, 2021 am 11:39 AM

sybase是基于客户/服务器体系结构的数据库,是一个开放的、高性能的、可编程的数据库,可使用事件驱动的触发器、多线索化等来提高性能。

db2和oracle语法有什么区别db2和oracle语法有什么区别Jul 05, 2023 am 10:39 AM

db2和oracle语法区别:1、SQL语法差异,虽然db2和oracle都使用结构化查询语言,但它们在语法方面存在一些差异;2、db2和oracle拥有不同的数据类型;3、外键约束定义,db2可以定义在创建表时或者使用“ALTER TABLE”语句后添加,oracle需要在创建表时一起定义;4、db2和oracle存储过程和函数的语法也存在一些区别。

visual foxpro数据库文件是什么visual foxpro数据库文件是什么Jul 23, 2021 pm 04:53 PM

visual foxpro数据库文件是管理数据库对象的系统文件。在VFP中,用户数据是存放在“.DBF”表文件中;VFP的数据库文件(“.DBC”)中不存放用户数据,它只起将属于某一数据库的 数据库表与视图、连接、存储过程等关联起来的作用。

数据库系统的构成包括哪些数据库系统的构成包括哪些Jul 15, 2022 am 11:58 AM

数据库系统由4个部分构成:1、数据库,是指长期存储在计算机内的,有组织,可共享的数据的集合;2、硬件,是指构成计算机系统的各种物理设备,包括存储所需的外部设备;3、软件,包括操作系统、数据库管理系统及应用程序;4、人员,包括系统分析员和数据库设计人员、应用程序员(负责编写使用数据库的应用程序)、最终用户(利用接口或查询语言访问数据库)、数据库管理员(负责数据库的总体信息控制)。

microsoft sql server是什么软件microsoft sql server是什么软件Feb 28, 2023 pm 03:00 PM

microsoft sql server是Microsoft公司推出的关系型数据库管理系统,是一个全面的数据库平台,使用集成的商业智能(BI)工具提供了企业级的数据管理,具有使用方便可伸缩性好与相关软件集成程度高等优点。SQL Server数据库引擎为关系型数据和结构化数据提供了更安全可靠的存储功能,使用户可以构建和管理用于业务的高可用和高性能的数据应用程序。

数据库的什么是指数据的正确性和相容性数据库的什么是指数据的正确性和相容性Jul 04, 2022 pm 04:59 PM

数据库的“完整性”是指数据的正确性和相容性。完整性是指数据库中数据在逻辑上的一致性、正确性、有效性和相容性。完整性对于数据库系统的重要性:1、数据库完整性约束能够防止合法用户使用数据库时向数据库中添加不合语义的数据;2、合理的数据库完整性设计,能够同时兼顾数据库的完整性和系统的效能;3、完善的数据库完整性有助于尽早发现应用软件的错误。

mysql查询慢的因素除了索引,还有什么?mysql查询慢的因素除了索引,还有什么?Jul 19, 2022 pm 08:22 PM

mysql查询为什么会慢,关于这个问题,在实际开发经常会遇到,而面试中,也是个高频题。遇到这种问题,我们一般也会想到是因为索引。那除开索引之外,还有哪些因素会导致数据库查询变慢呢?

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),