Changes between Version 1 and Version 2 of Old/NodeHandler/GridService
- Timestamp:
- Mar 16, 2006, 9:02:57 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/GridService
v1 v2 1 Backward compatibility between the new CMC and the nodeHandler. 2 ============================================================== 3 The handler directory has a new cmc.rb file. Checkout the latest handler/cmc.rb 1 '''Backward compatibility between the Ruby version of CMC, PXE and the nodeHandler''' 4 2 5 Changes 6 ======= 3 1) The handler directory has a new cmc.rb file. Checkout the latest handler/cmc.rb 7 4 8 1) In nodeHandler.rb,5 2) In nodeHandler.rb, 9 6 def run() 10 7 change CMC::nodeAllOff() to CMC::nodeAllOffSoft() … … 13 10 change CMC::nodeAllOff() to CMC::nodeAllOffSoft() 14 11 15 2) In experiment.rb,12 3) In experiment.rb, 16 13 def Experiment.start() 17 14 make changes to send a single CMC call to the entire set instead of sending … … 19 16 and the new code has been explicitly identified. 20 17 21 3) In node.rb,18 4) In node.rb, 22 19 def powerOn 23 20 comment out CMC::nodeOn(x, y) … … 28 25 end 29 26 30 4) In nodeHandler/src/etc/nodehandler/grid.cfg set27 5) In nodeHandler/src/etc/nodehandler/grid.cfg set 31 28 CMC_URL= "http://cmc:5012/cmc" 32 29 33 Backward compatibility between the new PXE and the nodeHandler. 34 =============================================================== 35 36 a) In nodeSet.rb, 30 6) In nodeSet.rb, 37 31 def pxeImage(image, imageName = nil) 38 32 change the string that is assigned to @pxePrefix … … 41 35 end 42 36 43 b) A new function setPxeEnvMUlti is defined 37 7) In nodeSet.rb, 38 the calls to the function setPxeEnv has been commented and an new function 39 setPxeEnvMulti has been implemented. 44 40 45 41 46 42 47 vi ./repository/test/app/otr.rb otg.rb48 the changelog files, version numbers