NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Is RPC available on NetApp 8.2 C Mode

SURESHDULANGE
10,005 Views

Hi,

I am trying to use my legacy code for NetApp 8.2 C Mode.

In old code , we set the authrntication style using  

na_server_style(s, NA_STYLE_RPC);

On execution, it returns the error that "The RPC server is unavailable."

How to enable RPC on c mode vserver ?

8 REPLIES 8

aashray
10,005 Views

Hi,

RPC is not supported by NMSDK/ONTAP for Clustered Data ONTAP 8.2.

SURESHDULANGE
10,005 Views

Is there any way to get the ONTAP version on the NetApp, without using username and password ?

aashray
10,005 Views

Yes, You can use Certificate based authentication to get the version of the system from the vserver if you could install the client certificate in ONTAP prior to this.

A rough set of steps is here : https://communities.netapp.com/community/interfaces_and_tools/developer/blog/2013/07/30/using-sdk-with-certificate-based-authentication-cba

SURESHDULANGE
10,005 Views

In my scenario,

User will add filer in my application.

My application is suppossed to find out the type of filer. (it could be NetApp, Cellera or windows).

As my application will be discovering it, i cannot use Certificate way. Is there another way to discover NetApp vserver version information.

aashray
10,005 Views

I am not sure but you could look into SNMP. I do not know much about it. But i don't think NMSDK offers a way to do it without some form of authentication like password, certificate,etc.

rle
NetApp Alumni
10,005 Views

You can use SNMP. The MIB entry sysDescr, .1.3.6.1.2.1.1.1.0, returns the Data ONTAP version, and sysObjectID, .1.3.6.1.2.1.1.2.0, returns netappCluster. You can download a MIB browser to check it out, or use snmpget in Linux.

Regards,

   - Rick -

SURESHDULANGE
10,005 Views

I am connecting to vserver. SNMP is not supported for Vserver.

ANSHUL_JAISWAL
9,731 Views

@aashray  : A rough set of steps is here : https://communities.netapp.com/community/interfaces_and_tools/developer/blog/2013/07/30/using-sdk-wi...

 

The link is not accessible, could you please let us know the steps involved for connection authentication using certificates.

Public