From c1f4fb991a23d4ee01860d5512ebf3616fb5ce01 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Wed, 8 Jun 2011 03:05:16 +0000 Subject: [PATCH] Removed hfi option to all the xcat commands in man page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9760 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/getmacs.1.pod | 19 +------------------ xCAT-client/pods/man1/mkdsklsnode.1.pod | 6 +----- xCAT-client/pods/man1/rnetboot.1.pod | 6 +----- xCAT-client/pods/man8/makedhcp.8.pod | 6 ------ 4 files changed, 3 insertions(+), 34 deletions(-) diff --git a/xCAT-client/pods/man1/getmacs.1.pod b/xCAT-client/pods/man1/getmacs.1.pod index 903d3880b..e532ec4fb 100644 --- a/xCAT-client/pods/man1/getmacs.1.pod +++ b/xCAT-client/pods/man1/getmacs.1.pod @@ -12,7 +12,7 @@ B [B<-h>| B<--help> | B<-v>| B<--version>] B I [B<-F> I] -B I [B<-V>| B<--verbose>] [B<-f>] [B<-d>] [B<--arp>] | [B<-D> [B<-S> I] [B<-G> I] [B<-C> I] [B<--hfi>] [B<-o>]] +B I [B<-V>| B<--verbose>] [B<-f>] [B<-d>] [B<--arp>] | [B<-D> [B<-S> I] [B<-G> I] [B<-C> I] [B<-o>]] =head2 blade specific: @@ -26,8 +26,6 @@ If no ping test performed, getmacs writes the first adapter MAC to the xCAT dat For PPC (without HMC, using Direct FSP Management) specific: -If users run "B I" directly for P7 IH LPARs, it will return the HIF MAC addresses which are owned by the LPARs. If run B with ping test by default, it will return the physical mac address. If run getmacs with ping test using B<--hfi>, it will return the HFI MAC address. - Note: If network adapters are physically assigned to LPARs, getmacs cannot read the MAC addresses unless perform ping test, since there is no HMC command to read them and getmacs has to login to open formware. And if the LPARs has never been activated before, getmacs need to be performed with the option "B<-D>" to get theirs MAC addresses. =head1 OPTIONS @@ -64,10 +62,6 @@ B<-h> Display usage message. -B<--hfi> - -Read HFI MAC address. This option mush be used with [B<-D>] option to perform ping test. - B<-o> Read MAC address when the lpar is in openfirmware state. This option mush be used with [B<-D>] option to perform ping test. Before use B<-o>, the lpar must be in openfirmware state. @@ -162,17 +156,6 @@ Output is similar to: #Type Phys_Port_Loc MAC_Address Adapter Port_Group Phys_Port Logical_Port VLan VSwitch Curr_Conn_Speed HFI N/A 02:00:02:00:00:04:|02:00:02:00:00:05:|02:00:02:00:00:06 N/A N/A N/A N/A N/A N/A N/A -7. To retrieve the HFI MAC address for P7 IH LPARl using Direct FSP Management ping test and display the result only, enter: - - getmacs c250f07c07ap01 -d -D --hfi - -Output is similar to: - - c250f07c07ap01: - # Type Location Code MAC Address Full Path Name Ping Result - hfi-ent U78A9.001.0123456-P1 020004200004 /hfi-iohub@300000000000000/hfi-ethernet@0 unsuccessful physical - hfi-ent U78A9.001.0123456-P1 020004200004 /hfi-iohub@300000000000000/hfi-ethernet@1 unsuccessful physical - =head1 FILES /opt/xcat/bin/getmacs diff --git a/xCAT-client/pods/man1/mkdsklsnode.1.pod b/xCAT-client/pods/man1/mkdsklsnode.1.pod index 3c264f176..7c1aa4082 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 @@ -94,10 +94,6 @@ 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 "provmethod" attribute. If the "-i" value is provided on the command line then that value will be used to set the "provmethod" attribute of the node definitions. diff --git a/xCAT-client/pods/man1/rnetboot.1.pod b/xCAT-client/pods/man1/rnetboot.1.pod index da7c0084b..26529710c 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> I] [B<-F>] [B<-f>] [B<--hfi>] I [B<-m> I==I [B<-m> I=~I]] [B<-t> I] [B<-r> I] +B [B<-V>|B<--verbose>] [B<-s> I] [B<-F>] [B<-f>] I [B<-m> I==I [B<-m> I=~I]] [B<-t> I] [B<-r> I] B [B<-h>|B<--help>] [B<-v>|B<--version>] @@ -29,10 +29,6 @@ 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 monitoring 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 7bb25dc2a..751e1a5dd 100644 --- a/xCAT-client/pods/man8/makedhcp.8.pod +++ b/xCAT-client/pods/man8/makedhcp.8.pod @@ -14,8 +14,6 @@ B B<-d> I B I [B<-s> I] -B I B<--hfi> - B [I<-h|--help>] @@ -67,10 +65,6 @@ Delete all node entries added by xCAT from the DHCP server configuration. Delete all node entries, added by xCAT, 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.