日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > linux >内容正文

linux

oracle linux rdac,redhat 6.4 安装RDAC

發布時間:2023/12/19 linux 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 oracle linux rdac,redhat 6.4 安装RDAC 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

linux安裝oracle RAC的時候,掛載lun的時候,需要安裝多路徑軟件RDAC,具體步驟如下:

1,安裝需要的package:

tar -zxvf rdac-LINUX-09.03.0C05.0652-source.tar.gz

cd linuxrdac-09.03.0C05.0652/

若沒有支持6.4的安裝包,可以下載6.3的,能用

2,之后需要make,make install,但是缺少package,所以需要使用yum 安裝kernel-devel,gcc之類的包

yum install kernel-devel

yum install gcc*

3,需要在rdac解壓目錄中執行如下步驟

make

make install

4,make install之后根據提示修改/boot/efi/EFI/redhat/grub.conf中的內容,redhat的版本不一樣,

修改的文件也不一樣,redhat6.4修改的是/boot/efi/EFI/redhat/grub.conf這個文件。

添加內容如下(粗體部分為新加或修改內容):

[root@wlcspdb1 ~]# more /boot/efi/EFI/redhat/grub.conf

# grub.conf generated by anaconda

#

# Note that you do not have to rerun grub after making changes to this file

# NOTICE: You have a /boot partition. This means that

# all kernel and initrd paths are relative to /boot/, eg.

# root (hd0,1)

# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root

# initrd /initrd-[generic-]version.img

#boot=/dev/sda1

device (hd0) HD(1,800,64000,a95fad7f-eb1f-4880-bc69-fb51af11b6bc)

default=1#(原來是default=0,添加新的title之后,改為1)

timeout=5

splashp_w_picpath=(hd0,1)/grub/splash.xpm.gz

hiddenmenu

title Red Hat Enterprise Linux (2.6.32-358.el6.x86_64)

root (hd0,1)

kernel /vmlinuz-2.6.32-358.el6.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_NO_LUKS rd_NO_MD rd_LVM_LV=VolGroup/lv_swap crashkernel=128M LANG=zh_CN.UTF-8 rd_LVM_LV=VolGr

oup/lv_root KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet

initrd /initramfs-2.6.32-358.el6.x86_64.img

title Red Hat Linux (2.6.32-358.el6.x86_64) with MPP support

root (hd0,1)

kernel /vmlinuz-2.6.32-358.el6.x86_64 ro root=/dev/mapper/VolGroup-lv_root rhgb quiet

initrd /mpp-2.6.32-358.el6.x86_64.img

5,

[root@wlcspdb1 ~]# lsmod

Module Size Used by

fuse 69253 2

oracleasm 53464 1

autofs4 26513 3

sunrpc 260521 1

cpufreq_ondemand 10544 32

acpi_cpufreq 7763 0

freq_table 4936 2 cpufreq_ondemand,acpi_cpufreq

mperf 1557 1 acpi_cpufreq

ip6t_REJECT 4628 2

nf_conntrack_ipv6 8748 2

nf_defrag_ipv6 11182 1 nf_conntrack_ipv6

xt_state 1492 2

nf_conntrack 79357 2 nf_conntrack_ipv6,xt_state

ip6table_filter 2889 1

ip6_tables 19458 1 ip6table_filter

ipv6 321422 268 ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6

vfat 10552 1

fat 54992 1 vfat

uinput 7992 0

cdc_ether 8366 0

usbnet 19035 1 cdc_ether

mii 5376 1 usbnet

microcode 112653 0

i2c_i801 11167 0

i2c_core 31084 1 i2c_i801

iTCO_wdt 14990 0

iTCO_vendor_support 3088 1 iTCO_wdt

shpchp 32778 0

igb 177845 0

ptp 9447 1 igb

pps_core 10706 1 ptp

ioatdma 58226 80

dca 7101 2 igb,ioatdma

ext4 363408 3

mbcache 8193 1 ext4

jbd2 90230 1 ext4

wmi 6287 0

lpfc 665051 6

scsi_transport_fc 55299 1 lpfc

scsi_tgt 12077 1 scsi_transport_fc

megaraid_sas 77762 3

mppVhba 141461 3

dm_mirror 14133 0

dm_region_hash 12085 1 dm_mirror

dm_log 9930 2 dm_mirror,dm_region_hash

dm_mod 82839 11 dm_mirror,dm_log

mppUpper 157267 1 mppVhba

sg 29350 0

sd_mod 38976 10

crc_t10dif 1541 1 sd_mod

6.

[root@wlcspdb1 ~]# mppUtil -V

Linux MPP Driver Version: 09.03.0C05.0652

總結

以上是生活随笔為你收集整理的oracle linux rdac,redhat 6.4 安装RDAC的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。