PreviousNext

organization rename

This operation changes the name of a specified organization. The syntax is:

organization rename organization_name -to new_organization_name

Options

-to new_organization_name
Used with the rename operation, the -to option specifies the new name of the organization.
See Arguments for a descrption of organization names.

Description
The organization rename operation changes the name of a specified organization. The argument is a single name of an organization to be renamed. Takes a required -to option with a value of the new name. The value cannot be a list. Returns an empty string on success.

Privileges Required
You must have r (read) and f (full name) permissions to the specified organizations.

Examples

dcecp> organization list rigel
/.../my_cell.goodcompany.com/H_Lewis
/.../my_cell.goodcompany.com/R_Mathews
/.../my_cell.goodcompany.com/K_Doe
/.../my_cell.goodcompany.com/W_Ross
/.../my_cell.goodcompany.com/W_Williams
/.../my_cell.goodcompany.com/D_White
dcecp>

dcecp> organization rename rigel -to sirus
dcecp>

dcecp> organization list rigel
Error: Registry object not found
dcecp>

dcecp> organization list sirus
/.../my_cell.goodcompany.com/H_Lewis
/.../my_cell.goodcompany.com/R_Mathews
/.../my_cell.goodcompany.com/K_Doe
/.../my_cell.goodcompany.com/W_Ross
/.../my_cell.goodcompany.com/W_Williams
/.../my_cell.goodcompany.com/D_White
dcecp>