> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/cluster-computing/opscenter/issues-listing-snapshots-with-nodetool.md).

# Issues listing snapshots with nodetool

In case you are facing issues with listing snapshots with

```bash
nodetool listsnapshots
```

Use the legacy version:

```bash
nodetool -Dcom.sun.jndi.rmiURLParsing=legacy listsnapshots
```
