TFDS Manual
Using TFDSCOM Commands
Tandem Failure Data System (TFDS) Manual—520628-003
4-18
DISABLECPUS
•
Possible states for the stack values:
°
Stack from DUMPME
°
Stack from GARTH
°
Stack from SAVEFILE
°
Stack has no information
DISABLECPUS
The DISABLECPUS command disables the dumping or reloading of specific
processors if a software-related CPU DOWN event occurs.
n
specifies a valid processor number. Processor numbers range from 0 through 15.
ALL
specifies all processors.
Guidelines
•
You can use the abbreviation dc in place of DISABLECPUS.
•
No processors are disabled in the default setting.
Examples
•
This example disables processor 0 from dump and reload processing:
DISABLECPUS 0
•
This example disables processors 1, 3, and 5 from dump and reload processing:
DISABLECPUS 1 3 5
•
This example disables all processors from dump and reload processing:
DISABLECPUS ALL
DISABLECPUS { n [, n, ... ] | ALL }
Caution. If the first physical processor number configured is not processor 0, you must add a
DISABLECPUS option for each processor number lower than the number of the first physical
processor configured (down to 0) to avoid receiving an incorrect list of enabled processors with
the TFDSCOM CONFIG
command.