欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

Oracle11gR2構(gòu)建RAC之(3)--安裝grid前環(huán)境檢測

Oracle 11gR2構(gòu)建RAC之(3)--安裝grid前環(huán)境檢測

讓客戶滿意是我們工作的目標,不斷超越客戶的期望值來自于我們對這個行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價值的長期合作伙伴,公司提供的服務(wù)項目有:空間域名、虛擬主機、營銷軟件、網(wǎng)站建設(shè)、本溪網(wǎng)站維護、網(wǎng)站推廣。

系統(tǒng)環(huán)境:

操作系統(tǒng):RedHat EL5

Cluster: Oracle GI(Grid Infrastructure)

Oracle:  Oracle 11.2.0.1.0


如圖所示:RAC 系統(tǒng)架構(gòu)

Oracle 11gR2構(gòu)建RAC之(3)--安裝grid前環(huán)境檢測

三、安裝GI之前,可以以grid用戶的身份對環(huán)境進行檢測。

以grid 用戶的身份校驗安裝環(huán)境(在grid的安裝軟件包目錄下)

[grid@node1 grid]$ ./runcluvfy.sh stage -pre crsinst -n node1,node2 -fixup -verbose
  ---在檢測中會提示,“failed”的位置,需要fixup.
1、需要安裝的軟件包(all nodes)
配置yum安裝環(huán)境:
[root@node1 yum.repos.d]# cp rhel-debuginfo.repo yum.repo
[root@node1 yum.repos.d]# ls
rhel-debuginfo.repo  yum.repo
[root@node1 yum.repos.d]# cat yum.repo 
[Base]
name=Red Hat Enterprise Linux 
baseurl=file:///media/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
掛載linux ISO 光盤:
[root@node1 yum.repos.d]#mount /dev/hdc  /media 
安裝軟件:
libaio-devel.i386 0:0.3.106-5 
sysstat.i386 0:7.0.2-3.el5   
unixODBC-2.2.11-7.1
unixODBC-devel-2.2.11-7.1
unixODBC-kde-2.2.11-7.1
2、配置用戶之間的信任關(guān)系(oracle和grid)
建立節(jié)點之間oracle 、grid 用戶之間的信任(通過ssh 建立公鑰和私鑰)
=====Oracle==========
1)生成密鑰對(all nodes)
[oracle@node1 ~]$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/oracle/.ssh/id_rsa): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/oracle/.ssh/id_rsa.
Your public key has been saved in /home/oracle/.ssh/id_rsa.pub.
The key fingerprint is:
64:a6:4a:77:db:33:a4:aa:6e:ca:8f:5f:2f:77:0f:40 oracle@node1
[oracle@node1 ~]$ ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/home/oracle/.ssh/id_dsa): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/oracle/.ssh/id_dsa.
Your public key has been saved in /home/oracle/.ssh/id_dsa.pub.
The key fingerprint is:
7c:41:b5:0f:81:06:ad:30:07:4f:8b:1a:9b:94:68:14 oracle@node1
2)配置信任關(guān)系
[oracle@node1 ~]$ ls .ssh
id_dsa  id_dsa.pub  id_rsa  id_rsa.pub  known_hosts
[oracle@node1 ~]$ cat .ssh/id_rsa.pub >>.ssh/authorized_keys
[oracle@node1 ~]$ cat .ssh/id_dsa.pub >>.ssh/authorized_keys
[oracle@node1 ~]$ ssh node2 cat .ssh/id_rsa.pub >>.ssh/authorized_keys
oracle@node2's password: 
[oracle@node1 ~]$ ssh node2  cat .ssh/id_dsa.pub >>.ssh/authorized_keys
oracle@node2's password: 
[oracle@node1 ~]$ scp .ssh/authorized_keys node2:~/.ssh
oracle@node2's password: 
authorized_keys                             100% 1992     2.0KB/s   00:00  
3)驗證信任關(guān)系  (all nodes)
[oracle@node1 ~]$ ssh node2 date
Thu May  2 14:46:30 CST 2013
[oracle@node1 ~]$ ssh node2-priv date
The authenticity of host 'node2-priv (10.10.10.2)' can't be established.
RSA key fingerprint is 16:28:88:50:27:30:92:cb:49:be:55:61:f6:c2:a1:3f.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'node2-priv,10.10.10.2' (RSA) to the list of known hosts.
Thu May  2 14:47:03 CST 2013
[oracle@node1 ~]$ ssh node1 date
Thu May  2 14:48:19 CST 2013
[oracle@node1 ~]$ ssh node1-priv date
The authenticity of host 'node1-priv (10.10.10.1)' can't be established.
RSA key fingerprint is 39:04:88:3b:54:34:3c:34:d2:df:74:37:fe:5f:92:2d.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'node1-priv,10.10.10.1' (RSA) to the list of known hosts.
Thu May  2 14:48:35 CST 2013
=========grid===========
步驟同oracle 一樣
@至此,GI安裝之前的準備工作基本完成。

網(wǎng)站名稱:Oracle11gR2構(gòu)建RAC之(3)--安裝grid前環(huán)境檢測
網(wǎng)址分享:http://chinadenli.net/article18/jeisgp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供外貿(mào)建站、關(guān)鍵詞優(yōu)化自適應(yīng)網(wǎng)站、域名注冊動態(tài)網(wǎng)站、ChatGPT

廣告

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

外貿(mào)網(wǎng)站建設(shè)
国产精品一区二区视频大全| 麻豆视频传媒入口在线看| 久久人人爽人人爽大片av| 日韩免费午夜福利视频| 丰满人妻一二三区av| 免费一区二区三区少妇| 久久国产精品亚州精品毛片| 精品一区二区三区中文字幕| 久久精品中文字幕人妻中文| 日韩欧美三级视频在线| 精品欧美日韩一区二区三区| 午夜久久精品福利视频| 午夜视频免费观看成人| 国产午夜精品亚洲精品国产| 少妇淫真视频一区二区| 二区久久久国产av色| 麻豆蜜桃星空传媒在线观看| 久草热视频这里只有精品| 亚洲视频一区自拍偷拍另类| 黄色片国产一区二区三区| 久久这里只精品免费福利| 风间中文字幕亚洲一区| 成人国产激情福利久久| 日韩精品综合福利在线观看| 色婷婷视频国产一区视频| 国产一区二区三区丝袜不卡 | 99少妇偷拍视频在线| 精品亚洲香蕉久久综合网| 成年女人午夜在线视频| 夫妻性生活动态图视频| 亚洲淫片一区二区三区| 我要看日本黄色小视频| 中文字幕中文字幕在线十八区| 亚洲精品高清国产一线久久| 黄片免费在线观看日韩| 国产精品午夜福利免费在线| 久久大香蕉一区二区三区| 亚洲熟女熟妇乱色一区| 国产精品亚洲欧美一区麻豆| 亚洲欧美日本成人在线| 欧美中文字幕一区在线|