Added manpage for boot over HFI related commmand

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8548 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2011-01-05 08:11:32 +00:00
parent b6049b5f14
commit 92eafa1b80
4 changed files with 17 additions and 3 deletions

View File

@ -12,7 +12,7 @@ I<getmacs [-h| --help | -v| --version]>
I<getmacs noderange [-F filter]>
I<getmacs noderange [-V| --verbose] [-f] [-d] [--arp] | [-D [-S server] [-G gateway] [-C client]]>
I<getmacs noderange [-V| --verbose] [-f] [-d] [--arp] | [-D [-S server] [-G gateway] [-C client] [--hfi]]>
=head2 blade specific:
@ -44,6 +44,8 @@ B<-G> Gateway IP address of the partition. The default is to read from
B<-h> Display usage message.
B<--hfi> Read HFI MAC address. This option mush be used with [-D] option to perform ping test.
B<-S> The IP address of the machine to ping. The default is to read from xCAT databse if no -S specified.
B<-v> Command Version.

View File

@ -6,7 +6,7 @@ B<mkdsklsnode> - Use this xCAT command to define and initialize AIX/NIM diskless
B<mkdsklsnode [-h|--help ]>
B<mkdsklsnode [-V|--verbose] [-f|--force] [-n|--newname] [-i osimage_name] noderange [attr=val [attr=val ...]]>
B<mkdsklsnode [-V|--verbose] [-f|--force] [--hfi] [-n|--newname] [-i osimage_name] noderange [attr=val [attr=val ...]]>
=head1 DESCRIPTION
@ -72,6 +72,10 @@ Use the force option to reinitialize the NIM machines.
Display usage message.
=item B<--hfi>
Create a new NIM machine booting from HFI interfaces.
=item B<-i image_name>
The name of an existing xCAT osimage definition. If this information is not provided on the command line the code checks the node definition for the value of the "profile" attribute. If the "-i" value is provided on the command line then that value will be used to set the "profile" attribute of the node definiions.

View File

@ -4,7 +4,7 @@ B<rnetboot> - Cause the range of nodes to boot to network.
=head1 SYNOPSIS
B<rnetboot> [B<-V>|B<--verbose>] B<[-s boot_device_order]> B<[-F]> B<[-f]> I<noderange> [-m table.column==expectedstatus [-m table.col-umn=~expectedstatus]] [-t timeout] [-r retrycount]
B<rnetboot> [B<-V>|B<--verbose>] B<[-s boot_device_order]> B<[-F]> B<[-f]> B<[--hfi]> I<noderange> [-m table.column==expectedstatus [-m table.col-umn=~expectedstatus]] [-t timeout] [-r retrycount]
B<rnetboot> [B<-h>|B<--help>] [B<-v>|B<--version>]
@ -23,6 +23,8 @@ B<-F> Force reboot the system no matter what state the node is. By def
B<-f> Force immediate shutdown of the partition.
B<--hfi> Netboot the nodes from HFI devices.
B<-m> Use one or multiple -m flags to specify the node attributes and the expected status for the node installation monitor
ing and automatic retry mechanism. The operators ==, !=, =~ and !~ are valid. This flag must be used with -t flag.

View File

@ -14,6 +14,8 @@ B<makedhcp> B<-d> I<noderange>
B<makedhcp> I<noderange> [B<-s> I<statements>]
B<makedhcp> I<noderange> B<--hfi>
B<makedhcp> [I<-h|--help>]
@ -66,6 +68,10 @@ Delete all nodes from the DHCP server configuration.
Delete all nodes in the noderange from the DHCP server configuration.
=item B<--hfi> I<noderange>
Add the specified nodes to the DHCP server configuration with HFI device type.
=item B<-h>
Display usage message.