PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index


set storage_units

Set the units used to measure byte-counted values.

Syntax

set storage_units type

Command Switches
None

Parameters

type

Type of units to use. Must be one of bytes, kbytes, mbytes, or gbytes.

Description

By default, units of kbytes (1024 bytes) are used when specifying values for byte-count valued fields such as message quotas. To select a unit of measure other than kbytes, use the set storage_units command. bytes selects bytes, kbytes selects 1024 bytes, mbytes selects 1024 kbytes, and gbytes selects 1024 mbytes. After issuing a set storage_units command, all byte-count valued numbers input on the command line will be interpreted as being measured in the newly selected units. Note that displayed values are displayed in the units called for by the formatting template used to generate the display. For example, to use units of mbytes, specify


popstore> set storage_units mbytes


Previous Next Contents Index