|   
      cdsalias(8dce)
A dcecp object that lets you manipulate cell names in CDS. 
Synopsis 
cdsalias catalog 
 cdsalias connect
 
 cdsalias create cellalias_name
 
 cdsalias 
delete cellalias_name
 
 cdsalias help [operation | -verbose]
 
 cdsalias operations
 
Arguments 
cellalias_name A single, fully qualified alias name of the cell in the form of:
 
/.../cellalias_name 
operation  The name of one specific cdsalias operation for which to display help information
 
Description The cdsalias object represents cell names as known by the Cell Directory Service (CDS).  This object lets you manipulate alias and preferred names of DCE 
cells.  Each cell has one preferred name.  This is the name returned by the cell.  Cells may also have alias names.  Currently this object affects only the CDS component.  The security server and 
each host must also be informed of any new cell aliases.
 
This object can also be used to define a hierarchical relation between one cell and another by connecting the first cell's root directory name space into the second cell's namespace.  When defining a 
hierarchical relationship, you must use the account object to establish a trust relationship between the cells. 
 
To manipulate alias and preferred names, the CDS_DirectoryVersion attribute must be set to 4.0 or greater.  See the Attributes topic of the 
directory command for more information. 
 
More: 
Errors 
Operations 
Related Information 
 
 
 |