blob: 92284b44272dac85ff294b5114c20b0850135018 [file] [log] [blame]
Archana Kakani963c0fd2024-02-12 02:13:41 -06001{
2 "entries": [
3 {
4 "attribute_name": "fw_boot_side",
5 "possible_values": ["Perm", "Temp"],
6 "value_names": ["Perm", "Temp"],
7 "default_values": ["Temp"],
8 "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.",
9 "displayName": "Current Firmware Boot Side (pending)"
10 },
11 {
12 "attribute_name": "fw_boot_side_current",
13 "possible_values": ["Perm", "Temp"],
14 "value_names": ["Perm", "Temp"],
15 "default_values": ["Temp"],
16 "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.",
17 "displayName": "Current Firmware Boot Side (current)"
18 },
19 {
20 "attribute_name": "pvm_pcie_error_inject",
21 "possible_values": ["Disabled", "Enabled"],
22 "value_names": ["Disabled", "Enabled"],
23 "default_values": ["Enabled"],
24 "helpText": "pvm_pcie_error_inject",
25 "displayName": "pvm_pcie_error_inject"
26 },
27 {
28 "attribute_name": "vmi_if0_ipv4_method",
29 "possible_values": ["IPv4Static", "IPv4DHCP"],
30 "value_names": ["IPv4Static", "IPv4DHCP"],
31 "default_values": ["IPv4Static"],
32 "helpText": "vmi_if0_ipv4_method",
33 "displayName": "vmi_if0_ipv4_method"
34 },
35 {
36 "attribute_name": "vmi_if0_ipv6_method",
37 "possible_values": ["IPv6Static", "IPv6DHCP", "IPv6SLAAC"],
38 "value_names": ["IPv6Static", "IPv6DHCP", "IPv6SLAAC"],
39 "default_values": ["IPv6Static"],
40 "helpText": "vmi_if0_ipv6_method",
41 "displayName": "vmi_if0_ipv6_method"
42 },
43 {
44 "attribute_name": "hb_hyp_switch",
45 "possible_values": ["PowerVM", "OPAL"],
46 "value_names": ["PowerVM", "OPAL"],
47 "default_values": ["PowerVM"],
48 "helpText": "Tells the host boot fw which type of hypervisor will be loaded.",
49 "displayName": "hb_hyp_switch",
50 "dbus": {
51 "object_path": "/com/ibm/host0/hypervisor",
52 "interface": "com.ibm.Host.Target",
53 "property_name": "Target",
54 "property_type": "string",
55 "property_values": [
56 "com.ibm.Host.Target.Hypervisor.PowerVM",
57 "com.ibm.Host.Target.Hypervisor.OPAL"
58 ]
59 }
60 },
61 {
62 "attribute_name": "hb_hyp_switch_current",
63 "possible_values": ["PowerVM", "OPAL"],
64 "value_names": ["PowerVM", "OPAL"],
65 "default_values": ["PowerVM"],
66 "helpText": "Do not set this attribute directly; set hb_hyp_switch instead.",
67 "displayName": "hb_hyp_switch (current)",
68 "readOnly": true
69 },
70 {
Riya Dixit9e4aedb2024-06-05 08:09:59 -050071 "attribute_name": "hb_predictive_mem_guard",
72 "possible_values": ["Enabled", "Disabled"],
73 "default_values": ["Enabled"],
74 "helpText": "Enable or Disable Predictive Guard for Memory Errors.",
75 "displayName": "Predictive Memory Guard"
76 },
77 {
78 "attribute_name": "hb_predictive_mem_guard_current",
79 "possible_values": ["Enabled", "Disabled"],
80 "default_values": ["Enabled"],
81 "helpText": "Enable or Disable Predictive Guard for Memory Errors.",
82 "displayName": "Predictive Memory Guard",
83 "readOnly": true
84 },
85 {
Archana Kakani963c0fd2024-02-12 02:13:41 -060086 "attribute_name": "pvm_stop_at_standby",
87 "possible_values": ["Disabled", "Enabled", "ManualOnly"],
88 "value_names": ["Disabled", "Enabled", "ManualOnly"],
89 "default_values": ["Disabled"],
90 "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.",
91 "displayName": "pvm_stop_at_standby",
92 "dbus": {
93 "object_path": "/xyz/openbmc_project/control/host0/boot",
94 "interface": "xyz.openbmc_project.Control.Boot.Mode",
95 "property_name": "BootMode",
96 "property_type": "string",
97 "property_values": [
98 "xyz.openbmc_project.Control.Boot.Mode.Modes.Regular",
99 "xyz.openbmc_project.Control.Boot.Mode.Modes.Setup",
100 "xyz.openbmc_project.Control.Boot.Mode.Modes.Safe"
101 ]
102 }
103 },
104 {
105 "attribute_name": "pvm_stop_at_standby_current",
106 "possible_values": ["Disabled", "Enabled", "ManualOnly"],
107 "value_names": ["Disabled", "Enabled", "ManualOnly"],
108 "default_values": ["Disabled"],
109 "helpText": "Specifies the current hypervisor boot policy. Do not set this attribute directly; set pvm_stop_at_standby instead.",
110 "displayName": "pvm_stop_at_standby_current (current)",
111 "readOnly": true
112 },
113 {
114 "attribute_name": "hb_debug_console",
115 "possible_values": ["Disabled", "Enabled"],
116 "value_names": ["Disabled", "Enabled"],
117 "default_values": ["Disabled"],
118 "helpText": "When set to Enabled Hostboot should emit debug trace information to the VUART2 device.",
119 "displayName": "hb-debug-console"
120 },
121 {
122 "attribute_name": "hb_inhibit_bmc_reset",
123 "possible_values": ["NoInhibit", "Inhibit"],
124 "value_names": ["NoInhibit", "Inhibit"],
125 "default_values": ["NoInhibit"],
126 "helpText": "When set to Inhibit, the hypervisor shall not reset/reload the BMC at runtime.",
127 "displayName": "hb-inhibit-bmc-reset",
128 "readOnly": true
129 },
130 {
131 "attribute_name": "pvm_system_power_off_policy",
132 "possible_values": ["Power Off", "Stay On", "Automatic"],
133 "value_names": ["Power Off", "Stay On", "Automatic"],
134 "default_values": ["Automatic"],
135 "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.",
136 "displayName": "System Automatic Power Off Policy"
137 },
138 {
139 "attribute_name": "pvm_hmc_managed",
140 "possible_values": ["Disabled", "Enabled"],
141 "value_names": ["Disabled", "Enabled"],
142 "default_values": ["Disabled"],
143 "helpText": "This option enables or disables the system is managed by HMC.",
144 "displayName": "HMC managed System"
145 },
146 {
147 "attribute_name": "pvm_vmi_support",
148 "possible_values": ["Disabled", "Enabled"],
149 "value_names": ["Disabled", "Enabled"],
150 "default_values": ["Disabled"],
151 "helpText": "Indicates whether or not VMI support has been provisioned by Hypervisor. Enabled - VMI is available, Disabled - VMI is not available.",
152 "displayName": "VMI Support",
153 "readOnly": true
154 },
155 {
156 "attribute_name": "pvm_rtad",
157 "possible_values": ["Disabled", "Enabled"],
158 "value_names": ["Disabled", "Enabled"],
159 "default_values": ["Disabled"],
160 "helpText": "This option enables or disables the Remote Trusted Attestation Daemon for host firmware.",
161 "displayName": "Remote Trusted Attestation Daemon State"
162 },
163 {
164 "attribute_name": "pvm_default_os_type",
165 "possible_values": [
166 "AIX",
167 "Linux",
168 "IBM I",
169 "Linux KVM",
170 "Default"
171 ],
172 "value_names": ["AIX", "Linux", "IBM I", "Linux KVM", "Default"],
173 "default_values": ["Default"],
174 "helpText": "CEC Primary OS",
175 "displayName": "CEC Primary OS"
176 },
177 {
178 "attribute_name": "pvm_default_os_type_current",
179 "possible_values": [
180 "AIX",
181 "Linux",
182 "IBM I",
183 "Linux KVM",
184 "Default"
185 ],
186 "value_names": ["AIX", "Linux", "IBM I", "Linux KVM", "Default"],
187 "default_values": ["Default"],
188 "helpText": "Specifies the current CEC Primary OS type. Do not set this attribute directly; set pvm_default_os_type instead.",
189 "displayName": "CEC Primary OS (current)",
190 "readOnly": true
191 },
192 {
193 "attribute_name": "pvm_system_operating_mode",
194 "possible_values": ["Normal", "Manual"],
195 "value_names": ["Normal", "Manual"],
196 "default_values": ["Normal"],
197 "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.",
198 "displayName": "Server Operating Mode"
199 },
200 {
201 "attribute_name": "pvm_rpa_boot_mode",
202 "possible_values": [
203 "Normal",
204 "SavedList",
205 "SmsMenu",
206 "OkPrompt",
207 "DefaultList"
208 ],
209 "value_names": [
210 "Normal",
211 "SavedList",
212 "SmsMenu",
213 "OkPrompt",
214 "DefaultList"
215 ],
216 "default_values": ["Normal"],
217 "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.",
218 "displayName": "AIX/Linux Partition Boot Mode"
219 },
220 {
221 "attribute_name": "pvm_rpa_boot_mode_current",
222 "possible_values": [
223 "Normal",
224 "SavedList",
225 "SmsMenu",
226 "OkPrompt",
227 "DefaultList"
228 ],
229 "value_names": [
230 "Normal",
231 "SavedList",
232 "SmsMenu",
233 "OkPrompt",
234 "DefaultList"
235 ],
236 "default_values": ["Normal"],
237 "helpText": "Specifies the current boot type for an AIX/Linux partition. Do not set this attribute directly; set pvm_rpa_boot_mode instead.",
238 "displayName": "AIX/Linux Partition Boot Mode (current)",
239 "readOnly": true
240 },
241 {
242 "attribute_name": "pvm_os_boot_type",
243 "possible_values": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"],
244 "value_names": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"],
245 "default_values": ["A_Mode"],
246 "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.",
247 "displayName": "IBM i Partition Boot Mode"
248 },
249 {
250 "attribute_name": "pvm_os_boot_type_current",
251 "possible_values": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"],
252 "value_names": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"],
253 "default_values": ["A_Mode"],
254 "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.",
255 "displayName": "IBM i Partition Boot Mode (current)",
256 "readOnly": true
257 },
258 {
259 "attribute_name": "pvm_vtpm",
260 "possible_values": ["Disabled", "Enabled"],
261 "value_names": ["Disabled", "Enabled"],
262 "default_values": ["Enabled"],
263 "helpText": "Enabling vTPM makes a TPM available to the guest operating system.",
264 "displayName": "Virtual Trusted Platform Module"
265 },
266 {
267 "attribute_name": "pvm_vtpm_current",
268 "possible_values": ["Disabled", "Enabled"],
269 "value_names": ["Disabled", "Enabled"],
270 "default_values": ["Enabled"],
271 "helpText": "Specifies the current vTPM policy. Do not set this attribute directly; set pvm_vtpm instead.",
272 "displayName": "Virtual Trusted Platform Module (current)",
273 "readOnly": true
274 },
275 {
276 "attribute_name": "pvm_sys_dump_active",
277 "possible_values": ["Enabled", "Disabled"],
278 "value_names": ["Enabled", "Disabled"],
279 "default_values": ["Disabled"],
280 "helpText": "Enabled when a system dump is in progress or stored in hypervisor memory and ready for offload, Disabled otherwise.",
281 "displayName": "System Dump Active"
282 },
283 {
284 "attribute_name": "hb_memory_region_size",
285 "possible_values": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"],
286 "value_names": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"],
287 "default_values": ["256MB"],
288 "helpText": "Specifies the size of the logical memory block the system uses to read memory, requires a reboot for a change to be applied.",
289 "displayName": "Memory Region Size (pending)"
290 },
291 {
292 "attribute_name": "hb_memory_region_size_current",
293 "possible_values": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"],
294 "value_names": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"],
295 "default_values": ["256MB"],
296 "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.",
297 "displayName": "Memory Region Size (current)",
298 "readOnly": true
299 },
300 {
301 "attribute_name": "hb_power_limit_enable",
302 "possible_values": ["Enabled", "Disabled"],
303 "value_names": ["Enabled", "Disabled"],
304 "default_values": ["Disabled"],
305 "helpText": "Specifies if the power limit is enabled, requires a reboot for a change to be applied.",
306 "displayName": "Power Limit Enable (pending)",
307 "dbus": {
308 "object_path": "/xyz/openbmc_project/control/host0/power_cap",
309 "interface": "xyz.openbmc_project.Control.Power.Cap",
310 "property_name": "PowerCapEnable",
311 "property_type": "bool",
312 "property_values": [true, false]
313 }
314 },
315 {
316 "attribute_name": "hb_power_limit_enable_current",
317 "possible_values": ["Enabled", "Disabled"],
318 "value_names": ["Enabled", "Disabled"],
319 "default_values": ["Disabled"],
320 "helpText": "Specifies if the power limit is enabled for the current IPL. Do not set this attribute directly; set hb_power_limit_enable instead.",
321 "displayName": "Power Limit Enable (current)",
322 "readOnly": true
323 },
324 {
325 "attribute_name": "hb_secure_ver_lockin_enabled",
326 "possible_values": ["Enabled", "Disabled"],
327 "value_names": ["Enabled", "Disabled"],
328 "default_values": ["Disabled"],
329 "helpText": "Specifies whether the secure version lockin functionality is enabled.",
330 "displayName": "Secure Version Lockin Enabled"
331 },
332 {
333 "attribute_name": "hb_tpm_required",
334 "possible_values": ["Required", "Not Required"],
335 "value_names": ["Required", "Not Required"],
336 "default_values": ["Required"],
337 "helpText": "When the 'TPM Required Policy' is 'Required', a functional TPM is required to boot the system",
338 "displayName": "TPM Required Policy (pending)",
339 "dbus": {
340 "object_path": "/xyz/openbmc_project/control/host0/TPMEnable",
341 "interface": "xyz.openbmc_project.Control.TPM.Policy",
342 "property_name": "TPMEnable",
343 "property_type": "bool",
344 "property_values": [true, false]
345 }
346 },
347 {
348 "attribute_name": "hb_tpm_required_current",
349 "possible_values": ["Required", "Not Required"],
350 "value_names": ["Required", "Not Required"],
351 "default_values": ["Required"],
352 "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.",
353 "displayName": "TPM Required Policy (current)",
354 "readOnly": true
355 },
356 {
357 "attribute_name": "hb_key_clear_request",
358 "possible_values": [
359 "NONE",
360 "ALL",
361 "OS_KEYS",
362 "POWERVM_SYSKEY",
363 "MFG_ALL",
364 "MFG"
365 ],
366 "value_names": [
367 "NONE",
368 "ALL",
369 "OS_KEYS",
370 "POWERVM_SYSKEY",
371 "MFG_ALL",
372 "MFG"
373 ],
374 "default_values": ["NONE"],
375 "helpText": "Specifies the requested level of security keys to be cleared from the system, requires a reboot to take effect",
376 "displayName": "Key Clear Request (pending)"
377 },
378 {
379 "attribute_name": "hb_key_clear_request_current",
380 "possible_values": [
381 "NONE",
382 "ALL",
383 "OS_KEYS",
384 "POWERVM_SYSKEY",
385 "MFG_ALL",
386 "MFG"
387 ],
388 "value_names": [
389 "NONE",
390 "ALL",
391 "OS_KEYS",
392 "POWERVM_SYSKEY",
393 "MFG_ALL",
394 "MFG"
395 ],
396 "default_values": ["NONE"],
397 "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.",
398 "displayName": "Key Clear Request (current)",
399 "readOnly": true
400 },
401 {
402 "attribute_name": "hb_host_usb_enablement",
403 "possible_values": ["Disabled", "Enabled"],
404 "value_names": ["Disabled", "Enabled"],
405 "default_values": ["Enabled"],
406 "helpText": "Specifies if Host USB is disabled or enabled for security reasons, requires a reboot for a change to be applied.",
407 "displayName": "Host USB Enablement (pending)"
408 },
409 {
410 "attribute_name": "hb_host_usb_enablement_current",
411 "possible_values": ["Disabled", "Enabled"],
412 "value_names": ["Disabled", "Enabled"],
413 "default_values": ["Enabled"],
414 "helpText": "Specifies if Host USB is disabled or enabled for security reasons. Do not set this attribute directly; set hb_host_usb_enablement instead.",
415 "displayName": "Host USB Enablement (current)",
416 "readOnly": true
417 },
418 {
419 "attribute_name": "pvm_auto_poweron_restart",
420 "possible_values": ["Disabled", "Enabled"],
421 "value_names": ["Disabled", "Enabled"],
422 "default_values": ["Disabled"],
423 "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.",
424 "displayName": "pvm_auto_poweron_restart",
425 "dbus": {
426 "object_path": "/xyz/openbmc_project/control/host0/power_restore_policy",
427 "interface": "xyz.openbmc_project.Control.Power.RestorePolicy",
428 "property_name": "PowerRestorePolicy",
429 "property_type": "string",
430 "property_values": [
431 "xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOff",
432 "xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOn"
433 ]
434 }
435 },
436 {
437 "attribute_name": "hb_lateral_cast_out_mode",
438 "possible_values": ["Disabled", "Enabled"],
439 "value_names": ["Disabled", "Enabled"],
440 "default_values": ["Enabled"],
441 "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.",
442 "displayName": "Lateral Cast Out mode (pending)"
443 },
444 {
445 "attribute_name": "hb_lateral_cast_out_mode_current",
446 "possible_values": ["Disabled", "Enabled"],
447 "value_names": ["Disabled", "Enabled"],
448 "default_values": ["Enabled"],
449 "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.",
450 "displayName": "Lateral Cast Out mode (current)",
451 "readOnly": true
452 },
453 {
454 "attribute_name": "hb_proc_favor_aggressive_prefetch",
455 "possible_values": ["Disabled", "Enabled"],
456 "value_names": ["Disabled", "Enabled"],
457 "default_values": ["Disabled"],
458 "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.",
459 "displayName": "Proc Favor Aggressive Prefetch (pending)"
460 },
461 {
462 "attribute_name": "hb_proc_favor_aggressive_prefetch_current",
463 "possible_values": ["Disabled", "Enabled"],
464 "value_names": ["Disabled", "Enabled"],
465 "default_values": ["Disabled"],
466 "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.",
467 "displayName": "Proc Favor Aggressive Prefetch (current)",
468 "readOnly": true
469 },
470 {
471 "attribute_name": "pvm_create_default_lpar",
472 "possible_values": ["Disabled", "Enabled"],
473 "value_names": ["Disabled", "Enabled"],
474 "default_values": ["Disabled"],
475 "helpText": "When enabled creates a new default partition after NVRAM is cleared. This is primarily for machines that are managed by hardware management console.",
476 "displayName": "pvm_create_default_lpar (pending)"
477 },
478 {
479 "attribute_name": "pvm_create_default_lpar_current",
480 "possible_values": ["Disabled", "Enabled"],
481 "value_names": ["Disabled", "Enabled"],
482 "default_values": ["Disabled"],
483 "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.",
484 "displayName": "pvm_create_default_lpar (current)",
485 "readOnly": true
486 },
487 {
488 "attribute_name": "pvm_keep_and_clear",
489 "possible_values": ["Disabled", "Enabled"],
490 "value_names": ["Disabled", "Enabled"],
491 "default_values": ["Disabled"],
492 "helpText": "The hypervisor needs to clear most of PHYP NVRAM, but preserve the NVRAM for the manufacturing default partition",
493 "displayName": "pvm_keep_and_clear"
494 },
495 {
496 "attribute_name": "pvm_clear_nvram",
497 "possible_values": ["Disabled", "Enabled"],
498 "value_names": ["Disabled", "Enabled"],
499 "default_values": ["Disabled"],
500 "helpText": "Specifies if the hypervisor needs to clear PHYP NVRAM",
501 "displayName": "pvm_clear_nvram"
502 },
503 {
504 "attribute_name": "pvm_boot_initiator",
505 "possible_values": ["User", "HMC", "Host", "Auto"],
506 "value_names": ["User", "HMC", "Host", "Auto"],
507 "default_values": ["User"],
508 "helpText": "Specifies who initiated the IPL.",
509 "displayName": "IPL Initiator (pending)"
510 },
511 {
512 "attribute_name": "pvm_boot_initiator_current",
513 "possible_values": ["User", "HMC", "Host", "Auto"],
514 "value_names": ["User", "HMC", "Host", "Auto"],
515 "default_values": ["User"],
516 "helpText": "Specifies who initiated the IPL. Set pvm_boot_initiator instead.",
517 "displayName": "IPL Initiator (current)",
518 "readOnly": true
519 },
520 {
521 "attribute_name": "pvm_boot_type",
522 "possible_values": ["IPL", "ReIPL"],
523 "value_names": ["IPL", "ReIPL"],
524 "default_values": ["IPL"],
525 "helpText": "Specifies if the boot type is an IPL or a ReIPL",
526 "displayName": "Boot Type Indicator (pending)"
527 },
528 {
529 "attribute_name": "pvm_boot_type_current",
530 "possible_values": ["IPL", "ReIPL"],
531 "value_names": ["IPL", "ReIPL"],
532 "default_values": ["IPL"],
533 "helpText": "Specifies if the boot type is an IPL or a ReIPL. Set pvm_boot_type instead",
534 "displayName": "Boot Type Indicator (current)",
535 "readOnly": true
536 },
537 {
538 "attribute_name": "pvm_rpd_guard_policy",
539 "possible_values": ["Enabled", "Disabled"],
540 "value_names": ["Enabled", "Disabled"],
541 "default_values": ["Enabled"],
542 "helpText": "Controls whether or not a processor core will be de-configured on error.",
543 "displayName": "Guard on error"
544 },
545 {
546 "attribute_name": "pvm_rpd_policy",
547 "possible_values": ["Enabled", "Scheduled", "Disabled"],
548 "value_names": ["Enabled", "Scheduled", "Disabled"],
549 "default_values": ["Enabled"],
550 "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).",
551 "displayName": "Runtime Processor Diagnostics Policy"
552 },
553 {
554 "attribute_name": "pvm_rpd_immediate_test",
555 "possible_values": ["Enabled", "Disabled"],
556 "value_names": ["Enabled", "Disabled"],
557 "default_values": ["Disabled"],
558 "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).",
559 "displayName": "Immediate Test Requested"
560 },
561 {
562 "attribute_name": "pvm_rpd_feature",
563 "possible_values": ["Enabled", "Disabled", "Automatic"],
564 "value_names": ["Enabled", "Disabled", "Automatic"],
565 "default_values": ["Automatic"],
566 "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).",
567 "displayName": "Runtime Processor Diagnostics Feature"
568 },
569 {
570 "attribute_name": "pvm_rpd_feature_current",
571 "possible_values": ["Enabled", "Disabled", "Automatic"],
572 "value_names": ["Enabled", "Disabled", "Automatic"],
573 "default_values": ["Automatic"],
574 "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).",
575 "displayName": "Runtime Processor Diagnostics Feature",
576 "readOnly": true
577 },
578 {
579 "attribute_name": "hb_power_PS0_functional",
580 "possible_values": ["Enabled", "Disabled"],
581 "value_names": ["Enabled", "Disabled"],
582 "default_values": ["Disabled"],
583 "helpText": "Specifies if Power Supply 0 is present. (Enabled is Present)",
584 "displayName": "Power Supply 0 is present",
585 "dbus": {
586 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
587 "interface": "xyz.openbmc_project.Inventory.Item",
588 "property_name": "Present",
589 "property_type": "bool",
590 "property_values": [true, false]
591 }
592 },
593 {
594 "attribute_name": "hb_power_PS1_functional",
595 "possible_values": ["Enabled", "Disabled"],
596 "value_names": ["Enabled", "Disabled"],
597 "default_values": ["Disabled"],
598 "helpText": "Specifies if Power Supply 1 is present or not. (Enabled is present)",
599 "displayName": "Power Supply 1 is present",
600 "dbus": {
601 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1",
602 "interface": "xyz.openbmc_project.Inventory.Item",
603 "property_name": "Present",
604 "property_type": "bool",
605 "property_values": [true, false]
606 }
607 },
608 {
609 "attribute_name": "hb_power_PS2_functional",
610 "possible_values": ["Enabled", "Disabled"],
611 "value_names": ["Enabled", "Disabled"],
612 "default_values": ["Disabled"],
613 "helpText": "Specifies if Power Supply 2 is Present. (Enabled is Present)",
614 "displayName": "Power Supply 2 is present",
615 "dbus": {
616 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply2",
617 "interface": "xyz.openbmc_project.Inventory.Item",
618 "property_name": "Present",
619 "property_type": "bool",
620 "property_values": [true, false]
621 }
622 },
623 {
624 "attribute_name": "hb_power_PS3_functional",
625 "possible_values": ["Enabled", "Disabled"],
626 "value_names": ["Enabled", "Disabled"],
627 "default_values": ["Disabled"],
628 "helpText": "Specifies if Power Supply 3 is present. (Enabled is Present)",
629 "displayName": "Power Supply 3 is present",
630 "dbus": {
631 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply3",
632 "interface": "xyz.openbmc_project.Inventory.Item",
633 "property_name": "Present",
634 "property_type": "bool",
635 "property_values": [true, false]
636 }
637 },
638 {
639 "attribute_name": "pvm_ibmi_network_install_type",
640 "possible_values": ["Disabled", "NFS", "iSCSI"],
641 "value_names": ["Disabled", "NFS", "iSCSI"],
642 "default_values": ["Disabled"],
643 "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.",
644 "displayName": "IBM i Network Install Type"
645 },
646 {
647 "attribute_name": "pvm_ibmi_ipaddress_protocol",
648 "possible_values": ["IPv4", "IPv6"],
649 "value_names": ["IPv4", "IPv6"],
650 "default_values": ["IPv4"],
651 "helpText": "Specifies whether the IP address protocol for IBM i network install is IPv4 or IPv6.",
652 "displayName": "IBM i IP Address Protocol"
653 },
654 {
655 "attribute_name": "pvm_ibmi_max_frame_size",
656 "possible_values": ["MTU1500", "MTU9000"],
657 "value_names": ["MTU1500", "MTU9000"],
658 "default_values": ["MTU1500"],
659 "helpText": "Specifies the maximum frame size (maximum transmission unit, MTU). The value is in terms of bytes per packet size.",
660 "displayName": "Maximum Frame Size"
661 },
662 {
663 "attribute_name": "pvm_linux_kvm_memory",
664 "possible_values": ["Automatic", "Custom"],
665 "value_names": ["Automatic", "Custom"],
666 "default_values": ["Automatic"],
667 "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",
668 "displayName": "Memory setting for KVM Guest Management"
669 },
670 {
671 "attribute_name": "pvm_linux_kvm_memory_current",
672 "possible_values": ["Automatic", "Custom"],
673 "value_names": ["Automatic", "Custom"],
674 "default_values": ["Automatic"],
675 "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. This attribute is set by the BMC. Set pvm_linux_kvm_memory instead.",
676 "displayName": "Memory setting for KVM Guest Management (current)",
677 "readOnly": true
678 }
679 ]
680}