Sorry, typo, chdef currchain is obviously clearing out currchain, not currstate :)

On 1/30/2013 9:41 AM, Russell Jones wrote:
The chain table is used every time a node boots, *if* the command you have it running asks for nextdestiny.

Through my own trial and error, I have found the following to work fairly well to get it cycle through the chain correctly. I'm sure there's a better way out there of doing this.

chdef $node currchain= <-- Clearing out currstate to force it to pull from chain.chain
chdef $node chain=install
nodeset $node runimage=http://$MASTER/image.tgz
rpower $node reset


This should get it moving in the right direction for you. It will run your image, then ask for nextdestiny. xCAT will then give it "install".



On 1/30/2013 8:06 AM, Gilad Berman wrote:
Hello list,

We would like to set a chain of tasks - i.e runimage=<image_to_run>,install - to a node that has already been discovered. Looks like the chain attribute in the chain table only used by the discovery process. nodeset <node> runimage=<image_to_run>,install does not seems to work either (it ingonres the install).

Is that possible? am i missing something?

thx!

Regards,

Gilad Berman
HPC Architect
IBM System & Technology Group. Israel

E-mail: gil...@il.ibm.com
Tel:    972-3-9188262
Mobile: 972-52-2554262

The information contained in this email is being provided by IBM as a matter of courtesy and provided "AS-IS" without any direct and implied warranty; IBM assumes no liability. It is your responsibility to ensure that any resulting customer proposal has been correctly designed to meet your clients' requirements and to have an active review process which ensures an appropriate level of solution assurance is performed for all proposals. IBM does not take responsibility for the solution or solution assurance.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan


_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to