Provides a command line interface to start a kernel dump to the primary or secondary dump device.
sysdumpstart [ -p ] [ -t traditional | -f { disallow | require_kernel | require_full }]
sysdumpstart [ -s ] [ -t traditional ]
The sysdumpstart command provides a command line interface to start a kernel dump to the primary or secondary dump device. When the dump completes, the system halts. Use the kdb command to examine a kernel dump. Use the sysdumpdev command to reassign the dump device.
During a kernel dump, the following values can be displayed on the three-digit terminal display as follows:
Item | Description |
---|---|
0c0 | Indicates that the dump completed successfully. |
0c1 | Indicates that an I/O occurred during the dump. This value only applies to AIX® 4.2.1 or later. |
0c2 | Indicates that the dump is in progress. |
0c4 | Indicates that the dump is too small. |
0c5 | Indicates a dump internal error . |
0c8 | Indicates that the dump was disabled. In this case, no dump device was designated in the system configuration object for dump devices. The sysdumpstart command halts, and the system continues running. |
0c9 | Indicates that a dump is in progress. |
0ca | Indicates that a firmware-assisted system dump is not finished yet. System startup resumes after the dump completes. |
0cb | Indicates that a dump is in progress. |
0cc | Indicates that the system switched to the secondary dump device after attempting a dump to the primary device. This value only applies to AIX 4.2.1 or later. |
You can use the Web-based System Manager Devices application (wsm devices fast path) to run this command. You could also use the System Management Interface Tool (SMIT) smit sysdumpstart fast path to run this command.
You can specify the -t traditional flag that allows to force a traditional system dump when the firmware-assisted system dump is configured.
You can specify the -f flag that allows to override the current full memory dump configuration.
Item | Description |
---|---|
-f{ disallow | require_kernel | require_full} | Specifies if neither the kernel memory dump
nor the full memory dump is allowed. If allowed, this flag specifies
where the kernel memory dump or full memory dump is required. The -f flag
has the following keywords:
|
-p | Initiates a system dump and writes the results to the primary dump device. |
-s | Initiates a system dump and writes the results to the secondary dump device. |
-t traditional | Forces a traditional system dump independently to the current configuration. |
Access Control: Only the root user can run this command.
sysdumpstart -p
sysdumpstart -s