PreviousNext

rpcgroup remove

Removes one or more members from the specified group. The syntax is:

rpcgroup remove rpcgroup_name_list -member member_name_list

Options

-member member_name_list
This required option lets you specify a list of names of one or more members to be removed from all groups named in the rpcgroup_name_list argument. The value of the required -member option is a list of names of RPC entries, RPC groups, or RPC profiles; they are only references stored in the RPC group and do not need to actually exist outside of the group. All members specified are removed from all RPC groups specified in the argument.

Description
The rpcgroup remove operation removes one or more members from the specified group. The argument is a list of names of RPC groups to have members removed from. The value of the required -member option is a list of names of RPC entries, RPC groups, or RPC profiles. If a specified member does not exist in an RPC group, an error is returned. This operation returns an empty string on success.

Privileges Required
You need r (read) permission and w (write) permission to the CDS object entry (the target group entry).

Examples
The following command removes the member /.:subsys/applications/video_server from the rpcgroup /.:/subsys/applications/infobases.

dcecp> rpcgroup remove /.:/subsys/applications/infobases \

> -member /.../my_cell.goodcompany.com/subsys/applications/video_server
dcecp>