slgordon,
Do you not have the planning/installation/admin/trouble HAMCP guides for your version of software?? There are particularly good and can be donwloaded in PDF format, let me know if you have not I will post the URL.
clsetenvres, I will look at this later on....
Cheers
PSD
HACMP Specialist
The man page for clgetgrp:
clgetgrp Command
****************
Purpose
Gets an entry from the HACMPgroup ODM class.
Syntax
clgetgrp [-g resource_group] [-o odmdir] [-c ] [ -h] [-f field] [-n node]
Description
The clgetgrp command retrieves the specified object from the HACMPgroup Class
and displays it in the format specified.
Flags
-o odmdir (Optional) Specifies an alternative directory to the
default /etc/objrepos.
-g group Specifies the resource group name.
-c Specifies output in colon format.
-f Specifies the field in object to list.
Fields are: group, type, nodes.
-h Specifies to print a header.
-n Specifies participating node name.
Note: All resource groups are listed if no arguments are specified.
Example
1. To see the information about resource group grpA presented in colon
format, enter:
clgetgrp -g grpA -c
Information similar to the following will be returned:
#group:type:nodes
grpA:cascading:nodeA nodeB nodeC
2. To see what nodes participate in the resource chain for resource
group grpA, enter:
clgetgrp -g grpA -h -f nodes
Information similar to the following will be returned:
Participating Nodes
grpA nodeA nodeB nodeC