Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

set_directory(1m) [hpux man page]

set directory(1m)														 set directory(1m)

NAME
set directory - Changes the value of a modifiable, single-valued attribute of a directory SYNOPSIS
cdscp set directory directory-name attribute-name = attribute-value ARGUMENTS
The full name of the directory. The name of a particular attribute. Specify only one attribute at a time. See the cds_attributes file for the list of attributes and corresponding data types that your application uses. The value of a particular attribute. The value of an application-defined attribute is dependent on the type of attribute. DESCRIPTION
The set directory command changes the value of a modifiable, single-valued attribute of a directory. If the attribute does not exist, this command creates it. Usually, this task is performed through the client application. See the OSF DCE Administration Guide for more infor- mation about attributes. You can specify an application-defined attribute or the following attributes: Specifies the degree of consistency among replicas. By default, every directory inherits the convergence of its parent at creation time. The default setting on the root directory is medium. You can define one of the following for value: CDS does not immediately propagate any updates. The next skulk dis- tributes all updates that occurred since the previous skulk. Skulks occur at least once every 24 hours. CDS attempts to immediately propa- gate an update to all replicas. If the attempt fails, the software lets the next scheduled skulk make the replicas consistent. Skulks occur at least once every 12 hours. CDS attempts to immediately propagate an update to all replicas. If that attempt fails (for example, if one of the replicas is unavailable), a skulk is scheduled for within one hour. Background skulks occur at least once every 12 hours. Use this setting temporarily and briefly because it uses extensive system resources. Controls the upgrading of a directory from one version of CDS to another. By modifying this attribute, you can initiate the upgrading of a directory to a higher version of CDS. Specify the value as v.n, where v indicates the major version number and n specifies the minor version number. There is no default. Privilege Required You must have write permission to the directory. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLES
The following command sets a low convergence value on the /.:/mfg directory: cdscp> set directory /.:/mfg CDS_Convergence = low The following commands upgrades the directory version on the /.:/host directory: dcecp> directory modify /.:/host -add {CDS_UpgradeTO 1.2} -single dcecp> directory synchronize /.:/host RELATED INFORMATION
Commands: create directory(1m), delete directory(1m), list directory(1m), remove directory(1m), set directory to skulk(1m), show direc- tory(1m) Books: OSF DCE Administration Guide set directory(1m)

Check Out this Related Man Page

show clearinghouse(1m)													    show clearinghouse(1m)

NAME
show clearinghouse - Displays attribute information about the specified clearinghouse SYNOPSIS
cdscp show clearinghouse clearinghouse-name [attribute-name] [with attribute-name = attribute-value] ARGUMENTS
The full name of a specific clearinghouse. The last simple name can contain wildcard characters. The name of a particular attribute; see Description for valid attribute names. The value of a particular attribute. DESCRIPTION
The show clearinghouse command displays the names and values of the attributes specified in attribute-name. You can use a combination of attributes in any sequence in a single command. Use a space to separate multiple attributes. You can use a with attribute-name = attribute-value clause to limit output only to clearinghouses whose attributes have values equal to the specified values. A space must precede and follow the = (equals sign). If you do not supply any attributes, the command displays all attributes and their values. The following list describes the clearinghouse attributes: Indicates the date and time the clearinghouse object has been updated to reflect the CDS_CHDirectories attribute. Specifies the full name and unique identifier (UUID) of every directory that has a replica in this clearinghouse. Specifies the current reported network address of the clearinghouse. Specifies the full name of the clearinghouse. Specifies the state of the clearinghouse. The state on indicates the clearinghouse is running and available. Specifies the name of the cell in which the clearinghouse resides. Specifies the creation timestamp (CTS) of the clearinghouse. Specifies the directory version for new directories that are created in the clearinghouse. Specifies the unique identifier of the clearinghouse. Specifies the current version of the replica in which the directory was created. Specifies the timestamp of the most recent update to an attribute of the clearinghouse. The following counters and their values are displayed only when you use this command to display all attributes and their values: Specifies the number of times that the data corruption event was generated Specifies the number of times that the clearinghouse was enabled since it was last started Specifies the number of read operations directed to this clearinghouse Specifies the number of requests directed to this clearinghouse that resulted in the return of a partial answer instead of satisfying the client's request Specifies the number of times that a skulk of a directory, initiated from this clearinghouse, failed to complete-- usually because one of the replicas in the replica set was unreachable Specifies the number of times the clearinghouse entry missing event was generated Specifies the number of times the root lost event was generated Specifies the number of times that upgrades failed Specifies the number of write operations directed to this clearing- house Specifies the number of times that the clearinghouse was disabled since it wsa last started Privilege Required You must have read permission to the clearinghouse. If you specify a wildcard clearinghouse name, you also need read permission to the cell root directory. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLE
The following command displays the current values of the CDS_UTS and CDS_ObjectUUID attributes associated with the /.:/Chicago1_CH clear- inghouse: cdscp> show clearinghouse /.:/Chicago1_CH CDS_UTS CDS-ObjectUUID SHOW CLEARINGHOUSE /.../abc.com/Chicago1_CH AT 1991-10-21-13:12:30 CDS_UTS = 1991-10-21-13:04:04.000000009/08-00-2b-1c-8f-1f CDS_ObjectUUID = 3706d70c-8b05-11ca-9002-08002b1c8f1f RELATED INFORMATION
Commands: clear clearinghouse(1m), create clearinghouse(1m), delete clearinghouse(1m), list clearinghouse(1m), set cdscp preferred clear- inghouse(1m), show cdscp preferred clearinghouse(1m) show clearinghouse(1m)
Man Page