我下载了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?
答案 0 :(得分:1)
此错误不应阻止OpsCenter正常工作,您只是没有更新信息(对于运行过时版本的Cassandra或OpsCenter的情况。)
OpsCenter不需要互联网连接。
答案 1 :(得分:1)
您应该能够将OpsCenter配置为不获取更新的定义文件。请参阅OpsCenter configuration properties并查找您可以设置为False的[definitions] auto_update
属性。