Updated w/ HMC- and IVM-managed usage & example
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@491 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
cb0f4d3e34
commit
80d7ba31d8
@ -1,28 +1,62 @@
|
||||
|
||||
=head1 NAME
|
||||
|
||||
B<rnetboot> -Will force an unattended network install for a range of nodes (diskless) Front end to nodeset noderange netboot; rpower noderange boot.
|
||||
B<rnetboot> - Will force an unattended network install for a range of nodes (diskless)
|
||||
Front end to nodeset noderange netboot; rpower noderange boot.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<rnetboot>
|
||||
I<noderange>
|
||||
I<rnetboot [-h| --help]>
|
||||
|
||||
B<rnetboot>
|
||||
[B<-h>|B<--help>]
|
||||
I<rnetboot [-v| --version]>
|
||||
|
||||
B<rnetboot>
|
||||
[B<-v>|B<--version>]
|
||||
|
||||
I<rnetboot [-V| --verbose] noderange>
|
||||
|
||||
B<The following options are valid for HMC- and IVM-managed nodes ONLY>
|
||||
|
||||
I<rnetboot [-V| --verbose] noderange -S server -G gateway -C client -m MAC-address>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
B<rnetboot>Will force an unattended network install for a range of nodes (diskless) Front end to nodeset noderange netboot; rpower noderange boot.
|
||||
The rnetboot command will force an unattended network install for a range of nodes (diskless) Front end to nodeset noderange netboot; rpower noderange boot.
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
|
||||
B<-C> IP address of the partition to network boot.
|
||||
|
||||
B<-G> Gateway IP address of the partition specified with the -C option.
|
||||
|
||||
B<-h> Display usage message.
|
||||
|
||||
B<-m> MAC address of the network adapter to use for network boot.
|
||||
|
||||
B<-S> IP address of the machine from which to retrieve the network boot image during network boot.
|
||||
|
||||
B<-v> Command Version.
|
||||
|
||||
B<-V> Verbose output.
|
||||
|
||||
|
||||
=head1 RETURN VALUE
|
||||
|
||||
0 The command completed successfully.
|
||||
|
||||
1 An error has occurred.
|
||||
|
||||
|
||||
=head1 EXAMPLES
|
||||
|
||||
|
||||
1. To perform a ping test along with a network boot of partition lpar3 using the network adapter with a MAC address of 00:09:6b:dd:02:e8, enter:
|
||||
|
||||
I<rnetboot lpar3 -m 00096bdd02e8 -S 9.3.6.49 -G 9.3.6.1 -C 9.3.6.234>
|
||||
|
||||
Output is similar to:
|
||||
|
||||
lpar3: Success
|
||||
|
||||
2.
|
||||
rnetboot 1,3
|
||||
rnetboot 14-56,70-203
|
||||
rnetboot 1,3,14-56,70-203
|
||||
@ -31,3 +65,4 @@ B<rnetboot>Will force an unattended network install for a range of nodes (diskle
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user