db2runtime client 명령 설치 절차 (centos6.5)
3834 단어 db2
db2 runtime 클라이언트 다운로드 여기에서 다운로드합니다. htp://www01. 이 bm. 코 m / 쏙 rt / 드 cゔぃ에 w. ws? rs=4020 & 우이 d=swg27016878
설치 절차
작업 디렉토리를 만들고 파일 다운로드
# mkdir -p /usr/local/src/db2
# cd /usr/local/src/db2
# wget https://delivery04.dhe.ibm.com/sdfdl/v2/sar/CM/IM/0484o/1/Xa.2/Xb.jusyLTSp44S03Qn8vfBmd5K0OhKFJiIiHFtZ2AP8B8Lr3L-llHNelzh70k8/Xc.CM/IM/0484o/1/v10.5fp3_linuxx64_rtcl.tar.gz/Xd./Xf.LPR.D1vk/Xg.7668188/Xi.habanero/XY.habanero/XZ.Us5BghDaqrSnub5wDCd5dGdJYhY/v10.5fp3_linuxx64_rtcl.tar.gz
다운로드한 파일 추출
# tar xvf v10.5fp3_linuxx64_rtcl.tar.gz
설치
# cd rtcl/
# ./db2_install
갑자기 경고가 나왔지만 이대로 돌진
DBI1324W db2_install コマンドのサポートは推奨されていませ
ん。 詳しくは、DB2 インフォメーション・センターを参照してくださ
い。
製品のインストール用のデフォルト・ディレクトリー - /opt/ibm/db2/V10.5
다음 로그
デフォルト・ディレクトリー (/opt/ibm/db2/V10.5) にインストールしますか? [yes/no]
yes
fixpack 설치
# ./installFixPack -y
다음 확인 화면이 나타납니다.
ベース・インストール・ディレクトリーの絶対パスを入力してください:
-------------------------------------------------------
/opt/ibm/db2/V10.5
フィックスパックのために別のインストール・ディレクトリーを選択しますか? [yes/no]
------------------------------------------------------------------------------------
no
인스턴스 만들기
# /opt/ibm/db2/V10.5/instance/db2icrt -a server -u db2inst1 db2inst1
# /opt/ibm/db2/V10.5/instance/db2iset -l
db2inst1
db2의 심볼릭 링크 작성
# /opt/ibm/db2/V10.5/cfg/db2ln
연결 테스트
기본적으로 아무 것도 설정하지 않으면 db2inst1 계정으로만 로그인할 수 있습니다. 다른 계정으로 연결하려면 db2inst1
# su - db2inst1
$ db2
(c) Copyright IBM Corporation 1993,2007
Command Line Processor for DB2 Client 10.5.3
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 =>
보충
이번에는 OS의 db2inst1 계정으로 db2 클라이언트를 시작하도록 했습니다. 계정의 .bashrc에서 읽어주세요.
.bashrc
----
# The following three lines have been added by UDB DB2.
if [ -f /home/db2inst1/sqllib/db2profile ]; then
. /home/db2inst1/sqllib/db2profile
fi
왠지, 영어판이 되어 있지만, 뭐, 어떠세요. .
Reference
이 문제에 관하여(db2runtime client 명령 설치 절차 (centos6.5)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/hit/items/1a149ef7dc5e7e61ec5c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)