GC安装错误1:安装agent出现:Hostname is not FQDN
[oracle@dbserver1 agent10]$ ./agentDownload.linux -b /apps/oracle/OracleHomes 安装过程出现如下错误:Check complete: Passed=======================================================================Performi
[oracle@dbserver1 agent10]$ ./agentDownload.linux -b /apps/oracle/OracleHomes
安装过程出现如下错误:
Check complete: Passed
=======================================================================
Performing check for CheckHostName
Checking for the Hostname...
Actual Result: Hostname is not FQDN, Domain name is null.
Check complete. The overall result of this check is: Failed <<<<
Check complete: Failed <<<<
Problem: The host name in /etc/hosts is not proper.
Recommendation: Please verify the hostname in /etc/hosts. The /etc/hosts might either contain short host name or ip address instead of full host name.
解决办法:
将hosts中的
10.xx.xx.xxx dbserver1 dbserver1
变为:
10.xx.xx.xxx dbserver1.domain dbserver1
更多推荐
所有评论(0)