From 221a44d1bdf953fa431337fd04239525170bf52c Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Thu, 14 Mar 2013 14:18:54 +0000 Subject: [PATCH] added author to tools help git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15518 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/detect_dhcpd | 4 +++- xCAT-server/share/xcat/tools/mac2linklocal | 3 ++- xCAT-server/share/xcat/tools/mktoolscenter | 3 ++- xCAT-server/share/xcat/tools/nodesw | 3 ++- xCAT-server/share/xcat/tools/reorgtbls | 1 + xCAT-server/share/xcat/tools/rmblade | 2 ++ xCAT-server/share/xcat/tools/rmnodecfg | 2 ++ xCAT-server/share/xcat/tools/test_hca_state | 1 + 8 files changed, 15 insertions(+), 4 deletions(-) diff --git a/xCAT-server/share/xcat/tools/detect_dhcpd b/xCAT-server/share/xcat/tools/detect_dhcpd index 1e2ece8cd..10956e144 100755 --- a/xCAT-server/share/xcat/tools/detect_dhcpd +++ b/xCAT-server/share/xcat/tools/detect_dhcpd @@ -12,7 +12,9 @@ This command can be used to detect the dhcp server in a network for a specific m Options: -i interface: The interface which facing the target network. -m macaddress: The mac that will be used to detect dhcp server. Recommend to use the real mac of the node that will be netboot. If no specified, the mac of interface which specified by -i will be used. - -t timeout: The time to wait to detect the dhcp messages. The default value is 10s.\n"; + -t timeout: The time to wait to detect the dhcp messages. The default value is 10s. + +Author: Wang, Xiao Peng\n"; if (!GetOptions( 'i=s' => \$::IF, 'm=s' => \$::MACADD, diff --git a/xCAT-server/share/xcat/tools/mac2linklocal b/xCAT-server/share/xcat/tools/mac2linklocal index fa4911c0b..96ab685f5 100755 --- a/xCAT-server/share/xcat/tools/mac2linklocal +++ b/xCAT-server/share/xcat/tools/mac2linklocal @@ -48,6 +48,7 @@ if ($::MACADDR) sub usage { print "Usage: mac2linklocal -m \n\n"; - print "Determines the IPv6 link local address that is appropriate for a NIC, based on its MAC.\n"; + print "Determines the IPv6 link local address that is appropriate for a NIC, based on its MAC.\n\n"; + print "Author: Li, Guang Cheng\n"; return; } diff --git a/xCAT-server/share/xcat/tools/mktoolscenter b/xCAT-server/share/xcat/tools/mktoolscenter index 9044c6abf..a39f3117c 100755 --- a/xCAT-server/share/xcat/tools/mktoolscenter +++ b/xCAT-server/share/xcat/tools/mktoolscenter @@ -149,7 +149,8 @@ sub usage { print " --nfspath \n"; print " --profilename \n"; print " --help\n\n"; - print "Updates IBM system x server hardware using IBM Bootable Media Creator.\n"; + print "Updates IBM system x server hardware using IBM Bootable Media Creator.\n\n"; + print "Author: Jim Turner\n"; } diff --git a/xCAT-server/share/xcat/tools/nodesw b/xCAT-server/share/xcat/tools/nodesw index 619561736..1bf259673 100755 --- a/xCAT-server/share/xcat/tools/nodesw +++ b/xCAT-server/share/xcat/tools/nodesw @@ -346,7 +346,8 @@ sub displayHelp{ print "requires xCAT 2.0, Switch configured with SNMP sets, and only tested on SMC8648T\n"; print "nodesw -h|--help\n"; print "nodesw [-v] vlan \n"; - print "nodesw [-v] show\n"; + print "nodesw [-v] show\n\n"; + print "Author: Vallard Benincosa\n"; exit $ec; } diff --git a/xCAT-server/share/xcat/tools/reorgtbls b/xCAT-server/share/xcat/tools/reorgtbls index 694141a3a..129fdeec0 100755 --- a/xCAT-server/share/xcat/tools/reorgtbls +++ b/xCAT-server/share/xcat/tools/reorgtbls @@ -45,6 +45,7 @@ if ($help) { print "\t--t -comma delimitated list of tables.\n Without this flag it reorgs all tables in the xcatdb database .\n"; print "\n"; + print "Author: Lissa Valletta\n"; exit 0; } diff --git a/xCAT-server/share/xcat/tools/rmblade b/xCAT-server/share/xcat/tools/rmblade index ca8ec201e..ad5caa53f 100755 --- a/xCAT-server/share/xcat/tools/rmblade +++ b/xCAT-server/share/xcat/tools/rmblade @@ -32,6 +32,8 @@ Example: 3. this script removes the blade configuration from xCAT 4. so if blade is placed in new slot or back in then xCAT goes through rediscover process again. + +Author: Jarrod Johnson EOS exit 0; } diff --git a/xCAT-server/share/xcat/tools/rmnodecfg b/xCAT-server/share/xcat/tools/rmnodecfg index c2ab8a00e..8850443bd 100755 --- a/xCAT-server/share/xcat/tools/rmnodecfg +++ b/xCAT-server/share/xcat/tools/rmnodecfg @@ -25,6 +25,8 @@ Removes the configuration of a node so that the next time you reboot it, it forces it to go through the discovery process. This does not remove it completely from xCAT. You may want to do this command before running noderm to completely purge the system of the node + +Author: Vallard Benincosa EOS exit 0; } diff --git a/xCAT-server/share/xcat/tools/test_hca_state b/xCAT-server/share/xcat/tools/test_hca_state index 5fbe813b5..4072ba071 100755 --- a/xCAT-server/share/xcat/tools/test_hca_state +++ b/xCAT-server/share/xcat/tools/test_hca_state @@ -99,6 +99,7 @@ Example output: IPoIB recv_queue_size: 8192 IPoIB send_queue_size: 8192 +Author: Brian Finley EOF }