Symantec VERITAS Volume Manager - Reports & Attributes
Attributes
The following attributes are available for Veritas Volume Manager
Default Attributes
- type = Symantec VERITAS Volume Manager
- product_version
- version
Optional Attributes
- build
Additional Attributes
There are no additional attributes for this Software Instance.
Licensing Detail Node Attributes
Default Attributes
- key - internal node key
- type = Licensing Detail
- name = Symantec VERITAS Volume Manager <version>
- 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 Volume Manager Licensing Detail
SEARCH Detail WHERE type = "Licensing Detail " and name has substring "Symantec VERITAS Volume Manager"
SHOW name, version, edition, license_key, license_type, validity, expiration_date, allowed_cpus
Symantec VERITAS Volume Manager bundled in Storage Foundation
SEARCH Detail WHERE type = "Licensing Detail" AND name HAS SUBSTRING "Symantec VERITAS Volume Manager"
AND #Contained:Containment:Container:Detail.name has substring "Foundation"
TRAVERSE Detail:Detail:ElementWithDetail:SoftwareInstance WHERE type = "Symantec VERITAS Volume Manager"
Pre-TKU October 2009 Report
For those who are still using a TKU version prior to TKU October 2009, here is a report that will return Licensing Data for Volume Manager.
SEARCH SoftwareInstance WHERE type="Symantec VERITAS Volume Manager"
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"