本帖最后由 daizj 于 2015-6-10 21:05 编辑
我已经下载好了离线的cloudera-manager-sles11-cm5.4.0_x86_64 .tar.gz,CDH-5.4.0-1.cdh5.4.0.p0.27-sles11.parcel,已经成功安装好了cloudera-manager,现在要在cloudera-manager上安装CDH时,安装失败,报错:
离线安装方式是参照:http://www.aboutyun.com/thread-9086-1-1.html 这个上面的安装说明
正在检测 Cloudera Manager Server...BEGIN host -t PTR 192.168.*
Red Hat Enterprise Linux Server release 6.3 (Santiago)
END (1)
;; connection timed out; no servers could be reached
BEGIN which python
END (0)
BEGIN python -c 'import socket; import sys; s = socket.socket(socket.AF_INET); s.settimeout(5.0); s.connect((sys.argv[1], int(sys.argv[2]))); s.close();' 192.168.* 7182
/usr/bin/python
END (0)
BEGIN which wget
END (0)
/usr/bin/wget
BEGIN wget -qO- -T 1 -t 1 http://169.254.169.254/latest/meta-data/public-hostname && /bin/echo
END (4)
正在安装包存储库...validating format of repository file /tmp/scm_prepare_node.pu8sBOqC/repos/rhel6/cloudera-manager.repo
installing repository file /tmp/scm_prepare_node.pu8sBOqC/repos/rhel6/cloudera-manager.repo
repository file /tmp/scm_prepare_node.pu8sBOqC/repos/rhel6/cloudera-manager.repo installed
正在刷新包元数据...BEGIN yum clean all
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Cleaning repos: cloudera-manager
Cleaning up Everything
END (0)
BEGIN rm -Rf /var/cache/yum/x86_64
END (0)
BEGIN yum makecache
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.4.0/repodata/repomd.xml: [Errno 14] PYCURL ERROR 7 - "couldn't connect to host"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: cloudera-manager. Please verify its path and try again
END (1)
正在安装 cloudera-manager-agent 包...BEGIN yum list installed cloudera-manager-agent
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Error: No matching Packages to list
END (1)
BEGIN yum info cloudera-manager-agent
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.4.0/repodata/repomd.xml: [Errno 14] PYCURL ERROR 7 - "couldn't connect to host"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: cloudera-manager. Please verify its path and try again
END (1)
cloudera-manager-agent must have Version=5.4.0 and Build=165, exiting
closing logging file descriptor
有CDH-5.4.0-1.cdh5.4.0.p0.27-sles11.parcel这个不就是包含了所有安装程序吗?难道还要到官网去下载各安装程序?
|
|