Changes between Version 2 and Version 3 of Software/eAM/aInventory/InventoryGathering


Ignore:
Timestamp:
Jan 2, 2013, 6:58:43 PM (11 years ago)
Author:
ssugrim
Comment:

Legend:

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

    v2 v3  
    1616                 |
    1717                 -> Device
    18                     -name = FQDNofContainingNode_dev_random#
     18                    -name = FQDNofNode_dev_unique#
    1919                    -INV_if_name= "name the os thinks this device is. (e.g. eth0)"
    2020                    -INV_dev_id = "xxxx:xxxx" where the x's are hex numbers that represent the device identifiers.
    2121}}}
    2222
    23 At some point we'll make a complete map of these.
     23To reflect these relationships we're going to establish a few naming conventions. These will be enumerated in the following table
     24||Hardware || resource type || name || attributes (all prefixed with INV_)||
     25||Mother board|| Node || FQDNofNode || disk, cpu, memory, mother board serial number, disk serial number ||
     26||Wired ethernet card || Device || FQDNofNode_DEV_unique#  || mac, device id, device string, bus type ||
     27||Wireless ethernet card || Device || FQDNofNode_DEV_unique#  || mac, device id, device string, bus type ||
     28||USB connected device || Device || FQDNofNode_DEV_unique# || mac (if it exists), device id, device string, bus type ||