node modify
Modifies the number of SPs per MFS instance. Permissions required:
fc
or a
.
Syntax
- CLI
-
maprcli node modify [ -cluster <cluster name> ] -node <node name> [ -numSpsPerInstance <number of SPs per mfs instance>
- REST
-
http[s]://<host>:<port>/rest/node/modify?<parameters>
Parameters
Parameter |
Description |
---|---|
|
The cluster on which to run the command. |
|
The comma-separated list of nodes to modify. |
|
The number of storage pools per MFS instance. This is only configurable on MapR-XD and MapR-DB installations. |
Examples
- CLI
maprcli node modify -nodes Centos23.lab -numSpsPerInstance 3
- REST
https://10.10.82.23:8443/rest/node/modify?nodes=Centos23.lab&numSpsPerInstance=3