Changes between Version 6 and Version 7 of Old/NodeHandler/GridService


Ignore:
Timestamp:
Mar 16, 2006, 9:13:05 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/GridService

    v6 v7  
    44
    552) In '''''nodeHandler.rb''''',
    6     def run(): change CMC::nodeAllOff() to CMC::nodeAllOffSoft()
     6      def run(): change CMC::nodeAllOff() to CMC::nodeAllOffSoft()
    77
    8     def shutdown(): change CMC::nodeAllOff() to CMC::nodeAllOffSoft()
     8      def shutdown(): change CMC::nodeAllOff() to CMC::nodeAllOffSoft()
    99
    10103) In '''''experiment.rb''''',
    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.
     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.
    1414
    15154) In '''''node.rb''''',
    16     def powerOn : comment out CMC::nodeOn(x, y)
     16      def powerOn : comment out CMC::nodeOn(x, y)
    1717   
    18     def powerOff : change CMC::nodeOff to CMC::nodeOffSoft
     18      def powerOff : change CMC::nodeOff to CMC::nodeOffSoft
    1919   
    20205) In '''''nodeHandler/src/etc/nodehandler/grid.cfg''''',
    21     set CMC_URL= "http://cmc:5012/cmc"
     21      set CMC_URL= "http://cmc:5012/cmc"
    2222
    23236) In '''''nodeSet.rb''''',
    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.       
     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.