From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RJj3x-0003TM-L1 for kexec@lists.infradead.org; Fri, 28 Oct 2011 09:49:22 +0000 Received: from m4.gw.fujitsu.co.jp (unknown [10.0.50.74]) by fgwmail6.fujitsu.co.jp (Postfix) with ESMTP id 2549A3EE0B5 for ; Fri, 28 Oct 2011 18:49:20 +0900 (JST) Received: from smail (m4 [127.0.0.1]) by outgoing.m4.gw.fujitsu.co.jp (Postfix) with ESMTP id 72D8C45DE52 for ; Fri, 28 Oct 2011 18:49:16 +0900 (JST) Received: from s4.gw.fujitsu.co.jp (s4.gw.fujitsu.co.jp [10.0.50.94]) by m4.gw.fujitsu.co.jp (Postfix) with ESMTP id F361C45DE51 for ; Fri, 28 Oct 2011 18:49:15 +0900 (JST) Received: from s4.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s4.gw.fujitsu.co.jp (Postfix) with ESMTP id E85FF1DB802F for ; Fri, 28 Oct 2011 18:49:15 +0900 (JST) Received: from m107.s.css.fujitsu.com (m107.s.css.fujitsu.com [10.240.81.147]) by s4.gw.fujitsu.co.jp (Postfix) with ESMTP id A3EE61DB803B for ; Fri, 28 Oct 2011 18:49:15 +0900 (JST) Received: from m107.css.fujitsu.com (m107 [127.0.0.1]) by m107.s.css.fujitsu.com (Postfix) with ESMTP id 7320686000E for ; Fri, 28 Oct 2011 18:49:15 +0900 (JST) Received: from localhost6.localdomain6 (unknown [10.124.63.45]) by m107.s.css.fujitsu.com (Postfix) with ESMTP id A23D486002A for ; Fri, 28 Oct 2011 18:49:14 +0900 (JST) From: HATAYAMA Daisuke Subject: [PATCH v2 13/14] Add description of sadump-related formts in usage information Date: Fri, 28 Oct 2011 18:49:14 +0900 Message-ID: <20111028094914.20940.73678.stgit@localhost6.localdomain6> In-Reply-To: <20111028094454.20940.1209.stgit@localhost6.localdomain6> References: <20111028094454.20940.1209.stgit@localhost6.localdomain6> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=twosheds.infradead.org@lists.infradead.org To: kexec@lists.infradead.org Signed-off-by: HATAYAMA Daisuke --- print_info.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/print_info.c b/print_info.c index 547976e..19a578b 100644 --- a/print_info.c +++ b/print_info.c @@ -69,6 +69,11 @@ print_usage(void) MSG(" # makedumpfile -g VMCOREINFO --xen-syms XEN-SYMS\n"); MSG("\n"); MSG("\n"); + MSG(" Creating DUMPFILE from multiple VMCOREs generated on sadump diskset configuration:\n"); + MSG(" # makedumpfile [-c] [-d DL] -x VMLINUX --diskset=VMCORE1 --diskset=VMCORE2\n"); + MSG(" [--diskset=VMCORE3 ..] DUMPFILE\n"); + MSG("\n"); + MSG("\n"); MSG("Available options:\n"); MSG(" [-c]:\n"); MSG(" Compress dump data by each page.\n"); @@ -163,6 +168,11 @@ print_usage(void) MSG(" Exclude all the user domain pages from Xen kdump's VMCORE, and extract\n"); MSG(" the part of Xen and domain-0.\n"); MSG("\n"); + MSG(" [--diskset=VMCORE]:\n"); + MSG(" Specify multiple VMCOREs created on sadump diskset configuration the same\n"); + MSG(" number of times as the number of VMCOREs in increasing order from left to\n"); + MSG(" right.\n"); + MSG("\n"); MSG(" [--message-level ML]:\n"); MSG(" Specify the message types.\n"); MSG(" Users can restrict output printed by specifying Message_Level (ML) with\n"); _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec