mrconfig sp unload
CAUTION
The mrconfig
command must be run under the
supervision of HPE support. The mrconfig sp unload
command unloads all of
the disks associated with a storage pool.
See
mrconfig
for instructions on running mrconfig
commands.
Syntax
mrconfig sp unload <sp name>
Parameters
Parameter |
Description |
---|---|
sp name |
The name of the storage pool; example |
Tips:
- Use the
mrconfig sp list
command to see storage pool names (examplesSP1
,SP2
) and the device paths of the storage pools (example/dev/sdc
).
- Use the
mrconfig disk list
command to see storage pool names (examplesSP1
,SP2
), the device paths of the storage pools (example/dev/sdc
), and the disks associated with each storage pool (examples/dev/sdc
,/dev/sdd
).
Examples
Unload the disks associated with the storage pool namedSP2
on a local node/opt/mapr/server/mrconfig sp unload SP2