rpcprofile list
Returns a list of the names of all members of the specified profile. The syntax is:
rpcprofile list profile_name_list [-member member_name_list] [-noupdate]
Options
-member member_name_list Declares the names of members of the specified profile entry. The member_name_list argument is a list of names of one or more members
to be listed.
-noupdate Use this option to avoid taking the time to update the local cache. See rpcprofile import for more information.
Description The rpcprofile list operation returns a list of the names of all members of the specified profile. The returned names are fully qualified names and are
returned in an arbitrary order. The profile_name_list argument is a list of names of RPC profiles whose members' names are to be returned. The members are concatenated on output into one
list.
Privileges Required You need r (read) permission to the CDS object entry (the target profile entry).
Examples The following command lists the cell profile /.:/cell-profile in the local cell:
dcecp> rpcprofile list /.:/cell-profile /.../my_cell.goodcompany.com/sec /.../my_cell.goodcompany.com/sec-v1 /.../my_cell.goodcompany.com/sec
/.../my_cell.goodcompany.com/sec /.../my_cell.goodcompany.com/lan-profile /.../my_cell.goodcompany.com/fs
/.../my_cell.goodcompany.com/subsys/dce/dfs/bak dcecp>
|