PreviousNext

organization create

Creates a new organization in the registry database. The syntax is:

organization create organization_name_list
{-attribute extended_rgy_attr_list | attribute value}

Options

-attribute value
As an alternative to using the -attribute option with an attribute list, you can change individual attribute options by prepending a hyphen (-) to any attributes listed in the Attributes topic of this reference page. You cannot use this option to specify extended registry attributes (ERAs); it is only for the standard attributes described in Attributes.

-attribute extended_rgy_attr_list
Allows you to specify attributes, including ERAs, by using an attribute list rather than using the -attribute value option. The format of an attribute list is:

{{extended_rgy_attr_list}{extended_rgy_attr_list value}}

See the OSF DCE Administration Guide - Core Components for more information on ERAs.

Description
The create operation creates a new organization. The organization_name_list argument is a list of names of organizations to be created. Options specify the attributes of the newly created organization. All options are applied to all organizations in the argument list. This operation returns an empty string on success.

Privileges Required
You must have i (insert) permission to the directory in which the organization is to be created.

Examples

dcecp> organization create temps -fullname "Temporary Employees"
dcecp>

dcecp> organization create temps -attribute {fullname "Temporary Employees"}
dcecp>

dcecp> org create dce -fullname {Dist Comp Env} -orgid 101
dcecp>

dcecp> org create dce -fullname {Dist Comp Env} \
> -uuid c2aac790-dc6c-11cc-a6f8-080009251352
dcecp>