Questions tagged [netapp]
NetApp are a company primarily known for the NetApp Filer network attached storage appliances.
netapp
100
questions
5
votes
1
answer
1k
views
Unable to mount nfs share shared from netapp in centos 7
I am unable to mount nfs share from netapp in centos 7. Exports are shared to everyone from netapp
I Specifically tried in nfsversion=3 and security style to sys,none and ntlmssp but still no luck.
...
4
votes
3
answers
6k
views
Prometheus and nfs storage
As per prometheus storage.md , the recommendation is not to use nfs storage as persistent volume for prometheus.
But solutions like prometheus operator and openshift shows examples which uses nfs as ...
4
votes
1
answer
4k
views
How to add prefix to metrics using relable_config in prometheus
finally running Harvest2 in a Docker environment with Prometheus and Grafana.
Problem is, there´s also other systems reporting in that same Prometheus DB and NetApp Harvest does not add a prefix on it´...
3
votes
1
answer
7k
views
java.lang.NoClassDefFoundError: com/google/common/io/NullOutputStream
I have just started to learn NetApp SDK and trying to run the very first example created by NetApp. I am getting the following error and I don't have any idea why there is something related to com/...
3
votes
0
answers
1k
views
Using two versions of guava in maven project
I have a project that uses a 3rd party library (the netapp nmsdk package, but that's not really relevant). This library appears to use guava r08, and specifically calls com.google.commons.io....
3
votes
1
answer
716
views
Using FileSystemWatcher on DataOntap
I have a project that watches file creation/deletion activity on a network share which is currently hosted by a Windows Server machine, but I'm considering moving the files to a NetApp box running ...
2
votes
2
answers
5k
views
Actual difference between data compression and data deduplication
What is the exact difference between data deduplication and data compression.
As of my knowledge data deduplication means when we have exact same copies of data either same block(block level ...
2
votes
1
answer
222
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.
2
votes
1
answer
5k
views
du warning for netapp data ontap backend
I ran the following command
du --apparent-size --block-size=1 --summarize /mnt2/nfspools/_root_root_p1
PS: /mnt2/nfspools/_root_root_p1 is mount point for volume in data ontap filer.
I got the ...
2
votes
1
answer
579
views
Datamechanics - spark docker image - example of how to use the connector that comes inbuilt with the image
I came across the below docker image for spark. The image also comes with some of the connectors to some of the popular cloud services. An example of how to use the inbuilt connectors(say Azure ...
2
votes
1
answer
5k
views
Certificate based authentication to file share
I am trying to connect an isolated, non-domain-connected system to a file share contained in an Active Directory domain. Ultimately, I need to be able to backup files from the isolated system to the ...
1
vote
1
answer
615
views
Pandas: How to access in house netapp storage grid file
I have NetApp storage grid(S3) in company infrastructure. I am new to S3.
After processing a csv file in Pandas, I need to write this file to S3.
The URL for the Storage grid is https://myCompanys3....
1
vote
1
answer
2k
views
Netapp TLSv1 handshake failure Issue
How to resolve following issue in Netapp
Caused by: javax.net.ssl.SSLHandshakeException: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.
1
vote
1
answer
10k
views
How can I use fsecurity apply on a NetApp filer to reset NTFS permissions? (ONTAP 7-MODE)
I have a NetApp filer, with a CIFS export. The permissions have been locked down on it, to a point where it's no longer accessible.
I need to reset the permissions on this - I've figured out I can ...
1
vote
1
answer
126
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
Get-...
1
vote
1
answer
488
views
Performance test shows higher IOPS and throughput than whats actually provisioned on FSx for NetApps
I am using fio to run several performance tests on FSx for Netapps. FSx is configured with 1024 GiB of capacity and 128 MB/s throughputs. I am using automatic IOPS provisioning in this case IOPS count ...
1
vote
0
answers
263
views
Connect Azure Databricks with Netapp
I have some .csv files on Netapp that I would like to import into Databricks. Is there any way to accomplish this?
Alternatively, I could import the same files, but zipped, from HDFS mounting Azure ...
1
vote
2
answers
387
views
What is NetAPP ? How to use it ? Why Should i use NetAPP?
I am very new to NetAPP. As per my understanding, netapp is the storage provider company and ontap is the operating system supported for netapp hardwares.
Can i use NetAPP like a virtual instance in ...
1
vote
0
answers
270
views
rancher trident storage integration w/ rancherOS 1.55
i got two rancher cluster (deployed on vsphere). one with centos7 as base os and one with rancheros 1.55 (deployed via rancher ui w/ vsphere provider). on the centos7 based cluster trident integration ...
1
vote
2
answers
403
views
Perl 5.005_03 does not recognize NFS files existence
I have implemented a new NAS filer recently, and after mounting
it on a Linux server, the Perl interpreter (version 5.005_03) is unable
to recognize the existence of files on that mount:
[root@server ...
1
vote
1
answer
1k
views
How to write files to NetApps filer with Snaplock Compliance Volume
We have a NetApps FAS2040 device with a Snaplock compliance volume configure. Image files are written to the volume using IBM FileNet for compliant storage of scanned post.
We want to replace the ...
1
vote
0
answers
231
views
Loop with NetApp API-Runner
Big Picture: I created two Java-Classes, one to get Output from a NetApp Simulator and another to create a JTable with Volume names and specifications.
The Code for the JTable is "exactly" this one:
...
1
vote
2
answers
680
views
Using NDMP instead of CIFS mounting
I have a weird but interesting use-case. I use CIFS to mount shares from a File Server (NetApp, EMC etc) to an application server (win/linux server where my application runs). My application needs to ...
1
vote
1
answer
576
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= {[math]::Round([decimal]$_....
1
vote
1
answer
359
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 ...
0
votes
1
answer
70
views
EndDate Issue - Last Month of Year
I have a .netapp application (C#) that I use to extract data from an API.
It is having a problem just now as we are running this for December 2017.. but we want it to name as January 2018. (well 01/...
0
votes
1
answer
519
views
STATUS_ACCESS_DENIED (0xc0000022): Could not connect to - Azure Netapps File Share (Network Drive) access with smbj JAVA library
Trying to read files from Azure Netapps (Network Drive). We successfully mount and read files with Window File Explorer.
With the same credentials, we are trying with JAVA smbj library.
While ...
0
votes
1
answer
595
views
Can you mount a NetApp volume on a AKS Kubernetes Cluster from a different region?
I am using Azure NetApp Files and AKS. Let's say I have a NetApp account together with a NetApp pool on one region, and I want to mount a volume on a pod in a k8s cluster that is in another region. ...
0
votes
2
answers
217
views
ansible with solidfire for netapp
I have a sample netapp playbook
---
- hosts: all
gather_facts: False
become: yes
become_user: root
become_method: sudo
tasks:
- name: Start restore
...
0
votes
1
answer
401
views
How can I perform arithmetic to find differences of values in two CSVs?
I'm able to diff contents ("cells") of two CSVs and get output of the highest value using the following function:
Compare-Object $oldfile $latestfile -Property "UsedSize" -PassThru | select-Object ...
0
votes
1
answer
21
views
Getting "There is no connectivity" when trying to manage an FSxN File System within BlueXP
I added a FSxN file system to my BlueXP canvas a few weeks ago and it was working perfectly until yesterday. Now, when I try to "enter it" I am presented with a "There is no ...
0
votes
1
answer
106
views
How to find SPNAME in Azure portal
Trying to access files from Azure Netapps via REST API by following documentation
https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-develop-with-rest-api
with POSTMAN rest ...
0
votes
2
answers
354
views
Exception while writing multipart empty csv file from Apache Beam into netApp Storage Grid
Problem Statement
We are consuming multiple csv files into pcollections -> Apply beam SQL to transform data -> write resulted pcollection.
This is working absolutely fine if we have some data in ...
0
votes
1
answer
346
views
Cannot print stdout from na_ontap_command ansible module
I'm trying to get stdout_lines output from na_ontap_command ansible module on NetApp ONTAP9.8P6.
This gives me the complete output:
tasks:
- name: Version CLI Command
na_ontap_command:
...
0
votes
1
answer
422
views
How can I directly and quickly change all the uid/gid of all files in the git index of a git repository
My use case is that
I have a very large GIT repository created by uidA:gidA with all its files and git index as uidA:gidA
That I have snapshoted/frozen using netapp file system technology aka froze ...
0
votes
1
answer
234
views
Add folder on EC2 as volume on EKS cluster
I am trying to create a volume in EKS cluster, the background of the volume is basically it is a netapp volume on netapp server and it is also mounted to an EC2 instance which is in same VPC as EKS ...
0
votes
1
answer
26
views
netapp filer supports clustered approach?
Using Net app filer technology, does it supports clustered environment ?
if a common mount is shared across 1000 servers, if any maintenance on the filers will it make sure not to effect the ...
0
votes
1
answer
783
views
Python to perform SSH logins and do something
I am trying to automate few routine tasks in Netapp storage using Python.
Since I am using Windows machine and Python I need to perform few tasks to connect storage using ssh session and perfom few ...
0
votes
1
answer
357
views
How to ease later parse on NetApp 7-Mode?
I would like to parse and extract useful information from several Netapp commands output such as sysconfig, uptime and so on.
I had already done it on Netapp Clustered Mode (C-Mode) because set ...
0
votes
1
answer
394
views
Finding last snapmirror update date
I'm writing a script to check what is the last time a snapmirror relationship has been updated using PowerChell over cluster mode netapps.
I found that using snapmirror show on the CLI I could see "...
0
votes
1
answer
1k
views
NetApp 7Mode, how to add AD group permission to a folder using .net API or NetApp CLI
I need to add a AD group to read/write access to the folder created inside the cifs shares.
I knew fsecurity will show the details like which are all AD groups have access to particular folder, but I ...
0
votes
1
answer
480
views
How to get NTFS on NETAPP
Does anyone know how to list NTFS permissions on all shares in a NETAPP vfiler using C#?
I tried to use NETAPP API but only get the share permissions, can't find a way to get the NTFS ones.
EDIT
...
0
votes
1
answer
5k
views
Mount Netapp NFS share permanently on RHEL 6.4
I am trying to mount a volume on a RHEL 6.4 virtual machine permanently.
My fstab entry is as:
172.17.4.228:/bp_nfs_test1 /mnt1 nfs rsize=8192,wsize=8192,intr
And I mounted the volume as:...
0
votes
1
answer
1k
views
How to get Disks, Aggregate and LUNs information of storage system using netapp ontap api (8.1) and java?
I want to get information about Disks, Aggregates and LUNs using netapp ontap api 8.1.
I am able to get list of volumes using following code:
VolumeListInfoIterStartRequest volumeListReq = new ...
0
votes
0
answers
70
views
why apache Kafka documentation not gives the ability to use Kafka over NFS as Netapp
We read the latest apache documentation as https://kafka.apache.org/35/documentation.html
And what is interesting is that , documentation not mentioned the option to use storage over NFS As Netapp or ...
0
votes
0
answers
58
views
cant save user uploads in object storage
hi guys I just set up a gitlab instance in multi node architecture.
I also configured an s3 compatible storage using NetApp onTap s3.
this is my configuration for the object storage:
gitlab_rails['...
0
votes
1
answer
36
views
Why is Remove-NcSnapmirror removing SnapMirror relationship on BOTH source and destination? (NETAPP ONTAP PowerShell Toolkit)
TLDR: SSH command snapmirror delete works fine, PowerShell command Remove-NcSnapmirror misbehaves for SnapMirror relationship removal.
PowerShell cmdlet: The
Remove-NcSnapMirror
cmdlet is supposed to ...
0
votes
0
answers
68
views
Get info and terminate sessions on Azure NetApp Files via API
We have a shared drive that everyone has access to
Sometimes we need to rename a folder in this drive but if any user have an open file, we won't be able to rename.
With a few powershell commands I ...
0
votes
1
answer
62
views
Problem verifying content uploaded to Azure Blob
Good morning.
Currently we have an aggregate with the volume practically occupied, a snapmirror has been configured to copy the data to an Azure storage blob, in order, once copied to be able to free ...
0
votes
0
answers
31
views
ApiProtocolException Connection Error with NetApp API?
Using Net App Manageability SDK 9.8.
I am having a connection error I am encountering while attempting to connect to the NetApp storage system using the NetApp Manageability SDK. I have already ...