cell show
Returns attributes describing the configuration of the specified cell. The syntax is:
cell show [cell_name] [-simplename]
Options
-simplename Returns the cell information without prepending the cell name.
Description The cell show operation returns attributes describing the configuration of the specified cell. The returned attributes are as follows:
secservers Each value is a the name of a security server.
cdsservers Each value is the name of a machine running a CDS server. The name is the simple name found under /.:/hosts.
dtsservers Each value is the name of a dts server in the cell.
hosts Each value is the name of a host in the cell, including machines mentioned above as servers. For example: hosts/machine1.
See the OSF DCE Administration Guide - Core Components for more information about attributes.
Privileges Required You must have r (read) permission to the following directories in the CDS namespace: /.:/hosts,
/.:/hosts/hostname, and /.:/subsys/dce/sec/master.
Examples
dcecp> cell show /.../dcecp.cell.osf.org {secservers /.../dcecp.cell.osf.org/subsys/dce/sec/ice
/.../dcecp.cell.osf.org/subsys/dce/sec/fire} {cdsservers /.../dcecp.cell.osf.org/hosts/frick} {dtsservers /.../dcecp.cell.osf.org/hosts/frick
/.../dcecp.cell.osf.org/hosts/ice /.../dcecp.cell.osf.org/hosts/ninja} {hosts /.../dcecp.cell.osf.org/hosts/frick
/.../dcecp.cell.osf.org/hosts/ice /.../dcecp.cell.osf.org/hosts/ninja} dcecp> dcecp> dcecp> cell show -simplename
{secservers subsys/dce/sec/ice} {cdsservers hosts/frick} {dtsservers hosts/frick hosts/ice
hosts/ninja} {hosts hosts/frick hosts/ice hosts/ninja} dcecp>
|