host catalog
Returns a list of names of hosts in the cell. The syntax is:
host catalog [-simplename]
Description The host catalog operation returns a list of names of hosts in the cell. The names are fully qualified unless the -simplename option is used, in
which case they are cell relative. The optional argument can specify a cell to operate in.
Privileges Required You must have r (read) permission to the /.:/hosts directory in CDS.
Examples The following example lists the full names all of the DCE hosts that have entries in the CDS /.:/hosts directory:
dcecp> host catalog /.../my_cell.goodco.com/hosts/alpha /.../my_cell.goodco.com/hosts/beta /.../my_cell.goodco.com/hosts/gamma
The following example lists all the DCE hosts that have entries in the CDS /.:/hosts directory:
dcecp> host catalog -simplename hosts/alpha hosts/beta hosts/gamma dcecp>
|