Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 1 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 2 | Implement this to pass additional parameters to the create dump. Each |
| 3 | required parameter for the dump in the ibm domain should be added here as an |
| 4 | enum. |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 5 | |
| 6 | enumerations: |
| 7 | - name: CreateParameters |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 8 | description: > |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 9 | Additional parameters for creating the dump. |
| 10 | values: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 11 | - name: "VSPString" |
| 12 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 13 | The resouce dump is collected from various host resources. The |
| 14 | resource to collect the dump is indicated by using the resource |
| 15 | selector. The resource selector string needs to be passed to |
| 16 | host to generate a resource dump. |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 17 | - name: "Password" |
| 18 | description: > |
| 19 | The password for authenticating the resource dump request. |
| 20 | - name: "ErrorLogId" |
| 21 | description: > |
| 22 | The id of the log associated with action which triggered the |
| 23 | dump. The value should be a 32 bit unsigned integer. |
| 24 | - name: "DumpType" |
| 25 | description: > |
| 26 | Type of the dump to be collected |
| 27 | - name: "FailingUnitId" |
| 28 | description: > |
| 29 | A unique id of failing hardware unit which is causing the dump. |
| 30 | The value should be a 32 bit unsigned integer. |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 31 | |
| 32 | - name: DumpType |
| 33 | description: > |
| 34 | Type of the host dump to be collected. |
| 35 | values: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 36 | - name: "Hostboot" |
| 37 | description: > |
| 38 | Hostboot dump is collected during a boot failure during the |
| 39 | hostboot booting phase. |
| 40 | - name: "Hardware" |
| 41 | desription: > |
| 42 | Hardware dump is collected during a system checkstop. |
Dhruvaraj Subhashchandran | db26588 | 2023-07-08 03:57:22 -0500 | [diff] [blame] | 43 | - name: "System" |
| 44 | description: > |
| 45 | System Dump: A dump that contains certain hardware register data |
| 46 | and host memory. |
| 47 | - name: "Resource" |
| 48 | description: > |
| 49 | Resource Dump: A dump of host resources, created for various |
| 50 | host components. The content may vary accordingly. |