ONTAP 9.14

to Japanese version

Determine whether your cluster version supports VE

You should determine whether your cluster version supports VE before you install the license. You can use the version command to determine the cluster version.

About this task

The cluster version is the lowest version of ONTAP running on any node in the cluster.

Step
  1. Determine whether your cluster version supports VE:

    version -v

    VE is not supported if the command output displays the text “1Ono-DARE” (for “no Data At Rest Encryption”), or if you are using a platform that is not listed in Support details.

    The following command determines whether VE is supported on cluster1.

    cluster1::> version -v
    Fujitsu Release 9.1.0: Tue May 10 19:30:23 UTC 2016 <1Ono-DARE>

    The output of 1Ono-DARE indicates that VE is not supported on your cluster version.

Top of Page