rsrcgroup show
Displays the resource group information for the specified resource group.
Requires authentication (administrator ID and password) to use.
rsrcgroup show resource_group_name
The resource group name, the resource group description, and a list of all resource group members names are displayed. The resource group members are the individual web resources (servers).
Options
- resource_group_name
- Name of the resource group.
Examples of resource group names are webs4807, engwebs01, and IBMprinters.
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command provides a description of the error and an error status code in hexadecimal format (for example, 0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the ISAM error messages by decimal or hexadecimal codes.
Example
The following example returns the specified single sign-on resource group named webs4807:pdadmin sec_master> rsrcgroup show webs4807The output is like:Resource Group Name: webs4807 Description: Web servers, Room 4807 Resource Members: engwebs01 engwebs02 engwebs03
See also
Parent topic: pdadmin commands