Symantec VERITAS Cluster Server - Reports & Attributes
- Default Attributes
- Optional Attributes
- Additional Attributes
- Default Attributes
- Optional Attributes
- Additional Attributes
- Symantec Veritas Cluster Server License Information (UNIX)
- Symantec Veritas Cluster Server License Information (Windows)
Attributes
The following attributes are available for Symantec Veritas Cluster Server
Symantec Veritas Cluster Server SI Node
Default Attributes
- type = Symantec Veritas Cluster Server
- product_version
- version
Optional Attributes
- cluster_name - name of cluster the SI is part of
- cluster_id - The internal identifier of the cluster this element is contributing to. Set on Cluster Server SI running on Microsoft Windows platform only
Additional Attributes
There are no additional attributes set
Symantec Veritas Cluster Node
Default Attributes
- type = Symantec Veritas Cluster
- id
- name
Optional Attributes
- cluster_name - name of cluster
Additional Attributes
There are no additional attributes set
Licensing Detail Node Attributes
Default Attributes
- key - internal node key
- type = Licensing Detail
- name = Symantec Veritas Cluster Server <version> License
- license_key
Optional Attributes (Set if data obtained)
- serial_number
- expiration_date
- license_type
- validity
- allowed_cpus - CPU number the license is valid for (May be set to 'Not Restricted')
- version
Reports
Licensing Details contain all the licensing data for each licensed edition present on the host. These are a series of sample reports which can be used to retrieve this data.
Symantec Veritas Cluster Server Licensing Detail
SEARCH Detail WHERE type = "Licensing Detail " and name has substring "Symantec Veritas Cluster Server"
SHOW name, version, edition, license_key, license_type, validity, expiration_date, allowed_cpus
Symantec Veritas Cluster Server bundled in Storage Foundation
SEARCH Detail WHERE type = "Licensing Detail" AND name HAS SUBSTRING "Symantec Veritas Cluster Server"
AND #Contained:Containment:Container:Detail.name has substring "Foundation"
TRAVERSE Detail:Detail:ElementWithDetail:SoftwareInstance WHERE type = "Symantec Veritas Cluster Server"
Pre-TKU October 2009 Reports
For those who are still using a TKU version prior to TKU October 2009, here are two reports that will return Licensing Data for Cluster Server.
Symantec Veritas Cluster Server License Information (UNIX)
SEARCH SoftwareInstance WHERE type="Symantec Veritas Cluster Server"
ORDER by #RunningSoftware:HostedSoftware:Host:Host.name
SHOW type, version, edition, license_keys AS "License Key", license_types AS "License Type",
valid_keys AS "Valid Key", expiry_dates AS "Expiry Date", cpu_counts as "CPU Count",
#RunningSoftware:HostedSoftware:Host:Host.name AS "Hostname"
Symantec Veritas Cluster Server License Information (Windows)
SEARCH Detail WHERE type="Veritas Cluster Server License"
ORDER BY #Detail:Detail:ElementWithDetail:SoftwareInstance.#RunningSoftware:HostedSoftware:Host:Host.name
SHOW #Detail:Detail:ElementWithDetail:SoftwareInstance.type AS "Type",
#Detail:Detail:ElementWithDetail:SoftwareInstance.version AS "Version", license_key, license_type,
valid_key, expiry_date, cpu_count,
#Detail:Detail:ElementWithDetail:SoftwareInstance.#RunningSoftware:HostedSoftware:Host:Host.name AS "Hostname"