Hi all,
  I am a sysadmin of some clusters with XCAT.

We have lot of different synclists for different (groups of) nodes, but nodes have the same profile.

From thread "*different synclist for group of nodes <http://sourceforge.net/p/xcat/mailman/message/29643130/>" *I see that syncfiles postscript in installation phase can only sync one synclist, the one associated to the profile.

So maybe a workaround to have the specific sync at installation time, lets say of node123, is to build a postscript that send a request to xcat server to execute my script: '/bin/syncfiles.py node123' (syncfiles.py will execute: xdcp node123 -F <the-specific-synclist-of-node123>)

Does it exists a xcatrequest command that can execute my script at installation time? Something like what happens here:

cat /install/postscripts/startsyncfiles.awk
[...]
  print "<xcatrequest>" |& server
  print "   <command>syncfiles</command>" |& server
  print "</xcatrequest>" |& server


Thank you very much,
  Federico Paladin
------------------------------------------------------------------------------
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to