From aff57805a0d98d0a39dd97e551f9ce4a7bf575cb Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 10 Sep 2012 13:42:57 +0000 Subject: [PATCH] move man page of cfghost to chhypervisor and add rmhyperviso git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13738 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/rmhypervisor.1.pod | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 xCAT-client/pods/man1/rmhypervisor.1.pod diff --git a/xCAT-client/pods/man1/rmhypervisor.1.pod b/xCAT-client/pods/man1/rmhypervisor.1.pod new file mode 100644 index 000000000..d2cddba30 --- /dev/null +++ b/xCAT-client/pods/man1/rmhypervisor.1.pod @@ -0,0 +1,49 @@ +=head1 NAME + +B - Remove the virtualization hosts. + +=head1 SYNOPSIS + +B + +=over 2 + +B I [B<-f>] + +=back + +=head1 DESCRIPTION + +The B command can be used to remove the virtualization host. + +=head1 OPTIONS + +=over 2 + +=item B<-f> + +If B<-f> is specified, the host will be deactivated to maintenance before the removing. + +=back + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +=over 2 + +=item 1. +To remove the host 'host1', enter: + + rmhypervisor host1 + +=back + +=head1 FILES + +/opt/xcat/bin/rmhypervisor +