log

Operations with the event log.

Except for the show subcommand, the commands listed in this chapter require superuser privileges.

# xicli log <subcommand> <args>

Subcommands for the log command:

collect

Collect the event log entries into a file.

show

Show the last entries in the event log.

collect

Collect the event log entries into a file in /var/log/xiraid/.

# xicli log collect

show

Show the latest error or warning messages in the event log related to xiraid.

# xicli log show [optional_arg]
Table 1. Argument for the show subcommand

Optional argument

-l

--lines

The number of error and warning messages in the event log to show, starting from the last entry.

Possible values: integers from 1 to 1000.

The default: 10.