1NVME-ANA-LOG(1) NVMe Manual NVME-ANA-LOG(1)
2
3
4
6 nvme-ana-log - Send NVMe ANA log page request, returns result and log
7
9 nvme ana-log <device> [-o <fmt> | --output-format=<fmt>]
10
12 Retrieves the NVMe Asymmetric Namespace Access log page from an NVMe
13 device and provides the returned structure.
14
15 The <device> parameter is mandatory NVMe character device (ex:
16 /dev/nvme0).
17
18 On success, the returned ANA log structure may be returned in one of
19 several ways depending on the option flags; the structure may parsed by
20 the program and printed in a readable format or the raw buffer may be
21 printed to stdout for another program to parse.
22
24 -g, --groups
25 Return the list of ANA groups without the namespace listing.
26
27 -o <format>, --output-format=<format>
28 Set the reporting format to normal, json, or binary. Only one
29 output format can be used at a time.
30
32 • Print the ANA log page in a human readable format:
33
34 # nvme ana-log /dev/nvme0
35
37 Part of the nvme-user suite
38
39
40
41NVMe 09/29/2023 NVME-ANA-LOG(1)