Hi,
I am a beginner to using ONTAPI SDK and hence need some clarifications on the following.
- What is the difference between 7-mode and cluster mode? Is this device or model or setup dependent?
- How is this mode specified in the code that one writes to make ONTAPI calls? Is this something that is specified while instantiating NaServer?
NaServer naServer = new NaServer(<ipaddress>, major_version, minor_version);
Do the major and minor versions decide the mode? If so, what are the values of the versions for 7-mode and cluster mode?
Also, please let me know what it means when the major and minor versions are chosen to be 1 and 0 respectively.
- As per some of the NetApp docs 8.0 is not supported in cluster mode. Please let me know if this means the SDK does not support cluster mode or if the ONTAP version does not support the same.
- If 8.1.0 supports cluster mode, then how should the calls be invoked so both cluster details as well the filer details are obtained?
Thanks,
Prasanna