Installing Oracle Database 11g Release 1 on Linux - (RHEL 5) [message #346154] |
Sat, 06 September 2008 10:40 |
vikas027
Messages: 11 Registered: September 2008
|
Junior Member |
|
|
Hi,
I am trying to install Oracle Database 11g Release 1 on Linux - (RHEL 5).
I am using intel machine. I am using the attached pdf, just in case some other newbie needs it. Also, I found this link with pics http://www.oracle-base.com/articles/11g/OracleDB11gR1InstallationOnEnterpriseLinux4and5.php
I am getting this error :-
========================================================
Checking Network Configuration requirements ...
Check complete. The overall result of this check is: Not executed <<<<
Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
========================================================
These are my default configuration files, please suggest what to change :- I did some google But could not succeed.
========================================================
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:13:20:3E:64:47
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:23894 errors:0 dropped:0 overruns:0 frame:0
TX packets:23894 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3643392 (3.4 MiB) TX bytes:3643392 (3.4 MiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
========================================================
========================================================
/etc/hosts
#127.0.0.1 localhost.localdomain localhost
192.168.1.10 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
========================================================
========================================================
/etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=localhost.localdomain
========================================================
========================================================
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
HWADDR=00:13:20:3e:64:47
ONBOOT=yes
TYPE=Ethernet
NETMASK=255.255.255.0
IPADDR=192.168.1.10
GATEWAY=192.168.1.1
========================================================
Thanks in adv.
Pls suggest.
Regards,
VIKAS
|
|
|
|