我下载了tar.gz文件,并试图安装Opscenter。我得到了以下错误。
错误:
Trying to download https://opscenter.datastax.com:443/definitions/5.0.1/version.md5 导致以下错误:
Traceback (most recent call last):
File "build/lib/python2.6/site-packages/opscenterd/Definitions.py", line 133, in getNewHash
DNSLookupError: DNS lookup failed: address 'opscenter.datastax.com' not found: [Errno -2] Name or service not known.安装Opscenter需要上网吗?
发布于 2014-10-31 22:58:58
此错误不应阻止OpsCenter正常工作,您将无法获得更新信息(对于运行过期版本的Cassandra或OpsCenter的情况而言)。
OpsCenter不需要互联网连接。
发布于 2014-11-03 17:29:20
您应该能够将OpsCenter配置为不获取更新的定义文件。引用OpsCenter配置属性并查找可以设置为False的[definitions] auto_update属性。
https://stackoverflow.com/questions/26680430
复制相似问题