由于Enterprisefunction,将群集添加到Opscenter会间歇性地失败:False

我正在使用OpsCenter 5.1.1安装,尝试通过API添加包含5个节点的现有DSE 4.6.5群集。 通过的选项设置storage_cassandravariables以将数据存储在单独的群集上。

间歇性地这将失败,并在日志中返回一个超时与以下内容:

2015-06-04 21:00:10+0000 [dse_test] INFO: Enterprise functionality: False 2015-06-04 21:00:10+0000 [dse_test] INFO: OpsCenter shutting down. 2015-06-04 21:00:10+0000 [dse_test] INFO: Stopping repair service 2015-06-04 21:00:10+0000 [] INFO: Unhandled error in Deferred: 2015-06-04 21:00:10+0000 [] Unhandled Error Traceback (most recent call last): File "/opt/iot-packages/datastax_opscenter/5.1.1/opscenter-5.1.1/lib/py-redhat/2.6/shared/amd64/twisted/internet/defer.py", line 361, in callback self._startRunCallbacks(result) File "/opt/iot-packages/datastax_opscenter/5.1.1/opscenter-5.1.1/lib/py-redhat/2.6/shared/amd64/twisted/internet/defer.py", line 455, in _startRunCallbacks self._runCallbacks() File "/opt/iot-packages/datastax_opscenter/5.1.1/opscenter-5.1.1/lib/py-redhat/2.6/shared/amd64/twisted/internet/defer.py", line 542, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/opt/iot-packages/datastax_opscenter/5.1.1/opscenter-5.1.1/lib/py-redhat/2.6/shared/amd64/twisted/internet/defer.py", line 1076, in gotResult _inlineCallbacks(r, g, deferred) --- <exception caught here> --- File "/opt/iot-packages/datastax_opscenter/5.1.1/opscenter-5.1.1/lib/py-redhat/2.6/shared/amd64/twisted/internet/defer.py", line 1020, in _inlineCallbacks result = g.send(result) File "build/lib/python2.6/site-packages/opscenterd/ClusterServices.py", line 475, in waitForStartup exceptions.Exception: Storing data in a separate cluster is only supported when managing DSE clusters. 

但是,再次尝试使用相同的命令将在下一次尝试中成功,opscenter日志中存在以下差异:

企业function:是的

什么决定了企业function的设置,以及如何确保它是一致的?