blob: 1629d64af12afb51c7c02b503881f46e2cb324bd [file] [log] [blame]
Manojkiran Edaa907a582021-01-19 14:28:06 +05301{
2 "entries":[
3 {
4 "attribute_name":"pvm_fw_boot_side",
5 "possible_values":[
6 "Perm",
7 "Temp"
8 ],
9 "default_values":[
10 "Temp"
11 ],
12 "helpText" : "pvm_fw_boot_side",
13 "displayName" : "pvm_fw_boot_side"
14 },
15 {
Manojkiran Edaa907a582021-01-19 14:28:06 +053016 "attribute_name":"pvm_pcie_error_inject",
17 "possible_values":[
18 "Disabled",
19 "Enabled"
20 ],
21 "default_values":[
22 "Enabled"
23 ],
24 "helpText" : "pvm_pcie_error_inject",
25 "displayName" : "pvm_pcie_error_inject"
26 },
27 {
28 "attribute_name":"vmi_if0_ipv4_method",
29 "possible_values":[
30 "IPv4Static",
31 "IPv4DHCP"
32 ],
33 "default_values":[
34 "IPv4Static"
35 ],
36 "helpText" : "vmi_if0_ipv4_method",
37 "displayName" : "vmi_if0_ipv4_method"
38 },
39 {
40 "attribute_name":"vmi_if1_ipv4_method",
41 "possible_values":[
42 "IPv4Static",
43 "IPv4DHCP"
44 ],
45 "default_values":[
46 "IPv4Static"
47 ],
48 "helpText" : "vmi_if1_ipv4_method",
49 "displayName" : "vmi_if1_ipv4_method"
50 },
51 {
52 "attribute_name":"hb_hyp_switch",
53 "possible_values":[
54 "PowerVM",
55 "OPAL"
56 ],
57 "default_values":[
58 "PowerVM"
59 ],
60 "helpText" : "hb_hyp_switch",
Manojkiran Eda672aece2021-02-08 09:56:47 +053061 "displayName" : "hb_hyp_switch",
62 "dbus":
63 {
64 "object_path" : "/com/ibm/host0/hypervisor",
65 "interface" : "com.ibm.Host.Target",
66 "property_name" : "Target",
67 "property_type" : "string",
68 "property_values" : ["com.ibm.Host.Target.Hypervisor.PowerVM" , "com.ibm.Host.Target.Hypervisor.OPAL"]
69 }
Manojkiran Edaa907a582021-01-19 14:28:06 +053070 },
71 {
72 "attribute_name":"pvm_stop_at_standby",
73 "possible_values":[
74 "Disabled",
Sridevi Rameshb6540532021-06-02 02:13:14 -050075 "Enabled",
76 "ManualOnly"
Manojkiran Edaa907a582021-01-19 14:28:06 +053077 ],
78 "default_values":[
Manojkiran Eda672aece2021-02-08 09:56:47 +053079 "Enabled"
Manojkiran Edaa907a582021-01-19 14:28:06 +053080 ],
Sridevi Rameshb6540532021-06-02 02:13:14 -050081 "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."
Manojkiran Eda672aece2021-02-08 09:56:47 +053082 "displayName" : "pvm_stop_at_standby",
83 "dbus":
84 {
85 "object_path" : "/xyz/openbmc_project/control/host0/boot",
86 "interface" : "xyz.openbmc_project.Control.Boot.Mode",
87 "property_name" : "BootMode",
88 "property_type" : "string",
Sridevi Rameshb6540532021-06-02 02:13:14 -050089 "property_values" : ["xyz.openbmc_project.Control.Boot.Mode.Modes.Regular", "xyz.openbmc_project.Control.Boot.Mode.Modes.Setup", "xyz.openbmc_project.Control.Boot.Mode.Modes.Safe"]
Manojkiran Eda672aece2021-02-08 09:56:47 +053090 }
Manojkiran Edaa907a582021-01-19 14:28:06 +053091 },
92 {
93 "attribute_name":"hb_debug_console",
94 "possible_values":[
95 "Disabled",
96 "Enabled"
97 ],
98 "default_values":[
99 "Disabled"
100 ],
101 "helpText" : "When set to Enabled Hostboot should emit debug trace information to the VUART2 device.",
102 "displayName" : "hb-debug-console"
103 },
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500104 {
Manojkiran Edaa907a582021-01-19 14:28:06 +0530105 "attribute_name":"pvm_system_power_off_policy",
106 "possible_values":[
107 "Power Off",
108 "Stay On",
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500109 "Automatic"
Manojkiran Edaa907a582021-01-19 14:28:06 +0530110 ],
111 "default_values":[
112 "Automatic"
113 ],
114 "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.",
115 "displayName" : "System Automatic Power Off Policy"
116 },
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500117 {
Manojkiran Edaa907a582021-01-19 14:28:06 +0530118 "attribute_name":"pvm_hmc_managed",
119 "possible_values":[
120 "Disabled",
121 "Enabled"
122 ],
123 "default_values":[
124 "Disabled"
125 ],
126 "helpText" : "This option enables or disables the system is managed by HMC.",
127 "displayName" : "HMC managed System"
128 },
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500129 {
Manojkiran Edaa907a582021-01-19 14:28:06 +0530130 "attribute_name":"pvm_rtad",
131 "possible_values":[
132 "Disabled",
133 "Enabled"
134 ],
135 "default_values":[
136 "Enabled"
137 ],
138 "helpText" : "This option enables or disables the Remote Trusted Attestation Daemon for host firmware.",
139 "displayName" : "Remote Trusted Attestation Daemon State"
140 },
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500141 {
Manojkiran Edaa907a582021-01-19 14:28:06 +0530142 "attribute_name":"pvm_default_os_type",
143 "possible_values":[
144 "AIX",
145 "Linux",
146 "IBM I"
147 ],
148 "default_values":[
149 "AIX"
150 ],
151 "helpText" : "CEC Primary OS",
152 "displayName" : "CEC Primary OS"
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500153 },
154 {
155 "attribute_name":"pvm_system_operating_mode",
156 "possible_values":[
157 "Normal",
158 "Manual"
159 ],
160 "default_values":[
161 "Normal"
162 ],
163 "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.",
164 "displayName" : "Server Operating Mode"
165 },
166 {
167 "attribute_name":"pvm_rpa_boot_mode",
168 "possible_values":[
169 "Normal",
170 "SavedList",
171 "SmsMenu",
172 "OkPrompt",
173 "DefaultList",
174 "PblBootLid"
175 ],
176 "default_values":[
177 "Normal"
178 ],
179 "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, PblBootLid(PBL : Petitboot Boot Loader): The partition boots from the petitboot bootloader.",
180 "displayName" : "AIX/Linux Partition Boot Mode"
181 },
182 {
Jayashankar Padathcfff3e92021-04-28 02:26:43 -0500183 "attribute_name":"pvm_os_boot_type",
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500184 "possible_values":[
185 "A_Mode",
186 "B_Mode",
187 "C_Mode",
188 "D_Mode"
189 ],
190 "default_values":[
191 "D_Mode"
192 ],
193 "helpText" : "Select the IBMi 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.",
194 "displayName" : "IBMi Partition Boot Mode"
Jayashankar Padathcfff3e92021-04-28 02:26:43 -0500195 },
196 {
197 "attribute_name":"pvm_vtpm",
198 "possible_values":[
199 "Disabled",
200 "Enabled"
201 ],
202 "default_values":[
203 "Disabled"
204 ],
205 "helpText" : "Enabling vTPM makes a TPM available to the guest operating system.",
206 "displayName" : "Virtual Trusted Platform Module"
Corey Swenson6496b032021-05-07 10:54:35 -0500207 },
208 {
209 "attribute_name":"hb_memory_region_size",
210 "possible_values":[
211 "128MB",
212 "256MB"
213 ],
214 "default_values":[
215 "256MB"
216 ],
217 "helpText" : "Specifies the size of the logical memory block the system uses to read memory, requires a reboot for a change to be applied.",
Zach Clark50eedf52021-06-29 13:26:06 -0500218 "displayName" : "Memory Region Size (pending)"
219 },
220 {
221 "attribute_name":"hb_memory_region_size_current",
222 "possible_values":[
223 "128MB",
224 "256MB"
225 ],
226 "default_values":[
227 "256MB"
228 ],
229 "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.",
230 "displayName" : "Memory Region Size (current)"
Corey Swenson6496b032021-05-07 10:54:35 -0500231 },
232 {
233 "attribute_name":"hb_power_limit_enable",
234 "possible_values":[
235 "Enabled",
236 "Disabled"
237 ],
238 "default_values":[
239 "Disabled"
240 ],
Zach Clark50eedf52021-06-29 13:26:06 -0500241 "helpText" : "Specifies if the power limit is enabled, requires a reboot for a change to be applied.",
242 "displayName" : "Power Limit Enable (pending)"
243 },
244 {
245 "attribute_name":"hb_power_limit_enable_current",
246 "possible_values":[
247 "Enabled",
248 "Disabled"
249 ],
250 "default_values":[
251 "Disabled"
252 ],
253 "helpText" : "Specifies if the power limit is enabled for the current IPL. Do not set this attribute directly; set hb_power_limit_enable instead.",
254 "displayName" : "Power Limit Enable (current)"
Ilya Smirnovea72f242021-06-10 10:15:32 -0500255 },
256 {
257 "attribute_name":"hb_secure_ver_lockin_enabled",
258 "possible_values":[
259 "Enabled",
260 "Disabled"
261 ],
262 "default_values":[
263 "Disabled"
264 ],
265 "helpText" : "Specifies whether the secure version lockin functionality is enabled.",
266 "displayName" : "Secure Version Lockin Enabled"
Chen Dua87190f2021-07-15 10:25:24 -0500267 },
268 {
269 "attribute_name":"hb_mirror_memory_mode",
270 "possible_values":[
271 "Disabled",
272 "Enabled"
273 ],
274 "default_values":[
275 "Enabled"
276 ],
277 "helpText" : "Specifies if the memory mirroring is enabled, requires a reboot for a change to be applied.",
278 "displayName" : "Mirror Memory Mode (pending)"
279 },
280 {
281 "attribute_name":"hb_mirror_memory_mode_current",
282 "possible_values":[
283 "Disabled",
284 "Enabled"
285 ],
286 "default_values":[
287 "Enabled"
288 },
289 "helpText" : "Specifies if the memory mirroring is enabled for the current IPL. Do not set this attribute directly; set hb_mirror_memory_mode instead.",
290 "displayName" : "Mirror Memory Mode (current)"
Manojkiran Edaa907a582021-01-19 14:28:06 +0530291 }
292 ]
293}