要检查 Internet 主机表
系统的 Internet 主机表必须包含系统的全限定主机名。
步骤
-
以超级用户身份登录到要安装 Java Enterprise System 的系统。
-
在文本编辑器中打开 /etc/hosts 文件。
-
确认 /etc/hosts 文件包含系统的全限定主机名。
例如,如果系统名为 evaluation.example.com,/etc/host 文件会包含以下行:
#
# Internet host table
#
127.0.0.1 localhost
192.18.78.28 evaluation.example.com evaluation
|
全限定版本的主机名必须在未限定主机名之前。对于您的系统,/etc/host 文件必须包含类似信息。