1 Oracle Database 11.2.0.3.0 RAC On Oralce Linux 6.5 使用-客戶作業系統安裝

LuiseDalian發表於2014-02-10

開啟VirtualBox

點選Storage

點選,新增虛擬光碟機,選擇Oracle Linux 6.5 安裝映象。

進行正常Oracle Linux的安裝,最少具有4Gswap空間。

並且要安裝下面的軟體包。

l  Base System > Base

l  Base System > Client management tools

l  Base System > Compatibility libraries

l  Base System > Hardware monitoring utilities

l  Base System > Large Systems Performance

l  Base System > Network file system client

l  Base System > Performance Tools

l  Base System > Perl Support

 

l  Servers > Server Platform

l  Servers > System administration tools

 

l  Desktops > Desktop

l  Desktops > Desktop Platform

l  Desktops > Fonts

l  Desktops > General Purpose Desktop

l  Desktops > Graphical Administration Tools

l  Desktops > Input Methods

l  Desktops > X Window System

 

l  Applications > Internet Browser

 

 

l  Development > Additional Development

l  Development > Development Tools

 

安裝結束之後,重新啟動,使用root使用者登入。

安裝VirtualBox擴充套件,下載Oracle_VM_VirtualBox_Extension_Pack-4.3.6-91406.vbox-extpack,雙擊執行。



 

安裝成功後會在已經啟動的RacNode1虛擬機器視窗點選【裝置】

點選【安裝增強功能】,會自動掛載一個光碟機到Linux系統中/media資料夾下。

[root@DNSServer 桌面]$ cd /media

[root@DNSServer media]$ ls

VBOXADDITIONS_4.1.10_76795

[root@DNSServer media]$ cd VBOXADDITIONS_4.1.10_76795/

[root@DNSServer VBOXADDITIONS_4.1.10_76795]$ ls

32Bit        runasroot.sh                    VBoxWindowsAdditions.exe

64Bit        VBoxLinuxAdditions.run          VBoxWindowsAdditions-x86.exe

AUTORUN.INF  VBoxSolarisAdditions.pkg

autorun.sh   VBoxWindowsAdditions-amd64.exe

[root@DNSServer VBOXADDITIONS_4.1.10_76795]$ ./VBoxLinuxAdditions.run

 

禁用firewall

// 關閉firewall

$ service iptables stop  // 立即生效,重啟後失效

$ chkconfig iptables off // 重啟後生效

禁用SELinux

// 禁用SELinux

$ /usr/sbin/setenforce 0 // 立即關閉SELinux

$ set SELINUX=disabled

 

配置相應資訊

n  hostnameol6-112-rac1.cuug.net

n  eth0IP地址:192.168.8.111,子網掩碼:255.255.255.0,預設閘道器:192.168.8.1

root@ol6-112-rac1.cuug.net:/>$ more /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0

HWADDR=08:00:27:28:39:E2

TYPE=Ethernet

UUID=fefebda0-f397-4561-9a38-76e58c6a51e3

ONBOOT=yes

NM_CONTROLLED=yes

BOOTPROTO=static

IPADDR=192.168.8.111

GATEWAY=192.168.8.1

NETMASK=255.255.255.0

 

n  eth1IP地址:192.168.6.111,子網掩碼:255.255.255.0,閘道器:0.0.0.0

root@ol6-112-rac1.cuug.net:/>$ more /etc/sysconfig/network-scripts/ifcfg-eth1

DEVICE=eth1

HWADDR=08:00:27:AE:91:06

TYPE=Ethernet

UUID=7ae9829d-c9e5-4520-8577-50b9c5dc16e3

ONBOOT=yes

NM_CONTROLLED=yes

BOOTPROTO=static

IPADDR=192.168.6.111

GATEWAY=0.0.0.0

NETMASK=255.255.255.0

 

可以自由地配置IP地址來適合你的網路,但在本文手續部分要與此處的設定保持一致

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1078657/,如需轉載,請註明出處,否則將追究法律責任。

相關文章