How can I hide unused resources when listing all resources in the cluster?
If one wants to list only those resources that are actively used in the cluster, the following command can be used: crsctl stat res -w ‘ENABLED != 0’ — the -t option can be used to get a “tabular view” Note: If ASM is not used for the cluster at all, disable the ASM proxy resource in Oracle Clusterware in order to not list it using this command. To disable the ASM proxy resource in Oracle Clusterware, the “srvctl disable asm [-n (node_name)]” command can be used. If ASM is used to store the Voting Disks and / or OCRs, DB files, or an ACFS file system, ASM must be enabled!