The hostname suffix is not listed for the hostservice property making it diffcult to identify the association among services and servers.
WORKAROUND: The following topology type addition has been created to resolve the issue ( also attached as newdef.txt).
Procedure listed below this XML definition.
---------------------------------------------------------
<!DOCTYPE types SYSTEM "../dtd/topology-types.dtd">
<types>
<type name='HostService' extends='HostComponent'>
<annotation name='Keywords' value='Core'/>
<annotation name='LabelProperty' value='longName'/>
<property name='longName' type='String'>
<annotation name='DerivationExprType' value='Script' />
<annotation name='DerivationExpression' value='scope.name + "_On_" + scope.topologyController.name'/>
</property>
<property name='name' type='String' is-many='false' is-containment='false' is-identity='true'/>
<property name='displayName' type='String' is-many='false' is-containment='false'/>
<property name='process' type='HostProcess' is-many='false' is-containment='false'/>
<property name='pid' type='StringObservation' is-many='false' is-containment='true' unit-name='count'/>
<property name='state' type='HostServiceStateObservation' is-many='false' is-containment='true' unit-name='count'/>
</type>
</types>
---------------------------------------------------------------
PROCEDURE: To import the type definition (above),
Now going back to creating a Blackout for the services:
STATUS
FGLUI-12341 submitted for future consideration post 5.6.7
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center