OSF DCE Administration Guide--Core Components
OSF DCE Administration Guide—Core Components
10.4.3.2 Adding a Profile Member
You can use an rpcprofile add operation to add a member to a profile entry. If the
profile entry does not exist, the operation creates the profile entry and adds the member.
The member can be a server entry or another profile entry.
To add a member to the /.:/subsys/applications/wards_profile profile entry in CDS, use
an rpcprofile add operation as in the following example which adds the server entry
/.:/subsys/applications/bbs_server3 with a priority of 2:
dcecp> rpcprofile add /.:/subsys/applications/wards_profile \
-member /.:/subsys/applications/bbs_server3 \
-interface {458ffcbe-98c1-11cd-88bc-0000c08adf56 1.0} \
-priority 2
10.4.3.3 Viewing the Members of a Profile Entry
You can simply list the members of a profile entry by using an rpcprofile list operation.
This is useful for troubleshooting or for just seeing how servers are distributed in profile
entries.
To list the members of a profile entry in CDS, use an rpcprofile add operation as in the
following example which lists the members of the profile
/.:/subsys/applications/admin_group_profile:
dcecp> rpcprofile list /.:/subsys/applications/wards_profile
/.../my_cell.goodco.com/subsys/applications/admin_bbs_servers
/.../my_cell.goodco.com/subsys/applications/bbs_server
You can view the complete information stored with a profile entry by using an rpcprofile
show operation. This shows the priority and the interface UUIDs associated with a
member. The following example shows all of the information contained in the profile
named /.:/cell-profile:
dcecp> rpcprofile show /.:/cell-profile
{{d46113d0-a848-11cb-b863-08001e046aa5 2.0} /.../cell.co.com/sec 0 rs_bind}
{{0d7c1e50-113a-11ca-b71f-08001e01dc6c 1.0} /.../cell.co.com/sec-v1 0 secidmap}
{{8f73de50-768c-11ca-bffc-08001e039431 1.0} /.../cell.co.com/sec 0 krb5rpc}
{{b1e338f8-9533-11c9-a34a-08001e019c1e 1.0} /.../cell.co.com/sec 0 rpriv}
{{b1e338f8-9533-11c9-a34a-08001e019c1e 1.1} /.../cell.co.com/sec 0 rpriv}
{{6f264242-b9f8-11c9-ad31-08002b0dc035 1.0} /.../cell.co.com/lan-profile 0 LAN}
{{4d37f2dd-ed43-0000-02c0-37cf2e000001 4.0} /.../cell.co.com/fs 0 fs}
{{eb814e2a-0099-11ca-8678-02608c2ea96e 4.0} \
/.../cell.co.com/subsys/dce/dfs/bak 0 bak}
10 − 32 Tandem Computers Incorporated 124243