From 92eafa1b808e32da60b0a2098b94fe43c18d851c Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Wed, 5 Jan 2011 08:11:32 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/getmacs.1.pod | 4 +++- xCAT-client/pods/man1/mkdsklsnode.1.pod | 6 +++++- xCAT-client/pods/man1/rnetboot.1.pod | 4 +++- xCAT-client/pods/man8/makedhcp.8.pod | 6 ++++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man1/getmacs.1.pod b/xCAT-client/pods/man1/getmacs.1.pod index be40e23ab..6f6111740 100644 --- a/xCAT-client/pods/man1/getmacs.1.pod +++ b/xCAT-client/pods/man1/getmacs.1.pod @@ -12,7 +12,7 @@ I I -I +I =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. diff --git a/xCAT-client/pods/man1/mkdsklsnode.1.pod b/xCAT-client/pods/man1/mkdsklsnode.1.pod index d68a1473a..63a5146f9 100644 --- a/xCAT-client/pods/man1/mkdsklsnode.1.pod +++ b/xCAT-client/pods/man1/mkdsklsnode.1.pod @@ -6,7 +6,7 @@ B - Use this xCAT command to define and initialize AIX/NIM diskless B -B +B =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. diff --git a/xCAT-client/pods/man1/rnetboot.1.pod b/xCAT-client/pods/man1/rnetboot.1.pod index 774255963..00239430b 100644 --- a/xCAT-client/pods/man1/rnetboot.1.pod +++ b/xCAT-client/pods/man1/rnetboot.1.pod @@ -4,7 +4,7 @@ B - Cause the range of nodes to boot to network. =head1 SYNOPSIS -B [B<-V>|B<--verbose>] B<[-s boot_device_order]> B<[-F]> B<[-f]> I [-m table.column==expectedstatus [-m table.col-umn=~expectedstatus]] [-t timeout] [-r retrycount] +B [B<-V>|B<--verbose>] B<[-s boot_device_order]> B<[-F]> B<[-f]> B<[--hfi]> I [-m table.column==expectedstatus [-m table.col-umn=~expectedstatus]] [-t timeout] [-r retrycount] B [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. diff --git a/xCAT-client/pods/man8/makedhcp.8.pod b/xCAT-client/pods/man8/makedhcp.8.pod index 16abd087c..7ad231158 100644 --- a/xCAT-client/pods/man8/makedhcp.8.pod +++ b/xCAT-client/pods/man8/makedhcp.8.pod @@ -14,6 +14,8 @@ B B<-d> I B I [B<-s> I] +B I B<--hfi> + B [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 + +Add the specified nodes to the DHCP server configuration with HFI device type. + =item B<-h> Display usage message.