【发布时间】:2023-03-30 19:41:01
【问题描述】:
我正在尝试在 EC2 Amazon 实例上启动 DataStax AMI 的新实例。我在 2 个不同的地区(美国东部和欧洲西部)尝试了这个,使用这些 AMI:ami-ada2b6c4、ami-814ec2e8(美国东部)和 ami-7f33cd08、ami-b2212dc6(欧洲西部)
这就是我到目前为止所做的:
我创建了一个新的安全组(使用这些特定端口 - 我无法上传打印屏幕,因为我刚刚创建了这个帐户)
我创建了一个新的密钥对
我已经使用以下配置详细信息启动了 DataStax AMI: --clustername 集群 --totalnodes 4 --version 企业 --username my_name --password my_password --searchnodes 2 (我已经验证了我的凭据 - 我可以在这里登录 http://debian.datastax.com/enterprise/)
选择之前创建的安全组和密钥对后,我启动了实例。
-
我已连接到我的 DataStax Enterprise EC2 实例,这是显示的日志:
集群从以下选项开始: --clustername 集群 --totalnodes 4 --version 企业 --username my_name --password **** --searchnodes 2
03/12/15-08:59:23 反射器:收到来自 [u'172.31.34.171'] 的 2 个响应中的 1 个... 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 datastax-enterprise datastax amazon-ami