Go to main content

マニュアルページ セクション 8: システム管理コマンド

印刷ビューの終了

更新: 2022年7月27日
 
 

daxinfo (8)

名前

daxinfo - display Database Analytics Accelerator information

形式

/usr/bin/daxinfo [[-p] -o <field>[,...]]

説明

The daxinfo command prints current information about the Data Analytics Accelerator (DAX) hardware in the system on standard output. When options are specified, one or more items of DAX information will be written to the standard output. If no options are specified, all supported fields are displayed.

オプション

The following options are supported:

–o field[,...]

Display a case-insensitive, comma-separated list of output fields. The field name must be one of the fields listed below, or the special value all to display all supported fields. List of supported fields are:

version

Prints the DAX version

opcodes

Prints list of supported DAX operation codes

enabled

Prints number of available DAX instances

disabled

Prints number of DAX instances with hardware errors

–p

Display output in a stable, machine-parseable format. The –o option is required with –p option.

終了ステータス

The daxinfo command can return any of the following exit status codes:

0

Command succeeded

1

An error occurred

2

Invalid command-line options are specified

使用例 1 Invoking the daxinfo command on a System with DAX1 Hardware
example% daxinfo
 Version: DAX1
 Opcodes: Extract Scan Select Translate
 Enabled: 4
Disabled: 0

example% daxinfo -o enabled
Enabled: 4

example% daxinfo -o opcodes
Opcodes: Extract Scan Select Translate

example% daxinfo -p -o version,enabled,disabled
DAX1:4:0
使用例 2 Invoking the daxinfo command on a System with DAX2 Hardware
example% daxinfo -p -o version
DAX2

example% daxinfo -p -o enabled
8

example% daxinfo -o all
 Version: DAX2
 Opcodes: Extract Scan Select Translate
 Enabled: 8
Disabled: 0

属性

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/core-os
Interface Stability
Uncommitted

関連項目

daxstat(8), attributes(7)