Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ksplice-undo(8) [debian man page]

KSPLICE-UNDO(8) 						      Ksplice							   KSPLICE-UNDO(8)

NAME
ksplice-undo - Undo a Ksplice update that has been applied to the running kernel SYNOPSIS
ksplice-undo [OPTIONS] KSPLICE_ID DESCRIPTION
ksplice-undo takes as input a Ksplice identification tag, as reported by ksplice-view(8), and it reverses that update within the running binary kernel. OPTIONS
--debug Reverses the update with debugging output enabled. Recommended only for debugging. --debugfile=filename Sets the location where debugging output should be saved. Implies --debug. --raw-errors Print only raw error information designed to be machine-readable on standard error (standard output is still intended to be human- readable). If ksplice-undo fails due to an error from the Ksplice kernel modules, the first line on standard error will be a Ksplice abort code (see the Ksplice source code for documentation on these codes). Further lines will vary depending on the abort code. If ksplice-undo fails for any other reason, it will output the line "OTHER ", followed by a human-readable failure message, to standard error. SEE ALSO
ksplice-create(8), ksplice-apply(8), ksplice-view(8) BUGS
Please report bugs to <devel@ksplice.com>. AUTHORS
Jeff Arnold, Anders Kaseorg, and Tim Abbott COPYRIGHT
Copyright (C) 2007-2009 Ksplice, Inc. This is free software and documentation. You can redistribute and/or modify it under the terms of the GNU General Public License, version 2. Ksplice v0.9.9 2011-02-13 KSPLICE-UNDO(8)

Check Out this Related Man Page

KSPLICE-VIEW(8) 						      Ksplice							   KSPLICE-VIEW(8)

NAME
ksplice-view - View in-kernel or on-disk Ksplice kernel updates SYNOPSIS
ksplice-view ksplice-view --id=KSPLICE_ID ksplice-view --file={UPDATE_TARBALL | UPDATE_TREE} DESCRIPTION
When called with no arguments, ksplice-view lists the identification tags of all of the Ksplice updates that are currently present in the running kernel, along with their descriptions. ksplice-view can report about a specific Ksplice update when given the update's identification tag KSPLICE_ID (if the update is in the kernel) or given the update's tarball filename UPDATE_TARBALL or unpacked tree root UPDATE_TREE (if the update is on disk). OPTIONS
--id=KSPLICE_ID Report information about the Ksplice update KSPLICE_ID currently loaded in the running kernel. --file={UPDATE_TARBALL | UPDATE_TREE} Report information about the Ksplice update on disk as the tarball UPDATE_TARBALL or unpacked as the tree UPDATE_TREE. -q Output only the update IDs, one per line, omitting descriptions. SEE ALSO
ksplice-create(8), ksplice-apply(8), ksplice-undo(8) BUGS
Please report bugs to <devel@ksplice.com>. AUTHORS
Jeff Arnold, Anders Kaseorg, and Tim Abbott COPYRIGHT
Copyright (C) 2007-2009 Ksplice, Inc. This is free software and documentation. You can redistribute and/or modify it under the terms of the GNU General Public License, version 2. Ksplice v0.9.9 2011-02-13 KSPLICE-VIEW(8)
Man Page

3 More Discussions You Might Find Interesting

1. AIX

Problems to show the real used space

Hello everybody! I have the next problem, the oraganization has a p570 with a DS4300 on a SAN, running Oracle. The file systems of TEMP and UNDO were full, I eliminated some large files, (about 4 GB), but everytime that I realize this operation, it takes about 20 or 30 minutes to show the new... (1 Reply)
Discussion started by: GEIER
1 Replies

2. Red Hat

how to undo the last installed update on fedora.

Hi All, I'm a newbie to system administration, I'd like to know how to check the logs (what update was installed last) , and I'd like to know how to undo the last update on the fedora 9 system ( kindof an equivalent to system restore in windows). I have a HP 22 inch monitor, when I installed... (3 Replies)
Discussion started by: ramky79
3 Replies

3. Shell Programming and Scripting

How to Undo overwrite file in UNIX?

Hi, Could anyone please advise if its possible in unix to undo the changes for a file that has been overwrriten. By mistake i have overwritten a file and now i need the original file, is there a way? Please Help!!! (2 Replies)
Discussion started by: mail.chiranjit
2 Replies