mrconfig info containers

The mrconfig info containers command displays information about containers.

Example:

$ /opt/mapr/server/mrconfig info containers rw
RW containers: 1 2049 2050
$ /opt/mapr/server/mrconfig info containers resync
$ /opt/mapr/server/mrconfig info containers snapshot
Snapshot containers: 256000049

See mrconfig for instructions about running mrconfig commands.

Syntax

/opt/mapr/server/mrconfig [-h <host>] [-p <port>] info containers <container-type> [path]

    <container-type>
    [path]

Parameters

Parameter

Description

-h

host IP address; default 127.0.0.1

-p

The MapR File System port; default 5660

container-type

When specified, lists only containers of the specified type. Possible values:

  • rw
  • resync
  • snapshot

path

The path to a service pool (obtained with mrconfig sp list ). When specified, lists only containers on the specified service pool.

Examples

Display a list of read/write containers on a local node
/opt/mapr/server/mrconfig info containers rw
Display a list of read/write containers on a remote node with an IP address of xx.xx.xx.xx
/opt/mapr/server/mrconfig -h xx.xx.xx.xx info containers rw