rpcgroup create
Creates a new (empty) rpcgroup entry in CDS. The syntax is:
rpcgroup create rpcgroup_name_list
Description The rpcgroup create operation creates a new (empty) rpcgroup entry in the Cell Directory Service. Because an empty group is the same as an empty RPC entry
or RPC profile, calling rpcgroup create is the same as calling rpcentry create or rpcprofile create. The argument is a list of names of RPC groups to be created. Returns
an empty string on success. If the RPC group already exists, an error is returned.
Privileges Required You need i (insert) permission to the parent directory.
Examples The following command creates a new group called /.:/LandS/anthro/Calendar_group:
dcecp> rpcgroup create /.:/LandS/anthro/Calendar_group dcecp>
|