问题标签 [opscenter]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
cassandra - 使用 OpsCenter 设置多数据中心集群
我们可以单独使用 OpsCenter 创建多数据中心集群吗?我能够创建一个环,但不清楚如何为第二个环中的节点指定数据中心设置。
cassandra - OpsCenter 创建集群错误
我正在尝试在 datastax 的 opscenter 中创建一个新集群,但我已经遇到了一个我不明白的错误。
在 OpsCenter 中,地址是:localhost:8888/opscenter/index.html
我想创建一个新集群,所以我输入了以下参数:
- 名称:Test_Cluster
- 包:DataStax 社区 2.0.9
- 节点:本地主机
- 节点凭据 (sudo):florian 和 *********************
然后,当我按下“构建集群”按钮时,我收到此错误:
你知道我的问题吗?
cassandra - OpsCenter 安装错误:DNSLookupError:DNS 查找失败
我下载了 tar.gz 文件并尝试安装 Opscenter。我收到以下错误。
错误:
导致以下错误:
我是否需要访问 Internet 才能安装 Opscenter?
cassandra - Many commitlog files with Cassandra
I've got a mostly idle (till now) 4 node cassandra cluster that's hooked up with opscenter. There's a table that's had very little writes in the last week or so (test cluster). It's running 2.1.0. Happened to ssh in, and out of curiosity, ran du -sh * on the data directory. Here's what I get:
There's 136 files in the commit log directory. I flushed, and then drained cassandra, stopped and started the service. Those files are still there. What's the best way to get rid of these? Most of the stuff is opscenter related, and I'm inclined to just blow them away as I don't need the test data. Wondering what to do in case this pops up again. Appreciate any tips.
cassandra - Opscenter 不会使用单独的 cassandra 集群
我们正在使用 cloudformation 来自动设置和拆除我们用于负载测试的几个 cassandra 集群。在此负载测试期间,我们使用 opscenter 来监控我们的吞吐量。我发现将 opscenter 数据存储在我们测试的目标集群中会扭曲我们节点的数据所有权信息。因此,我想将 opscenter 和代理数据移动到它自己的节点。我有一个带有单个 cassandra 实例和 opscenter 的 c3.4xl 设置。我有以下配置文件。
操作中心服务器
/etc/opscenter/clusters/usergrid.conf
datastax-agent 猫 /var/lib/datastax-agent/conf/address.yaml
但是在代理中,我在 /var/log/datastax-agent/agent.log 的日志中看到了这一点。
通常这表明客户端无法连接到存储 Cassandra 节点。但是,从代理节点,我可以执行以下命令。
然后我可以描述有效的键空间。
这向我表明目标 Cassandra 节点已启动并正在运行,并且具有键空间 + 列族。它还表明我在代理 -> cassandra 之间没有任何类型的网络防火墙问题。我不知道为什么我会收到此错误消息。我的配置中是否仍然缺少某些内容,或者这是一个错误?
Cassandra:1.2.19 Opscenter:5.0.1 DS 代理:5.0.1
任何帮助将不胜感激!
谢谢,托德
更新
这是代理日志。请注意,我的 IP 已更改,因为这是一个新环境。它似乎正在尝试连接到 10.81.168.96:9160,这不是我在 ec2-174-129-181-123.compute-1.amazonaws.com 的设置中设置的 ec2 IP。不知道这是从哪里来的,但这不是 opscenter 服务器上设置的。
代理日志
https://gist.github.com/tnine/f509c120465eb80ade92
对不起,我已经超出了字数限制。
cassandra-2.0 - 启用 ssl 后 opscenter 无法连接到代理
我在 ubuntu 上的 AWS 中在 3 节点 datastax 企业 4.5.2 集群中设置节点到节点加密。我遵循了这些文档-
[1] - http://www.datastax.com/documentation/datastax_enterprise/4.5/datastax_enterprise/sec/secNodeNodeEncryp.html [2] - http://www.datastax.com/documentation/datastax_enterprise/4.5/datastax_enterprise/sec /secPrepareCerts.html [3] - https://github.com/PatrickCallaghan/datastax-ssl-secure-cluster [4] - http://datastax.com/documentation/opscenter/5.0/opsc/configure/opscEnableSSLpkg.html
- 我创建了证书和密钥库。[1,2,3]
- 将证书添加到每个节点上的信任库 [1,3]
- 编辑 cassandra.yaml 以打开节点到节点加密(将客户端到节点留到另一天)[1,3]
- 编辑 address.yaml 以打开 datastax-agent [4] 的加密
- 重启所有节点
'nodetool status' 显示所有节点都正常启动。opscenter 显示节点,但给出错误消息“已连接 3 个代理中的 0 个” 还需要做什么才能允许 opscenter 与代理对话?Opsecenter 安装在其中一个节点上,它不会与同一机器上的代理通信。
amazon-web-services - 启用客户端到节点加密后,opscenter 无法连接到集群
OpsCenter 需要什么才能通过 SSL 与 datastax 企业 cassandra 节点通信?这是 Datastax 企业 4.5.3 和 OpsCenter 5.0.1。
我为所有节点创建了证书、密钥库和信任库,并启用了节点到节点的 ssl 加密。似乎工作正常。nodetool 显示所有节点正常运行。
我还在每个节点上的 opscenter 和 datastax-agent 之间启用了 ssl。似乎也在工作。我可以在 Opscenter Web UI 中看到所有节点 - “所有代理已连接”
但是一旦我在 cassandra.yaml 中启用客户端到节点的加密,opscenter 就会说它无法连接到集群。那么我缺少哪些步骤?
目标是使用弹性 IP 地址在 AWS 中创建一个安全的多区域集群。
cassandra - 在 Cassandra 中添加节点通常意味着什么?
嗨,我有一个包含大量数据的 cassandra 数据库,我只使用一个节点来存储它。所以有人建议我使用多个节点。
那么如果我添加一个新节点会发生什么,数据会被复制到另一个节点还是会与另一个节点平均分配?
我是 cassandra 和数据库管理的新手。如果有人可以分享一些关于此的想法会有所帮助......这将非常有帮助
cassandra - opscenter 5.0.1 代理连接失败
opscenter 代理无法连接到 opscenter。
opscenter 的 agent.log 显示这样的错误。(将IP替换为XX)
opscenterd.log 没有什么特别之处。
我的配置如下。
操作中心配置。
$cat opscenter-5.0.1/conf/opscenterd.conf
代理配置。
$ cat datastax-agent-5.0.1/conf/address.yaml
所以我检查端口。
好像没问题。
但是 opscenter 代理向我显示一个错误.. 一次又一次......
是加法……
我在 CentOS 版本 6.5(最终版)和内核上运行 cassandra 2.1.2(3 个副本):2.6.32-431.23.3.el6.x86_64
任何人都可以帮助我吗?
cassandra - 启用 Cassandra 身份验证后,opscenter 无法连接到集群
使用 Datastax 社区版。启用密码验证后,opscenter 无法与 cassandra 连接。我可以通过 cqlsh 快捷方式访问 cassandra,其中我提供了用户名和密码修改快捷方式的目标字段。Opscenter 日志是指该用户未登录。有没有办法克服它或者它仍然是一个错误?