Unable to edit node CIT attribute "host_last_boot_time"

  • KM00862808
  • 18-Apr-2014
  • 18-Apr-2014

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

1. Export Node CIT from CIT manager 2. Open XML and find "host_last_boot_time" attribute. 3. Replace whole attribute XML structure with following and save XML file: 4. Redeploy XML definition for Node CIT. 5. Close and open again UCMDB UI (client).

Question

Unable to edit node CIT attribute "host_last_boot_time". The edit window for this attribute is not available.
I would like to modify this attribute to be hidden in the UCMDB Browser and UI as this attribute is not used in my environment and only leads to confusion by users.

Answer

1. Export Node CIT from CIT manager
2. Open XML and find "host_last_boot_time" attribute.
3. Replace whole attribute XML structure with following and save XML file:
<Attribute name="host_last_boot_time" type="date" display-name="Node Boot Time" description="Node last boot time">
<Attribute-Qualifiers/>
<Empty-Default-Value/>
</Attribute>
4. Redeploy XML definition for Node CIT.
5. Close and open again UCMDB UI (client).