ASAP 3.2 Server Manual
HP NonStop ASAP Server Manual    Page 277 of 381 
format. 
 ??-Max Ext n/a 
Not optimal because the MAXEXTENTS 
value for the secondary partition is 
ignored since FORMAT2 is on. The 
partition is created, but the 
MAXEXTENTS of the base partition is 
used. 
 Yes 
Examples 
 To specify a default primary extent size of 256 pages and secondary extent 
size of 512 pages for all partitions of all files: 
SET PARTITION DEFAULT ALL PRIEXT 256, SECEXT 512 
 To configure three partitions for the PROCESS entity, one for system numbers 
0 through 10 (base partition), one for system numbers 11 through 20 on disk 
$DATA1, and one for system numbers 21 through 255 on disk $DATA2: 
SET PARTITION PROCESS 1 SYSNO 11, VOLUME $DATA1 
SET PARTITION PROCESS 2 SYSNO 21, VOLUME $DATA2 
 To do the same thing, but set specific extent values for partition 2: 
SET PARTITION PROCESS 2 SYSNO 21, VOLUME $DATA2, PRIEXT 
100, SECEXT 100 
 To configure two partitions for APP data, split by system number 12 and 
domain "FUNDSTRANSFER", with the secondary partition on $DATA, and 
with a maximum of 400 extents for each partition: 
SET PARTITION APP 0 MAXEXTENTS 400 
SET PARTITION APP 1 SYSNO 12, KEY "FUNDSTRANSFER", VOLUME 
$DATA 
 To reset all partitioning-related values to their defaults: 
SET PARTITION RESET 
 To reset all partitioning-related values for the CPU entity to their defaults: 
SET PARTITION CPU RESET 
or 
SET PARTITION CPU ALL RESET 
 To reset the KEY value for partition 1 of the DISK entity to its default: 










