File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,5 @@ Date: May 2024
44
44
45
45
Description: read/write
46
46
This is a special sysfs file available to setup additional
47
- parameters to be passed to capture kernel.
47
+ parameters to be passed to capture kernel. For HASH MMU it
48
+ is exported only if RMA size higher than 768MB.
Original file line number Diff line number Diff line change @@ -120,6 +120,28 @@ to ensure that crash data is preserved to process later.
120
120
e.g.
121
121
# echo 1 > /sys/firmware/opal/mpipl/release_core
122
122
123
+ -- Support for Additional Kernel Arguments in Fadump
124
+ Fadump has a feature that allows passing additional kernel arguments
125
+ to the fadump kernel. This feature was primarily designed to disable
126
+ kernel functionalities that are not required for the fadump kernel
127
+ and to reduce its memory footprint while collecting the dump.
128
+
129
+ Command to Add Additional Kernel Parameters to Fadump:
130
+ e.g.
131
+ # echo "nr_cpus=16" > /sys/kernel/fadump/bootargs_append
132
+
133
+ The above command is sufficient to add additional arguments to fadump.
134
+ An explicit service restart is not required.
135
+
136
+ Command to Retrieve the Additional Fadump Arguments:
137
+ e.g.
138
+ # cat /sys/kernel/fadump/bootargs_append
139
+
140
+ Note: Additional kernel arguments for fadump with HASH MMU is only
141
+ supported if the RMA size is greater than 768 MB. If the RMA
142
+ size is less than 768 MB, the kernel does not export the
143
+ /sys/kernel/fadump/bootargs_append sysfs node.
144
+
123
145
Implementation details:
124
146
-----------------------
125
147
You can’t perform that action at this time.
0 commit comments