Questions tagged [netapp]

NetApp are a company primarily known for the NetApp Filer network attached storage appliances.

NetApp filers are a popular model of network attached storage (NAS) device. NetApp also sell software products catering to the storage reporting and monitoring market niche.

A NetApp filer is a standalone appliance which runs an operating system called ONTAP, and has it's own specialist command set, and is loosely based on BSD. Their primary service offering are for network storage, via CIFS and NFS.

They've also diversified into direct attached storage via iSCSI and FCoE.

Filers are typically configured with a custom variant of RAID-4, that NetApp call RAID-DP. Essentially RAID-4 with a second parity drive.

1 or more RAID groups are turned into an aggregate - a pool of storage.

Volume are created within an aggregate, and may be thin provisioned or deduplicated.*

Qtrees are created within volumes a top level - they're quotaed directory structures. (Enforcing a quota is optional - qtrees merely enable the quota tracking mechanism).

Filers deduplicate at volume level, because this allows volumes to be treated as standalone containers for the purposes of migration around a cluster.

104 questions
5
votes
1 answer

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. Below are the messages in /var/log/messages and…
xrkr
  • 189
  • 7
4
votes
1 answer

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´s metric names like netapp_ to every netapp…
Philip
  • 43
  • 1
  • 3
3
votes
0 answers

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.NullPointerStream. The problem is that class was removed…
Kevin Milner
  • 821
  • 2
  • 14
  • 30
3
votes
1 answer

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/google/common/io/NullOutputStream Exception in…
ErkanA
  • 179
  • 1
  • 11
3
votes
1 answer

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 DataOntap. Their API documentation says they support…
directedition
  • 11,145
  • 18
  • 58
  • 79
2
votes
1 answer

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 storage gen2) in pyspark application will be of great…
saravana ir
  • 169
  • 8
2
votes
3 answers

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 persistent volumes for prometheus. So what am I…
swetad90
  • 784
  • 1
  • 13
  • 34
2
votes
2 answers

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 deduplication) or same file(file level deduplication)…
s.patra
  • 147
  • 1
  • 9
2
votes
1 answer

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 domain-connected file share using a scheduled…
Sam
  • 1,176
  • 6
  • 19
2
votes
1 answer

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.
Kyle
  • 17,317
  • 32
  • 140
  • 246
2
votes
1 answer

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 following output: du: WARNING: Circular directory…
Avinash Gupta
  • 31
  • 1
  • 3
1
vote
1 answer

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 is (3 x 1024 = 3072). But when i ran following…
chathux
  • 821
  • 8
  • 17
1
vote
1 answer

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-NaLUNbyMap -igroup "IA" -lunid…
PowerShell
  • 1,991
  • 8
  • 35
  • 57
1
vote
1 answer

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= …
PowerShell
  • 1,991
  • 8
  • 35
  • 57
1
vote
1 answer

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 the device. I can do a Username\Password style,…
Web
  • 1,735
  • 2
  • 22
  • 36
1
2 3 4 5 6 7