en los ficheros de /etc/udev/rules.d:
[root@localhost rules.d]# more 60-raw.rules
# This file and interface are deprecated.
# Applications needing raw device access should open regular
# block devices with O_DIRECT.
#
# Enter raw device bindings here.
#
# An example would be:
# ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
# to bind /dev/raw/raw1 to /dev/sda, or
# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
# to bind /dev/raw/raw2 to the device with major 8, minor 1.
ACTION=="add", KERNEL=="sda9", RUN+="/bin/raw /dev/raw/raw1 %N"
ACTION=="add", KERNEL=="sda10", RUN+="/bin/raw /dev/raw/raw2 %N"
ACTION=="add", KERNEL=="sda5", RUN+="/bin/raw /dev/raw/raw3 %N"
ACTION=="add", KERNEL=="sda6", RUN+="/bin/raw /dev/raw/raw4 %N"
ACTION=="add", KERNEL=="sda7", RUN+="/bin/raw /dev/raw/raw5 %N"
ACTION=="add", KERNEL=="sda8", RUN+="/bin/raw /dev/raw/raw6 %N"
[root@localhost rules.d]# more 99-raw-perms.rules
KERNEL=="raw[1-6]", MODE="0640", GROUP="oinstall", OWNER="oracle"
# From Enterprise Linux 5.2 DVD
cd /media/dvd/Server
rpm -Uvh binutils-2.*
rpm -Uvh elfutils-libelf-0.*
rpm -Uvh glibc-2.*
rpm -Uvh glibc-common-2.*
rpm -Uvh libaio-0.*
rpm -Uvh libgcc-4.*
rpm -Uvh libstdc++-4.*
rpm -Uvh make-3.*
rpm -Uvh compat-libstdc++-33*
rpm -Uvh elfutils-libelf-devel-*
rpm -Uvh glibc-headers*
rpm -Uvh glibc-devel-2.*
rpm -Uvh libgomp*
rpm -Uvh gcc-4.*
rpm -Uvh gcc-c++-4.*
rpm -Uvh libaio-devel-0.*
rpm -Uvh libstdc++-devel-4.*
rpm -Uvh unixODBC-2.*
rpm -Uvh unixODBC-devel-2.*
rpm -Uvh sysstat-7.*
rpm -Uvh libXp-1.0.0-8.1.el5.i386.rpm
cd /
eject
$ ./runInstaller -ignoreSysPrereqs
antes de ejecutar ./rootsh cambiar los scripts (en caso contrario da un error de libpXXXX que no la encuentra)
This is a bug when you run RAC 10gR2 on RHEL5
The solution is remove the LD_ASSUME_KERNEL setting from the following files:
$ORA_CRS_HOME/bin/vipca
$ORA_CRS_HOME/bin/srvctl
vipca
tambien en vipca si vemos:Error 0(Native: listNetInterfaces:[3])
[Error 0(Native: listNetInterfaces:[3])]
As per the same note above, on raclinux2 execute the following from the CRS bin directory as root:
./oifcfg setif –global eth0/192.168.0.0:public
./oifcfg setif –global eth1/10.10.10.0:cluster_interconnect
para evitarnos problemas, configurar el NIC con 3 IP privadas y configurar los interfaces asi:
[root@rac1 network-scripts]# more ifcfg-eth0:1
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth0:1
HWADDR=00:A0:C5:B4:48:4F
ONBOOT=yes
NETMASK=255.255.0.0
IPADDR=10.15.65.146
TYPE=Ethernet
USERCTL=yes
NAME=eth0:1
[root@rac1 network-scripts]# more ifcfg-eth0
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:A0:C5:B4:48:4F
ONBOOT=yes
NETMASK=255.255.0.0
IPADDR=10.15.65.133
TYPE=Ethernet
NAME=eth0
[root@rac1 network-scripts]# pwd
/etc/sysconfig/network-scripts
[root@rac1 network-scripts]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
### puto RAC de los cojones
10.15.65.133 rac1.localdomain rac1
10.15.65.146 rac1-priv.localdomain rac1-priv
10.15.65.134 rac1-vip.localdomain rac1-vip
Monday, October 27, 2008
RAC en un CentOS 5.2 , baratito tambien
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment