PreviousNext

Adding a Member to a Group Entry in CDS

You can use an rpcgroup add operation to add a member to a group entry. If the group entry does not exist, the operation creates the group entry and adds the member. The member can be a server entry or another group entry. Note that no operations check whether the members you add actually exist. This lets you configure the namespace even before servers are up and running.

To add a member to the /.:/subsys/applications/admin_bbs_servers group entry in CDS, use an rpcgroup add operation as in the following example:

dcecp> rpcgroup add /.:/subsys/applications/admin_bbs_servers \

> -member /.:/subsys/applications/bbs_server4

dcecp>