4 Operator

 • 

8.6K Posts

October 15th, 2012 04:00

Hi,

welcome to the forum.

(3) and (4) should be possible using the XMLAPI

(4) creating a share you can also do through Win32 APIs

(5) manipulating share ACLs isnt in the API and you need to do it via Windows function (Win32 - not WMI).

Make sure you have the proper permissions - i.e. being in the VNX CIFS servers local admin group

I'm not a .NET programmer but I know customers who have been using it.

Most work directly with EMC so they probably wont show here on the forum.

There is actually as developer section that you might try

here  https://community.emc.com/community/edn/unified?view=discussions - but there isnt much action there

I would first look at the XMLAPI log file on the control station - like a tail -f /nas/log/cel_api.log

If your requests dont appear there then you have a problem earlier on with the web server

You could also consider using a ssh to the control station and using the CLI there like nas_fs, server_mountpoint, server_mount

You can also look at the PowerShell cmdlets (not supported by EMC)

http://nickapedia.com/2010/11/01/ubershell-ninja-scripting/

I think they do use ssh to do their work though.

hope it helps

Rainer

P.S.: make sure that you dont just have the PDF XMLAPI guide but also the Windows help file - its better

3 Posts

October 18th, 2012 21:00

Thanks Rainer for your reply.

I have been able to implement the XMLAPI (written in Java and provided on this support forum) and adapted it to provide functionality to the .NET application that I require (rather than write the XMLAPI in .NET - I may get around to this at some point).

Basically I pass a bunch of arguments to the Java application and it requests them through the XMLAPI.

As far as the Share permissions - well this is a battle as I tried WMI and it didn't work; so I will try via Win32 (I definitely need to automate this process in .NET).

Everything else works a treat.


Cheers

S

4 Operator

 • 

8.6K Posts

November 9th, 2012 08:00

Any progress to report ?

Rainer

3 Posts

June 28th, 2014 23:00

Rainer...

Sorry for the delayed response ... No luck on the .NET implementation.  I have had to code it via Java and pass values between the .NET app and Java (which is inefficient but works).

As a side project, I am slowly building a .NET class for the CelerraConnector (similar to the Java version) and will post here when I have it working.

Cheers

S

No Events found!

Top