Categories
- Android (3)
- Cloud Computing (4)
- Development (13)
- Linux (31)
- Uncategorized (31)
- WordPress (5)
Tags
Archives
-
Random Posts
Delicious Bookmarks
- Sending/receiving a Large size of message 2010/08/30
- Linux: How To Clear The Cache From Memory 2010/08/26
- Ejabberd-Cluster Database Configuration 2010/08/21
- How to: Find the inode size of an ext2 / ext3 filesystem 2010/08/21
- Ubuntu Router 2010/08/21
- HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc. 2010/08/21
Google Reader Shares
Richard's GR ShareLinks
Meta
Monthly Archives: October 2004
Install DB2 v8.x on Linux silently
在Linux上安装IBM DB2 v8.x,实在用不着使用GUI,因为一则太慢,另则可能因为JRE版本的问题,而无法启动GUI,比如,一个比较实际的例子,在RHEL 3.0 U3上,就无法启动DB2 v8.1/v8.1.2的GUI安装向导,而DB2 v8.2就可以。 以下介绍的DB2 v8.1 silent installation在SLES9上完成。 1,安装组件包。ESE为必需项,ADMCL是administrative server组件。 # ./db2_install -p DB2.ESE # ./db2_install -p DB.ADMCL 2,安装可用的fixpack 若有fixpack需要安装的话,记住在create instance之前就创建,否则打了新的fixpack后,还需要对已存在的instance进行维护。 3,Create an administrative server 若在第一步中安装了ADMCL组件包,那么就需要执行此项操作。 # groupadd dasadm1 # useradd -d /home/dasusr1 -g dasadm1 -m dasusr1 … Continue reading
Posted in Linux
Leave a comment