Changes between Version 1 and Version 2 of Old/NodeHandler/GridService


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

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'''
    42
    5 Changes
    6 =======
     31) The handler directory has a new cmc.rb file. Checkout the latest handler/cmc.rb
    74
    8 1) In nodeHandler.rb,
     52) In nodeHandler.rb,
    96    def run()
    107          change CMC::nodeAllOff() to CMC::nodeAllOffSoft()
     
    1310          change CMC::nodeAllOff() to CMC::nodeAllOffSoft()
    1411
    15 2) In experiment.rb,
     123) In experiment.rb,
    1613    def Experiment.start()
    1714          make changes to send a single CMC call to the entire set instead of sending
     
    1916          and the new code has been explicitly identified.
    2017
    21 3) In node.rb,
     184) In node.rb,
    2219    def powerOn
    2320       comment out CMC::nodeOn(x, y)
     
    2825    end
    2926
    30 4) In nodeHandler/src/etc/nodehandler/grid.cfg set
     275) In nodeHandler/src/etc/nodehandler/grid.cfg set
    3128     CMC_URL= "http://cmc:5012/cmc"
    3229
    33 Backward compatibility between the new PXE and the nodeHandler.
    34 ===============================================================
    35 
    36  a) In nodeSet.rb,
     306) In nodeSet.rb,
    3731     def pxeImage(image, imageName = nil)
    3832      change the string that is assigned to @pxePrefix
     
    4135     end
    4236
    43  b) A new function setPxeEnvMUlti is defined
     377) In nodeSet.rb,
     38     the calls to the function setPxeEnv has been commented and an new function
     39     setPxeEnvMulti has been implemented.
    4440
    4541
    4642
    47  vi ./repository/test/app/otr.rb   otg.rb
    48 the changelog files, version numbers