Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 1 | description: > |
| 2 | Implement this to pass additional parameters to the create dump. |
| 3 | Each required parameter for the dump in the ibm domain should be added |
| 4 | here as an enum. |
| 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: |
| 11 | - name: 'VSPString' |
| 12 | description: > |
| 13 | The resouce dump is collected from various host resources. |
| 14 | The resource to collect the dump is indicated by using the |
| 15 | resource selector. |
| 16 | The resource selector string needs to be passed to host to |
| 17 | generate a resource dump. |
| 18 | - name: 'Password' |
| 19 | description: > |
| 20 | The password for authenticating the resource dump request. |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 21 | - name: 'ErrorLogId' |
| 22 | description: > |
| 23 | The id of the log associated with action which triggered the |
Dhruvaraj Subhashchandran | c6f2d7a | 2021-06-23 06:33:32 -0500 | [diff] [blame] | 24 | dump. The value should be a 32 bit unsigned integer. |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 25 | - name: 'DumpType' |
| 26 | description: > |
| 27 | Type of the dump to be collected |
Dhruvaraj Subhashchandran | a2eb94f | 2021-05-05 02:44:28 -0500 | [diff] [blame] | 28 | - name: 'FailingUnitId' |
| 29 | description: > |
| 30 | A unique id of failing hardware unit which is causing the dump. |
| 31 | The value should be a 32 bit unsigned integer. |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 32 | |
| 33 | - name: DumpType |
| 34 | description: > |
| 35 | Type of the host dump to be collected. |
| 36 | values: |
| 37 | - name: 'Hostboot' |
| 38 | description: > |
| 39 | Hostboot dump is collected during a boot failure during the |
| 40 | hostboot booting phase. |
Dhruvaraj Subhashchandran | a2eb94f | 2021-05-05 02:44:28 -0500 | [diff] [blame] | 41 | - name: 'Hardware' |
| 42 | desription: > |
| 43 | Hardware dump is collected during a system checkstop. |