DataStax Enterprise Amazon AMI

时间:2015-03-12 10:22:58

标签: amazon-ec2 datastax-enterprise datastax ami

我试图在EC2 Amazon实例上启动DataStax AMI的新实例。我在两个不同的地区(美国东部和欧洲西部)尝试使用这些AMI:ami-ada2b6c4,ami-814ec2e8(us-east)和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 --password my_password --searchnodes 2 (我已验证了我的凭据 - 我可以在此处登录http://debian.datastax.com/enterprise/

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

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

    群集以这些选项开头: --clustername cluster --totalnodes 4 --version enterprise --username my_name --password **** --searchnodes 2

    03/12 / 15-08:59:23反射器:收到以下两条回复中的一条:[u' 172.31.34.171'] ...... 在ds1_launcher.py中看到异常。请查看〜/ datastax_ami / ami.log以获取更多信息。 请访问....

  6. 并且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.
    

    有关如何解决此问题的任何建议? 任何帮助将不胜感激!

    度过美好的一天!

1 个答案:

答案 0 :(得分:1)

似乎是Amazon EC2实例的问题。

看起来那个时刻该AZ区域内没有该类型的可用实例。

你可以尝试的另一件事就是在你已经拥有的ec2实例中使用repos install opscenter(或者一个新的),并尝试通过opscenter创建新的节点/集群,它非常简单并且会让你选择你已经拥有的AMI,secGroup和keyPair。