tmueller
tmueller

Reputation: 512

Unable to create Cassandra node running on m3.* instance type using OpsCenter

We installed DSE cluster (4.0.3) on EC2 using the instructions published by Datastax.

We decided to launch ami-ada2b6c4 on the m3.large instance types and everything ran as expected.

However, we tried to add an additional Cassandra node through OpsCenter (Nodes->Add Node -> Add Cassandra Node) and we are unable to select any m3 instance type.

Any help is appreciated.

Best,

Tom

Upvotes: 1

Views: 263

Answers (1)

BrianC
BrianC

Reputation: 10721

The list of instance types that are built-in to OpsCenter are the ones they tested with at the time of the OpsCenter release. Amazon releases new instance types and those are not automatically available, but usually picked up in future OpsCenter releases.

There are two possible workarounds for getting the instance type/size you want, and still managing it through OpsCenter:

  1. Launch new bare EC2 instances through the AWS console, then install Java on each. In OpsCenter choose Create Brand New Cluster, then choose the Local tab. You'll give the private IP addresses for each node and OpsCenter will install Cassandra/DataStax.

  2. Launch new EC2 instances using the DataStax AMI and create your Cassandra cluster manually. Then once it's up and running go to OpsCenter and choose the Manage Existing Cluster option.

Option #2 is probably more manual work. You can see more details in the OpsCenter and Cassandra documentation.

Upvotes: 2

Related Questions