Renaming a Project (CLI)

You can rename a project with file retention if the project is empty and has an unexpired grace period. If retention is set on an empty project and the grace period is met or not set, you cannot rename the project until the expiration period has been met. A non-empty project cannot be renamed until all retained filesystems within the project have an expired retention value. For more information, see File Retention Management.

Caution:

Changing a project name will disrupt active client I/O operations.
  1. Disconnect any active clients connected to the project.
  2. Go to shares.
    hostname:> shares
  3. To view the projects, use the list command.
    hostname:shares> list
    default
    home
  4. Enter rename, the existing project name, and the new project name.

    The name must be 1 to 64 characters in length. The name cannot begin with a period (.) and cannot include spaces. Allowable characters are alphanumeric characters and special characters _ - . :

    hostname:shares> rename home project1
  5. To confirm the project was renamed, use the list command.
    hostname:shares> list
    default
    project1

Related Topics

Project Properties