LoopBack Adapter 配置为系统的主网络适配器。有关在配置有 DHCP 的系统上安装软件的详细信息, 请参阅 Installation Guide

 

很早以前就装过,好像也遇到过类似问题,当时没管他,直接点下一步了,这次得认真点了,不然以后因为安装的问题惹麻烦就不值得了。

安装时,提示

正在检查网络配置需求... 检查完成。此次检查的总体结果为: 未执行 <<<<
建议案: Oracle 支持在具有 DHCP 分配的 IP 地址的系统上进行安装。但在安装之前, 必须将 Microsoft LoopBack Adapter 配置为系统的主网络适配器。有关在配置有 DHCP 的系统上安装软件的详细信息, 请参阅 Installation Guide。

原因,我的机器IP是自动获取的,即IP是路由器使用DHCP动态分配的。

下面找到的解决方案

安装oracle10g前, 控制面板-添加硬件-选“是,我已经连接了此设备”点击下一步-在列表中选择添加新的硬件设备-选“安装我充从手动。。。”-接下来的列表中选择“Microsoft loopback adapter ” 并将此网络连接设置为固定IP如 192.168.0.xxx,完事儿了再安装oracle 10g。

这时出现一个假的本地连接,不停的在获取IP,其实没用,只是能让racle通过检验(具体为什么我也在找,可是没有满意回答的话贴出来),设置一个固定的ip,哈哈,去监测吧,保证通过!!

下面英文的是微软官方的XP下安装Microsoft Loopback adapter的文档,请大家参阅。

     引自:http://support.microsoft.com/default.aspx?scid=kb;en-us;839013
*\

How to install the Microsoft Loopback adapter in Windows XP

SUMMARY
The Microsoft Loopback adapter is a testing tool for a virtual network environment where network access is not available. Also, you must use the Loopback adapter if there are conflicts with a network adapter or with a network adapter driver. You can bind network clients, protocols, and other network configuration items to the Loopback adapter, and you can install the network adapter driver or network adapter later while retaining the network configuration information. You can also install the Loopback adapter during the unattended installation process.


Back to the top

Manual installation
To manually install the Microsoft Loopback adapter in Windows XP, follow these steps: 1. Click Start, and then click Control Panel.
2. If you are in Classic view, click Switch to Category View under Control Panel in the left pane.
3. Double-click Printers and Other Hardware, and then click Next.
4. Under See Also in the left pane, click Add Hardware,and then click Next.
5. Click Yes, I have already connected the hardware, and then click Next.
6. At the bottom of the list, click Add a new hardware device, and then click Next.
7. Click Install the hardware that I manually select from a list, and then click Next.
8. Click Network adapters, and then click Next.
9. In the Manufacturer box, click Microsoft.
10. In the Network Adapter box, click Microsoft Loopback Adapter, and then click Next.
11. Click Finish.
After the adapter is installed successfully, you can manually configure its options, as with any other adapter. If the TCP/IP properties are configured to use DHCP, the adapter will eventually use an autonet address (169.254.x.x/16) because the adapter is not actually connected to any physical media.

Note By default, TCP/IP properties are configured to use DHCP.

/**
   附上无人值守安装的方法,有兴趣玩玩,我没测试啊~
*/

Unattended installation
To install the Microsoft Loopback adapter, use the following sample Unattend.txt file as a model for your Unattend.txt file: [NetAdapters]
Adapter01=Params.Adapter01

[Params.Adapter01]
InfID="*msloop"
; Microsoft Loopback Adapter
ConnectionName ="MS Loopback Adapter"

[NetProtocols]
MS_TCPIP=Params.MS_TCPIP
; TCP/IP parameters
; Use parameter values specific to your network

[Params.MS_TCPIP]
AdapterSections=params.TCPIP.Adapter01
DNS=yes
DNSSuffixSearchOrder=mycorp.com
EnableLMHosts=No
; Adapter Specific TCP/IP parameters
; Use parameter values specific to your network

[params.TCPIP.Adapter01]
SpecificTo=Adapter01
DNSDomain=mycorp.com
DNSServerSearchOrder=192.168.5.251
WINS=no
DHCP=no
IPAddress=192.168.5.10
SubnetMask=255.255.255.0
DefaultGateway=192.168.5.254

Oracle安装中的DHCP问题

1.Linux

修改hosts文件 将ip地址与localhost设定就可以了,如下
vi /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
192.168.193.129 www.myzhtc.com
192.168.193.129 localhost myzhtc.com
127.0.0.1       localhost

英文提示如下:
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.
中文提示如下:
正在检查网络配置需求...
检查完成。此次检查的总体结果为: 未执行 <<<<

建议案: Oracle 支持在具有 DHCP 分配的公共 IP 地址的系统上进行安装。但应使用静态 IP 地址来配置系统的主网络接口, 以便 Oracle 软件正常工作。有关在配置有 DHCP 的系统上安装软件的详细信息, 请参阅 Installation Guide。

这个DHCP的问题,也许因为解决办法太简单,所以没人写资料,Oracle的安装手册上也轻描淡写,让人看了一头雾水,没人写资料网上就查不到,这样不知道的也就很难再知道,再加上像我这样再笨点的人,有可能花掉大把的时间而无功而返,这是个恶性循环,让我来结束它。


2.Windows
错误提示如下:
  Oracle 支持在具有 DHCP 分配的 IP 地址的系统上进行安装2009-7-23 10:35检查完成。此次检查的总体结果为: 未执行 <<<<
  建议案: Oracle 支持在具有 DHCP 分配的 IP 地址的系统上进行安装。但在安装之前, 必须将 Microsoft LoopBack Adapter 配置为系统的主网络适配器。有关在配置有 DHCP 的系统上安装软件的详细信息, 请参阅 Installation Guide。
  
  解决办法:
  
  控制面板 -> 添加硬件,在向导中选择“是,已经连接了此硬件” -> “添加新的硬件设备” -> “安装我手动从列表中选择的硬件” -> “网络适配器” -> “Microsoft Loopback Adapter”,添加完成后,到网络连接那里刷新,会发现新建了个“本地连接 2”,用的就是这个假的“Microsoft Loopback Adapter”(实际上根本就没有连接这个硬件,只是欺骗一下 Oracle 而已)。把这个本地连接的IP设置一下(例如192.168.0.99),重新让Oracle检测一遍,顺利通过。


设置如下:

IP地址:10.10.10.10 //随便设定一个就可以记得要和hosts文件中一致

子网掩码:255.255.255.0

网关:空

设置\WINDOWS\system32\drivers\etc\hosts文件

10.10.10.10     机器名


posted @ 2012-03-18 11:56  dbstone  阅读(1875)  评论(0编辑  收藏  举报