2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 02:00:24 +00:00

Merge pull request #911 from penguhyang/update_rsetboot_option

add description of -u and -p for rsetboot
This commit is contained in:
yangsong
2016-04-12 03:13:05 -05:00
3 changed files with 25 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ SYNOPSIS
********
\ **rsetboot**\ \ *noderange*\ {\ **hd | net | cd | default | stat**\ }
\ **rsetboot**\ \ *noderange*\ {\ **hd | net | cd | default | stat**\ } [\ **-u**\ ] [\ **-p**\ ]
\ **rsetboot**\ [\ **-h | -**\ **-help | -v | -**\ **-version**\ ]
@@ -21,9 +21,7 @@ DESCRIPTION
***********
\ **rsetboot**\ sets the boot media that should be used on the next boot of the specified nodes. After the nodes are
booted with the specified device (e.g. via rpower(1)|rpower.1), the nodes will return to using the
default boot device specified in the BIOS. Currently this command is only supported for IPMI nodes.
\ **rsetboot**\ sets the boot media and boot mode that should be used on the next boot of the specified nodes. After the nodes are booted with the specified device and boot mode (e.g. via rpower(1)|rpower.1), the nodes will return to using the default boot device specified in the BIOS. Currently this command is only supported for IPMI nodes.
*******
@@ -62,6 +60,18 @@ OPTIONS
\ **-u**\
To specify the next boot mode to be "UEFI Mode".
\ **-p**\
To make the specified boot device and boot mode settings persistent.
********
EXAMPLES

View File

@@ -96,7 +96,7 @@ my %usage = (
MIC specific:
rinv noderange [system|ver|board|core|gddr|all]",
"rsetboot" =>
"Usage: rsetboot <noderange> [net|hd|cd|floppy|def|stat] [-V|--verbose]
"Usage: rsetboot <noderange> [net|hd|cd|floppy|def|stat] [-V|--verbose] [-u] [-p]
rsetboot [-h|--help|-v|--version]",
"rbootseq" =>
"Usage:

View File

@@ -5,16 +5,14 @@ B<rsetboot> - Sets the boot device to be used for BMC-based servers for the next
=head1 SYNOPSIS
B<rsetboot> I<noderange> {B<hd>|B<net>|B<cd>|B<default>|B<stat>}
B<rsetboot> I<noderange> {B<hd>|B<net>|B<cd>|B<default>|B<stat>} [B<-u>] [B<-p>]
B<rsetboot> [B<-h>|B<--help>|B<-v>|B<--version>]
=head1 DESCRIPTION
B<rsetboot> sets the boot media that should be used on the next boot of the specified nodes. After the nodes are
booted with the specified device (e.g. via L<rpower(1)|rpower.1>), the nodes will return to using the
default boot device specified in the BIOS. Currently this command is only supported for IPMI nodes.
B<rsetboot> sets the boot media and boot mode that should be used on the next boot of the specified nodes. After the nodes are booted with the specified device and boot mode (e.g. via L<rpower(1)|rpower.1>), the nodes will return to using the default boot device specified in the BIOS. Currently this command is only supported for IPMI nodes.
=head1 OPTIONS
@@ -40,6 +38,14 @@ Boot using the default set in BIOS.
Display the current boot setting.
=item B<-u>
To specify the next boot mode to be "UEFI Mode".
=item B<-p>
To make the specified boot device and boot mode settings persistent.
=back
=head1 EXAMPLES