User Tools

Site Tools


2_x:datamodel:teemip-datacenter-devices

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
2_x:datamodel:teemip-datacenter-devices [2018/09/14 22:26] – external edit 127.0.0.12_x:datamodel:teemip-datacenter-devices [2023/11/03 11:24] (current) cnaud
Line 1: Line 1:
-====== Datacenter Devices Management Module ====== +====== Datacenter Devices ====== 
-TeemIp's Datacenters Devices Management module is iTop's Datacenters Devices Management module that has been slightly adapted to integrate with TeemIp's specific IP objects. For a comprehensive reference to that module, please, refer to the [[https://wiki.openitop.org/doku.php?id=2_3_0:datamodel:itop-datacenter-mgmt|Datacenter Management Module]] chapter in iTop wiki.+TeemIP's Datacenters Devices Management module relies on iTop's Datacenters Devices Management module that has been slightly adapted to integrate with TeemIP's specific IP objects. For a comprehensive reference to that iTop source module, please, refer to the [[https://www.itophub.io/wiki/page?id=3_1_0:datamodel:itop-datacenter-mgmt|Datacenter Management Module]] chapter in iTop wiki.
  
-Here below is the list of iTop CIs that have been modified by TeemIp.+The Datacenter Devices that have been modified by TeemIP are:
  
 +^  Class of CIs  ^  Icon  ^  Description  ^
 +|  Enclosure  |  {{icons8-enclosure-for-servers.png}}  | An Enclosure is a cabinet generally fitted with doors and side panels. Enclosures may contain baffles, fans, and other features. Then can be mounted inside a Rack or directly fitted on the wall. |
 +|  PDU  |  {{icons8-plug-socket.png}}  | A PDU (Power Distribution Unit) is a device fitted with multiple outputs designed to distribute electric power, especially to racks of computers and networking equipment located within the datacenter. |
 +|  Power Source  |  {{icons8-electricity.png}}  | A Power Source is used to document in iTop any kind of power source (main power inlet, breaker…) that is not a PDU. |
 +|  Rack  |  {{icons8-rack.png}}  | A computer Rack is a metal frame used to hold various hardware devices such as servers, hard disk drives, other electronic equipment. |
  
-===== Enclosure ==== +Two attributes have been added to all these classes.
-{{classicon_enclosure.png  }}  +
-An Enclosure is a cabinet generally fitted with doors and side panels. Enclosures may contain baffles, fans, and other features. Then can be mounted inside a Rack or directly fitted on the wall. +
- +
-=== Enclosure Properties === +
-A new attribute is added by TeemIP.+
  
 ^  Name  ^  Type  ^  Mandatory?  ^ ^  Name  ^  Type  ^  Mandatory?  ^
 | IP Address | Foreign key to a(n) IPv4 or IPv6 Address | No | | IP Address | Foreign key to a(n) IPv4 or IPv6 Address | No |
 +| MAC address | Formated alphanumeric string | No |
  
-Upon creation or modification, an IP Address attribute can be set as a foreign key to an IP address. A drop-down box will list a choice of available IP addresses. 
-<note> 
-Only addresses which status is released or unassigned (ie not allocated nor reserved) will be offered. Status of IP is automatically changed when IP is attached to an enclosure or removed from it. 
-</note> 
- 
-===== PDU ==== 
-{{classicon_PDU.png  }}  
-A PDU (Power Distribution Unit) is a device fitted with multiple outputs designed to distribute electric power, especially to racks of computers and networking equipment located within the datacenter. 
- 
-=== PDU Properties === 
-A new attribute is added by TeemIP. 
- 
-^  Name  ^  Type  ^  Mandatory?  ^ 
-| IP Address | Foreign key to a(n) IPv4 or IPv6 Address | No | 
  
 Upon creation or modification, an IP Address attribute can be set as a foreign key to an IP address. A drop-down box will list a choice of available IP addresses. Upon creation or modification, an IP Address attribute can be set as a foreign key to an IP address. A drop-down box will list a choice of available IP addresses.
 <note> <note>
-Only addresses which status is release or unassigned (ie not allocated nor reserved) will be offered. Status of IP is automatically changed when IP is attached to a PDU or removed from it.+  * According to the **Allow attachment of already allocated IPs to CIs** parameter defined in the [[2_x:datamodel:ip-settings|Global IP Settings]] of the IP's organization: 
 +    * Only addresses which status is //**released**// or //**unassigned**// (i.e. not allocated nor reserved) will be offered
 +    * Or 
 +    * Only addresses which status is //**allocated**//, //**released**// or //**unassigned**// (i.e. not reserved) will be offered, 
 +  * Status of IP is automatically changed when IP is attached to the data centre device or removed from it
 +  * If enabled through IP settings, CI name is copied into IP short name.
 </note> </note>
  
-===== Power Source==== +<note tip> 
-{{classicon_power-source.png  }}  +MAC addresses can be entered following 01:23:45:67:89:ab or 01-23-45-67-89-ab or 0123.4567.89ab format but are displayed according to the **MAC Address Output Format** parameter defined in the [[2_x:datamodel:ip-settings|Global IP Settings]] of the CI's organization.
-A Power Source is used to document in iTop any kind of power source (main power inlet, breaker…) that is not a PDU. +
- +
-=== Power Source Properties === +
-A new attribute is added by TeemIP. +
- +
-^  Name  ^  Type  ^  Mandatory? +
-| IP Address | Foreign key to a(n) IPv4 or IPv6 Address | No | +
- +
-Upon creation or modification, an IP Address attribute can be set as a foreign key to an IP address. A drop-down box will list a choice of available IP addresses. +
-<note> +
-Only addresses which status is release or unassigned (ie not allocated nor reserved) will be offered. Status of IP is automatically changed when IP is attached to a power source or removed from it.+
 </note> </note>
- 
-===== Rack ==== 
-{{classicon_rack.png  }}  
-A computer Rack is a metal frame used to hold various hardware devices such as servers, hard disk drives, other electronic equipment. The available space inside a Rack is mesured the unit “U” (One U corresponds to 1.75 inches of space between each hole on the metal strips on the sides for screwing the devices in place) 
- 
-=== Rack Properties === 
-A new attribute is added by TeemIP. 
- 
-^  Name  ^  Type  ^  Mandatory?  ^ 
-| IP Address | Foreign key to a(n) IPv4 or IPv6 Address | No | 
- 
-Upon creation or modification, an IP Address attribute can be set as a foreign key to an IP address. A drop-down box will list a choice of available IP addresses. 
-<note> 
-Only addresses which status is release or unassigned (ie not allocated nor reserved) will be offered. Status of IP is automatically changed when IP is attached to a rack or removed from it. 
-</note> 
- 
  
2_x/datamodel/teemip-datacenter-devices.1536956799.txt.gz · Last modified: 2018/09/14 22:26 by 127.0.0.1