OSI/TS Management Programming Manual
Event-Message Descriptions
Event Messages
056786 Tandem Computers Incorporated 6–21
ZSPI-TKN-PROC-ERR
has the value ZGRD-VAL-ALLOCATESEGMENT.
ZGRD-TKN-SEGMENTID
is the segment ID requested for the extended segment.
ZGRD-TKN-SEGMENTSIZE
is the size, in bytes, requested for the extended segment.
ZGRD-TKN-FILENAME
for C-series systems, is the swap-file name requested for the extended
segment.
ZGRD-TKN-XFILENAME
for D-series systems, is the swap-file name requested for the extended
segment.
Probable Cause
The process could not allocate the extended data segment.
Recommended Action
If the extended segment cannot be allocated because of a lack of disk space, you have
the following options:
Add more disk space for the swap volume. Allocate the segment from a disk with
sufficient space, by using a PARAM TSP^SWAPVOL command before starting the
TSP process: for example, PARAM TSP^SWAPVOL $DATA.
Reduce the swap-file size before restarting the process. Allocate a smaller
segment, if the configuration permits, by using a PARAM command before
starting the TSP process: for instance, PARAM TSP^BUFFERPOOLSIZE 512
(allocates 512 pages for the buffer pool).
Stop or change other processes that use the same swap volume. Run the TSP
process as a stand-alone process rather than a NonStop process pair; that is, don’t
specify a backup CPU in the RUN command.
Purge unnecessary files from the swap volume.
For more information on recovery from ALLOCATESEGMENT failures, refer to the
System Procedure Errors and Messages Manual.