If you want to promote only computers without the partitions,
you must modify the WHERE clause in the Condition field
for the PROMOTECOMP escalation. By default, the PROMOTECOMP escalation
promotes both computers and partitions.
Procedure
- In the Computers application, from the Select
Action menu, select Promotion Defaults.
- Ensure that the Promote Partitions check
box is cleared.
- In the Escalations application, open the PROMOTECOMP escalation.
- Modify the WHERE clause as follows:
- Locate and remove the following default value:
(not
exists (select 1 from reconlink where reconlink.nodeid = computersystem.nodeid))
and ((computersystem.tloamparentid is null) or exists (select 1 from
reconlink where reconlink.nodeid = computersystem.tloamparentid))
- Specify the following new value:
(not
exists (select 1 from reconlink where reconlink.nodeid = computersystem.nodeid))
and ((computersystem.tloamparentid is null)
- Save the escalation.