RDNSee Relative Distinguished Name.
read accessAn access right that grants the ability to view CDS data.
read-only filesetDFS: A fileset created by replicating a read/write fileset. A read-only fileset is also referred to as a read-only replica or a read-only version. See also backup fileset, read/write fileset.
read-only replicaA copy of a CDS directory in which applications cannot make changes. Although applications can look up information (read) from it, they cannot create, modify, or delete entries in a read-only replica. Read-only replicas become consistent with other, modifiable replicas of the same directory during skulks and routine propagation of updates.
read/write filesetDFS: The single version of a fileset that houses the modifiable versions of files and directories. The read/write fileset is the original version for which an FLDB entry is allocated. It serves as the source fileset for its associated read-only and backup filesets. It is also referred to as the read/write source or read/write version. See also backup fileset, read-only fileset.
read/write mount pointDFS: A type of mount point that instructs the Cache Manager to access only the exact fileset specified in the mount point, not its read-only version. See also mount point, regular mount point.
realmA cell, considered exclusively from the point of view of security; this term is used in Kerberos specifications. In DCE documentation, the term cell designates the basic unit of DCE configuration and administration, and incorporates the notion of a realm.
recurring attributeAn attribute with several attribute values.
reentrant serviceA service that is safe to call from multiple threads in parallel. If a service is reentrant, there is no burden placed on calling routines to serialize their access or take other explicit precautions. See also thread-serial service, thread-synchronous service.
reference monitorCode that controls access to an object. In DCE, servers control access to the objects they maintain; and for a given object, the ACL Manager associated with that object makes authorization decisions concerning the object.
reference pointerRPC: A non-null pointer whose value is invariant during a remote procedure call and cannot point at aliased storage.
referralAn outcome that can be returned by a DSA that cannot perform an operation itself. The referral identifies one or more other DSAs more able to perform the operation.
registerRPC: To list an RPC interface with the RPC runtime. RPC: To place server-addressing information into the endpoint map. RPC: To insert authorization and authentication information into binding information. See also endpoint map, RPC interface.
Registry databaseA database of information about persons, groups, organizations, and accounts.
registry objectA data node in the Registry database. Registry objects are of the following object types: principal, group, org, directory, policy, replist (replica list), and xattrschema. There are many nodes of the principal, group, org and directory types. There is only one node each for the policy, replist and xattrschema types.
Registry replicaA read-only instance of a Registry database.
Registry ServiceOne of three services provided by DCE Security; the Registry Service manages account information for principals. The other services are the Privilege Service and the Authentication Service.
regular mount pointDFS: The most common type of mount point. If the fileset it names is a read/write fileset, the Cache Manager is free to access a read-only version of the fileset (if one exists). See also mount point, read/write mount point.
Relative Distinguished Name (RDN)A set of Attribute Value Assertions (AVAs), each of which is true, concerning the distinguished values of a particular entry.
relative timeA discrete time interval that is usually added to or subtracted from an absolute time.
Release ReplicationDFS: A method of updating read-only copies of filesets. Release Replication is not automatic like Scheduled Replication; each update must be initiated by an administrator. See also replication, Scheduled Replication.
remote procedureRPC: An application procedure located in a separate address space from the calling code. See also Remote Procedure Call.
Remote Procedure Call (RPC)RPC: A procedure call executed by an application procedure located in a separate address space from the calling code. See also remote procedure.
replica
CDS: a copy of a directory in the CDS namespace. The first instance of a directory in the namespace is the master replica. When CDS managers make copies of the master replica
to store in other clearinghouses, all of the copies, including the master replica, become part of the directory's replica set. See also read-only replica.
replica setThe set of all copies of a CDS directory. Information about a directory's replica set is contained in an attribute of directories and child pointers called CDS_Replicas. The attribute contains the type of each replica (master or read-only) and the clearinghouse where it is located. When skulking a directory, CDS refers to the directory's replica set to ensure that it finds all copies of that directory. During a lookup, CDS can refer to the replica set in a child pointer when trying to locate a directory that does not exist in the local clearinghouse.
replication
CDS: Making a copy of a CDS directory in another clearinghouse. Replication can improve availability and load sharing. See also replica.
Replication ServerDFS: A server process used in Release Replication and Scheduled Replication. The Replication Server tracks the currency of read-only replicas of filesets. It updates each replica to match its read/write source fileset as appropriate. See also replication.
request bufferRPC: A first-in, first-out queue where an RPC system temporarily stores call requests that arrive at an endpoint of an RPC server, until the server can process them.
restoreDFS: The translation of a previously dumped fileset back into fileset format and its eventual replacement in the file system. The DFS Backup System allows several different types of restores, including full restores and date-specific restores. The operation need not involve recovery from other media such as tapes. See also date specific restore , dump, full restore.
return valueA function result that is returned in addition to the values of any output or input/output arguments.
RPCSee also Remote Procedure Call, DCE Remote Procedure Call.
RPC control programRPC: An interactive management facility for managing name service entries and endpoint maps for RPC applications. The program is started by the rpccp command.
RPC Daemon (rpcd)RPC: The process that provides the endpoint map service for a system. The RPC Daemon is started by the rpcd command. See also endpoint map, endpoint map service.
RPC interfaceRPC: A logical grouping of operation, data type, and constant declarations that serves as a network contract for calling a set of remote procedures. See also interface definition.
RPC protocolRPC: An RPC-specific communications protocol that supports the semantics of the DCE RPC API and runs over either connectionless or connection-oriented communications protocols.
RPC protocol sequenceRPC: A valid combination of communications protocols represented by a character string. Each protocol sequence typically includes three protocols: a network protocol, a transport protocol, and an RPC protocol that works with those network and transport protocols. See also network protocol, RPC protocol, transport protocol.
RPC runtimeRPC: A set of operations that manages communications, provides access to the name service database, and performs other tasks, such as managing servers and accessing security information, for RPC applications. See also RPC runtime library.
RPC runtime libraryRPC: Routines of the RPC runtime that support the RPC applications on a system. The runtime library provides a public interface to application programmers, the Application Programming Interface (API), and a private interface to stubs, the Stub Programming Interface (SPI). See also RPC runtime.
RPC threadRPC: A logical thread within which a remote procedure call executes. See also thread.
rpcdSee RPC Daemon.
rundown procedureRPC: A procedure, typically used with a context handle, that is called following a communications failure to recover resources reserved by a server for servicing requests by a particular client. See also context handle.
|