欧美一级特黄大片做受成人-亚洲成人一区二区电影-激情熟女一区二区三区-日韩专区欧美专区国产专区

db2客戶端的安裝步驟

這篇文章主要講解了“db2客戶端的安裝步驟”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“db2客戶端的安裝步驟”吧!

創(chuàng)新互聯(lián)公司2013年成立,先為阜南等服務(wù)建站,阜南等地企業(yè),進(jìn)行企業(yè)商務(wù)咨詢服務(wù)。為阜南企業(yè)網(wǎng)站制作PC+手機(jī)+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問題。

[root@ps1 ~]# cd /soft/

[root@ps1 soft]# ll

total 583484

-rw-r--r-- 1 root root 597487185 Oct 26 10:34 v10.5fp8_linuxx64_client.tar.gz

1 解壓

[root@ps1 soft]# tar -zxvf v10.5fp8_linuxx64_client.tar.gz

client/

client/db2setup

...

client/db2/.client

[root@ps1 soft]# ll

total 583484

drwxr-xr-x 4 root root       144 Sep  3  2016 client

-rw-r--r-- 1 root root 597487185 Oct 26 10:34 v10.5fp8_linuxx64_client.tar.gz

2 安裝

[root@ps1 soft]# cd client/

[root@ps1 client]# ls

db2  db2_deinstall  db2_install  db2ls  db2prereqcheck  db2setup  ibm_im  installFixPack

[root@ps1 client]#

[root@ps1 client]#

[root@ps1 client]#

[root@ps1 client]# ./db2_install

Requirement not matched for DB2 database "Server" . Version: "10.5.0.8".

Summary of prerequisites that are not met on the current system:

   DBT3514W  The db2prereqcheck utility failed to find the following 32-bit library file: "/lib/libpam.so*".

DBT3514W  The db2prereqcheck utility failed to find the following 32-bit library file: "libstdc++.so.6".

DBI1324W  Support of the db2_install command is deprecated.

Default directory for installation of products - /opt/ibm/db2/V10.5

***********************************************************

Install into default directory (/opt/ibm/db2/V10.5) ? [yes/no]

yes

Requirement not matched for DB2 database "Server" . Version: "10.5.0.8".

Summary of prerequisites that are not met on the current system:

   DBT3514W  The db2prereqcheck utility failed to find the following 32-bit library file: "/lib/libpam.so*".

DBT3514W  The db2prereqcheck utility failed to find the following 32-bit library file: "libstdc++.so.6".

DB2 installation is being initialized.

 Total number of tasks to be performed: 29

Total estimated time for all tasks to be performed: 829 second(s)

Task #1 start

Description: Checking license agreement acceptance

Estimated time 1 second(s)

Task #1 end

Task #2 start

Description: Base Client Support for installation with root privileges

Estimated time 3 second(s)

Task #2 end

Task #3 start

Description: Product Messages - English

Estimated time 14 second(s)

Task #3 end

Task #4 start

Description: Base client support

Estimated time 323 second(s)

Task #4 end

Task #5 start

Description: Java Runtime Support

Estimated time 158 second(s)

Task #5 end

Task #6 start

Description: Java Help (HTML) - English

Estimated time 7 second(s)

Task #6 end

Task #7 start

Description: Java support

Estimated time 12 second(s)

Task #7 end

Task #8 start

Description: SQL procedures

Estimated time 3 second(s)

Task #8 end

Task #9 start

Description: Java Common files

Estimated time 18 second(s)

Task #9 end

Task #10 start

Description: Control Center Help (HTML) - English

Estimated time 13 second(s)

Task #10 end

Task #11 start

Description: IBM Software Development Kit (SDK) for Java(TM)

Estimated time 50 second(s)

Task #11 end

Task #12 start

Description: DB2 LDAP support

Estimated time 4 second(s)

Task #12 end

Task #13 start

Description: DB2 Instance Setup wizard

Estimated time 20 second(s)

Task #13 end

Task #14 start

Description: Spatial Extender client

Estimated time 3 second(s)

Task #14 end

Task #15 start

Description: Base application development tools

Estimated time 35 second(s)

Task #15 end

Task #16 start

Description: DB2 Update Service

Estimated time 4 second(s)

Task #16 end

Task #17 start

Description: Replication tools

Estimated time 61 second(s)

Task #17 end

Task #18 start

Description: Global Secure ToolKit Crypto

Estimated time 28 second(s)

Task #18 end

Task #19 start

Description: itlm

Estimated time 3 second(s)

Task #19 end

Task #20 start

Description: Command Line Processor Plus

Estimated time 6 second(s)

Task #20 end

Task #21 start

Description: First Steps

Estimated time 3 second(s)

Task #21 end

Task #22 start

Description: Product Signature for DB2 Client

Estimated time 7 second(s)

Task #22 end

Task #23 start

Description: Setting DB2 library path

Estimated time 180 second(s)

Task #23 end

Task #24 start

Description: Executing control tasks

Estimated time 20 second(s)

Task #24 end

Task #25 start

Description: Updating global registry

Estimated time 20 second(s)

Task #25 end

Task #26 start

Description: Updating the db2ls and db2greg link

Estimated time 1 second(s)

Task #26 end

Task #27 start

Description: Setting default global profile registry variables

Estimated time 1 second(s)

Task #27 end

