linux redhat as 4和linux redhat as 5下配置裸裝置自動啟動的屬性不同點
透過安裝rac 10g for linxu redhat as 4與rac 10g for linxu redhat as 5發現配置裸裝置有些不同
下面列出兩種版本下的配置
1.linux redhat as 4
Edit the /etc/sysconfig/rawdevices file, adding the following lines.
/dev/raw/raw1 /dev/sdb1
/dev/raw/raw2 /dev/sdc1
/dev/raw/raw3 /dev/sdd1
/dev/raw/raw4 /dev/sde1
/dev/raw/raw5 /dev/sdf1
chown oracle:oinstall /dev/raw/raw1
chown oracle:oinstall /dev/raw/raw2
chown oracle:oinstall /dev/raw/raw3
chown oracle:oinstall /dev/raw/raw4
chown oracle:oinstall /dev/raw/raw5
chmod 600 /dev/raw/raw1
chmod 600 /dev/raw/raw2
chmod 600 /dev/raw/raw3
chmod 600 /dev/raw/raw4
chmod 600 /dev/raw/raw5
修改 /etc/udev/permissions.d/50-udev.permissions,
[root@rac1 ~]# vi /etc/udev/permissions.d/50-udev.permissions
# raw devices
ram*:root:disk:0660
#raw/*:root:disk:0660
raw/*:oracle:dba:0660 機器啟動時能自動載入給oracle使用者使用。
2.linux redhat as 5
因為rh5中取消了rawdevices服務,要使用裸裝置的話,需要做以下配置。
# vi /etc/udev/rules.d/60-raw.rules
新增以下部分的內容
ACTION=="add", KERNEL=="sdb1", RUN+="/bin/raw /dev/raw/raw1 %N"
ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
# start_udev
Starting udev: [ OK ]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-598281/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux新增裸裝置空間(Redhat)LinuxRedhat
- 獲取redhat linux裸裝置的大小RedhatLinux
- Redhat 5 中裸裝置(raw) 的配置Redhat
- pex+linux redhat as4自動安裝薦LinuxRedhat
- [轉]RedHat 5中裸裝置(raw)的配置Redhat
- U盤啟動安裝Redhat Enterprise Linux 6.4RedhatLinux
- linux下配置裸裝置Linux
- redhat enterprise linux中vsftp開機自啟動RedhatLinuxFTP
- RedHat(Linux) Oracle資料庫設定開機自啟動RedhatLinuxOracle資料庫
- Redhat5.8 X64建立裸裝置Redhat
- redhat linux 6.2 安裝配置GUIRedhatLinuxGUI
- RedHat Linux下Oracle啟動指令碼的建立(轉)RedhatLinuxOracle指令碼
- Linux RedHat ftp配置LinuxRedhatFTP
- 紅帽 RedHat Linux 9 光碟啟動安裝過程圖解RedhatLinux圖解
- RedHat54下設定Oracle自動啟動RedhatOracle
- Redhat linux DNS配置指南RedhatLinuxDNS
- 手動安裝Oracle資料庫的方法(Redhat Linux)Oracle資料庫RedhatLinux
- linux redhat 6.5 多路徑配置LinuxRedhat
- Redhat linux AS 4啟動後進入圖形介面還是命令列的選擇!RedhatLinux命令列
- linux裸裝置操作Linux
- Redhat as4 下oracle10g自啟動指令碼設定RedhatOracle指令碼
- Linux下Mongodb安裝和啟動配置LinuxMongoDB
- 新手問題:Redhat linux9.0無法啟動!!(急)(轉)RedhatLinux
- Redhat linux AS4 環境下iSCSI協議配置RedhatLinux協議
- linux 配置oracle+asm自動啟動LinuxOracleASM
- Linux開機自啟動配置Linux
- Linux(01):RedHat 7.6 安裝LinuxRedhat
- RedHat Linux安裝CentOS YUMRedhatLinuxCentOS
- Redhat linux 6.5 yum安裝RedhatLinux
- linux下裸裝置的使用Linux
- LINUX下裸裝置的操作Linux
- Redhat(03):Linux 初始化配置RedhatLinux
- 【原創】RedHat Linux啟動時間過長的問題解決RedhatLinux
- RedHat Linux下Oracle啟動指令碼的建立 dbstart oracle8.1.6 (轉)RedhatLinuxOracle指令碼
- Linux - RedHat補裝圖形桌面(基於RedHat7.3)LinuxRedhat
- redhat4 配置xmanagerRedhat
- Linux裸裝置總結Linux
- linux下新增裸裝置Linux