clshowres Command
*****************
Purpose
Shows resource group information defined for a node, group, or all groups.
Syntax
clshowres [-g group] [-n nodename] [-d odmdir]
Description
The clshowres command retrieves information from the HACMP resource ODM
object class and lists the resources defined for all groups or for a given
group or node.
Flags
-d odmdir Specifies an alternate ODM object repository directory
other than the default /etc/es/objrepos directory.
-n nodename Lists all resources related to a specified node.
-g group Specifies the name of the resource group to show. If
omitted, information for all resource groups is shown.
Examples
1. To list the node environment resource defined for nodeA, enter:
clshowres -n nodeA
2. To list all resources defined for all groups, enter:
clshowres
3. To list all resources defined for resource group grp1, enter:
clshowres -g grp1
Implementation Specifics
This command is part of High Availability Cluster Multi-Processing for AIX
(HACMP for AIX).
Files
/usr/es/sbin/cluster/utilities/clshowres The clshowres command executable file.
/etc/es/objrepos/HACMPresource The HACMP node resource ODM object
class.
Suggested Reading
HACMP for AIX Concepts and Facilities Guide
HACMP for AIX Administration and Troubleshooting Guide
HACMP for AIX Planning and Installation Guide
Prerequisite Information
Related Information
The cllsres, clrmres, and claddres commands.