rsrcgroup create

Creates and names a resource group.

Requires authentication (administrator ID and password) to use.

rsrcgroup create resource_group_name [-desc description]

We can use a resource group to represent a set of web servers when the sign-on credential for the set of web servers is the same. In this case, web servers are considered resources.

For example, if the user dlucas has the same identity for web servers engwebs01 and engwebs02, these resources can be added to a resource group called webs4807. Use the rsrcgroup modify command to add the resources to the group.

Then, we can create a single sign-on credential for the webs4807 resource group for dlucas. Then, that single sign-on credential can be used to access all the web servers in the webs4807 group.

Options

Return codes

Examples

  • Create and names a web resource group named webs4807 and provides a description ("Web servers, Room 4807") for that resource:
    pdadmin sec_master> rsrcgroup create webs4807 -desc "Web servers, Room 4807"

    See also

    rsrcgroup delete

    Parent topic: pdadmin commands