[wiki:WikiStart Orbit] > [wiki:NodeHandler NodeHandler] > [wiki:NodeHandler/FAQ FAQ] > How to control nodes = How to control Nodes = All orbit services accessible to an experimenter are provided through the gridservice web service. This web service is the primary interface to all services (it's the only thing the node handler uses and it's the way to control your experiment if you don't want to use node handler) To find out what CMC specific services are available, do the following on 'remote': {{{ % wget -O - http://localhost:5012/cmc Controls nodes through their attached CMs Switch on a node at a specific coordinate Switch off a node at a specific coordinate Switch all nodes off Reset a node at a specific coordinate Returns the settings of this service }}} So to switch all nodes off, you exeute {{{% wget -O - http://localhost:5012/cmc/allOff}}} To switch on a node 1@2: {{{% wget -O - http://localhost:5012/cmc/on?x=1&y=2}}} This command will work on ALL consoles. What we still need to agree on is a proper CNAME as the service won't run on the console itself. I'm still hoping that someone will volunteer to write a nice XSLT script to turn the XML into a nice web page with textboxes and buttons to allow for interacting with these services (there are more than just 'cmc').