Use VOLUTIL, the disk management utility, to allocate
permanent storage and transient storage on system volumes.
The NEWVOL command configures permanent and
transient storage on system volumes, and ALTERVOL
changes the allocation.
Permanent storage is disk space used on both system and
nonsystem volumes for permanent structures such as files
(permanent and temporary), the label table, and the free
space map. Permanent structures are those that do not need
to be re-created when the system is rebooted. Nonsystem
volumes may use only permanent storage.
Transient storage is used on system volumes for structures
such as virtual memory and other temporary operating system
data structures. Transient structures need to be re-created
when the system is rebooted.
In the figure below, permanent storage is visualized as filling in
from the bottom toward its maximum. Transient storage is
visualized in the figure as filling in from the top toward its maximum.
Figure 9-8 Permanent and Transient Storage
In this figure, permanent and transient storage is limited to 75
percent of the total storage space. Permanent storage already occupies
20 percent of the total, and transient storage fills 50 percent.
Permanent storage theoretically could take up another 55 percent,
but only 30 percent of the total storage space remains free. So,
permanent storage is limited to 30 percent more. Transient storage
can take up another 25 percent. In this case, 5 percent of the space
would remain free.
 |
 |  |
 |
 | NOTE:
You should always configure nonsystem volumes
at 100 percent permanent, which is the default. Since the system
does not put transient objects on nonsystem volumes, any transient
storage that is configured cannot be used. |
 |
 |  |
 |
To change the disk storage |
 |
Use the ALTERVOL command to change the permanent
and transient disk space allocation for a particular volume.
To use ALTERVOL, at the volutil: prompt, enter:
volutil:ALTERVOL sname:vname percentperm percenttrans
|
ALTERVOL has the following parameters:
ALTERVOL { [VNAME] = sname:vname} [ [PERM] = percentperm] [ [TRANS] = percenttrans]
For example, to change the permanent and transient storage allocation
on the volume SAMPLE_VOL in the volume set SAMPLE_SET to
100 percent, enter:
volutil:ALTERVOL SAMPLE_SET:SAMPLE_VOL 100 100
|