Changes between Version 7 and Version 8 of Software/eAM/aInventory/InventoryGathering


Ignore:
Timestamp:
Jun 14, 2013, 5:11:08 PM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/aInventory/InventoryGathering

    v7 v8  
    22
    33 * [#data Data Structure]
    4  * [#node Node Image]
     4 * [#gather Node Image]
    55 * Expirment details
    66
     
    2828||USB connected device || Device || FQDNofNode_DEV_unique# || mac (if it exists), device id, device string, bus type, device tag ||
    2929
    30 == Node Image == #node
     30== Inventory Gathering == #gather
    3131
    32 The node image is a very slight modification of the baseline image. It only has one addition package ruby rest api (lsusb and lspci are installed by default), which is installed by:
    33 {{{
    34 root@node.. apt-get install ruby-rest-lib
    35 }}}
     32Inventory collection is now done via a diskless netboot.
    3633
    37 There are two scripts that are copied to /root directory of the node, gatherer.rb and inventory.sh. Inventory.sh is merely a launchers that specifies where to redirect logs, and where the lspci/lsusb binaries are (set via flags when invoking gatherer.rb). Inventory.sh is added to the node startup routine (this will hopefully change) at priority s99. When the node boots into this image it should immediately begin the inventory process. 
     34There are two scripts that are copied to /root directory of the node, gatherer.rb and inventory.sh. Inventory.sh is merely a launchers that specifies where to redirect logs, and where the lspci/lsusb binaries are (set via flags when invoking gatherer.rb). Inventory.sh is added to the node startup routine at priority s99. When the node boots it should immediately begin the inventory process.