DataStax Enterprise 亚马逊 AMI

DataStax Enterprise Amazon AMI

我正在尝试在 EC2 Amazon 实例上启动 DataStax AMI 的新实例。我在 2 个不同的区域(美国东部和欧洲西部)尝试了这个,使用这些 AMI:ami-ada2b6c4、ami-814ec2e8(美国东部)和 ami-7f33cd08、ami-b2212dc6(欧洲西部)

我遵循了这个文档: http://www.datastax.com/documentation/datastax_enterprise/4.6/datastax_enterprise/install/installAMI.html

这就是我到目前为止所做的:

  1. 我创建了一个新的安全组(使用那些特定的端口 - 我无法上传打印屏幕,因为我刚刚创建了这个帐户)

  2. 我创建了一个新的密钥对

  3. 我启动了具有以下配置详细信息的 DataStax AMI: --clustername cluster --totalnodes 4 --version enterprise --username my_name --密码 my_password --searchnodes 2 (我已经验证了我的凭据 - 我可以在这里登录 http://debian.datastax.com/enterprise/

  4. 选择之前创建的安全组和密钥对后,我启动了实例。

  5. 我已连接到我的 DataStax Enterprise EC2 实例,这是显示的日志:

    集群以这些选项启动: --clustername cluster --totalnodes 4 --version enterprise --username my_name --密码 **** --searchnodes 2

    03/12/15-08:59:23 Reflector:收到 2 条回复中的 1 条来自:[u'172.31.34.171']... ds1_launcher.py 中出现异常。请检查 ~/datastax_ami/ami.log 以获取更多信息。 请访问....

并且 ami.log 显示这些消息:

[INFO] 03/12/15-08:59:23 Reflector: Received 1 of 2 responses from: [u'172.31.34.171']
[ERROR] EC2 is experiencing some issues and has not allocated all of the resources in under 10 minutes.
Aborting the clustering of this reservation. Please try again.
[ERROR] Exception seen in ds1_launcher.py:
Traceback (most recent call last):
File "/home/ubuntu/datastax_ami/ds1_launcher.py", line 22, in initial_configurations
ds2_configure.run()
 File "/home/ubuntu/datastax_ami/ds2_configure.py", line 1135, in run
File "/home/ubuntu/datastax_ami/ds2_configure.py", line 57, in exit_path
AttributeError: EC2 is experiencing some issues and has not allocated all of the resources in under 10 minutes.
Aborting the clustering of this reservation. Please try again.

关于如何解决这个问题有什么建议吗? 任何帮助将不胜感激!

祝你有愉快的一天!

似乎是 Amazon EC2 实例的问题。

当时该可用区的该区域似乎没有该类型的可用实例。

您可以尝试的另一件事是在您已有的 ec2 实例(或新实例)中仅使用 repos 安装 opscenter,然后尝试通过 opscenter 创建新的 nodes/cluster,这非常简单并让您选择您已有的 AMI、secGroup 和 keyPair。