日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

Step by Step Oracle RAC on Veritas DBE/AC

在Solaris中安裝Veritas DBAC for Oracle RAC


一、 安裝Solaris 9 8/03版本,由于該版本是Solaris操作系統(tǒng)的最新版,所以不需要在安裝補(bǔ)丁程序 。
二、 使用Sun公司發(fā)布的補(bǔ)丁盤,安裝SUNWsan軟件包和補(bǔ)丁包
三、 為要安裝Oracle RAC的Sun V880設(shè)置好網(wǎng)絡(luò)
主機(jī)A:
機(jī)器名:rac1
網(wǎng)卡 eri0:192.0.0.101/255.255.255.0 用于做心跳網(wǎng)卡2
網(wǎng)卡 ge0:192.0.1.101/255.255.255.0 用于做心跳網(wǎng)卡1
網(wǎng)卡 ce0:172.39.199.101/255.255.255.0 用于做對外服務(wù)網(wǎng)卡

主機(jī)A具體配置文件如下:
l /etc/hosts文件的內(nèi)容:
#
# Internet host table
#
127.0.0.1 localhost
192.168.0.101 rac1 loGhost a.b
192.168.0.102 rac2
192.168.1.101 rac1-ge0
172.39.199.101 rac1-ce0

l /etc/netmasks文件的內(nèi)容
#
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
#
# network-number netmask
#
# The term network-number refers to a number obtained from the Internet Network
# Information Center. Currently this number is restricted to being a class
# A, B, or C network number. In the future we should be able to support
# arbitrary network numbers per the Classless Internet Domain Routing
# guidelines.
#
# Both the network-number and the netmasks are specifIEd in
# "decimal dot" notation, e.g:
#
# 128.32.0.0 255.255.255.0
#
192.168.0.0 255.255.255.0
172.39.199.0 255.255.255.0

l /etc/hostname.eri0文件的內(nèi)容:
rac1

l /etc/hostname.ge0文件的內(nèi)容:
rac1-ge0

l /etc/hostname.ce0文件的內(nèi)容:
rac1-ce0

l /etc/hosts.equiv文件的內(nèi)容:


l /etc/notrouter文件是一個(gè)空文件

l /etc/defaultrouter文件的內(nèi)容
172.16.199 。254

l /.rhosts文件的內(nèi)容
rac1
rac2


主機(jī)B:
機(jī)器名:rac2
網(wǎng)卡 eri0:192.0.0.102/255.255.255.0 用于做心跳網(wǎng)卡2
網(wǎng)卡 ge0:192.0.1.102/255.255.255.0 用于做心跳網(wǎng)卡1
網(wǎng)卡 ce0:172.39.199.102/255.255.255.0 用于做對外服務(wù)網(wǎng)卡

具體配置文件如下:
l /etc/hosts文件的內(nèi)容:
#
# Internet host table
#
127.0.0.1 localhost
192.168.0.102 rac2 loghost a.b
192.168.0.101 rac1
192.168.1.102 rac2-ge0
172.39.199.102 rac2-ce0

l /etc/netmasks文件的內(nèi)容
#
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
#
# network-number netmask
#
# The term network-number refers to a number obtained from the Internet Network
# Information Center. Currently this number is restricted to being a class
# A, B, or C network number. In the future we should be able to support
# arbitrary network numbers per the Classless Internet Domain Routing
# guidelines.
#
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
#
# 128.32.0.0 255.255.255.0
#
192.168.0.0 255.255.255.0
172.39.199.0 255.255.255.0

l /etc/hostname.eri0文件的內(nèi)容:
rac2

l /etc/hostname.ge0文件的內(nèi)容:
rac2-ge0

l /etc/hostname.ce0文件的內(nèi)容:
rac2-ce0

l /etc/hosts.equiv文件的內(nèi)容:


l /etc/notrouter文件是一個(gè)空文件

l /etc/defaultrouter文件的內(nèi)容
172.16.199.254

l /.rhosts文件的內(nèi)容
rac1
rac2


四、 為兩臺主機(jī)的超級用戶加上如下環(huán)境變量

l 在文件/ 。Profile中加上以下內(nèi)容
PATH=/sbin:/usr/sbin:/usr/bin:/usr/lib/vxvm/bin:/usr/lib/fs/vxfs:/opt/VRTSvxfs/sbin:
/opt/VRTSvcs/bin:/opt/VRTSvcs/rac/bin:/opt/VRTSob/bin:$PATH
export PATH

MANPATH=/usr/share/man:/opt/VRTS/man
export MANPATH


五、 使用超級用戶的身份登錄到系統(tǒng)RAC1上,將VERITAS DBE/AC for Oracle9i RAC software介質(zhì)放入RAC1的CDROM中,等待一會(huì)后,運(yùn)行Veritas安裝腳本 。

推薦閱讀