Install db2 6.3 development edition in linux 9.7

Source: Internet
Author: User

Install db2 6.3 development edition in linux 9.7. decompress db2 www.2cto.com cd/home tar-xzvf db2exc_971_LNX_x86.tar.gz3. install cd/home/expc /. /db2_install4. add User groupadd db2grp useradd-g db2grp-d/home/db2admin-m db2admin useradd-g db2grp-d/home/db2user-m db2user passwd db2admin passwd db2user5. create the db2 Service Manager cd/opt/ibm/db2/V9.7/instance. /dascrt-u db2user. /db2icrt-u db2admin db2admin5.5 set DB2 to automatically start cd/opt/ibm/db2/V9.7/instance. /db2iauto-on db2admin6. enable the service su db2admin db2start -- db2stop7. configure db2 db2set-all db2set DB2COMM = TCPIP db2set DB2AUTOSTART = YES db2 update database manager configuration using svcename 50000 quit db2stop db2start8. initial database SAMPLE cd/home/db2admin/sqllib/bin db2sampl9. modify iptables-A RH-Firewall-1-INPUT-m state -- state NEW-m tcp-p tcp -- dport 50000-j ACCEPT 10. restart reboot

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.