The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
37 views

Unable to Return output from function

function Get-NaLUNbyMap { <# .DESCRIPTION Gets Lun Information for a particular initiatorgroup name & lunid .EXAMPLE Get-Inventory -computername server-r2 .EXAMPLE Import-Module NaLUNbyMap ...
1
vote
1answer
69 views

Combining output of two Cmdlets to get a common output

I wanted to extract a filerview from Net App commandlets, i wrote a an expression below Get-NaLun | Select @{Name="LUN";Expression={$_.path}},@{Name="Size";Expression= ...
1
vote
1answer
68 views

NetApp use OSSV account to login through api

I am currently using the ManageOntap v4 SDK for NetApp devices to make snapshots to the device. I use the OSSV snapvault commandline to do restores. The ManageOntap api has a couple ways to login to ...
1
vote
1answer
92 views

Detect if a computer is a NetApp filer? (Unmanaged C++)

What is the best way to detect if a computer on a network is a netapp filer? I have tried some general querying of the computers attributes, but nothing has stuck out.
0
votes
2answers
359 views

How can I re-use an existing CIFS session or explicitly terminate one programmatically (W2K8 to Netapp)?

I have a program that runs on Windows and scans shares on a Netapp filer over CIFS. When the scanner runs on W2K3 and exits, running "cifs sessions -c " on the Netapp filer shows that the session is ...
-1
votes
0answers
15 views
+50

Loading of Home taking too long

We have a shared storage from NetApp mounted onto about 80 systems (all running Ubuntu 10.04 64 bit). These days there is some problem with the loading of user homes onto the lab machines ...