1NVME-ANA-LOG(1)                   NVMe Manual                  NVME-ANA-LOG(1)
2
3
4

NAME

6       nvme-ana-log - Send NVMe ANA log page request, returns result and log
7

SYNOPSIS

9       nvme ana-log <device> [-o <fmt> | --output-format=<fmt>]
10

DESCRIPTION

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

OPTIONS

24       -o <format>, --output-format=<format>
25           Set the reporting format to normal, json, or binary. Only one
26           output format can be used at a time.
27

EXAMPLES

29       ยท   Print the ANA log page in a human readable format:
30
31           # nvme ana-log /dev/nvme0
32

NVME

34       Part of the nvme-user suite
35
36
37
38NVMe                              04/08/2019                   NVME-ANA-LOG(1)
Impressum