ONTAP Discussions
ONTAP Discussions
Hi there.
I would like to install NetApp NAS VAAI Plugin 2.0.1 via Lifecycle Manager on VMWARE 8.0 Update 3, but I have some problems.
I found some material saying that in version 7.0 it might not be compatible, but in version 8.0 it is compatible and there is even documentation explaining it.
I tried to do following this documentation, but I have this error:
Does anyone have any idea what it could be?
Solved! See The Solution
Hi Diago,
NetAppNasPlugin-<version>.Signed.zip
This zip contains the following files:
openssl x509 -in csc-prod-CFSG-NFS-Plugin.pem -pubkey -noout > csc-prod-CFSG-NFS-Plugin.pub
openssl dgst -sha256 -verify csc-prod-CFSG-NFS-Plugin.pub -signature /tmp/ NetAppNasPlugin-<version>.zip.sig /tmp/NetAppNasPlugin-<version>.zip
If verification is successful, the following output is displayed:
Verified OK
/etc/init.d/vaai-nasd stop
esxcli software component apply -d /tmp/<some_path>/NetAppNasPlugin-<version>.zip
/etc/init.d/vaai-nasd start
esxcli software component list | grep netapp
Thanks and Regards,
Pravin Kumar
Hi Diago,
NetAppNasPlugin-<version>.Signed.zip
This zip contains the following files:
openssl x509 -in csc-prod-CFSG-NFS-Plugin.pem -pubkey -noout > csc-prod-CFSG-NFS-Plugin.pub
openssl dgst -sha256 -verify csc-prod-CFSG-NFS-Plugin.pub -signature /tmp/ NetAppNasPlugin-<version>.zip.sig /tmp/NetAppNasPlugin-<version>.zip
If verification is successful, the following output is displayed:
Verified OK
/etc/init.d/vaai-nasd stop
esxcli software component apply -d /tmp/<some_path>/NetAppNasPlugin-<version>.zip
/etc/init.d/vaai-nasd start
esxcli software component list | grep netapp
Thanks and Regards,
Pravin Kumar