Skip to main content
Skip table of contents

CLI cookbook: setting NFS version

This topic describes how to configure the NFS version used for mounting VDBs. 

Procedure

  1. Log in to the Delphix Engine as the sysadmin user and switch to the Service NFS context. Then use the ls command to view the current configuration.

    ACTIONSCRIPT3
    delphix service nfs> ls
    Properties
        type: NfsConfig
        mountVersion: Automatic
  2. Run the update command and configure the version (Options are Automatic, NFSv3, and NFSv4).

    ACTIONSCRIPT3
    delphix service nfs> update
    delphix service nfs update *> set mountVersion=NFSv4
  3. Commit the operation.

    ACTIONSCRIPT3
    delphix service nfs update *> commit
    ip-10-110-212-129 service nfs> list
    Properties
        type: NfsConfig
        mountVersion: NFSv4


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.