blob: 89c2302477669e7e96551b46d63aaade952bdc98 [file] [log] [blame]
Manojkiran Edaa907a582021-01-19 14:28:06 +05301{
Patrick Williams36180642022-12-08 06:13:03 -06002 "entries": [
3 {
4 "attribute_name": "fw_boot_side",
5 "possible_values": ["Perm", "Temp"],
6 "default_values": ["Temp"],
7 "helpText": "Specifies the next boot side to the host, i.e. Temp or Perm. Host can set/query this attribute at anytime to know which is the side the host would boot in the next reboot.",
8 "displayName": "Current Firmware Boot Side (pending)"
9 },
10 {
11 "attribute_name": "fw_boot_side_current",
12 "possible_values": ["Perm", "Temp"],
13 "default_values": ["Temp"],
14 "helpText": "Specifies the current boot side to the host, i.e. Temp or Perm. Host can query this attribute at anytime to know which side it is running on. This attribute is set by the BMC. Set fw_boot_side instead.",
15 "displayName": "Current Firmware Boot Side (current)"
16 },
17 {
18 "attribute_name": "pvm_pcie_error_inject",
19 "possible_values": ["Disabled", "Enabled"],
20 "default_values": ["Enabled"],
21 "helpText": "pvm_pcie_error_inject",
22 "displayName": "pvm_pcie_error_inject"
23 },
24 {
25 "attribute_name": "vmi_if0_ipv4_method",
26 "possible_values": ["IPv4Static", "IPv4DHCP"],
27 "default_values": ["IPv4Static"],
28 "helpText": "vmi_if0_ipv4_method",
29 "displayName": "vmi_if0_ipv4_method"
30 },
31 {
32 "attribute_name": "vmi_if1_ipv4_method",
33 "possible_values": ["IPv4Static", "IPv4DHCP"],
34 "default_values": ["IPv4Static"],
35 "helpText": "vmi_if1_ipv4_method",
36 "displayName": "vmi_if1_ipv4_method"
37 },
38 {
39 "attribute_name": "vmi_if0_ipv6_method",
Asmitha Karunanithi28514b02023-03-23 09:03:56 -050040 "possible_values": ["IPv6Static", "IPv6DHCP", "IPv6SLAAC"],
Patrick Williams36180642022-12-08 06:13:03 -060041 "default_values": ["IPv6Static"],
42 "helpText": "vmi_if0_ipv6_method",
43 "displayName": "vmi_if0_ipv6_method"
44 },
45 {
46 "attribute_name": "vmi_if1_ipv6_method",
Asmitha Karunanithi28514b02023-03-23 09:03:56 -050047 "possible_values": ["IPv6Static", "IPv6DHCP", "IPv6SLAAC"],
Patrick Williams36180642022-12-08 06:13:03 -060048 "default_values": ["IPv6Static"],
49 "helpText": "vmi_if1_ipv6_method",
50 "displayName": "vmi_if1_ipv6_method"
51 },
52 {
53 "attribute_name": "hb_hyp_switch",
54 "possible_values": ["PowerVM", "OPAL"],
55 "default_values": ["PowerVM"],
56 "helpText": "Tells the host boot fw which type of hypervisor will be loaded.",
57 "displayName": "hb_hyp_switch",
58 "dbus": {
59 "object_path": "/com/ibm/host0/hypervisor",
60 "interface": "com.ibm.Host.Target",
61 "property_name": "Target",
62 "property_type": "string",
63 "property_values": [
64 "com.ibm.Host.Target.Hypervisor.PowerVM",
65 "com.ibm.Host.Target.Hypervisor.OPAL"
66 ]
Manojkiran Eda672aece2021-02-08 09:56:47 +053067 }
Patrick Williams36180642022-12-08 06:13:03 -060068 },
69 {
70 "attribute_name": "hb_hyp_switch_current",
71 "possible_values": ["PowerVM", "OPAL"],
72 "default_values": ["PowerVM"],
73 "helpText": "Do not set this attribute directly; set hb_hyp_switch instead.",
74 "displayName": "hb_hyp_switch (current)",
75 "readOnly": true
76 },
77 {
78 "attribute_name": "pvm_stop_at_standby",
79 "possible_values": ["Disabled", "Enabled", "ManualOnly"],
80 "default_values": ["Disabled"],
81 "helpText": "Select hypervisor boot policy, requires a reboot for a change to be applied. Disabled: Instructs server not to activate server firmware and partitions for either a user-initated power on or a recovery power on, Enabled: Instructs the server to automatically activate certain partitions for either a user-initated power on or a recovery power on, ManualOnly: Instructs the server to activate server firmware and partitions automatically only in case of a recovery power on after an abnormal termination.",
82 "displayName": "pvm_stop_at_standby",
83 "dbus": {
84 "object_path": "/xyz/openbmc_project/control/host0/boot",
85 "interface": "xyz.openbmc_project.Control.Boot.Mode",
86 "property_name": "BootMode",
87 "property_type": "string",
88 "property_values": [
89 "xyz.openbmc_project.Control.Boot.Mode.Modes.Regular",
90 "xyz.openbmc_project.Control.Boot.Mode.Modes.Setup",
91 "xyz.openbmc_project.Control.Boot.Mode.Modes.Safe"
92 ]
Manojkiran Eda672aece2021-02-08 09:56:47 +053093 }
Patrick Williams36180642022-12-08 06:13:03 -060094 },
95 {
96 "attribute_name": "pvm_stop_at_standby_current",
97 "possible_values": ["Disabled", "Enabled", "ManualOnly"],
98 "default_values": ["Disabled"],
99 "helpText": "Specifies the current hypervisor boot policy. Do not set this attribute directly; set pvm_stop_at_standby instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600100 "displayName": "pvm_stop_at_standby_current (current)",
101 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600102 },
103 {
104 "attribute_name": "hb_debug_console",
105 "possible_values": ["Disabled", "Enabled"],
106 "default_values": ["Disabled"],
107 "helpText": "When set to Enabled Hostboot should emit debug trace information to the VUART2 device.",
108 "displayName": "hb-debug-console"
109 },
110 {
111 "attribute_name": "hb_inhibit_bmc_reset",
112 "possible_values": ["NoInhibit", "Inhibit"],
113 "default_values": ["NoInhibit"],
114 "helpText": "When set to Inhibit, the hypervisor shall not reset/reload the BMC at runtime.",
115 "displayName": "hb-inhibit-bmc-reset",
116 "readOnly": true
117 },
118 {
119 "attribute_name": "pvm_system_power_off_policy",
120 "possible_values": ["Power Off", "Stay On", "Automatic"],
121 "default_values": ["Automatic"],
122 "helpText": "The system power off policy flag is a system parameter that controls the system's behavior when the last partition (or only partition in the case of a system that is not managed by an HMC) is powered off.",
123 "displayName": "System Automatic Power Off Policy"
124 },
125 {
126 "attribute_name": "pvm_hmc_managed",
127 "possible_values": ["Disabled", "Enabled"],
128 "default_values": ["Disabled"],
129 "helpText": "This option enables or disables the system is managed by HMC.",
130 "displayName": "HMC managed System"
131 },
132 {
Riya Dixit1f61b582023-05-04 03:14:54 -0500133 "attribute_name": "pvm_vmi_support",
134 "possible_values": ["Disabled", "Enabled"],
135 "default_values": ["Disabled"],
136 "helpText": "Indicates whether or not VMI support has been provisioned by Hypervisor. Enabled - VMI is available, Disabled - VMI is not available.",
137 "displayName": "VMI Support",
138 "readOnly": true
139 },
140 {
Patrick Williams36180642022-12-08 06:13:03 -0600141 "attribute_name": "pvm_rtad",
142 "possible_values": ["Disabled", "Enabled"],
143 "default_values": ["Disabled"],
144 "helpText": "This option enables or disables the Remote Trusted Attestation Daemon for host firmware.",
145 "displayName": "Remote Trusted Attestation Daemon State"
146 },
147 {
148 "attribute_name": "pvm_default_os_type",
vkaverap@in.ibm.com146ff922023-10-29 22:32:57 -0500149 "possible_values": [
150 "AIX",
151 "Linux",
152 "IBM I",
153 "Linux KVM",
154 "Default"
155 ],
Patrick Williams36180642022-12-08 06:13:03 -0600156 "default_values": ["Default"],
157 "helpText": "CEC Primary OS",
158 "displayName": "CEC Primary OS"
159 },
160 {
161 "attribute_name": "pvm_default_os_type_current",
vkaverap@in.ibm.com146ff922023-10-29 22:32:57 -0500162 "possible_values": [
163 "AIX",
164 "Linux",
165 "IBM I",
166 "Linux KVM",
167 "Default"
168 ],
Patrick Williams36180642022-12-08 06:13:03 -0600169 "default_values": ["Default"],
170 "helpText": "Specifies the current CEC Primary OS type. Do not set this attribute directly; set pvm_default_os_type instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600171 "displayName": "CEC Primary OS (current)",
172 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600173 },
174 {
175 "attribute_name": "pvm_system_operating_mode",
176 "possible_values": ["Normal", "Manual"],
177 "default_values": ["Normal"],
178 "helpText": "Manual mode is used for service or maintenance purpose of the system hardware. When the system is in manual mode, various automatic functions such as recovery on error, system poweron on power loss and reboot of host on failure are disabled.",
179 "displayName": "Server Operating Mode"
180 },
181 {
182 "attribute_name": "pvm_rpa_boot_mode",
183 "possible_values": [
184 "Normal",
185 "SavedList",
186 "SmsMenu",
187 "OkPrompt",
188 "DefaultList"
189 ],
190 "default_values": ["Normal"],
191 "helpText": "Select the boot type for an AIX/Linux partition. Normal: The partition boots directly to the operating system, SavedList: The system boots from the saved service mode boot list, SmsMenu: The partition stops at the System Management Services(SMS) menu, OkPrompt: The system stops at the open firmware prompt, DefaultList: The system boots from the default boot list.",
192 "displayName": "AIX/Linux Partition Boot Mode"
193 },
194 {
195 "attribute_name": "pvm_rpa_boot_mode_current",
196 "possible_values": [
197 "Normal",
198 "SavedList",
199 "SmsMenu",
200 "OkPrompt",
201 "DefaultList"
202 ],
203 "default_values": ["Normal"],
204 "helpText": "Specifies the current boot type for an AIX/Linux partition. Do not set this attribute directly; set pvm_rpa_boot_mode instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600205 "displayName": "AIX/Linux Partition Boot Mode (current)",
206 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600207 },
208 {
209 "attribute_name": "pvm_os_boot_type",
210 "possible_values": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"],
Manojkiran Eda4066a192023-06-13 08:31:01 +0530211 "default_values": ["A_Mode"],
Kamalkumar Patelfcda4d02023-08-21 07:41:27 -0500212 "helpText": "Select the IBM i partition boot mode for next system boot. A_Mode: Boot from disk using copy A, B_Mode: Boot from disk using copy B, C_Mode: Reserved for IBM lab use only, D_Mode: Boot from media/drives.",
213 "displayName": "IBM i Partition Boot Mode"
Patrick Williams36180642022-12-08 06:13:03 -0600214 },
215 {
216 "attribute_name": "pvm_os_boot_type_current",
217 "possible_values": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"],
Manojkiran Eda4066a192023-06-13 08:31:01 +0530218 "default_values": ["A_Mode"],
Kamalkumar Patelfcda4d02023-08-21 07:41:27 -0500219 "helpText": "Specifies the current IBM i partition boot mode for next system boot. Do not set this attribute directly; set pvm_os_boot_type instead.",
220 "displayName": "IBM i Partition Boot Mode (current)",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600221 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600222 },
223 {
224 "attribute_name": "pvm_vtpm",
225 "possible_values": ["Disabled", "Enabled"],
226 "default_values": ["Enabled"],
227 "helpText": "Enabling vTPM makes a TPM available to the guest operating system.",
228 "displayName": "Virtual Trusted Platform Module"
229 },
230 {
231 "attribute_name": "pvm_vtpm_current",
232 "possible_values": ["Disabled", "Enabled"],
233 "default_values": ["Enabled"],
234 "helpText": "Specifies the current vTPM policy. Do not set this attribute directly; set pvm_vtpm instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600235 "displayName": "Virtual Trusted Platform Module (current)",
236 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600237 },
238 {
239 "attribute_name": "pvm_sys_dump_active",
240 "possible_values": ["Enabled", "Disabled"],
241 "default_values": ["Disabled"],
242 "helpText": "Enabled when a system dump is in progress or stored in hypervisor memory and ready for offload, Disabled otherwise.",
243 "displayName": "System Dump Active"
244 },
245 {
246 "attribute_name": "hb_memory_region_size",
Jayashankar Padath326cd372023-02-07 07:29:10 -0600247 "possible_values": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"],
Patrick Williams36180642022-12-08 06:13:03 -0600248 "default_values": ["256MB"],
249 "helpText": "Specifies the size of the logical memory block the system uses to read memory, requires a reboot for a change to be applied.",
250 "displayName": "Memory Region Size (pending)"
251 },
252 {
253 "attribute_name": "hb_memory_region_size_current",
Jayashankar Padath326cd372023-02-07 07:29:10 -0600254 "possible_values": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"],
Patrick Williams36180642022-12-08 06:13:03 -0600255 "default_values": ["256MB"],
256 "helpText": "Specifies the size of the logical memory block the system uses to read memory for the current IPL. Do not set this attribute directly; set hb_memory_region_size instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600257 "displayName": "Memory Region Size (current)",
258 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600259 },
260 {
261 "attribute_name": "hb_power_limit_enable",
262 "possible_values": ["Enabled", "Disabled"],
263 "default_values": ["Disabled"],
264 "helpText": "Specifies whether the power limit is enabled.",
265 "displayName": "Power Limit Enable",
266 "dbus": {
267 "object_path": "/xyz/openbmc_project/control/host0/power_cap",
268 "interface": "xyz.openbmc_project.Control.Power.Cap",
269 "property_name": "PowerCapEnable",
270 "property_type": "bool",
271 "property_values": [true, false]
Manojkiran Eda70a5da92022-03-06 11:25:10 +0530272 }
Patrick Williams36180642022-12-08 06:13:03 -0600273 },
274 {
275 "attribute_name": "hb_power_limit_enable_current",
276 "possible_values": ["Enabled", "Disabled"],
277 "default_values": ["Disabled"],
278 "helpText": "Specifies if the power limit is enabled for the current IPL. Do not set this attribute directly; set hb_power_limit_enable instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600279 "displayName": "Power Limit Enable (current)",
280 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600281 },
282 {
283 "attribute_name": "hb_secure_ver_lockin_enabled",
284 "possible_values": ["Enabled", "Disabled"],
285 "default_values": ["Disabled"],
286 "helpText": "Specifies whether the secure version lockin functionality is enabled.",
287 "displayName": "Secure Version Lockin Enabled"
288 },
289 {
290 "attribute_name": "hb_memory_mirror_mode",
291 "possible_values": ["Disabled", "Enabled"],
292 "default_values": ["Disabled"],
293 "helpText": "Specifies if the memory mirroring is enabled, requires a reboot for a change to be applied.",
294 "displayName": "Memory Mirror Mode (pending)"
295 },
296 {
297 "attribute_name": "hb_memory_mirror_mode_current",
298 "possible_values": ["Disabled", "Enabled"],
299 "default_values": ["Disabled"],
300 "helpText": "Specifies if the memory mirroring is enabled for the current IPL. Do not set this attribute directly; set hb_memory_mirror_mode instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600301 "displayName": "Memory Mirror Mode (current)",
302 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600303 },
304 {
305 "attribute_name": "hb_tpm_required",
306 "possible_values": ["Required", "Not Required"],
307 "default_values": ["Required"],
308 "helpText": "When the 'TPM Required Policy' is 'Required', a functional TPM is required to boot the system",
309 "displayName": "TPM Required Policy (pending)",
310 "dbus": {
311 "object_path": "/xyz/openbmc_project/control/host0/TPMEnable",
312 "interface": "xyz.openbmc_project.Control.TPM.Policy",
313 "property_name": "TPMEnable",
314 "property_type": "bool",
315 "property_values": [true, false]
Manojkiran Eda1b8535e2021-11-13 14:19:34 +0530316 }
Patrick Williams36180642022-12-08 06:13:03 -0600317 },
318 {
319 "attribute_name": "hb_tpm_required_current",
320 "possible_values": ["Required", "Not Required"],
321 "default_values": ["Required"],
322 "helpText": "When the 'TPM Required Policy' is 'Required', a functional TPM is required to boot the system. Do not set this attribute directly; set hb_tpm_required instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600323 "displayName": "TPM Required Policy (current)",
324 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600325 },
326 {
327 "attribute_name": "hb_key_clear_request",
328 "possible_values": [
329 "NONE",
330 "ALL",
331 "OS_KEYS",
332 "POWERVM_SYSKEY",
333 "MFG_ALL",
334 "MFG"
335 ],
336 "default_values": ["NONE"],
337 "helpText": "Specifies the requested level of security keys to be cleared from the system, requires a reboot to take effect",
338 "displayName": "Key Clear Request (pending)"
339 },
340 {
341 "attribute_name": "hb_key_clear_request_current",
342 "possible_values": [
343 "NONE",
344 "ALL",
345 "OS_KEYS",
346 "POWERVM_SYSKEY",
347 "MFG_ALL",
348 "MFG"
349 ],
350 "default_values": ["NONE"],
351 "helpText": "Specifies the requested level of security keys to be cleared from the system for the current IPL. Do not set this attribute directly; set hb_key_clear_request instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600352 "displayName": "Key Clear Request (current)",
353 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600354 },
355 {
356 "attribute_name": "hb_host_usb_enablement",
357 "possible_values": ["Disabled", "Enabled"],
358 "default_values": ["Enabled"],
359 "helpText": "Specifies if Host USB is disabled or enabled for security reasons, requires a reboot for a change to be applied.",
360 "displayName": "Host USB Enablement (pending)"
361 },
362 {
363 "attribute_name": "hb_host_usb_enablement_current",
364 "possible_values": ["Disabled", "Enabled"],
365 "default_values": ["Enabled"],
366 "helpText": "Specifies if Host USB is disabled or enabled for security reasons. Do not set this attribute directly; set hb_host_usb_enablement instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600367 "displayName": "Host USB Enablement (current)",
368 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600369 },
370 {
371 "attribute_name": "pvm_auto_poweron_restart",
372 "possible_values": ["Disabled", "Enabled"],
373 "default_values": ["Disabled"],
374 "helpText": "Select auto poweron policy. Disabled: Instructs server not to activate any auto poweron logic, Enabled: The system will boot automatically once power is restored after a power disturbance.",
375 "displayName": "pvm_auto_poweron_restart",
376 "dbus": {
377 "object_path": "/xyz/openbmc_project/control/host0/power_restore_policy",
378 "interface": "xyz.openbmc_project.Control.Power.RestorePolicy",
379 "property_name": "PowerRestorePolicy",
380 "property_type": "string",
381 "property_values": [
382 "xyz.openbmc_project.Control.Power.RestorePolicy.Policy.None",
383 "xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOn"
384 ]
385 }
386 },
387 {
388 "attribute_name": "hb_lateral_cast_out_mode",
389 "possible_values": ["Disabled", "Enabled"],
390 "default_values": ["Enabled"],
391 "helpText": "Only change this value if instructed by service provider as it might degrade system performance. Specifies if Lateral Cast Out mode is disabled or enabled, requires a reboot for a change to be applied.",
392 "displayName": "Lateral Cast Out mode (pending)"
393 },
394 {
395 "attribute_name": "hb_lateral_cast_out_mode_current",
396 "possible_values": ["Disabled", "Enabled"],
397 "default_values": ["Enabled"],
398 "helpText": "Only change this value if instructed by service provider as it might degrade system performance. Specifies if Lateral Cast Out mode is disabled or enabled. Do not set this attribute directly; set hb_lateral_cast_out_mode instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600399 "displayName": "Lateral Cast Out mode (current)",
400 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600401 },
402 {
403 "attribute_name": "hb_proc_favor_aggressive_prefetch",
404 "possible_values": ["Disabled", "Enabled"],
405 "default_values": ["Disabled"],
406 "helpText": "Only change this value if instructed by service provider as it might degrade system performance. Specifies if Proc Favor Aggressive Prefetch is disabled or enabled, requires a reboot for a change to be applied.",
407 "displayName": "Proc Favor Aggressive Prefetch (pending)"
408 },
409 {
410 "attribute_name": "hb_proc_favor_aggressive_prefetch_current",
411 "possible_values": ["Disabled", "Enabled"],
412 "default_values": ["Disabled"],
413 "helpText": "Only change this value if instructed by service provider as it might degrade system performance. Specifies if Proc Favor Aggressive Prefetch is disabled or enabled. Do not set this attribute directly; set hb_proc_favor_aggressive_prefetch instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600414 "displayName": "Proc Favor Aggressive Prefetch (current)",
415 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600416 },
417 {
418 "attribute_name": "pvm_create_default_lpar",
419 "possible_values": ["Disabled", "Enabled"],
420 "default_values": ["Disabled"],
421 "helpText": "When enabled creates a new default partition after NVRAM is cleared. This is primarily for machines that are managed by hardware management console.",
422 "displayName": "pvm_create_default_lpar (pending)"
423 },
424 {
425 "attribute_name": "pvm_create_default_lpar_current",
426 "possible_values": ["Disabled", "Enabled"],
427 "default_values": ["Disabled"],
428 "helpText": "When enabled creates a new default partition after NVRAM is cleared. This is primarily for machines that are managed by hardware management console.Do not set this attribute directly; set pvm_create_default_lpar instead.",
Patel-Kamalkumard99cca32023-02-06 04:01:02 -0600429 "displayName": "pvm_create_default_lpar (current)",
430 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600431 },
432 {
433 "attribute_name": "pvm_keep_and_clear",
434 "possible_values": ["Disabled", "Enabled"],
435 "default_values": ["Disabled"],
436 "helpText": "The hypervisor needs to clear most of PHYP NVRAM, but preserve the NVRAM for the manufacturing default partition",
437 "displayName": "pvm_keep_and_clear"
438 },
439 {
440 "attribute_name": "pvm_clear_nvram",
441 "possible_values": ["Disabled", "Enabled"],
442 "default_values": ["Disabled"],
443 "helpText": "Specifies if the hypervisor needs to clear PHYP NVRAM",
444 "displayName": "pvm_clear_nvram"
445 },
446 {
447 "attribute_name": "pvm_boot_initiator",
448 "possible_values": ["User", "HMC", "Host", "Auto"],
449 "default_values": ["User"],
450 "helpText": "Specifies who initiated the IPL.",
451 "displayName": "IPL Initiator (pending)"
452 },
453 {
454 "attribute_name": "pvm_boot_initiator_current",
455 "possible_values": ["User", "HMC", "Host", "Auto"],
456 "default_values": ["User"],
457 "helpText": "Specifies who initiated the IPL. Set pvm_boot_initiator instead.",
458 "displayName": "IPL Initiator (current)",
459 "readOnly": true
460 },
461 {
462 "attribute_name": "pvm_boot_type",
463 "possible_values": ["IPL", "ReIPL"],
464 "default_values": ["IPL"],
465 "helpText": "Specifies if the boot type is an IPL or a ReIPL",
466 "displayName": "Boot Type Indicator (pending)"
467 },
468 {
469 "attribute_name": "pvm_boot_type_current",
470 "possible_values": ["IPL", "ReIPL"],
471 "default_values": ["IPL"],
472 "helpText": "Specifies if the boot type is an IPL or a ReIPL. Set pvm_boot_type instead",
473 "displayName": "Boot Type Indicator (current)",
474 "readOnly": true
Patel-Kamalkumar3b23adb2022-10-17 10:01:56 +0000475 },
476 {
Archana Kakani7eab4572023-10-20 07:28:08 -0500477 "attribute_name": "pvm_rpd_guard_policy",
Patel-Kamalkumar3b23adb2022-10-17 10:01:56 +0000478 "possible_values": ["Enabled", "Disabled"],
479 "default_values": ["Enabled"],
480 "helpText": "Controls whether or not a processor core will be de-configured on error.",
Archana Kakani7eab4572023-10-20 07:28:08 -0500481 "displayName": "Guard on error"
Patel-Kamalkumar3b23adb2022-10-17 10:01:56 +0000482 },
483 {
484 "attribute_name": "pvm_rpd_policy",
485 "possible_values": ["Enabled", "Scheduled", "Disabled"],
486 "default_values": ["Enabled"],
487 "helpText": "Enabled (Run on each core once daily, at an equally spaced interval, to test each core every 24 hours. For example, on a 48-core system, the RPD would test one core every 30 minutes), Run Now (Run sequentially on each core starting immediately), Scheduled (Run sequentially on each core at the scheduled time each day), Disabled (No diagnostics or exercisers will be run).",
488 "displayName": "Runtime Processor Diagnostics Policy"
489 },
490 {
491 "attribute_name": "pvm_rpd_immediate_test",
492 "possible_values": ["Enabled", "Disabled"],
493 "default_values": ["Disabled"],
494 "helpText": "Enabled (Override the pvm_rpd_policy and start a diagnostic test run immediately. RPD will set pvm_rpd_immediate_test to “Disabled” when an immediate test run completes), Disabled (The pvm_rpd_policy is used).",
495 "displayName": "Immediate Test Requested"
496 },
497 {
498 "attribute_name": "pvm_rpd_feature",
499 "possible_values": ["Enabled", "Disabled", "Automatic"],
500 "default_values": ["Automatic"],
501 "helpText": "Controls whether or not the Runtime Processor Diagnostics (RPD) Feature will be configured on the system. Enabled ( The RPD feature will be configured regardless of the amount of installed memory), Automatic (The RPD feature will be configured on systems with at least 128GB of installed memory and not configured on systems with less than 128GB), Disabled (The RPD feature will not be configured).",
502 "displayName": "Runtime Processor Diagnostics Feature"
503 },
504 {
505 "attribute_name": "pvm_rpd_feature_current",
506 "possible_values": ["Enabled", "Disabled", "Automatic"],
507 "default_values": ["Automatic"],
508 "helpText": "Controls whether or not the Runtime Processor Diagnostics (RPD) Feature will be configured on the system. Enabled ( The RPD feature will be configured regardless of the amount of installed memory), Automatic (The RPD feature will be configured on systems with at least 128GB of installed memory and not configured on systems with less than 128GB), Disabled (The RPD feature will not be configured).",
509 "displayName": "Runtime Processor Diagnostics Feature"
Sheldon Bailey5d77c932023-02-16 12:44:06 -0600510 },
511 {
512 "attribute_name": "hb_power_PS0_present",
513 "possible_values": ["Enabled", "Disabled"],
514 "default_values": ["Disabled"],
515 "helpText": "Specifies if Power Supply 0 is present. (Enabled is Present)",
516 "displayName": "Power Supply 0 is functional",
517 "dbus": {
518 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
519 "interface": "xyz.openbmc_project.Inventory.Item",
520 "property_name": "Present",
521 "property_type": "bool",
522 "property_values": [true, false]
523 }
524 },
525 {
526 "attribute_name": "hb_power_PS1_present",
527 "possible_values": ["Enabled", "Disabled"],
528 "default_values": ["Disabled"],
529 "helpText": "Specifies if Power Supply 1 is present. (Enabled is Present)",
530 "displayName": "Power Supply 1 is functional",
531 "dbus": {
532 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1",
533 "interface": "xyz.openbmc_project.Inventory.Item",
534 "property_name": "Present",
535 "property_type": "bool",
536 "property_values": [true, false]
537 }
538 },
539 {
540 "attribute_name": "hb_power_PS2_present",
541 "possible_values": ["Enabled", "Disabled"],
542 "default_values": ["Disabled"],
543 "helpText": "Specifies if Power Supply 2 is Present. (Enabled is Present)",
544 "displayName": "Power Supply 2 is functional",
545 "dbus": {
546 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply2",
547 "interface": "xyz.openbmc_project.Inventory.Item",
548 "property_name": "Present",
549 "property_type": "bool",
550 "property_values": [true, false]
551 }
552 },
553 {
554 "attribute_name": "hb_power_PS3_present",
555 "possible_values": ["Enabled", "Disabled"],
556 "default_values": ["Disabled"],
557 "helpText": "Specifies if Power Supply 3 is present. (Enabled is Present)",
558 "displayName": "Power Supply 3 is functional",
559 "dbus": {
560 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply3",
561 "interface": "xyz.openbmc_project.Inventory.Item",
562 "property_name": "Present",
563 "property_type": "bool",
564 "property_values": [true, false]
565 }
Kamalkumar Patelfcda4d02023-08-21 07:41:27 -0500566 },
567 {
568 "attribute_name": "pvm_ibmi_network_install_type",
569 "possible_values": ["Disabled", "NFS", "iSCSI"],
570 "default_values": ["Disabled"],
571 "helpText": "Specifies whether the IBM i network install type is NFS Optical or iSCSI Tape. Disabled: indicates the IBM i Network Install BIOS attributes should not be used.",
572 "displayName": "IBM i Network Install Type"
573 },
574 {
575 "attribute_name": "pvm_ibmi_ipaddress_protocol",
576 "possible_values": ["IPv4", "IPv6"],
577 "default_values": ["IPv4"],
578 "helpText": "Specifies whether the IP address protocol for IBM i network install is IPv4 or IPv6.",
579 "displayName": "IBM i IP Address Protocol"
580 },
581 {
582 "attribute_name": "pvm_ibmi_max_frame_size",
583 "possible_values": ["MTU1500", "MTU9000"],
584 "default_values": ["MTU1500"],
585 "helpText": "Specifies the maximum frame size (maximum transmission unit, MTU). The value is in terms of bytes per packet size.",
586 "displayName": "Maximum Frame Size"
vkaverap@in.ibm.com146ff922023-10-29 22:32:57 -0500587 },
588 {
589 "attribute_name": "pvm_linux_kvm_memory",
590 "possible_values": ["Automatic", "Custom"],
591 "default_values": ["Automatic"],
592 "helpText": "Controls whether the system or user specified percentage of available system memory will be reserved for the management of KVM guests. Automatic (default) – The system will determine the percentage of available system memory to be reserved for the management of KVM guests. Custom – The user specified percentage of available system memory will be reserved for the management of KVM guests.",
593 "displayName": "Memory setting for KVM Guest Management"
594 },
595 {
596 "attribute_name": "pvm_linux_kvm_memory_current",
597 "possible_values": ["Automatic", "Custom"],
598 "default_values": ["Automatic"],
599 "helpText": "Controls whether the system or user specified percentage of available system memory will be reserved for the management of KVM guests. Automatic (default) – The system will determine the percentage of available system memory to be reserved for the management of KVM guests. Custom – The user specified percentage of available system memory will be reserved for the management of KVM guests.",
600 "displayName": "Memory setting for KVM Guest Management (current)",
601 "readOnly": true
Patrick Williams36180642022-12-08 06:13:03 -0600602 }
603 ]
Manojkiran Edaa907a582021-01-19 14:28:06 +0530604}