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

Exit Print View

Updated: July 2017
 
 

Creating a Project (CLI)

Use this task to create an unencrypted project. To create an encrypted project, see Creating an Encrypted Project (CLI).

  1. Go to shares.
    hostname:> shares
  2. Enter project and a 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> project home
    
  3. To list the project properties, use the get command.
    hostname:shares home(uncommitted)> get
                            mountpoint = /export (default)
                                 quota = 0 (default)
                           reservation = 0 (default)
                              sharesmb = off (default)
                              sharenfs = on (default)
                            encryption = off (default)
                              sharedav = off (default)
                              shareftp = off (default)
                             sharesftp = off (default)
                             sharetftp = off (default)
                         default_group = other (default)
                   default_permissions = 700 (default)
                        default_sparse = true (default)
                          default_user = nobody (default)
                  default_volblocksize = 8K (default)               
                       default_volsize = 0 (default)                     
                            aclinherit = (default)
                               aclmode = (default)
                                 atime = (default)
                              checksum = (default)
                           compression = (default)
                                 dedup = (default)
                                copies = (default)
                               logbias = (default)
                              readonly = (default)
                            recordsize = (default)
                              rstchown = (default)
                        secondarycache = (default)
                                nbmand = (default)
                               snapdir = (default)
                                 vscan = (default)
                      defaultuserquota = (default)             
                     defaultgroupquota = (default)
                             snaplabel = (default)
                        canonical_name = (default)
                               keyname = (default)
                              keystore = (default)
                              exported = (default)
                             nodestroy = (default)
     hostename:shares home (uncommitted)> 
  4. To modify the project properties, use the set command. Project properties are described in Project Properties.
  5. Enter commit.
    hostname:shares home> commit
    

Related Topics