User Tools

Site Tools


2_x:datamodel:teemip-endusers-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-endusers-devices [2018/09/14 22:26] – external edit 127.0.0.12_x:datamodel:teemip-endusers-devices [2023/11/03 11:42] (current) cnaud
Line 1: Line 1:
-====== End-Users Devices Management ====== +====== End-Users Devices ====== 
-TeemIp's End-Users Devices Management module is iTop's End-Users 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-endusers-devices|End User Devices management Module]] chapter in iTop wiki.+TeemIP's End-Users Devices Management module relies on iTop's End-Users 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://www.itophub.io/wiki/page?id=3_1_0:datamodel:itop-endusers-devices|End User Devices management Module]] chapter in iTop wiki.
  
-Here below is the list of iTop CIs that have been modified by TeemIp.+The End-Users Devices that have been modified by TeemIP are:
  
 +^  Class of CIs  ^  Icon  ^  Description  ^
 +|  Mobile Phone  |  {{icons8-mobile.png}}  | This object is used to document mobile (wireless) telephones. |
 +|  IP Phone  |  {{icons8-office-phone.png}}  | This object is used to document IP telephones that are connected directly to an Ethernet network. |
 +|  Tablet  |  {{icons8-smartphone-tablet.png}}  | A tablet PC (iPad, Galaxy Note/Tab, Nexus, Kindle…). |
 +|  PC  |  {{icons8-laptop.png}}  | This object is used to document both desktop and laptop Personal Computers. |
 +|  Printer  |  {{icons8-print.png}}  | A personal printer connected either to the network or to a PC. |
 +|  Peripheral  |  {{icons8-electronics.png}}  | This object is used to document in iTop any kind of computer peripheral, for example: external hard drives, scanners, input devices (trackballs, bar code scanners), etc… |
  
-===== Mobile Phone ==== +Two attributes have been added to all these classes.
-{{classicon_mobile-phone.png  }}  +
-This object is used to document mobile (wireless) telephones. +
- +
-=== Mobile Phone 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 release or unassigned (ie not allocated nor reserved) will be offered, 
-  * Status of IP is automatically changed when IP is attached to a device or server or removed from it, 
-  * If enabled through IP settings, CI name is copied into IP short name. 
-</note> 
- 
-===== IP Phone ==== 
-{{classicon_ipphone.png  }}  
-This object is used to document IP telephones that are connected directly to an Ethernet network.  
- 
-=== Mobile Phone 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, +  * 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: 
-  * Status of IP is automatically changed when IP is attached to device or server or removed from it,+    * 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.   * If enabled through IP settings, CI name is copied into IP short name.
 </note> </note>
  
-===== Tablet ==== +<note tip
-{{classicon_tablet.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 tablet PC (iPad, Galaxy Note/Tab, Nexus, Kindle…). +
- +
-=== Tablet 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 device or server or removed from it, +
-  If enabled through IP settings, CI name is copied into IP short name.+
 </note> </note>
  
-===== PC ==== 
-{{classicon_laptop.png  }}  
-This object is used to document both desktop and laptop Personal Computers.  
- 
-=== PC 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 device or server or removed from it, 
-  * If enabled through IP settings, CI name is copied into IP short name. 
-</note> 
- 
-===== Printer ==== 
-{{classicon_printer.png  }}  
-A personal printer connected either to the network or to a PC.  
- 
-=== Printer 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 device or server or removed from it, 
-  * If enabled through IP settings, CI name is copied into IP short name. 
-</note> 
- 
-===== Peripheral ==== 
-{{classicon_peripheral.png  }}  
-This object is used to document in iTop any kind of computer peripheral, for example: external hard drives, scanners, input devices (trackballs, bar code scanners), etc…  
- 
-=== Peripheral 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 device or server or removed from it, 
-  * If enabled through IP settings, CI name is copied into IP short name. 
-</note> 
2_x/datamodel/teemip-endusers-devices.1536956799.txt.gz · Last modified: 2018/09/14 22:26 by 127.0.0.1