From 7a8b0a87fbd7c4980939e7900bf7ea0495c9655c Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 25 Mar 2010 18:09:59 +0000 Subject: [PATCH] Add to updatenode usage. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5583 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Usage.pm | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/perl-xCAT/xCAT/Usage.pm b/perl-xCAT/xCAT/Usage.pm index c6d36ffad..17ca477ca 100644 --- a/perl-xCAT/xCAT/Usage.pm +++ b/perl-xCAT/xCAT/Usage.pm @@ -197,24 +197,43 @@ my %usage = ( [--devicetype] or updatenode [-V|--verbose] [-F|--sync] [-S|--sw] - [-P|--scripts [script1,script2,...]] [-s|--sn] [-c|--cmdlineonly] + [-P|--scripts [script1,script2,...]] [-s|--sn] + [-A|--updateallsw] [-c|--cmdlineonly] [-d alt_source_dir] [attr=val [attr=val...]] or updatenode [-V|--verbose] [script1,script2,...] - is a list of nodes or groups. - [-k|--security] update the security keys and certificates for the - target nodes - [-k|--security] [--user] [--devicetype] update the ssh keys for - specific device + +Options: + A list of nodes or groups. + + [-k|--security] Update the security keys and certificates for the + target nodes. + + [-k|--security] [--user] [--devicetype] Update the ssh keys for + specific device. + [-F|--sync] Perform File Syncing. + [-S|--sw] Perform Software Maintenance. + [-P|--scripts] Execute postscripts listed in the postscripts table or parameters. + [-c|--cmdlineonly] Only use AIX software maintenance information provided on the command line. (AIX only) + [-s|--sn] Set the server information stored on the nodes. + + [-A|--updateallsw] Install or update all software contained in the source + directory. (AIX only) + + [-d ] Used to indicate a source directory other than + the standard lpp_source directory specified in the xCAT osimage + definition. (AIX only) + [script1,script2,...] A comma separated list of postscript names. If omitted, all the post scripts defined for the nodes will be run. + [attr=val [attr=val...]] Specifies one or more 'attribute equals value' pairs, separated by spaces. (AIX only)",