Task #28 start

Description: Initializing instance list

Estimated time 5 second(s)

Task #28 end

Task #29 start

Description: Registering DB2 Update Service

Estimated time 30 second(s)

Task #29 end

Task #30 start

Description: Updating global profile registry

Estimated time 3 second(s)

Task #30 end

The execution completed successfully.

For more information see the DB2 installation log at

"/tmp/db2_install.log.65670".

3 創(chuàng)建

注意:/etc/hosts下必須有主機(jī)名和IP的對應(yīng)關(guān)系,否則創(chuàng)建可能失敗

如:

[db2inst1@ps1 ~]$ cat /etc/hosts

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4

::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

192.168.29.181  ps1

[root@ps1 client]# cd /opt/ibm/db2/V10.5/instance/

[root@ps1 instance]# ls

common    db2dbmchk  db2icrt        db2idefs        db2iexec  db2imchk    db2iset    db2iuadm        db2iupgrade        db2iver    db2uit    sdSharedFileList

db2chkf   db2icknm   db2icrt_local  db2idrop        db2iinfo  db2instcfg  db2isetup  db2iupdt        db2iupgrade_local  db2prechk  disp_msg

db2clpid  db2ickts   db2idbm        db2idrop_local  db2ilist  db2ipcld    db2isrv    db2iupdt_local  db2iutil           db2ssh     native

[root@ps1 instance]# useradd db2inst1

[root@ps1 instance]# ./db2icrt db2inst1

DBI1446I  The db2icrt command is running.

DB2 installation is being initialized.

Total number of tasks to be performed: 4

Total estimated time for all tasks to be performed: 309 second(s)

Task #1 start

Description: Setting default global profile registry variables

Estimated time 1 second(s)

Task #1 end

Task #2 start

Description: Initializing instance list

Estimated time 5 second(s)

Task #2 end

Task #3 start

Description: Configuring DB2 instances

Estimated time 300 second(s)

Task #3 end

Task #4 start

Description: Updating global profile registry

Estimated time 3 second(s)

Task #4 end

The execution completed successfully.

For more information see the DB2 installation log at "/tmp/db2icrt.log.94605".

DBI1070I  Program db2icrt completed successfully.

[root@ps1 instance]#

[root@ps1 instance]#

[root@ps1 instance]#

4 驗(yàn)證

[root@ps1 instance]# su  - db2inst1

Last login: Fri Oct 26 10:49:26 CST 2018 on pts/2

[db2inst1@ps1 ~]$ db2

(c) Copyright IBM Corporation 1993,2007

Command Line Processor for DB2 Client 10.5.8

You can issue database manager commands and SQL statements from the command

prompt. For example:

    db2 => connect to sample

    db2 => bind sample.bnd

For general help, type: ?.

For command help, type: ? command, where command can be

the first few keywords of a database manager command. For example:

 ? CATALOG DATABASE for help on the CATALOG DATABASE command

 ? CATALOG          for help on all of the CATALOG commands.

To exit db2 interactive mode, type QUIT at the command prompt. Outside

interactive mode, all commands must be prefixed with 'db2'.

To list the current command option settings, type LIST COMMAND OPTIONS.

For more detailed help, refer to the Online Reference Manual.

db2 => quit

DB20000I  The QUIT command completed successfully.

感謝各位的閱讀,以上就是“db2客戶端的安裝步驟”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對db2客戶端的安裝步驟這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點(diǎn)的文章,歡迎關(guān)注!

網(wǎng)頁題目:db2客戶端的安裝步驟
文章來源:http://www.aaarwkj.com/article28/pdhecp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供自適應(yīng)網(wǎng)站網(wǎng)頁設(shè)計(jì)公司、營銷型網(wǎng)站建設(shè)、Google網(wǎng)站改版、定制網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)
声入人心第一季在线观看| 中文字幕国产精品综合| 一区二区三区中文在线播放| 国产精品国产一级国产av| 91精品啪在线观看国产日本| 日韩亚洲天堂视频免费观看| 国产又猛又黄又爽无遮挡| 综合久久久精品国产亚洲av| 日韩美女后入式在线视频| 日韩欧美短视频在线观看| 高颜值紧身牛仔裤国产精品| 日韩视频在线不卡观看| 成人av在线播放亚洲| 久久最新视频中文字幕| 欧美日韩亚洲中文字幕| 婷婷激情六月中文字幕| 青青草成年人免费视频| 欧美日韩亚洲高清专区| 国产亚洲精品视频二区| 日本大胆高清人体艺术| 日本亚洲一区二区在线观看| 妇女人妻丰满少妇中文字幕| 国产姐弟操大率悠荡笕| 韩国黄色理论片一区二区麻豆| 亚洲av区一区二区三| 午夜av在线毛片免费观看| 亚洲另类综合日韩一区| 国产午夜亚洲精品福利| 亚洲成人日韩成人av| 欧美日韩国产亚洲免费| 亚洲丰满性感美女av| 伊人久久大香线蕉av网站| 国内熟妇人妻色在线三级| 亚洲午夜av久久乱码| 少妇激情一区二区三区免费视频 | 欧美一区二区三区va| 亚洲国产精品97视频| av天堂久久人妻精品加勒比| 日本五十路亲子在线一区| 国产日韩精品免费在线| 91高清国产在线播放|