mrconfig info containerlist
The mrconfig info containerlist
command lists
read/write container IDs for a specified volume. Example:
$ /opt/mapr/server/mrconfig info containerlist volume1
Volume containers
2050
See
mrconfig
for instructions about running mrconfig
commands.
Syntax
/opt/mapr/server/mrconfig [-h <host>] [-p <port>] info containerlist <volName>
Parameters
Parameter |
Description |
---|---|
-h |
host IP address; default |
-p |
The file system port; default |
volName |
The name of the volume |
Tips:
You can see the names of volumes using:
- The Volumes view in the in the Control System.
- The
maprcli volume list
command.
Examples
Display information about the containers in a volume namedmarketing
on a local node/opt/mapr/server/mrconfig info containerlist marketing
Display information about the containers on a volume named
marketing
on a remote node with an IP address of
xx.xx.xx.xx/opt/mapr/server/mrconfig -h xx.xx.xx.xx info containerlist marketing