Go to main content
Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.0

Exit Print View

Updated: July 2017
 
 

Renaming a Project (CLI)


Caution

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.

    A name must consist of 1 to 64 characters, but not include spaces or begin with a period. Allowable characters are: alphanumeric 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