迁移背景 源端 AIX 5.3.0.0 DB2 V9.1 目标端 SUSE 11.4 DB2 V9.7 迁移步骤 1. 导出源端数据库对象DDL [db2inst1]# db2look -d DBNAME -e -a -l -x -f -o DBNAME.ddl 2. 使用db2move导出源端数据
阅读全文
posted @ 2022-11-03 09:24
随笔分类 - DB2
摘要:
迁移背景 源端 AIX 5.3.0.0 DB2 V9.1 目标端 SUSE 11.4 DB2 V9.7 迁移步骤 1. 导出源端数据库对象DDL [db2inst1]# db2look -d DBNAME -e -a -l -x -f -o DBNAME.ddl 2. 使用db2move导出源端数据
阅读全文
posted @ 2022-11-03 09:24
摘要:
查看状态 查看主机状态 [db2inst1@member1 ~]$ db2 "select varchar(hostname, 10) as host, varchar(state,8) as state,varchar(instance_stopped, 7) as stopped, alert
阅读全文
posted @ 2022-09-19 13:01
摘要:
DB2 pureScale在线备份与恢复
阅读全文
posted @ 2022-09-19 12:03
摘要:
RedHat Linux 6.5部署DB2 10.5.0.10 pureScale
阅读全文
posted @ 2022-09-16 16:22
摘要:
ERROR: An error occurred while compiling IBM General Parallel File System(GPFS) Portability Layer (GPL) on host "cf1". Return code "3".
阅读全文
posted @ 2022-09-15 10:56
摘要:
通过DB2 HADR+TSAMP(IBM® Tivoli® System Automation for Multiplatforms)实现DB2高可用。
阅读全文
posted @ 2022-09-14 09:20
摘要:
DB2客户端连接数据库报错:SQL30082N Security processing failed with reason "15" ("PROCESSING FAILURE"). 处理
阅读全文
posted @ 2022-08-11 17:17
摘要:
DB2服务器CPU使用率高,可以通过以下方式去分析。DB2 V9.5版本以前是多进程,想看哪个进程占用CPU和内存高分别使用ps aux --sort=-%cpu和ps aux --sort=-rss,V9.5版本以后是单进程多线程。 查看db2sysc进程的PID [db2inst1]# ps -
阅读全文
posted @ 2022-01-22 16:15
摘要:
介绍DB2 SNAPSHOT MONITOR的使用
阅读全文
posted @ 2022-01-20 22:33
摘要:
Error SQL20249N The statement was not processed because the package named "NULLID.SQLC2K26" needs to be explicitly rebound
阅读全文
posted @ 2021-03-22 22:46
摘要:
通过SQL与HTML的结合,将DB2巡检结果以html形式呈现出来。
阅读全文
posted @ 2021-01-27 15:12
|
||