From 505730ad8888f7843968f12414d01b4d37dd5a00 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 21 Aug 2009 13:34:01 +0000 Subject: [PATCH] replace the re-run postscript to run postscript git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4022 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/updatenode.1.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xCAT-client/pods/man1/updatenode.1.pod b/xCAT-client/pods/man1/updatenode.1.pod index edeabf783..39cfbee99 100644 --- a/xCAT-client/pods/man1/updatenode.1.pod +++ b/xCAT-client/pods/man1/updatenode.1.pod @@ -21,7 +21,7 @@ The updatenode command is run on the xCAT management node and can be used to perform the following node updates: 1) Distribute and synchronize files. 2) Install or update software on diskfull nodes. - 3) Re-run postscripts. + 3) Run postscripts. The default behavior of updatenode will be to attempt to perform all three types of updates. If you wish to limit updatenode to one or two specific @@ -155,7 +155,7 @@ such as xdsh and xdcp to accomplish these update tasks. updatenode -S -=head2 B +=head2 B The scripts must be copied to the /install/postscripts directory on the xCAT management node. (Make sure they are @@ -175,14 +175,14 @@ such as xdsh and xdcp to accomplish these update tasks. Scripts may be run on both diskless and diskfull nodes. - To re-run all the customization scripts that have been designated + To run all the customization scripts that have been designated for the nodes, (in the "postscripts" attribute), type: updatenode -P - To re-run the "syslog" script for the nodes, type: + To run the "syslog" script for the nodes, type: updatenode -P syslog - To re-run a list of scripts, type: + To run a list of scripts, type: updatenode -P script1,script2 The flag '-P' is omitted when only postscripts parameters are @@ -245,11 +245,11 @@ the synclist files specified in the osimage "synclists" attribute. "clstrn01". updatenode clstrn01 -F -P -3) To re-run the postscripts which indicated in the postscripts attribute on +3) To run the postscripts which indicated in the postscripts attribute on the node "clstrn01". updatenode clstrn01 -P -4) To re-run the postscripts script1 and script2 on the node "clstrn01". +4) To run the postscripts script1 and script2 on the node "clstrn01". Copy these scripts to the /install/postscripts first. updatenode clstrn01 -P script1,script2 Since flag '-P' is omitted when only postscripts parameters are specified,