我试图在一个DataStax亚马逊实例上启动一个新的EC2 AMI实例。我在两个不同的地区(美国东部和欧盟西部)尝试使用这些非盟驻苏特派团: ami-ada2b6c4,ami-814ec2e8 (美东)和ami-7f33cd08,ami-b2212dc6 ( eu-west)。
我遵循了以下文档:enterprise/install/installAMI.html
这就是我到目前为止所做的:
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.对如何解决这个问题有什么建议吗?任何帮助都将不胜感激!
祝您今天愉快!
发布于 2015-03-13 15:57:42
似乎是亚马逊EC2实例的一个问题。
看起来在那个AZ区域没有这种类型的实例。
您可以尝试的另一件事是仅在您已经拥有(或新的) ec2实例中使用repos -仅在opscenter中安装操作中心,然后尝试通过opscenter创建新的节点/集群,这非常简单,可以让您选择您已经拥有的AMI、secGroup和keyPair。
https://stackoverflow.com/questions/29007160
复制相似问题