Integration

Table Of Contents
VMware, Inc. 71
Chapter 5 Integrating with SCOM
3Right click on the Domain Connectivity Health entry for the Connection Server in the Health Explorer
and select Monitor Properties.
4 Under the Overrides tab, click Override and select the option for all objects of the same class.
5 In the Override Properties window, select the Override check box for the DomainExcludeList parameter,
enter the name of the excluded domain in the Override Setting field, and select the Enforced check box.
If you want to exclude more than one domain, use spaces to separate the domain names.
6Click Apply and OK.
Close Alerts
You can close an alert without taking any action. This method does not prevent the alert from being raised
again if the underlying cause persists.
To close alerts
1 In the Operations Manager console, go to Monitoring\VMware View and select the Active Alerts view.
2 Select the alert and click the Close Alert action.
Class and Relationship Definitions
The VMware.View.Library MP contains the class and relationship definitions for the View MPs. A class can
have properties, such as a name or an ID. The relationships between classes describe their hierarchy. For
example, the relationship contains exists between VMware.View.Clusters and VMware.View.Cluster,
and between VMware.View.Cluster and VMware.View.Cluster.Node
Table 5-5 shows the View Connection Server group classes that are defined in the VMware.View.Library MP.
Table 5-6 shows the abstract base classes that are defined in the VMware.View.Library MP.
Table 5-5. View Library View Connection Server Group Classes
Class Name Description
VMware.View.Cluster Represents a View Connection Server group. This class has
the properties ClusterID and DisplayName (the name of
the group).
VMware.View.Clusters Represents a singleton class that contains instances of
VMware.View.Cluster.
Table 5-6. View Library Base Classes
Class Name Description
VMware.View.Cluster.Node Represents a member of a View Connection Server group.
This class has the properties ClusterID, ClusterName,
ProductVersion, and InstallPath.
VMware.View.Component Represents a View component that has been installed on a
member of a View Connection Server group. This class has
the property Name.
VMware.View.Component.ConnectionServer Represents the Connection Server component that has
been installed on a member of a View Connection Server
group. This class inherits its properties from
VMware.View.Component.
VMware.View.Component.Directory Represents the Directory component that has been
installed on a member of a View Connection Server group.
This class inherits its properties from
VMware.View.Component.