Changes between Version 6 and Version 7 of Old/NodeHandler/GridService
- Timestamp:
- Mar 16, 2006, 9:13:05 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/GridService
v6 v7 4 4 5 5 2) In '''''nodeHandler.rb''''', 6 def run(): change CMC::nodeAllOff() to CMC::nodeAllOffSoft()6 def run(): change CMC::nodeAllOff() to CMC::nodeAllOffSoft() 7 7 8 def shutdown(): change CMC::nodeAllOff() to CMC::nodeAllOffSoft()8 def shutdown(): change CMC::nodeAllOff() to CMC::nodeAllOffSoft() 9 9 10 10 3) In '''''experiment.rb''''', 11 def Experiment.start(): make changes to send a single CMC call to the entire set instead of sending12 multiple CMC calls (once for each node). The existing code is in comments and the new code has been13 explicitly identified.11 def Experiment.start(): make changes to send a single CMC call to the entire set instead of sending 12 multiple CMC calls (once for each node). The existing code is in comments and the new code has been 13 explicitly identified. 14 14 15 15 4) In '''''node.rb''''', 16 def powerOn : comment out CMC::nodeOn(x, y)16 def powerOn : comment out CMC::nodeOn(x, y) 17 17 18 def powerOff : change CMC::nodeOff to CMC::nodeOffSoft18 def powerOff : change CMC::nodeOff to CMC::nodeOffSoft 19 19 20 20 5) In '''''nodeHandler/src/etc/nodehandler/grid.cfg''''', 21 set CMC_URL= "http://cmc:5012/cmc"21 set CMC_URL= "http://cmc:5012/cmc" 22 22 23 23 6) In '''''nodeSet.rb''''', 24 def pxeImage(image, imageName = nil) : change the string that is assigned to @pxePrefix.The existing code25 has been commented out and also comments indicate the new code added. The calls to the function setPxeEnv26 has been commented and an new function setPxeEnvMulti has been implemented.24 def pxeImage(image, imageName = nil) : change the string that is assigned to @pxePrefix.The existing code 25 has been commented out and also comments indicate the new code added. The calls to the function setPxeEnv 26 has been commented and an new function setPxeEnvMulti has been implemented.