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
This commit is contained in:
parent
45fb564db6
commit
221a44d1bd
@ -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,
|
||||
|
@ -48,6 +48,7 @@ if ($::MACADDR)
|
||||
sub usage
|
||||
{
|
||||
print "Usage: mac2linklocal -m <mac_address>\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;
|
||||
}
|
||||
|
@ -149,7 +149,8 @@ sub usage {
|
||||
print " --nfspath <NFS server path>\n";
|
||||
print " --profilename <profile name>\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";
|
||||
}
|
||||
|
||||
|
||||
|
@ -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] <noderange> vlan <vlan number>\n";
|
||||
print "nodesw [-v] <noderange> show\n";
|
||||
print "nodesw [-v] <noderange> show\n\n";
|
||||
print "Author: Vallard Benincosa\n";
|
||||
exit $ec;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -99,6 +99,7 @@ Example output:
|
||||
IPoIB recv_queue_size: 8192
|
||||
IPoIB send_queue_size: 8192
|
||||
|
||||
Author: Brian Finley
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user