zoukankan      html  css  js  c++  java
  • Checking Network Configuration requirements Failed

    安装oracle执行检查,出现

    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-

    assigned.
    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

    错误提示信息。

    处理方式:
    1.查看/etc/hosts,检查是否添加
    ipaddress servername
    例如:192.168.100.2 db01
    2.查看/etc/sysconfig/network,检查hostname
    hostname=servername
    例如:hostname=db01
    3.查看/etc/sysconfig/network-scripts/ifcfg-eth0,检查是否添加
    BOOTPROTO=static

  • 相关阅读:
    目录
    DRF的分页
    Django Rest Framework 视图和路由
    爬虫基本原理
    C# System.Threading.Timer的使用
    C# Task的使用
    C# 线程池的使用
    C# 异步委托回调函数使用
    C#异步委托等待句柄的使用
    C# 异步委托的使用
  • 原文地址:https://www.cnblogs.com/keanuyaoo/p/3327518.html
Copyright © 2011-2022 走看看