blob: d1c4e73a2f3c936f6fb94b4319f95b598477f62d [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[]
----