From Fedora Project Wiki
Line 1: Line 1:
== System-config-kdump backend functionality ==
=== System-config-kdump backend functionality ===
Here is list of all functions, which should kdump backend provides
Here is list of all functions, which should kdump backend provides


== basic ==
* set/get amount of kdump memory (kernel parameter)
* set/get amount of kdump memory (kernel parameter)
* start/stop service kdump / get status of service
* start/stop service kdump and get its status (services)
* turn on/off service at startup / get status
* turn on/off service at startup and get status (services)


== target ==
* LOCAL PART
** get and set path to target directory where to save kdump (config file)
** get and set partition where to save kdump (config file)
* RAW DEVICE
** get and set raw device in full path (/dev/xxx) (config file)
* NETWORK
** get and set server name (config file)
** get and set user name (config file)
** get and set path to target directory (config file)
== filtering ==
* get and set filtering level (config file)
== other ==
* get and set configured kernel (bootloader configuration)
* get and set configured kernel parameters (bootloader configuration)
* get and set ''default action'', one from list (config file)
* get and set corecollector (config file)


''NOT ALL''
''NOT ALL''

Revision as of 15:04, 14 July 2009

System-config-kdump backend functionality

Here is list of all functions, which should kdump backend provides

basic

  • 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
    • get and set path to target directory where to save kdump (config file)
    • get and set partition where to save kdump (config file)
  • RAW DEVICE
    • get and set raw device in full path (/dev/xxx) (config file)
  • NETWORK
    • get and set server name (config file)
    • get and set user name (config file)
    • get and set path to target directory (config file)

filtering

  • get and set filtering level (config file)

other

  • get and set configured kernel (bootloader configuration)
  • get and set configured kernel parameters (bootloader configuration)
  • get and set default action, one from list (config file)
  • get and set corecollector (config file)

NOT ALL