Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


14.3.30 snapshot (collects logs, settings, hardware information, and network information)

Organization of this subsection

(1) Description

This subcommand collects the files listed below and saves them as archive files.

Note that files with the extensions .tar, .tar.gz, and .tgz are excluded.

Note that a gz file is output under the directory specified in the eads.logger.dir parameter in the server properties.

If the eads.logger.dir parameter is not specified in the server properties, the file is output under management-directory/logs.

A file name is in the following format:

snapshot_[EADS-server-name]_[YYYYMMDDhhmmss].tar.gz

Legend:

YYYYMMDDhhmmss: Command execution date and time

YYYY: year, MM: month, DD: day, hh: hour (00 through 23), mm: minute, ss: second

(2) Rules

(3) Format

eztool snapshot [-sd|-fd]

(4) Options and arguments

(a) -sd or --safedump

Specify this option to collect logs and settings files after executing the eztool threaddump command.

An error results in the following cases:

  • Acquisition of a lock failed.

  • An EADS server is not running.

(b) -fd or --forcedump

Specify this option to collect logs and settings files after forcibly executing the eztool threaddump command.

If an EADS server is not running, an error results.

If the eztool threaddump command is forcibly executed, EADS servers might become isolated.

(5) Return code

0: Normal termination

Other than 0: Error

(6) Notes