From Fedora Project Wiki
< SystemConfig | kdump
No edit summary |
(→other) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
== target == | == target == | ||
* LOCAL PART | * LOCAL PART | ||
{| | |||
! what || where | |||
|- | |||
| get and set path to target directory where to save kdump || /etc/kdump.conf | |||
|- | |||
| get and set partition where to save kdump || /etc/kdump.conf | |||
|} | |||
* RAW DEVICE | * RAW DEVICE | ||
{| | |||
! what || where | |||
|- | |||
| get and set raw device in full path (/dev/xxx) || /etc/kdump.conf | |||
|} | |||
* NETWORK | * NETWORK | ||
{| | |||
! what || where | |||
|- | |||
| get and set server name || /etc/kdump.conf | |||
|- | |||
| get and set user name || /etc/kdump.conf | |||
|- | |||
| get and set path to target directory || /etc/kdump.conf | |||
|} | |||
== filtering == | == filtering == | ||
{| | |||
! what || where | |||
|- | |||
| get and set filtering level || /etc/kdump.conf | |||
|} | |||
== other == | == other == | ||
{| | |||
! what || where | |||
|- | |||
| get and set configured kernel || bootloader configuration | |||
|- | |||
| get and set configured kernel parameters || bootloader configuration | |||
|- | |||
| get and set ''default action'', one from list || /etc/kdump.conf | |||
|- | |||
| get and set corecollector || /etc/kdump.conf | |||
|} | |||
''NOT ALL'' | ''NOT ALL'' |
Latest revision as of 07:01, 20 July 2009
System-config-kdump backend functionality
Here is list of all functions, which should kdump backend provides
basic
what | where |
---|---|
set/get amount of kdump memory | kernel parameter |
start/stop service kdump and get its status | services |
turn on/off service at startup and get status | services |
target
- LOCAL PART
what | where |
---|---|
get and set path to target directory where to save kdump | /etc/kdump.conf |
get and set partition where to save kdump | /etc/kdump.conf |
- RAW DEVICE
what | where |
---|---|
get and set raw device in full path (/dev/xxx) | /etc/kdump.conf |
- NETWORK
what | where |
---|---|
get and set server name | /etc/kdump.conf |
get and set user name | /etc/kdump.conf |
get and set path to target directory | /etc/kdump.conf |
filtering
what | where |
---|---|
get and set filtering level | /etc/kdump.conf |
other
what | where |
---|---|
get and set configured kernel | bootloader configuration |
get and set configured kernel parameters | bootloader configuration |
get and set default action, one from list | /etc/kdump.conf |
get and set corecollector | /etc/kdump.conf |
NOT ALL