ASAP 2.8 Server Manual
ASAP Conversational Interface Commands
HP NonStop ASAP Server Manual—522303-007
6-105
SET Command
When used with no options, SET PARTITION displays the current partitioning
settings.
partition-desc.
used to set partitioning attributes. It has the format:
{entity|DEFAULT} {part-num|ALL} part-opt [, part-opt...]
entity
the name of the specific entity (for example CPU, DISK) to which the
partitioning options apply. To set default properties for all entities, use
DEFAULT. These defaults are used when an entity does not have explicit
partitioning attributes configured.
part-num
the partition number (0 through 15) to which the partitioning options apply.
0 (or BASE) indicates the base partition of the entity. To specify primary
and secondary extent sizes for all partitions of the entity, use ALL.
part-opt
is one of these partition options:
{ KEY key-value }
{ SYSNO system-number }
{ PRIEXT ext-value }
{ SECEXT ext-value }
{ MAXEXTENTS maxext-value }
{ VOLUME volume-name }
key-value
a partial key value, defining the lowest key value that can reside in the
partition. Its format can be:
* A string of characters enclosed in quotation marks (for example,
“abc”). Use this to represent partial key values that contain only
printable alpha-numeric data.
Note. Changes to partition settings do not automatically take effect after a SET
PARTITION command. To enable changes:
1. Stop the ASAP Collector process.
2. Delete or rename the existing ASAP database.
3. Restart the Collector.
This re-creates the ASAP database using the new partition settings.