blob: 80da915e45fce99a4ffe54e95228e46248e75bbf [file] [log] [blame]
NOTE: For information on how to configure your installation, see
{cass_url}doc/latest/getting-started/configuring.html[Configuring
Cassandra].
[arabic, start=7]
. Check the status of Cassandra:
[source,shell]
----
include::example$BASH/nodetool_status.sh[]
----
The status column in the output should report `UN` which stands for
"Up/Normal".
Alternatively, connect to the database with:
[source,shell]
----
include::example$BASH/run_cqlsh.sh[]
----