Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


14.3 Subcommands of the eztool command

The following table lists and describes the subcommands that can be specified in the eztool command.

Table 14‒2: List of subcommands that can be specified in the eztool command

No.

Usage scenario

Subcommand name

Execution target

1

Closing and opening

Closing the cluster

close

Cluster

2

Opening the cluster

open

Cluster

3

Checking status

Checking the status of the cluster

status

Cluster#1

4

Displaying a list of the most recent parameters

listconf

Cluster#1

5

Displaying a list of caches

listcache

Cluster

6

Displaying a list of store data files

listesd

Cluster

7

Displaying a list of group names

listgroup

Cluster#1

8

Displaying a list of keys

listkey

Cluster#1, #2

9

Displaying data storage locations

getposition

Cluster

10

Checking the usage status of ranges and caches

storeusage

Cluster

11

Locking

Unlocking

unlock

Cluster

12

Memory and disk management

Creating a cache

createcache

Cluster

13

Deleting a cache

deletecache

Cluster

14

Data migration

Exporting data

export

Cluster#1

15

Importing data

import

Cluster

16

Deleting store data files

deleteesd

Cluster

17

Data manipulation

Storing specified data

put

EADS server

18

Acquiring specified data

get

EADS server

19

Deleting specified data

remove

EADS server

20

Deleting all data in a specified range

removeall

Cluster#1, #2

21

User function

Displaying which user functions are executable

listfunc

Cluster

22

Executing user functions

execfunc

Cluster#1, #2, #3

23

Persistence

Displaying a list of information about persistent data

listecf

Cluster#1

24

Resuming caches

resume

Cluster

25

Importing cache files

importecf

Cluster

26

Deleting cache files

deleteecf

Cluster

27

Performing compaction on cache data files

compaction

EADS server#4

28

Troubleshooting

Outputting a thread dump

threaddump

EADS server

29

Collecting logs, settings, hardware information, and network information

snapshot

EADS server

30

Termination

Terminating all EADS servers in the cluster

stop

Cluster

31

Forcibly terminating an EADS server

forcestop

EADS server

32

Isolating an EADS server

isolate

EADS server

#1

If the -s or --single option is specified, only the EADS server on which the command is executed is the target.

#2

If you specify the -g or --group option, the target EADS server is determined from the hash value of the specified group name.

#3

If the -k or --key option is specified, the EADS server storing the specified key is the target EADS server.

#4

If the --cache option is specified, the cache used to execute the command is the target.

If the --range option is specified, the range used to execute the command is the target.

Organization of this section