- 1 Red Hat Global File System
- 1.1 Attributes
- 1.1.1 Default Attributes
- 1.1.2 Additional Attributes
- 1.2 Reports
- 2 Red Hat GFS Cluster
- 2.1 Attributes
- 2.1.1 Default Attributes
- 2.1.2 Additional Attributes
- 2.2 Reports
Red Hat Global File System
Attributes
The following attributes are available for Red Hat Global File System
Default Attributes
- type = Red Hat Global File System
- product_version
- version
- name
Additional Attributes
- cluser_name
- cluster_id
Reports
The following Generic Search query can be used in Foundation to report on existing Software Instances of Red Hat Glocal File System that were created by this pattern.
SEARCH SoftwareInstance where type = "Red Hat Global File System" order by name show name,type, count, version, product_version show name,type,version,product_version
Red Hat GFS Cluster
Attributes
The following attributes are available for Red Hat GFS Cluster
Default Attributes
- type = Red Hat GFS Cluster
- id
- name
Additional Attributes
- cluster_name
Reports
The following Generic Search query can be used in Foundation to report on existing Cluster nodes of Red Hat GFS Cluster that were created by this pattern.
SEARCH Cluster where type = "Red Hat GFS Cluster" order by name show name,type,id,#HostContainer:HostContainment:ContainedHost:Host.name as Nodes,#Service:SoftwareService:ServiceProvider:SoftwareInstance.name as Services