Changes between Version 33 and Version 34 of Internal/Infrastructure/OMF/GridServicesApi


Ignore:
Timestamp:
May 10, 2006, 3:17:01 PM (18 years ago)
Author:
faiyaz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure/OMF/GridServicesApi

    v33 v34  
    1111}}}
    1212
    13 The services are location aware and will manipulate the resources for that specific location.  For instance, querying the CMC to turn on node1-1 from the console on sb1 will turn on node1-1
    14 on sb1 and not any other resource.  Also, it is impossible for users in one location to issue commands for another.  For example, it is impossible to turn on nodes on the grid from the console of sb1.  One of the obvious advantages of this is experiment scripts/applications need only mention the service name to be portable.
     13The services are location aware and will manipulate the resources for that specific location.  For instance, querying the CMC to turn on node1-1 from the console on sb1 will turn on node1-1 on sb1 and not any other resource.  Also, it is impossible for users in one location to issue commands for another.  For example, it is impossible to turn on nodes on the grid from the console of sb1.  One of the obvious advantages of this is experiment scripts/applications need only mention the service name to be portable.
    1514
    1615Below is a list of available services and their corresponding arguments.
     
    162161
    163162Currently the valid domain name scheme is <subdomain-name>.orbit-lab.org, where
    164 subdomain-name = {grid,sb1,sb2,sb3,sb4,sb5,sb6,sb7,sb8,sb9}. For instance, to turn on node1-1.sb9.orbit-lab.org through node1-5.sb9.orbit-lab.org
     163subdomain-name = {grid,sb1,sb2,sb3,sb4,sb5,sb6,sb7,sb8,sb9}.
     164
     165For instance, to turn on node1-1.sb9.orbit-lab.org through node1-5.sb9.orbit-lab.org
    165166from an internal machine (i.e. internal1, internal2, internal3, internal4), you would issue the following:
    166167
    167168wget -O - "http://cmc:5012/cmc/nodeSetOn?domain=sb8.orbit-lab.org&nodes=[1,1..5]"
    168169
    169 It should be noted that most users will not need to specify the domain.  This is only for internal development use and will not work from any of the consoles.
     170It should be noted that most users will not need to specify the domain.  This is only for internal development use and
     171will not work from any of the consoles.
    170172}}}
    171173