revert to 11591

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12477 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-05-02 18:40:08 +00:00
parent 4269163b6f
commit 5b31e3bd92

View File

@ -35,7 +35,7 @@ Run postscripts.
=item 4
Update the ssh keys and host keys for the service nodes and compute nodes;
Update the ssh keys and host keys for the service nodes and compute nodes.
Update the ca and credentials for the service nodes.
=back
@ -334,24 +334,13 @@ Update the ca and credentials to the service nodes.
=item B<-P|--scripts>
Specifies that postscripts should be run on the nodes.
Specifies that postscripts should be run on the nodes.
updatenode -P syncfiles is not supported. The syncfiles postscript can only
be run during install. You should use updatenode <noderange> -F instead.
be run during install. You should use updatenode <noderange> -F instead.
=item B<-S|--sw>
Specifies that node software should be updated. It is equivalent to running the
folloiwng command:
updatenode noderange -P ospkgs,otherpkgs
It will update all the rpms specified in the .pkglist file and .otherpkgs.pkglist
file. ospkgs postscript will normally remove all the existing rpm
repositories before adding server:/install/<os>/<arch/ as the new repository.
To preserve the existing repositories, you can run the following command instead:
updatenode noderange -P "ospkgs --keeprepo,otherpkgs"
Specifies that node software should be updated.
=item B<-s|--sn>
@ -436,8 +425,7 @@ the following command is equivalent:
B<updatenode clstrn01 "script1 p1 p2,script2">
p1 p2 are parameters for script1.
p1 p2 are parameters for script1.
=item 6