Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1 | { |
| 2 | "entries": [ |
| 3 | { |
| 4 | "attribute_type": "enum", |
| 5 | "attribute_name": "fw_boot_side", |
| 6 | "possible_values": ["Perm", "Temp"], |
| 7 | "value_names": ["Perm", "Temp"], |
| 8 | "default_values": ["Temp"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 9 | "help_text": "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.", |
| 10 | "display_name": "Current Firmware Boot Side (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 11 | }, |
| 12 | { |
| 13 | "attribute_type": "enum", |
| 14 | "attribute_name": "fw_boot_side_current", |
| 15 | "possible_values": ["Perm", "Temp"], |
| 16 | "value_names": ["Perm", "Temp"], |
| 17 | "default_values": ["Temp"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 18 | "help_text": "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.", |
| 19 | "display_name": "Current Firmware Boot Side (current)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 20 | }, |
| 21 | { |
| 22 | "attribute_type": "enum", |
| 23 | "attribute_name": "pvm_pcie_error_inject", |
| 24 | "possible_values": ["Disabled", "Enabled"], |
| 25 | "value_names": ["Disabled", "Enabled"], |
| 26 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 27 | "help_text": "pvm_pcie_error_inject", |
| 28 | "display_name": "pvm_pcie_error_inject" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 29 | }, |
| 30 | { |
| 31 | "attribute_type": "enum", |
| 32 | "attribute_name": "vmi_if0_ipv4_method", |
| 33 | "possible_values": ["IPv4Static", "IPv4DHCP"], |
| 34 | "value_names": ["IPv4Static", "IPv4DHCP"], |
| 35 | "default_values": ["IPv4Static"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 36 | "help_text": "vmi_if0_ipv4_method", |
| 37 | "display_name": "vmi_if0_ipv4_method" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 38 | }, |
| 39 | { |
| 40 | "attribute_type": "enum", |
| 41 | "attribute_name": "vmi_if1_ipv4_method", |
| 42 | "possible_values": ["IPv4Static", "IPv4DHCP"], |
| 43 | "value_names": ["IPv4Static", "IPv4DHCP"], |
| 44 | "default_values": ["IPv4Static"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 45 | "help_text": "vmi_if1_ipv4_method", |
| 46 | "display_name": "vmi_if1_ipv4_method" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 47 | }, |
| 48 | { |
| 49 | "attribute_type": "enum", |
| 50 | "attribute_name": "vmi_if0_ipv6_method", |
| 51 | "possible_values": ["IPv6Static", "IPv6DHCP", "IPv6SLAAC"], |
| 52 | "value_names": ["IPv6Static", "IPv6DHCP", "IPv6SLAAC"], |
| 53 | "default_values": ["IPv6Static"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 54 | "help_text": "vmi_if0_ipv6_method", |
| 55 | "display_name": "vmi_if0_ipv6_method" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 56 | }, |
| 57 | { |
| 58 | "attribute_type": "enum", |
| 59 | "attribute_name": "vmi_if1_ipv6_method", |
| 60 | "possible_values": ["IPv6Static", "IPv6DHCP", "IPv6SLAAC"], |
| 61 | "value_names": ["IPv6Static", "IPv6DHCP", "IPv6SLAAC"], |
| 62 | "default_values": ["IPv6Static"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 63 | "help_text": "vmi_if1_ipv6_method", |
| 64 | "display_name": "vmi_if1_ipv6_method" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 65 | }, |
| 66 | { |
| 67 | "attribute_type": "enum", |
| 68 | "attribute_name": "hb_hyp_switch", |
| 69 | "possible_values": ["PowerVM", "OPAL"], |
| 70 | "value_names": ["PowerVM", "OPAL"], |
| 71 | "default_values": ["PowerVM"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 72 | "help_text": "Tells the host boot fw which type of hypervisor will be loaded.", |
| 73 | "display_name": "hb_hyp_switch", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 74 | "dbus": { |
| 75 | "object_path": "/com/ibm/host0/hypervisor", |
| 76 | "interface": "com.ibm.Host.Target", |
| 77 | "property_name": "Target", |
| 78 | "property_type": "string", |
| 79 | "property_values": [ |
| 80 | "com.ibm.Host.Target.Hypervisor.PowerVM", |
| 81 | "com.ibm.Host.Target.Hypervisor.OPAL" |
| 82 | ] |
| 83 | } |
| 84 | }, |
| 85 | { |
| 86 | "attribute_type": "enum", |
| 87 | "attribute_name": "hb_hyp_switch_current", |
| 88 | "possible_values": ["PowerVM", "OPAL"], |
| 89 | "value_names": ["PowerVM", "OPAL"], |
| 90 | "default_values": ["PowerVM"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 91 | "help_text": "Do not set this attribute directly; set hb_hyp_switch instead.", |
| 92 | "display_name": "hb_hyp_switch (current)", |
| 93 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 94 | }, |
| 95 | { |
| 96 | "attribute_type": "enum", |
| 97 | "attribute_name": "hb_predictive_mem_guard", |
| 98 | "possible_values": ["Enabled", "Disabled"], |
Riya Dixit | 06b443e | 2024-06-20 06:06:50 -0500 | [diff] [blame^] | 99 | "value_names": ["Enabled", "Disabled"], |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 100 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 101 | "help_text": "Enable or Disable Predictive Guard for Memory Errors.", |
| 102 | "display_name": "Predictive Memory Guard" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 103 | }, |
| 104 | { |
| 105 | "attribute_type": "enum", |
| 106 | "attribute_name": "hb_predictive_mem_guard_current", |
| 107 | "possible_values": ["Enabled", "Disabled"], |
Riya Dixit | 06b443e | 2024-06-20 06:06:50 -0500 | [diff] [blame^] | 108 | "value_names": ["Enabled", "Disabled"], |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 109 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 110 | "help_text": "Enable or Disable Predictive Guard for Memory Errors.", |
| 111 | "display_name": "Predictive Memory Guard", |
| 112 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 113 | }, |
| 114 | { |
| 115 | "attribute_type": "enum", |
| 116 | "attribute_name": "pvm_stop_at_standby", |
| 117 | "possible_values": ["Disabled", "Enabled", "ManualOnly"], |
| 118 | "value_names": ["Disabled", "Enabled", "ManualOnly"], |
| 119 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 120 | "help_text": "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.", |
| 121 | "display_name": "pvm_stop_at_standby", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 122 | "dbus": { |
| 123 | "object_path": "/xyz/openbmc_project/control/host0/boot", |
| 124 | "interface": "xyz.openbmc_project.Control.Boot.Mode", |
| 125 | "property_name": "BootMode", |
| 126 | "property_type": "string", |
| 127 | "property_values": [ |
| 128 | "xyz.openbmc_project.Control.Boot.Mode.Modes.Regular", |
| 129 | "xyz.openbmc_project.Control.Boot.Mode.Modes.Setup", |
| 130 | "xyz.openbmc_project.Control.Boot.Mode.Modes.Safe" |
| 131 | ] |
| 132 | } |
| 133 | }, |
| 134 | { |
| 135 | "attribute_type": "enum", |
| 136 | "attribute_name": "pvm_stop_at_standby_current", |
| 137 | "possible_values": ["Disabled", "Enabled", "ManualOnly"], |
| 138 | "value_names": ["Disabled", "Enabled", "ManualOnly"], |
| 139 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 140 | "help_text": "Specifies the current hypervisor boot policy. Do not set this attribute directly; set pvm_stop_at_standby instead.", |
| 141 | "display_name": "pvm_stop_at_standby_current (current)", |
| 142 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 143 | }, |
| 144 | { |
| 145 | "attribute_type": "enum", |
| 146 | "attribute_name": "hb_debug_console", |
| 147 | "possible_values": ["Disabled", "Enabled"], |
| 148 | "value_names": ["Disabled", "Enabled"], |
| 149 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 150 | "help_text": "When set to Enabled Hostboot should emit debug trace information to the VUART2 device.", |
| 151 | "display_name": "hb-debug-console" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 152 | }, |
| 153 | { |
| 154 | "attribute_type": "enum", |
| 155 | "attribute_name": "hb_inhibit_bmc_reset", |
| 156 | "possible_values": ["NoInhibit", "Inhibit"], |
| 157 | "value_names": ["NoInhibit", "Inhibit"], |
| 158 | "default_values": ["NoInhibit"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 159 | "help_text": "When set to Inhibit, the hypervisor shall not reset/reload the BMC at runtime.", |
| 160 | "display_name": "hb-inhibit-bmc-reset", |
| 161 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 162 | }, |
| 163 | { |
| 164 | "attribute_type": "enum", |
| 165 | "attribute_name": "pvm_system_power_off_policy", |
| 166 | "possible_values": ["Power Off", "Stay On", "Automatic"], |
| 167 | "value_names": ["Power Off", "Stay On", "Automatic"], |
| 168 | "default_values": ["Automatic"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 169 | "help_text": "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.", |
| 170 | "display_name": "System Automatic Power Off Policy" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 171 | }, |
| 172 | { |
| 173 | "attribute_type": "enum", |
| 174 | "attribute_name": "pvm_hmc_managed", |
| 175 | "possible_values": ["Disabled", "Enabled"], |
| 176 | "value_names": ["Disabled", "Enabled"], |
| 177 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 178 | "help_text": "This option enables or disables the system is managed by HMC.", |
| 179 | "display_name": "HMC managed System" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 180 | }, |
| 181 | { |
| 182 | "attribute_type": "enum", |
| 183 | "attribute_name": "pvm_vmi_support", |
| 184 | "possible_values": ["Disabled", "Enabled"], |
| 185 | "value_names": ["Disabled", "Enabled"], |
| 186 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 187 | "help_text": "Indicates whether or not VMI support has been provisioned by Hypervisor. Enabled - VMI is available, Disabled - VMI is not available.", |
| 188 | "display_name": "VMI Support", |
| 189 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 190 | }, |
| 191 | { |
| 192 | "attribute_type": "enum", |
| 193 | "attribute_name": "pvm_rtad", |
| 194 | "possible_values": ["Disabled", "Enabled"], |
| 195 | "value_names": ["Disabled", "Enabled"], |
| 196 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 197 | "help_text": "This option enables or disables the Remote Trusted Attestation Daemon for host firmware.", |
| 198 | "display_name": "Remote Trusted Attestation Daemon State" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 199 | }, |
| 200 | { |
| 201 | "attribute_type": "enum", |
| 202 | "attribute_name": "pvm_default_os_type", |
| 203 | "possible_values": [ |
| 204 | "AIX", |
| 205 | "Linux", |
| 206 | "IBM I", |
| 207 | "Linux KVM", |
| 208 | "Default" |
| 209 | ], |
| 210 | "value_names": ["AIX", "Linux", "IBM I", "Linux KVM", "Default"], |
| 211 | "default_values": ["Default"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 212 | "help_text": "CEC Primary OS", |
| 213 | "display_name": "CEC Primary OS" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 214 | }, |
| 215 | { |
| 216 | "attribute_type": "enum", |
| 217 | "attribute_name": "pvm_default_os_type_current", |
| 218 | "possible_values": [ |
| 219 | "AIX", |
| 220 | "Linux", |
| 221 | "IBM I", |
| 222 | "Linux KVM", |
| 223 | "Default" |
| 224 | ], |
| 225 | "value_names": ["AIX", "Linux", "IBM I", "Linux KVM", "Default"], |
| 226 | "default_values": ["Default"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 227 | "help_text": "Specifies the current CEC Primary OS type. Do not set this attribute directly; set pvm_default_os_type instead.", |
| 228 | "display_name": "CEC Primary OS (current)", |
| 229 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 230 | }, |
| 231 | { |
| 232 | "attribute_type": "enum", |
| 233 | "attribute_name": "pvm_system_operating_mode", |
| 234 | "possible_values": ["Normal", "Manual"], |
| 235 | "value_names": ["Normal", "Manual"], |
| 236 | "default_values": ["Normal"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 237 | "help_text": "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.", |
| 238 | "display_name": "Server Operating Mode" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 239 | }, |
| 240 | { |
| 241 | "attribute_type": "enum", |
| 242 | "attribute_name": "pvm_rpa_boot_mode", |
| 243 | "possible_values": [ |
| 244 | "Normal", |
| 245 | "SavedList", |
| 246 | "SmsMenu", |
| 247 | "OkPrompt", |
| 248 | "DefaultList" |
| 249 | ], |
| 250 | "value_names": [ |
| 251 | "Normal", |
| 252 | "SavedList", |
| 253 | "SmsMenu", |
| 254 | "OkPrompt", |
| 255 | "DefaultList" |
| 256 | ], |
| 257 | "default_values": ["Normal"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 258 | "help_text": "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.", |
| 259 | "display_name": "AIX/Linux Partition Boot Mode" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 260 | }, |
| 261 | { |
| 262 | "attribute_type": "enum", |
| 263 | "attribute_name": "pvm_rpa_boot_mode_current", |
| 264 | "possible_values": [ |
| 265 | "Normal", |
| 266 | "SavedList", |
| 267 | "SmsMenu", |
| 268 | "OkPrompt", |
| 269 | "DefaultList" |
| 270 | ], |
| 271 | "value_names": [ |
| 272 | "Normal", |
| 273 | "SavedList", |
| 274 | "SmsMenu", |
| 275 | "OkPrompt", |
| 276 | "DefaultList" |
| 277 | ], |
| 278 | "default_values": ["Normal"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 279 | "help_text": "Specifies the current boot type for an AIX/Linux partition. Do not set this attribute directly; set pvm_rpa_boot_mode instead.", |
| 280 | "display_name": "AIX/Linux Partition Boot Mode (current)", |
| 281 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 282 | }, |
| 283 | { |
| 284 | "attribute_type": "enum", |
| 285 | "attribute_name": "pvm_os_boot_type", |
| 286 | "possible_values": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"], |
| 287 | "value_names": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"], |
| 288 | "default_values": ["A_Mode"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 289 | "help_text": "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.", |
| 290 | "display_name": "IBM i Partition Boot Mode" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 291 | }, |
| 292 | { |
| 293 | "attribute_type": "enum", |
| 294 | "attribute_name": "pvm_os_boot_type_current", |
| 295 | "possible_values": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"], |
| 296 | "value_names": ["A_Mode", "B_Mode", "C_Mode", "D_Mode"], |
| 297 | "default_values": ["A_Mode"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 298 | "help_text": "Specifies the current IBM i partition boot mode for next system boot. Do not set this attribute directly; set pvm_os_boot_type instead.", |
| 299 | "display_name": "IBM i Partition Boot Mode (current)", |
| 300 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 301 | }, |
| 302 | { |
| 303 | "attribute_type": "enum", |
| 304 | "attribute_name": "pvm_vtpm", |
| 305 | "possible_values": ["Disabled", "Enabled"], |
| 306 | "value_names": ["Disabled", "Enabled"], |
| 307 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 308 | "help_text": "Enabling vTPM makes a TPM available to the guest operating system.", |
| 309 | "display_name": "Virtual Trusted Platform Module" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 310 | }, |
| 311 | { |
| 312 | "attribute_type": "enum", |
| 313 | "attribute_name": "pvm_vtpm_current", |
| 314 | "possible_values": ["Disabled", "Enabled"], |
| 315 | "value_names": ["Disabled", "Enabled"], |
| 316 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 317 | "help_text": "Specifies the current vTPM policy. Do not set this attribute directly; set pvm_vtpm instead.", |
| 318 | "display_name": "Virtual Trusted Platform Module (current)", |
| 319 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 320 | }, |
| 321 | { |
| 322 | "attribute_type": "enum", |
| 323 | "attribute_name": "pvm_sys_dump_active", |
| 324 | "possible_values": ["Enabled", "Disabled"], |
| 325 | "value_names": ["Enabled", "Disabled"], |
| 326 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 327 | "help_text": "Enabled when a system dump is in progress or stored in hypervisor memory and ready for offload, Disabled otherwise.", |
| 328 | "display_name": "System Dump Active" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 329 | }, |
| 330 | { |
| 331 | "attribute_type": "enum", |
| 332 | "attribute_name": "hb_memory_region_size", |
| 333 | "possible_values": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"], |
| 334 | "value_names": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"], |
| 335 | "default_values": ["256MB"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 336 | "help_text": "Specifies the size of the logical memory block the system uses to read memory, requires a reboot for a change to be applied.", |
| 337 | "display_name": "Memory Region Size (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 338 | }, |
| 339 | { |
| 340 | "attribute_type": "enum", |
| 341 | "attribute_name": "hb_memory_region_size_current", |
| 342 | "possible_values": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"], |
| 343 | "value_names": ["128MB", "256MB", "1024MB", "2048MB", "4096MB"], |
| 344 | "default_values": ["256MB"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 345 | "help_text": "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.", |
| 346 | "display_name": "Memory Region Size (current)", |
| 347 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 348 | }, |
| 349 | { |
| 350 | "attribute_type": "enum", |
| 351 | "attribute_name": "hb_power_limit_enable", |
| 352 | "possible_values": ["Enabled", "Disabled"], |
| 353 | "value_names": ["Enabled", "Disabled"], |
| 354 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 355 | "help_text": "Specifies if the power limit is enabled, requires a reboot for a change to be applied.", |
| 356 | "display_name": "Power Limit Enable (pending)", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 357 | "dbus": { |
| 358 | "object_path": "/xyz/openbmc_project/control/host0/power_cap", |
| 359 | "interface": "xyz.openbmc_project.Control.Power.Cap", |
| 360 | "property_name": "PowerCapEnable", |
| 361 | "property_type": "bool", |
| 362 | "property_values": [true, false] |
| 363 | } |
| 364 | }, |
| 365 | { |
| 366 | "attribute_type": "enum", |
| 367 | "attribute_name": "hb_power_limit_enable_current", |
| 368 | "possible_values": ["Enabled", "Disabled"], |
| 369 | "value_names": ["Enabled", "Disabled"], |
| 370 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 371 | "help_text": "Specifies if the power limit is enabled for the current IPL. Do not set this attribute directly; set hb_power_limit_enable instead.", |
| 372 | "display_name": "Power Limit Enable (current)", |
| 373 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 374 | }, |
| 375 | { |
| 376 | "attribute_type": "enum", |
| 377 | "attribute_name": "hb_secure_ver_lockin_enabled", |
| 378 | "possible_values": ["Enabled", "Disabled"], |
| 379 | "value_names": ["Enabled", "Disabled"], |
| 380 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 381 | "help_text": "Specifies whether the secure version lockin functionality is enabled.", |
| 382 | "display_name": "Secure Version Lockin Enabled" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 383 | }, |
| 384 | { |
| 385 | "attribute_type": "enum", |
| 386 | "attribute_name": "hb_memory_mirror_mode", |
| 387 | "possible_values": ["Disabled", "Enabled"], |
| 388 | "value_names": ["Disabled", "Enabled"], |
| 389 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 390 | "help_text": "Specifies if the memory mirroring is enabled, requires a reboot for a change to be applied.", |
| 391 | "display_name": "Memory Mirror Mode (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 392 | }, |
| 393 | { |
| 394 | "attribute_type": "enum", |
| 395 | "attribute_name": "hb_memory_mirror_mode_current", |
| 396 | "possible_values": ["Disabled", "Enabled"], |
| 397 | "value_names": ["Disabled", "Enabled"], |
| 398 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 399 | "help_text": "Specifies if the memory mirroring is enabled for the current IPL. Do not set this attribute directly; set hb_memory_mirror_mode instead.", |
| 400 | "display_name": "Memory Mirror Mode (current)", |
| 401 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 402 | }, |
| 403 | { |
| 404 | "attribute_type": "enum", |
| 405 | "attribute_name": "hb_tpm_required", |
| 406 | "possible_values": ["Required", "Not Required"], |
| 407 | "value_names": ["Required", "Not Required"], |
| 408 | "default_values": ["Required"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 409 | "help_text": "When the 'TPM Required Policy' is 'Required', a functional TPM is required to boot the system", |
| 410 | "display_name": "TPM Required Policy (pending)", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 411 | "dbus": { |
| 412 | "object_path": "/xyz/openbmc_project/control/host0/TPMEnable", |
| 413 | "interface": "xyz.openbmc_project.Control.TPM.Policy", |
| 414 | "property_name": "TPMEnable", |
| 415 | "property_type": "bool", |
| 416 | "property_values": [true, false] |
| 417 | } |
| 418 | }, |
| 419 | { |
| 420 | "attribute_type": "enum", |
| 421 | "attribute_name": "hb_tpm_required_current", |
| 422 | "possible_values": ["Required", "Not Required"], |
| 423 | "value_names": ["Required", "Not Required"], |
| 424 | "default_values": ["Required"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 425 | "help_text": "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.", |
| 426 | "display_name": "TPM Required Policy (current)", |
| 427 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 428 | }, |
| 429 | { |
| 430 | "attribute_type": "enum", |
| 431 | "attribute_name": "hb_key_clear_request", |
| 432 | "possible_values": [ |
| 433 | "NONE", |
| 434 | "ALL", |
| 435 | "OS_KEYS", |
| 436 | "POWERVM_SYSKEY", |
| 437 | "MFG_ALL", |
| 438 | "MFG" |
| 439 | ], |
| 440 | "value_names": [ |
| 441 | "NONE", |
| 442 | "ALL", |
| 443 | "OS_KEYS", |
| 444 | "POWERVM_SYSKEY", |
| 445 | "MFG_ALL", |
| 446 | "MFG" |
| 447 | ], |
| 448 | "default_values": ["NONE"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 449 | "help_text": "Specifies the requested level of security keys to be cleared from the system, requires a reboot to take effect", |
| 450 | "display_name": "Key Clear Request (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 451 | }, |
| 452 | { |
| 453 | "attribute_type": "enum", |
| 454 | "attribute_name": "hb_key_clear_request_current", |
| 455 | "possible_values": [ |
| 456 | "NONE", |
| 457 | "ALL", |
| 458 | "OS_KEYS", |
| 459 | "POWERVM_SYSKEY", |
| 460 | "MFG_ALL", |
| 461 | "MFG" |
| 462 | ], |
| 463 | "value_names": [ |
| 464 | "NONE", |
| 465 | "ALL", |
| 466 | "OS_KEYS", |
| 467 | "POWERVM_SYSKEY", |
| 468 | "MFG_ALL", |
| 469 | "MFG" |
| 470 | ], |
| 471 | "default_values": ["NONE"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 472 | "help_text": "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.", |
| 473 | "display_name": "Key Clear Request (current)", |
| 474 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 475 | }, |
| 476 | { |
| 477 | "attribute_type": "enum", |
| 478 | "attribute_name": "hb_host_usb_enablement", |
| 479 | "possible_values": ["Disabled", "Enabled"], |
| 480 | "value_names": ["Disabled", "Enabled"], |
| 481 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 482 | "help_text": "Specifies if Host USB is disabled or enabled for security reasons, requires a reboot for a change to be applied.", |
| 483 | "display_name": "Host USB Enablement (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 484 | }, |
| 485 | { |
| 486 | "attribute_type": "enum", |
| 487 | "attribute_name": "hb_host_usb_enablement_current", |
| 488 | "possible_values": ["Disabled", "Enabled"], |
| 489 | "value_names": ["Disabled", "Enabled"], |
| 490 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 491 | "help_text": "Specifies if Host USB is disabled or enabled for security reasons. Do not set this attribute directly; set hb_host_usb_enablement instead.", |
| 492 | "display_name": "Host USB Enablement (current)", |
| 493 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 494 | }, |
| 495 | { |
| 496 | "attribute_type": "enum", |
| 497 | "attribute_name": "pvm_auto_poweron_restart", |
| 498 | "possible_values": ["Disabled", "Enabled"], |
| 499 | "value_names": ["Disabled", "Enabled"], |
| 500 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 501 | "help_text": "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.", |
| 502 | "display_name": "pvm_auto_poweron_restart", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 503 | "dbus": { |
| 504 | "object_path": "/xyz/openbmc_project/control/host0/power_restore_policy", |
| 505 | "interface": "xyz.openbmc_project.Control.Power.RestorePolicy", |
| 506 | "property_name": "PowerRestorePolicy", |
| 507 | "property_type": "string", |
| 508 | "property_values": [ |
| 509 | "xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOff", |
| 510 | "xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOn" |
| 511 | ] |
| 512 | } |
| 513 | }, |
| 514 | { |
| 515 | "attribute_type": "enum", |
| 516 | "attribute_name": "hb_lateral_cast_out_mode", |
| 517 | "possible_values": ["Disabled", "Enabled"], |
| 518 | "value_names": ["Disabled", "Enabled"], |
| 519 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 520 | "help_text": "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.", |
| 521 | "display_name": "Lateral Cast Out mode (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 522 | }, |
| 523 | { |
| 524 | "attribute_type": "enum", |
| 525 | "attribute_name": "hb_lateral_cast_out_mode_current", |
| 526 | "possible_values": ["Disabled", "Enabled"], |
| 527 | "value_names": ["Disabled", "Enabled"], |
| 528 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 529 | "help_text": "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.", |
| 530 | "display_name": "Lateral Cast Out mode (current)", |
| 531 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 532 | }, |
| 533 | { |
| 534 | "attribute_type": "enum", |
| 535 | "attribute_name": "hb_proc_favor_aggressive_prefetch", |
| 536 | "possible_values": ["Disabled", "Enabled"], |
| 537 | "value_names": ["Disabled", "Enabled"], |
| 538 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 539 | "help_text": "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.", |
| 540 | "display_name": "Proc Favor Aggressive Prefetch (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 541 | }, |
| 542 | { |
| 543 | "attribute_type": "enum", |
| 544 | "attribute_name": "hb_proc_favor_aggressive_prefetch_current", |
| 545 | "possible_values": ["Disabled", "Enabled"], |
| 546 | "value_names": ["Disabled", "Enabled"], |
| 547 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 548 | "help_text": "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.", |
| 549 | "display_name": "Proc Favor Aggressive Prefetch (current)", |
| 550 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 551 | }, |
| 552 | { |
| 553 | "attribute_type": "enum", |
| 554 | "attribute_name": "pvm_create_default_lpar", |
| 555 | "possible_values": ["Disabled", "Enabled"], |
| 556 | "value_names": ["Disabled", "Enabled"], |
| 557 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 558 | "help_text": "When enabled creates a new default partition after NVRAM is cleared. This is primarily for machines that are managed by hardware management console.", |
| 559 | "display_name": "pvm_create_default_lpar (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 560 | }, |
| 561 | { |
| 562 | "attribute_type": "enum", |
| 563 | "attribute_name": "pvm_create_default_lpar_current", |
| 564 | "possible_values": ["Disabled", "Enabled"], |
| 565 | "value_names": ["Disabled", "Enabled"], |
| 566 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 567 | "help_text": "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.", |
| 568 | "display_name": "pvm_create_default_lpar (current)", |
| 569 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 570 | }, |
| 571 | { |
| 572 | "attribute_type": "enum", |
| 573 | "attribute_name": "pvm_keep_and_clear", |
| 574 | "possible_values": ["Disabled", "Enabled"], |
| 575 | "value_names": ["Disabled", "Enabled"], |
| 576 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 577 | "help_text": "The hypervisor needs to clear most of PHYP NVRAM, but preserve the NVRAM for the manufacturing default partition", |
| 578 | "display_name": "pvm_keep_and_clear" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 579 | }, |
| 580 | { |
| 581 | "attribute_type": "enum", |
| 582 | "attribute_name": "pvm_clear_nvram", |
| 583 | "possible_values": ["Disabled", "Enabled"], |
| 584 | "value_names": ["Disabled", "Enabled"], |
| 585 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 586 | "help_text": "Specifies if the hypervisor needs to clear PHYP NVRAM", |
| 587 | "display_name": "pvm_clear_nvram" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 588 | }, |
| 589 | { |
| 590 | "attribute_type": "enum", |
| 591 | "attribute_name": "pvm_boot_initiator", |
| 592 | "possible_values": ["User", "HMC", "Host", "Auto"], |
| 593 | "value_names": ["User", "HMC", "Host", "Auto"], |
| 594 | "default_values": ["User"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 595 | "help_text": "Specifies who initiated the IPL.", |
| 596 | "display_name": "IPL Initiator (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 597 | }, |
| 598 | { |
| 599 | "attribute_type": "enum", |
| 600 | "attribute_name": "pvm_boot_initiator_current", |
| 601 | "possible_values": ["User", "HMC", "Host", "Auto"], |
| 602 | "value_names": ["User", "HMC", "Host", "Auto"], |
| 603 | "default_values": ["User"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 604 | "help_text": "Specifies who initiated the IPL. Set pvm_boot_initiator instead.", |
| 605 | "display_name": "IPL Initiator (current)", |
| 606 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 607 | }, |
| 608 | { |
| 609 | "attribute_type": "enum", |
| 610 | "attribute_name": "pvm_boot_type", |
| 611 | "possible_values": ["IPL", "ReIPL"], |
| 612 | "value_names": ["IPL", "ReIPL"], |
| 613 | "default_values": ["IPL"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 614 | "help_text": "Specifies if the boot type is an IPL or a ReIPL", |
| 615 | "display_name": "Boot Type Indicator (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 616 | }, |
| 617 | { |
| 618 | "attribute_type": "enum", |
| 619 | "attribute_name": "pvm_boot_type_current", |
| 620 | "possible_values": ["IPL", "ReIPL"], |
| 621 | "value_names": ["IPL", "ReIPL"], |
| 622 | "default_values": ["IPL"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 623 | "help_text": "Specifies if the boot type is an IPL or a ReIPL. Set pvm_boot_type instead", |
| 624 | "display_name": "Boot Type Indicator (current)", |
| 625 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 626 | }, |
| 627 | { |
| 628 | "attribute_type": "enum", |
| 629 | "attribute_name": "pvm_rpd_guard_policy", |
| 630 | "possible_values": ["Enabled", "Disabled"], |
| 631 | "value_names": ["Enabled", "Disabled"], |
| 632 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 633 | "help_text": "Controls whether or not a processor core will be de-configured on error.", |
| 634 | "display_name": "Guard on error" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 635 | }, |
| 636 | { |
| 637 | "attribute_type": "enum", |
| 638 | "attribute_name": "pvm_rpd_policy", |
| 639 | "possible_values": ["Enabled", "Scheduled", "Disabled"], |
| 640 | "value_names": ["Enabled", "Scheduled", "Disabled"], |
| 641 | "default_values": ["Enabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 642 | "help_text": "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).", |
| 643 | "display_name": "Runtime Processor Diagnostics Policy" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 644 | }, |
| 645 | { |
| 646 | "attribute_type": "enum", |
| 647 | "attribute_name": "pvm_rpd_immediate_test", |
| 648 | "possible_values": ["Enabled", "Disabled"], |
| 649 | "value_names": ["Enabled", "Disabled"], |
| 650 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 651 | "help_text": "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).", |
| 652 | "display_name": "Immediate Test Requested" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 653 | }, |
| 654 | { |
| 655 | "attribute_type": "enum", |
| 656 | "attribute_name": "pvm_rpd_feature", |
| 657 | "possible_values": ["Enabled", "Disabled", "Automatic"], |
| 658 | "value_names": ["Enabled", "Disabled", "Automatic"], |
| 659 | "default_values": ["Automatic"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 660 | "help_text": "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).", |
| 661 | "display_name": "Runtime Processor Diagnostics Feature" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 662 | }, |
| 663 | { |
| 664 | "attribute_type": "enum", |
| 665 | "attribute_name": "pvm_rpd_feature_current", |
| 666 | "possible_values": ["Enabled", "Disabled", "Automatic"], |
| 667 | "value_names": ["Enabled", "Disabled", "Automatic"], |
| 668 | "default_values": ["Automatic"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 669 | "help_text": "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).", |
| 670 | "display_name": "Runtime Processor Diagnostics Feature", |
| 671 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 672 | }, |
| 673 | { |
| 674 | "attribute_type": "enum", |
| 675 | "attribute_name": "hb_power_PS0_functional", |
| 676 | "possible_values": ["Enabled", "Disabled"], |
| 677 | "value_names": ["Enabled", "Disabled"], |
| 678 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 679 | "help_text": "Specifies if Power Supply 0 is present. (Enabled is Present)", |
| 680 | "display_name": "Power Supply 0 is present", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 681 | "dbus": { |
| 682 | "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", |
| 683 | "interface": "xyz.openbmc_project.Inventory.Item", |
| 684 | "property_name": "Present", |
| 685 | "property_type": "bool", |
| 686 | "property_values": [true, false] |
| 687 | } |
| 688 | }, |
| 689 | { |
| 690 | "attribute_type": "enum", |
| 691 | "attribute_name": "hb_power_PS1_functional", |
| 692 | "possible_values": ["Enabled", "Disabled"], |
| 693 | "value_names": ["Enabled", "Disabled"], |
| 694 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 695 | "help_text": "Specifies if Power Supply 1 is present or not. (Enabled is present)", |
| 696 | "display_name": "Power Supply 1 is present", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 697 | "dbus": { |
| 698 | "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", |
| 699 | "interface": "xyz.openbmc_project.Inventory.Item", |
| 700 | "property_name": "Present", |
| 701 | "property_type": "bool", |
| 702 | "property_values": [true, false] |
| 703 | } |
| 704 | }, |
| 705 | { |
| 706 | "attribute_type": "enum", |
| 707 | "attribute_name": "hb_power_PS2_functional", |
| 708 | "possible_values": ["Enabled", "Disabled"], |
| 709 | "value_names": ["Enabled", "Disabled"], |
| 710 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 711 | "help_text": "Specifies if Power Supply 2 is Present. (Enabled is Present)", |
| 712 | "display_name": "Power Supply 2 is present", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 713 | "dbus": { |
| 714 | "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply2", |
| 715 | "interface": "xyz.openbmc_project.Inventory.Item", |
| 716 | "property_name": "Present", |
| 717 | "property_type": "bool", |
| 718 | "property_values": [true, false] |
| 719 | } |
| 720 | }, |
| 721 | { |
| 722 | "attribute_type": "enum", |
| 723 | "attribute_name": "hb_power_PS3_functional", |
| 724 | "possible_values": ["Enabled", "Disabled"], |
| 725 | "value_names": ["Enabled", "Disabled"], |
| 726 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 727 | "help_text": "Specifies if Power Supply 3 is present. (Enabled is Present)", |
| 728 | "display_name": "Power Supply 3 is present", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 729 | "dbus": { |
| 730 | "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply3", |
| 731 | "interface": "xyz.openbmc_project.Inventory.Item", |
| 732 | "property_name": "Present", |
| 733 | "property_type": "bool", |
| 734 | "property_values": [true, false] |
| 735 | } |
| 736 | }, |
| 737 | { |
| 738 | "attribute_type": "enum", |
| 739 | "attribute_name": "pvm_ibmi_network_install_type", |
| 740 | "possible_values": ["Disabled", "NFS", "iSCSI"], |
| 741 | "value_names": ["Disabled", "NFS", "iSCSI"], |
| 742 | "default_values": ["Disabled"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 743 | "help_text": "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.", |
| 744 | "display_name": "IBM i Network Install Type" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 745 | }, |
| 746 | { |
| 747 | "attribute_type": "enum", |
| 748 | "attribute_name": "pvm_ibmi_ipaddress_protocol", |
| 749 | "possible_values": ["IPv4", "IPv6"], |
| 750 | "value_names": ["IPv4", "IPv6"], |
| 751 | "default_values": ["IPv4"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 752 | "help_text": "Specifies whether the IP address protocol for IBM i network install is IPv4 or IPv6.", |
| 753 | "display_name": "IBM i IP Address Protocol" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 754 | }, |
| 755 | { |
| 756 | "attribute_type": "enum", |
| 757 | "attribute_name": "pvm_ibmi_max_frame_size", |
| 758 | "possible_values": ["MTU1500", "MTU9000"], |
| 759 | "value_names": ["MTU1500", "MTU9000"], |
| 760 | "default_values": ["MTU1500"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 761 | "help_text": "Specifies the maximum frame size (maximum transmission unit, MTU). The value is in terms of bytes per packet size.", |
| 762 | "display_name": "Maximum Frame Size" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 763 | }, |
| 764 | { |
| 765 | "attribute_type": "enum", |
| 766 | "attribute_name": "pvm_linux_kvm_memory", |
| 767 | "possible_values": ["Automatic", "Custom"], |
| 768 | "value_names": ["Automatic", "Custom"], |
| 769 | "default_values": ["Automatic"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 770 | "help_text": "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", |
| 771 | "display_name": "Memory setting for KVM Guest Management" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 772 | }, |
| 773 | { |
| 774 | "attribute_type": "enum", |
| 775 | "attribute_name": "pvm_linux_kvm_memory_current", |
| 776 | "possible_values": ["Automatic", "Custom"], |
| 777 | "value_names": ["Automatic", "Custom"], |
| 778 | "default_values": ["Automatic"], |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 779 | "help_text": "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.", |
| 780 | "display_name": "Memory setting for KVM Guest Management (current)", |
| 781 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 782 | }, |
| 783 | { |
| 784 | "attribute_type": "integer", |
| 785 | "attribute_name": "vmi_if0_ipv4_prefix_length", |
| 786 | "lower_bound": 0, |
| 787 | "upper_bound": 32, |
| 788 | "scalar_increment": 1, |
| 789 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 790 | "help_text": "vmi_if0_ipv4_prefix_length", |
| 791 | "display_name": "vmi_if0_ipv4_prefix_length" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 792 | }, |
| 793 | { |
| 794 | "attribute_type": "integer", |
| 795 | "attribute_name": "vmi_if1_ipv4_prefix_length", |
| 796 | "lower_bound": 0, |
| 797 | "upper_bound": 32, |
| 798 | "scalar_increment": 1, |
| 799 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 800 | "help_text": "vmi_if1_ipv4_prefix_length", |
| 801 | "display_name": "vmi_if1_ipv4_prefix_length" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 802 | }, |
| 803 | { |
| 804 | "attribute_type": "integer", |
| 805 | "attribute_name": "vmi_if0_ipv6_prefix_length", |
| 806 | "lower_bound": 0, |
| 807 | "upper_bound": 128, |
| 808 | "scalar_increment": 1, |
| 809 | "default_value": 128, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 810 | "help_text": "vmi_if0_ipv6_prefix_length", |
| 811 | "display_name": "vmi_if0_ipv6_prefix_length" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 812 | }, |
| 813 | { |
| 814 | "attribute_type": "integer", |
| 815 | "attribute_name": "vmi_if1_ipv6_prefix_length", |
| 816 | "lower_bound": 0, |
| 817 | "upper_bound": 128, |
| 818 | "scalar_increment": 1, |
| 819 | "default_value": 128, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 820 | "help_text": "vmi_if1_ipv6_prefix_length", |
| 821 | "display_name": "vmi_if1_ipv6_prefix_length" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 822 | }, |
| 823 | { |
| 824 | "attribute_type": "integer", |
| 825 | "attribute_name": "hb_number_huge_pages", |
| 826 | "lower_bound": 0, |
| 827 | "upper_bound": 65535, |
| 828 | "scalar_increment": 1, |
| 829 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 830 | "help_text": "Specifies the number of huge pages available for memory management, requires a reboot for a change to be applied.", |
| 831 | "display_name": "Number Huge Pages (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 832 | }, |
| 833 | { |
| 834 | "attribute_type": "integer", |
| 835 | "attribute_name": "hb_number_huge_pages_current", |
| 836 | "lower_bound": 0, |
| 837 | "upper_bound": 65535, |
| 838 | "scalar_increment": 1, |
| 839 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 840 | "read_only": true, |
| 841 | "help_text": "Specifies the number of huge pages available for memory management for the current IPL. Do not set this attribute directly; set hb_number_huge_pages instead.", |
| 842 | "display_name": "Number Huge Pages (current)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 843 | }, |
| 844 | { |
| 845 | "attribute_type": "integer", |
| 846 | "attribute_name": "hb_huge_page_size", |
| 847 | "lower_bound": 0, |
| 848 | "upper_bound": 255, |
| 849 | "scalar_increment": 1, |
| 850 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 851 | "help_text": "Specifies the size of huge pages, 0 = 16GB, requires a reboot for a change to be applied.", |
| 852 | "display_name": "Huge Page Size (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 853 | }, |
| 854 | { |
| 855 | "attribute_type": "integer", |
| 856 | "attribute_name": "hb_huge_page_size_current", |
| 857 | "lower_bound": 0, |
| 858 | "upper_bound": 255, |
| 859 | "scalar_increment": 1, |
| 860 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 861 | "read_only": true, |
| 862 | "help_text": "Specifies the size of huge pages, 0 = 16GB, for the current IPL. Do not set this attribute directly; set hb_huge_page_size instead.", |
| 863 | "display_name": "Huge Page Size (current)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 864 | }, |
| 865 | { |
| 866 | "attribute_type": "integer", |
| 867 | "attribute_name": "hb_field_core_override", |
| 868 | "lower_bound": 0, |
| 869 | "upper_bound": 255, |
| 870 | "scalar_increment": 1, |
| 871 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 872 | "help_text": "The maximum number of cores to activate where 0 being to activate all available cores. Requires a reboot for a change to be applied.", |
| 873 | "display_name": "Field Core Override (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 874 | }, |
| 875 | { |
| 876 | "attribute_type": "integer", |
| 877 | "attribute_name": "hb_field_core_override_current", |
| 878 | "lower_bound": 0, |
| 879 | "upper_bound": 255, |
| 880 | "scalar_increment": 1, |
| 881 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 882 | "read_only": true, |
| 883 | "help_text": "The maximum number of cores to activate where 0 being to activate all available cores. Value applicable for the current IPL. Do not set this attribute directly; set hb_field_core_override instead.", |
| 884 | "display_name": "Field Core Override (current)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 885 | }, |
| 886 | { |
| 887 | "attribute_type": "integer", |
| 888 | "attribute_name": "hb_power_limit_in_watts", |
| 889 | "lower_bound": 0, |
| 890 | "upper_bound": 65535, |
| 891 | "scalar_increment": 1, |
| 892 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 893 | "help_text": "Specifies the power limit in watts.", |
| 894 | "display_name": "Power Limit In Watts", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 895 | "dbus": { |
| 896 | "object_path": "/xyz/openbmc_project/control/host0/power_cap", |
| 897 | "interface": "xyz.openbmc_project.Control.Power.Cap", |
| 898 | "property_type": "uint32_t", |
| 899 | "property_name": "PowerCap" |
| 900 | } |
| 901 | }, |
| 902 | { |
| 903 | "attribute_type": "integer", |
| 904 | "attribute_name": "hb_max_number_huge_pages", |
| 905 | "lower_bound": 0, |
| 906 | "upper_bound": 65535, |
| 907 | "scalar_increment": 1, |
| 908 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 909 | "read_only": true, |
| 910 | "help_text": "Specifies the actual maximum number of huge pages available given the current system configuration.", |
| 911 | "display_name": "Max Number Huge Pages" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 912 | }, |
| 913 | { |
| 914 | "attribute_type": "integer", |
| 915 | "attribute_name": "hb_ioadapter_enlarged_capacity", |
| 916 | "lower_bound": 0, |
| 917 | "upper_bound": 21, |
| 918 | "scalar_increment": 1, |
| 919 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 920 | "help_text": "Specifies the enlarged IO capacity, requires a reboot for a change to be applied.", |
| 921 | "display_name": "Enlarged IO Capacity (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 922 | }, |
| 923 | { |
| 924 | "attribute_type": "integer", |
| 925 | "attribute_name": "hb_ioadapter_enlarged_capacity_current", |
| 926 | "lower_bound": 0, |
| 927 | "upper_bound": 21, |
| 928 | "scalar_increment": 1, |
| 929 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 930 | "read_only": true, |
| 931 | "help_text": "Specifies the enlarged IO capacity for the current IPL. Do not set this attribute directly; set hb_ioadapter_enlarged_capacity instead.", |
| 932 | "display_name": "Enlarged IO Capacity (current)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 933 | }, |
| 934 | { |
| 935 | "attribute_type": "integer", |
| 936 | "attribute_name": "hb_effective_secure_version", |
| 937 | "lower_bound": 0, |
| 938 | "upper_bound": 255, |
| 939 | "scalar_increment": 1, |
| 940 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 941 | "read_only": true, |
| 942 | "help_text": "Specifies the effective secure version of the host FW. In secure mode, the secure version value of a driver must be greater than or equal to this effective secure version to allow the system to boot.", |
| 943 | "display_name": "Effective Secure Version" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 944 | }, |
| 945 | { |
| 946 | "attribute_type": "integer", |
| 947 | "attribute_name": "hb_cap_freq_mhz_min", |
| 948 | "lower_bound": 0, |
| 949 | "upper_bound": 4294967295, |
| 950 | "scalar_increment": 1, |
| 951 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 952 | "read_only": true, |
| 953 | "help_text": "Specifies the lowest floor frequency across all chips in the system.", |
| 954 | "display_name": "Minimum Core Freq MHZ" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 955 | }, |
| 956 | { |
| 957 | "attribute_type": "integer", |
| 958 | "attribute_name": "hb_cap_freq_mhz_max", |
| 959 | "lower_bound": 0, |
| 960 | "upper_bound": 4294967295, |
| 961 | "scalar_increment": 1, |
| 962 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 963 | "read_only": true, |
| 964 | "help_text": "Specifies the highest ceiling frequency across all chips in the system.", |
| 965 | "display_name": "Maximum Core Freq MHZ" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 966 | }, |
| 967 | { |
| 968 | "attribute_type": "integer", |
| 969 | "attribute_name": "hb_cap_freq_mhz_request", |
| 970 | "lower_bound": 0, |
| 971 | "upper_bound": 4294967295, |
| 972 | "scalar_increment": 1, |
| 973 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 974 | "help_text": "Specifies the desired frequency across all chips in the system. Requires a reboot for a change to be applied.", |
| 975 | "display_name": "Requested Core Freq MHZ (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 976 | }, |
| 977 | { |
| 978 | "attribute_type": "integer", |
| 979 | "attribute_name": "hb_cap_freq_mhz_request_current", |
| 980 | "lower_bound": 0, |
| 981 | "upper_bound": 4294967295, |
| 982 | "scalar_increment": 1, |
| 983 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 984 | "read_only": true, |
| 985 | "help_text": "Specifies the desired frequency across all chips in the system. Do not set this attribute directly; set hb_cap_freq_mhz_request instead.", |
| 986 | "display_name": "Requested Core Freq MHZ (current)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 987 | }, |
| 988 | { |
| 989 | "attribute_type": "integer", |
| 990 | "attribute_name": "hb_storage_preallocation_for_drawer_attach", |
| 991 | "lower_bound": 0, |
| 992 | "upper_bound": 9, |
| 993 | "scalar_increment": 1, |
| 994 | "default_value": 9, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 995 | "help_text": "This option allocates platform memory during IPL for PCI-E slots to enable dynamic I/O drawer attachment.", |
| 996 | "display_name": "Dynamic I/O Drawer Attachment" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 997 | }, |
| 998 | { |
| 999 | "attribute_type": "integer", |
| 1000 | "attribute_name": "hb_storage_preallocation_for_drawer_attach_current", |
| 1001 | "lower_bound": 0, |
| 1002 | "upper_bound": 9, |
| 1003 | "scalar_increment": 1, |
| 1004 | "default_value": 9, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1005 | "read_only": true, |
| 1006 | "help_text": "This option allocates platform memory during IPL for PCI-E slots to enable dynamic I/O drawer attachment.", |
| 1007 | "display_name": "Dynamic I/O Drawer Attachment" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1008 | }, |
| 1009 | { |
| 1010 | "attribute_type": "integer", |
| 1011 | "attribute_name": "pvm_rpd_scheduled_tod", |
| 1012 | "lower_bound": 0, |
| 1013 | "upper_bound": 86399, |
| 1014 | "scalar_increment": 1, |
| 1015 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1016 | "help_text": "Only used when pvm_rpd_policy is set to “Scheduled”. This value represents the time of day in seconds at which to run the processor diagnostics.", |
| 1017 | "display_name": "RPD Scheduled Run Time of Day in Seconds" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1018 | }, |
| 1019 | { |
| 1020 | "attribute_type": "integer", |
| 1021 | "attribute_name": "pvm_rpd_scheduled_duration", |
| 1022 | "lower_bound": 30, |
| 1023 | "upper_bound": 1440, |
| 1024 | "scalar_increment": 1, |
| 1025 | "default_value": 1440, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1026 | "help_text": "Only used when pvm_rpd_policy is set to “Scheduled”. This value represents the duration in minutes to run the processor diagnostics, starting at the Scheduled Time of Day. Note: If the RPD is unable to test every core within the specified Run Time Duration, the RPD will resume where it left off, at the next Schedule Run Time of Day.", |
| 1027 | "display_name": "RPD Scheduled Run Time Duration in Minutes" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1028 | }, |
| 1029 | { |
| 1030 | "attribute_type": "integer", |
| 1031 | "attribute_name": "hb_power_PS0_input_voltage", |
| 1032 | "lower_bound": 0, |
| 1033 | "upper_bound": 65535, |
| 1034 | "scalar_increment": 1, |
| 1035 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1036 | "read_only": true, |
| 1037 | "help_text": "Specifies power supply 0 input voltage(volts)", |
| 1038 | "display_name": "Power Supply 0 input Voltage", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1039 | "dbus": { |
| 1040 | "object_path": "/xyz/openbmc_project/sensors/voltage/ps0_input_voltage_rating", |
| 1041 | "interface": "xyz.openbmc_project.Sensor.Value", |
| 1042 | "property_type": "double", |
| 1043 | "property_name": "Value" |
| 1044 | } |
| 1045 | }, |
| 1046 | { |
| 1047 | "attribute_type": "integer", |
| 1048 | "attribute_name": "hb_power_PS1_input_voltage", |
| 1049 | "lower_bound": 0, |
| 1050 | "upper_bound": 65535, |
| 1051 | "scalar_increment": 1, |
| 1052 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1053 | "read_only": true, |
| 1054 | "help_text": "Specifies power supply 1 input voltage(volts)", |
| 1055 | "display_name": "Power Supply 1 input Voltage", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1056 | "dbus": { |
| 1057 | "object_path": "/xyz/openbmc_project/sensors/voltage/ps1_input_voltage_rating", |
| 1058 | "interface": "xyz.openbmc_project.Sensor.Value", |
| 1059 | "property_type": "double", |
| 1060 | "property_name": "Value" |
| 1061 | } |
| 1062 | }, |
| 1063 | { |
| 1064 | "attribute_type": "integer", |
| 1065 | "attribute_name": "hb_power_PS2_input_voltage", |
| 1066 | "lower_bound": 0, |
| 1067 | "upper_bound": 65535, |
| 1068 | "scalar_increment": 1, |
| 1069 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1070 | "read_only": true, |
| 1071 | "help_text": "Specifies power supply 2 input voltage(volts)", |
| 1072 | "display_name": "Power Supply 2 input Voltage", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1073 | "dbus": { |
| 1074 | "object_path": "/xyz/openbmc_project/sensors/voltage/ps2_input_voltage_rating", |
| 1075 | "interface": "xyz.openbmc_project.Sensor.Value", |
| 1076 | "property_type": "double", |
| 1077 | "property_name": "Value" |
| 1078 | } |
| 1079 | }, |
| 1080 | { |
| 1081 | "attribute_type": "integer", |
| 1082 | "attribute_name": "hb_power_PS3_input_voltage", |
| 1083 | "lower_bound": 0, |
| 1084 | "upper_bound": 65535, |
| 1085 | "scalar_increment": 1, |
| 1086 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1087 | "read_only": true, |
| 1088 | "help_text": "Specifies power supply 3 input voltage(volts)", |
| 1089 | "display_name": "Power Supply 3 input Voltage", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1090 | "dbus": { |
| 1091 | "object_path": "/xyz/openbmc_project/sensors/voltage/ps3_input_voltage_rating", |
| 1092 | "interface": "xyz.openbmc_project.Sensor.Value", |
| 1093 | "property_type": "double", |
| 1094 | "property_name": "Value" |
| 1095 | } |
| 1096 | }, |
| 1097 | { |
| 1098 | "attribute_type": "integer", |
| 1099 | "attribute_name": "pvm_ibmi_vlan_tag_id", |
| 1100 | "lower_bound": 0, |
| 1101 | "upper_bound": 4094, |
| 1102 | "scalar_increment": 1, |
| 1103 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1104 | "help_text": "Specifies the VLAN ID that is used when performing a network installation of an IBM i logical partition. Ethernet packets are tagged with the specified VLAN ID. If this option is not specified, Ethernet packets are untagged.", |
| 1105 | "display_name": "VLAN Tag Identifier" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1106 | }, |
| 1107 | { |
| 1108 | "attribute_type": "integer", |
| 1109 | "attribute_name": "pvm_ibmi_iscsi_target_port", |
| 1110 | "lower_bound": 0, |
| 1111 | "upper_bound": 65535, |
| 1112 | "scalar_increment": 1, |
| 1113 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1114 | "help_text": "Specifies the port that is used for the iSCSI connection.", |
| 1115 | "display_name": "Target Port" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1116 | }, |
| 1117 | { |
| 1118 | "attribute_type": "integer", |
| 1119 | "attribute_name": "pvm_linux_kvm_percentage", |
| 1120 | "lower_bound": 0, |
| 1121 | "upper_bound": 1000, |
| 1122 | "scalar_increment": 1, |
| 1123 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1124 | "help_text": "Specifies the percentage of available system memory that will be reserved for the management of KVM guests. The percentage is specified to the 10th of a percent.", |
| 1125 | "display_name": "System Memory Reserved for KVM Guest Management" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1126 | }, |
| 1127 | { |
| 1128 | "attribute_type": "integer", |
| 1129 | "attribute_name": "pvm_linux_kvm_percentage_current", |
| 1130 | "lower_bound": 0, |
| 1131 | "upper_bound": 1000, |
| 1132 | "scalar_increment": 1, |
| 1133 | "default_value": 0, |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1134 | "read_only": true, |
| 1135 | "help_text": "Specifies the percentage of available system memory that will be reserved for the management of KVM guests. The percentage is specified to the 10th of a percent. Do not set this attribute directly; set pvm_linux_kvm_percentage instead.", |
| 1136 | "display_name": "System Memory Reserved for KVM Guest Management (current)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1137 | }, |
| 1138 | { |
| 1139 | "attribute_type": "string", |
| 1140 | "attribute_name": "pvm_system_name", |
| 1141 | "string_type": "ASCII", |
| 1142 | "minimum_string_length": 0, |
| 1143 | "maximum_string_length": 100, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1144 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1145 | "help_text": "pvm_system_name", |
| 1146 | "display_name": "pvm_system_name", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1147 | "dbus": { |
| 1148 | "object_path": "/xyz/openbmc_project/inventory/system", |
| 1149 | "interface": "xyz.openbmc_project.Inventory.Decorator.AssetTag", |
| 1150 | "property_name": "AssetTag", |
| 1151 | "property_type": "string" |
| 1152 | } |
| 1153 | }, |
| 1154 | { |
| 1155 | "attribute_type": "string", |
| 1156 | "attribute_name": "vmi_hostname", |
| 1157 | "string_type": "ASCII", |
| 1158 | "minimum_string_length": 0, |
| 1159 | "maximum_string_length": 255, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1160 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1161 | "help_text": "vmi_hostname", |
| 1162 | "display_name": "vmi_hostname" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1163 | }, |
| 1164 | { |
| 1165 | "attribute_type": "string", |
| 1166 | "attribute_name": "vmi_if0_ipv4_gateway", |
| 1167 | "string_type": "ASCII", |
| 1168 | "minimum_string_length": 7, |
| 1169 | "maximum_string_length": 15, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1170 | "default_string": "0.0.0.0", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1171 | "help_text": "vmi_if0_ipv4_gateway", |
| 1172 | "display_name": "vmi_if0_ipv4_gateway" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1173 | }, |
| 1174 | { |
| 1175 | "attribute_type": "string", |
| 1176 | "attribute_name": "vmi_if1_ipv4_gateway", |
| 1177 | "string_type": "ASCII", |
| 1178 | "minimum_string_length": 7, |
| 1179 | "maximum_string_length": 15, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1180 | "default_string": "0.0.0.0", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1181 | "help_text": "vmi_if1_ipv4_gateway", |
| 1182 | "display_name": "vmi_if1_ipv4_gateway" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1183 | }, |
| 1184 | { |
| 1185 | "attribute_type": "string", |
| 1186 | "attribute_name": "vmi_if0_ipv4_ipaddr", |
| 1187 | "string_type": "ASCII", |
| 1188 | "minimum_string_length": 7, |
| 1189 | "maximum_string_length": 15, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1190 | "default_string": "0.0.0.0", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1191 | "help_text": "vmi_if0_ipv4_ipaddr", |
| 1192 | "display_name": "vmi_if0_ipv4_ipaddr" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1193 | }, |
| 1194 | { |
| 1195 | "attribute_type": "string", |
| 1196 | "attribute_name": "vmi_if1_ipv4_ipaddr", |
| 1197 | "string_type": "ASCII", |
| 1198 | "minimum_string_length": 7, |
| 1199 | "maximum_string_length": 15, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1200 | "default_string": "0.0.0.0", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1201 | "help_text": "vmi_if1_ipv4_ipaddr", |
| 1202 | "display_name": "vmi_if1_ipv4_ipaddr" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1203 | }, |
| 1204 | { |
| 1205 | "attribute_type": "string", |
| 1206 | "attribute_name": "vmi_if0_ipv6_gateway", |
| 1207 | "string_type": "ASCII", |
| 1208 | "minimum_string_length": 2, |
| 1209 | "maximum_string_length": 45, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1210 | "default_string": "::", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1211 | "help_text": "vmi_if0_ipv6_gateway", |
| 1212 | "display_name": "vmi_if0_ipv6_gateway" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1213 | }, |
| 1214 | { |
| 1215 | "attribute_type": "string", |
| 1216 | "attribute_name": "vmi_if1_ipv6_gateway", |
| 1217 | "string_type": "ASCII", |
| 1218 | "minimum_string_length": 2, |
| 1219 | "maximum_string_length": 45, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1220 | "default_string": "::", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1221 | "help_text": "vmi_if1_ipv6_gateway", |
| 1222 | "display_name": "vmi_if1_ipv6_gateway" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1223 | }, |
| 1224 | { |
| 1225 | "attribute_type": "string", |
| 1226 | "attribute_name": "vmi_if0_ipv6_ipaddr", |
| 1227 | "string_type": "ASCII", |
| 1228 | "minimum_string_length": 2, |
| 1229 | "maximum_string_length": 45, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1230 | "default_string": "::", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1231 | "help_text": "vmi_if0_ipv6_ipaddr", |
| 1232 | "display_name": "vmi_if0_ipv6_ipaddr" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1233 | }, |
| 1234 | { |
| 1235 | "attribute_type": "string", |
| 1236 | "attribute_name": "vmi_if1_ipv6_ipaddr", |
| 1237 | "string_type": "ASCII", |
| 1238 | "minimum_string_length": 2, |
| 1239 | "maximum_string_length": 45, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1240 | "default_string": "::", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1241 | "help_text": "vmi_if1_ipv6_ipaddr", |
| 1242 | "display_name": "vmi_if1_ipv6_ipaddr" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1243 | }, |
| 1244 | { |
| 1245 | "attribute_type": "string", |
| 1246 | "attribute_name": "hb_mfg_flags", |
| 1247 | "string_type": "Hex", |
| 1248 | "minimum_string_length": 32, |
| 1249 | "maximum_string_length": 32, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1250 | "default_string": "00000000000000000000000000000000", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1251 | "help_text": "Specifies the configuration flags used by manufacturing, requires a reboot for a change to be applied.", |
| 1252 | "display_name": "Manufacturing Flags (pending)" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1253 | }, |
| 1254 | { |
| 1255 | "attribute_type": "string", |
| 1256 | "attribute_name": "hb_mfg_flags_current", |
| 1257 | "string_type": "Hex", |
| 1258 | "minimum_string_length": 32, |
| 1259 | "maximum_string_length": 32, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1260 | "default_string": "00000000000000000000000000000000", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1261 | "help_text": "Specifies the configuration flags used by manufacturing for the current IPL. Do not set this attribute directly; set hb_mfg_flags instead.", |
| 1262 | "display_name": "Manufacturing Flags (current)", |
| 1263 | "read_only": true |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1264 | }, |
| 1265 | { |
| 1266 | "attribute_type": "string", |
| 1267 | "attribute_name": "hb_lid_ids", |
| 1268 | "string_type": "ASCII", |
| 1269 | "minimum_string_length": 0, |
| 1270 | "maximum_string_length": 1024, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1271 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1272 | "help_text": "Provides the host a mapping of the lid IDs to human readable names.", |
| 1273 | "display_name": "Hostboot Lid IDs" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1274 | }, |
| 1275 | { |
| 1276 | "attribute_type": "string", |
| 1277 | "attribute_name": "hb_power_PS0_model", |
| 1278 | "string_type": "ASCII", |
| 1279 | "minimum_string_length": 0, |
| 1280 | "maximum_string_length": 4, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1281 | "default_string": "0000", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1282 | "help_text": "Specifies the power supply 0 model CCIN in hex.", |
| 1283 | "display_name": "Power Supply 0 Model", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1284 | "dbus": { |
| 1285 | "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", |
| 1286 | "interface": "xyz.openbmc_project.Inventory.Decorator.Asset", |
| 1287 | "property_type": "string", |
| 1288 | "property_name": "Model" |
| 1289 | } |
| 1290 | }, |
| 1291 | { |
| 1292 | "attribute_type": "string", |
| 1293 | "attribute_name": "hb_power_PS1_model", |
| 1294 | "string_type": "ASCII", |
| 1295 | "minimum_string_length": 0, |
| 1296 | "maximum_string_length": 4, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1297 | "default_string": "0000", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1298 | "help_text": "Specifies the power supply 1 model CCIN in hex.", |
| 1299 | "display_name": "Power Supply 1 Model", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1300 | "dbus": { |
| 1301 | "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", |
| 1302 | "interface": "xyz.openbmc_project.Inventory.Decorator.Asset", |
| 1303 | "property_type": "string", |
| 1304 | "property_name": "Model" |
| 1305 | } |
| 1306 | }, |
| 1307 | { |
| 1308 | "attribute_type": "string", |
| 1309 | "attribute_name": "hb_power_PS2_model", |
| 1310 | "string_type": "ASCII", |
| 1311 | "minimum_string_length": 0, |
| 1312 | "maximum_string_length": 4, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1313 | "default_string": "0000", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1314 | "help_text": "Specifies the power supply 2 model CCIN in hex.", |
| 1315 | "display_name": "Power Supply 2 Model", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1316 | "dbus": { |
| 1317 | "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply2", |
| 1318 | "interface": "xyz.openbmc_project.Inventory.Decorator.Asset", |
| 1319 | "property_type": "string", |
| 1320 | "property_name": "Model" |
| 1321 | } |
| 1322 | }, |
| 1323 | { |
| 1324 | "attribute_type": "string", |
| 1325 | "attribute_name": "hb_power_PS3_model", |
| 1326 | "string_type": "ASCII", |
| 1327 | "minimum_string_length": 0, |
| 1328 | "maximum_string_length": 4, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1329 | "default_string": "0000", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1330 | "help_text": "Specifies the power supply 3 model CCIN in hex.", |
| 1331 | "display_name": "Power Supply 3 Model", |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1332 | "dbus": { |
| 1333 | "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply3", |
| 1334 | "interface": "xyz.openbmc_project.Inventory.Decorator.Asset", |
| 1335 | "property_type": "string", |
| 1336 | "property_name": "Model" |
| 1337 | } |
| 1338 | }, |
| 1339 | { |
| 1340 | "attribute_type": "string", |
| 1341 | "attribute_name": "pvm_ibmi_load_source", |
| 1342 | "string_type": "ASCII", |
| 1343 | "minimum_string_length": 0, |
| 1344 | "maximum_string_length": 42, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1345 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1346 | "help_text": "Specifies the load source the system will use to start the logical partition.", |
| 1347 | "display_name": "Tagged IBM i Load Source" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1348 | }, |
| 1349 | { |
| 1350 | "attribute_type": "string", |
| 1351 | "attribute_name": "pvm_ibmi_alt_load_source", |
| 1352 | "string_type": "ASCII", |
| 1353 | "minimum_string_length": 0, |
| 1354 | "maximum_string_length": 42, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1355 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1356 | "help_text": "Specifies the device the system will use when a D-mode initial program load (IPL) is performed.", |
| 1357 | "display_name": "Tagged IBM i Alternate Load Source" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1358 | }, |
| 1359 | { |
| 1360 | "attribute_type": "string", |
| 1361 | "attribute_name": "pvm_ibmi_console", |
| 1362 | "string_type": "ASCII", |
| 1363 | "minimum_string_length": 0, |
| 1364 | "maximum_string_length": 42, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1365 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1366 | "help_text": "Specifies the first workstation that the system will activate in the logical partition.", |
| 1367 | "display_name": "Tagged IBM i Console" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1368 | }, |
| 1369 | { |
| 1370 | "attribute_type": "string", |
| 1371 | "attribute_name": "pvm_ibmi_server_ipaddress", |
| 1372 | "string_type": "ASCII", |
| 1373 | "minimum_string_length": 0, |
| 1374 | "maximum_string_length": 45, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1375 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1376 | "help_text": "Specifies the IP address of the boot server or the iSCSI target that contains the network installation image for the IBM i partition.", |
| 1377 | "display_name": "Server IP Address" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1378 | }, |
| 1379 | { |
| 1380 | "attribute_type": "string", |
| 1381 | "attribute_name": "pvm_ibmi_local_ipaddress", |
| 1382 | "string_type": "ASCII", |
| 1383 | "minimum_string_length": 0, |
| 1384 | "maximum_string_length": 45, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1385 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1386 | "help_text": "Specifies the local IP address for an IBM i network install in the protocol specified by IBM i IP Address Protocol.", |
| 1387 | "display_name": "Local IP Address" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1388 | }, |
| 1389 | { |
| 1390 | "attribute_type": "string", |
| 1391 | "attribute_name": "pvm_ibmi_subnet_mask", |
| 1392 | "string_type": "ASCII", |
| 1393 | "minimum_string_length": 0, |
| 1394 | "maximum_string_length": 45, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1395 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1396 | "help_text": "Specifies the subnet mask for an IBM i network install when the IBM i IP Address Protocol is IPv4.", |
| 1397 | "display_name": "Subnet Mask" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1398 | }, |
| 1399 | { |
| 1400 | "attribute_type": "string", |
| 1401 | "attribute_name": "pvm_ibmi_gateway_ipaddress", |
| 1402 | "string_type": "ASCII", |
| 1403 | "minimum_string_length": 0, |
| 1404 | "maximum_string_length": 45, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1405 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1406 | "help_text": "Specifies the Gateway IP address for an IBM i network install in the protocol specified by IBM i IP Address Protocol.", |
| 1407 | "display_name": "Gateway IP Address" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1408 | }, |
| 1409 | { |
| 1410 | "attribute_type": "string", |
| 1411 | "attribute_name": "pvm_ibmi_nfs_image_directory", |
| 1412 | "string_type": "ASCII", |
| 1413 | "minimum_string_length": 0, |
| 1414 | "maximum_string_length": 127, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1415 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1416 | "help_text": "Specifies the directory path on the boot server that contains the network installation image for the IBM i partition.", |
| 1417 | "display_name": "Image Directory Path" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1418 | }, |
| 1419 | { |
| 1420 | "attribute_type": "string", |
| 1421 | "attribute_name": "pvm_ibmi_iscsi_target_name", |
| 1422 | "string_type": "ASCII", |
| 1423 | "minimum_string_length": 0, |
| 1424 | "maximum_string_length": 223, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1425 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1426 | "help_text": "Specifies the name of the iSCSI target that contains the network installation image for the IBM i partition.", |
| 1427 | "display_name": "Target Name" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1428 | }, |
| 1429 | { |
| 1430 | "attribute_type": "string", |
| 1431 | "attribute_name": "pvm_ibmi_iscsi_initiator_name", |
| 1432 | "string_type": "ASCII", |
| 1433 | "minimum_string_length": 0, |
| 1434 | "maximum_string_length": 223, |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1435 | "default_string": "", |
Archana Kakani | d660809 | 2024-05-23 01:14:56 -0500 | [diff] [blame] | 1436 | "help_text": "Specifies the name of the iSCSI initiator associated with the iSCSI target. PHYP will generate an initial initiator name which the user can change. PHYP will restore the initial value if the value is changed.", |
| 1437 | "display_name": "Initiator Name" |
Archana Kakani | ac713ee | 2024-05-20 01:27:53 -0500 | [diff] [blame] | 1438 | } |
| 1439 | ] |
| 1440 | } |