rpccp(8rpc)
Starts the DCE remote call procedure (RPC) control program
Synopsis
rpccp [rpccp-command]
Arguments
rpccp-command Specifies one of the following control program commands:
add element Adds an element to a profile in a name service entry; if the specified entry does not exist, creates the entry.
add entry Adds an entry to the name service database.
add mapping Adds or replaces server address information in the local endpoint map.
add member Adds a member to a group in a name service entry; if the specified entry does not exist, creates the entry.
exit Leaves the RPC control program.
export Exports binding information for an interface identifier, object UUIDs, or both to a server entry; if the specified entry does not exist, creates the entry.
help Displays a list of commands or the possible options of a specified command.
import Imports binding information and an object UUID from a server entry.
quit Leaves the RPC control program.
remove element Removes selected elements from a profile.
remove entry Removes an entry from the name service database.
remove group Removes all group members and the group from the specified entry.
remove mapping Removes specified elements from the local endpoint map or from the endpoint map of a specified remote host.
remove member Removes a selected member from a group.
remove profile Removes all profile elements and the profile from the specified entry.
show entry Shows the NSI attributes of an entry.
show group Shows the members of a group.
show mapping Shows the elements of the local endpoint map.
show profile Shows the elements of a profile.
show server Shows the binding information, interface identifier, and object UUIDs in a server entry.
unexport Removes binding information, interface identifiers, and object UUIDs from a server entry.
Notes With the exception of the rpccp help subcommand, this facility was superceded by the DCE control program (dcecp) in OSF DCE Version 1.1. This command
may be fully replaced by the dcecp command in a future release of DCE, and may no longer be supported at that time.
Description The RPC control program (rpccp) provides a set of commands for managing name service use for RPC applications and for managing the endpoint map.
You can use control program commands from within the control program or from the system prompt (represented here as a $).
To use the control program commands from inside the control program, start and enter the control program using the rpccp command alone, without any argument. The control program then
displays the RPC control program prompt (rpccp>), as follows:
$ rpccp rpccp>
You can then enter any control program command, for example:
rpccp> show entry /.:/LandS/anthro/pr_server_node3
You leave the control program and return to the system prompt using the exit or quit command.
If you enter invalid input, the control program displays the valid commands.
To use the control program commands from the system prompt, enter the rpccp command with an internal command of the control program as the first argument. You can do this either
interactively or in a command procedure. For example, you can enter the show entry command as follows:
rpccp show entry /.:/LandS/anthro/pr_server_node3
More:
Arguments and Options
Environmental Influences on Command Syntax
Environment Variables
DCE RPC Environment Variables
The Name Service Interface
|