|   
      dts catalog
Returns a list of the names of all DTS servers registered in the local cell.  The syntax is: 
 	dts catalog [cell_name] [-simplename]  [-global] 
Options 
-simplename Returns a list of registered DTS servers without prepending the cellname.
 
global Returns a list of registered global DTS servers.
 
Description The dts catalog operation returns a list of the names of all DTS servers registered in the LAN-profile (/.:/lan-profile).  Any DTS servers 
registered in the cell profile (/.:/cell-profile) or in an additional LAN profile will also be returned.  The additional LAN profile must exist at the root (/.:) level of 
the CDS namespace.  The operation takes an optional cell_name argument that can return the names of DTS servers registered in a foreign cell.  By default, fully qualified names are returned 
in the following form:
 
/
/cell_name/hosts/hostname/dts-entity 
If the -simplename option is given, the cellname is not prepended to the DTS server names.  The -global option returns only DTS servers that are operating as global servers.  Names 
are returned in lexical order. 
 
Privileges Required You must have r (read) permission to the cell root (/.:) directory.
 
Examples 
dcecp> dts catalog /.../my_cell.goodcompany.com/hosts/frick/dts-entity
 /.../my_cell.goodcompany.com/hosts/ice/dts-entity
 /.../my_cell.goodcompany.com/hosts/ninja/dts-entity
 dcecp>
 
 dcecp> dts catalog -simplename
 hosts/frick/dts-entity
 hosts/ice/dts-entity
 hosts/ninja/dts-entity
 dcecp>
 
 
 
 |