Changes between Version 9 and Version 10 of Software/eAM/aInventory


Ignore:
Timestamp:
Jan 3, 2013, 2:51:10 PM (11 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/aInventory

    v9 v10  
    249249}}}
    250250
    251 Delete node devices
    252 
    253 {{{
    254 # Find all devices belonging to this node
    255 wget -q -O device_list.xml 'http://new.orbit-lab.org:5054/inventory/resource_list?parent=node1-1.sb10.orbit-lab.org'
    256 device1,device2,device3,...,deviceN = parse_xml(device_list.xml)
    257 # Then delete all devices by using resource_delete
    258 wget -qO- 'http://new.orbit-lab.org:5054/inventory/resource_delete?set=device1,device2,...deviceN'
    259 }}}
     251
    260252