Most of the functionality can be found in the control.sh script. Mac:apache-ignite-2.16.0-bin stephen.darlington$ bin/control.sh --cache list "m*"
Control utility [ver. 2.16.0#20231215-sha1:7bde6a42] 2023 Copyright(C) Apache Software Foundation User: stephen.darlington Time: 2024-11-20T10:30:08.618 Command [CACHE] started Arguments: --cache list m* -------------------------------------------------------------------------------- [cacheName=SQL_PUBLIC_MY_TABLE, cacheId=354675680, grpName=null, grpId=354675680, prim=1024, mapped=1024, mode=PARTITIONED, atomicity=ATOMIC, backups=0, affCls=RendezvousAffinityFunction] [cacheName=SQL_PUBLIC_MY_TABLE2, cacheId=-1889955758, grpName=null, grpId=-1889955758, prim=512, mapped=512, mode=REPLICATED, atomicity=ATOMIC, backups=2147483647, affCls=RendezvousAffinityFunction] Command [CACHE] finished with code: 0 Control utility has completed execution at: 2024-11-20T10:30:08.720 Execution time: 102 ms On Wed, 20 Nov 2024 at 10:21, Charlin S <charli...@hotelhub.com> wrote: > Hi All, > We are using Ignite 2.16 and cache mode is replicated, but cache data > storing as primary and backup. We were getting cache mode in > ignitevisor tool but now same tool has been deprecated. How to check cache > mode in Ignite 2.16? > [image: image.png] >