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

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://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一区二区三区在线| 美女视频一区二区三区在线观看| 国产精品99久久久久久人| 天堂中文在线官网在线| 欧美黄片免费在线视频| 国产91对白在线观看| 日韩欧美国产麻豆一区精品| 美女张开腿让男人插进去| 黄片视频免费在线观看播放| 日本高清久久一区二区三区| 中文字幕中文字幕久久不卡| 国产高清av免费在线播放| 亚洲中文字幕乱码熟女在线| 深夜视频在线观看成人| 欧美中文字幕在线精品| 成年人正常性生活频率| 丰满人妻中出av在线| 亚洲第一毛片免费在线观看| 丰满人妻的诱惑中文字幕| 亚洲国产日韩欧美在线| 亚洲天堂av一区二区在线| 日韩一区二区三区中文字幕| 国产亚洲精品久久久闺蜜| av资源中文字幕在线天堂| 久久久久久亚洲精品人妻| 风韵丰满熟妇老熟女啪啪| 亚洲精品黄色片中文字幕| 日本经典三级在线视频|