db2在linux Redhat下安装与配置
Linux Redhat下db2数据库的安装与配置
工具/原料
Redhat+db2
一、安装配置环境
1、db2软件存放在/etc/local目录下#uname -a#uname -r#cat /etc/redhat-release




2、创建DAS# cd /opt/ibm/db2/V10.5/instance/./dascrt -u dasusr1

四、配置DB2服务器的TCP/IP通信
1、设置DB2服务器的通信协议

3、更新服务器数据库管理文件db2 get dbm cfg |grep SVCENAME

5、创建数据库#db2 create db test using codeset UTF-8 territory CN pagesize 8192#db2 connect to test
