checking network configuration requirements . The overall result of this check is: Not executed

一:问题描述

装oracle的时候,出现了这个问题:

checking network configuration requirements


checking network configuration requirements . The overall result of this check is: Not executed_第1张图片


二:解决办法

   1.查看/etc/hosts,检查是否是这样的形式:

     127.0.0.1        localhost
     192.168.8.41   cuug1

     注意:第一行要写成这种形式,而不是127.0.0.1 你的主机名 localhost.

     第二行代表你的机器IP和主机名

    2.查看/etc/sysconfig/network,检查hostname

    hostname=servername

    例如:hostname=db01

    3.查看/etc/sysconfig/network-scripts/ifcfg-eth0,检查是否添加

    BOOTPROTO=static

    --如果修改主机名,需要重启机器,方可生效。


    全部设置正确后,就能通过了。

    checking network configuration requirements . The overall result of this check is: Not executed_第2张图片


你可能感兴趣的:(checking network configuration requirements . The overall result of this check is: Not executed)