PreviousNext

organization catalog

Returns a list of the names of all organizations in the registry. The syntax is:

organization catalog [cell_name] [-simplename]

Options

-simplename
Used with the catalog operation, returns a list of organization names in the registry without prepending the cell name.

Description
The organization catalog operation returns a list of the names of all organizations in the local registry in lexical order. Use the cell_name argument to return a list of organizations in another cell's registry. By default, fully qualified names are returned in the form cellname/organization_name. Use the -simplename option to return them in the form organization_name.

Privileges Required
You must have r (read) permission to the /.:/sec/org directory.

Examples

dcecp> organization catalog
/.../my_cell.goodcompany.com/none
/.../my_cell.goodcompany.com/users
/.../my_cell.goodcompany.com/managers
dcecp>

dcecp> organization catalog -simplename
none
users
managers
dcecp>