Questions tagged [netapp]

Netapp makes storage: primarily, their Data ONTAP series which does network attached and block storage. Since they acquired Engenio, they also sell block-only devices.

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.
202 questions
3
votes
2 answers

NetApp and SQL Server?

Do you have any good or bad experiences to share running SQL Server OLTP Systems on NetApp appliances? I have been working with a small, relatively low-volume cluster with a lower-end NetApp device, and I have found the environment to be generally…
Edinor
  • 173
  • 6
3
votes
1 answer

Does enabling SMB2 on a NetApp filer require a cifs restart?

I would like to enable SMB2 on a FAS 2050 running Data ONTAP 7.3.2 as by default it is disabled. I have discovered that to enable SMB2 the following option must be set: options cifs.smb2.enable on Does this require a restart of cifs to take affect…
Sim
  • 1,858
  • 2
  • 17
  • 17
3
votes
4 answers

Proper Steps to Shutdown NetApp FAS 3020 with Shelves?

I have a netapp with several shelves that is going to have to be moved. Various servers have NFS mounts from it. What is the proper procedure to shut it down and start it up? I would guess shutting down the servers before the netapp and then the…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
3
votes
1 answer

Windows - Group Policy - Numerous Share Drives w/ Item-Level Targeting

Overview We have been working on getting our numerous sites to map share drives for each user that needs access to their sites. We have no way of standardizing this from within their AD profile as some users move around a lot and end up not telling…
2
votes
0 answers

Windows 2012 R2 SCSI UNMAP failure

I have a very strange situation. I have a Windows 2012 R2 VM with mounted thin provisioned LUNs located on a NetApp FAS2552 filer (running cDOT 9.4P2), and the server is not sending SCSI UNMAP commands when files are deleted from the LUNs. Things I…
Glenn Sullivan
  • 1,368
  • 9
  • 17
2
votes
0 answers

NetApp: How to get real file's access time (atime) from a snapshot?

According to the documentation (https://library.netapp.com/ecmdocs/ECMP1635994/html/GUID-3CE08FEA-6624-4EBF-847C-F7F9C7F355A3.html) access time of all files in the snapshot copy is set to snapshot creation time. Is there a way to get the original…
2
votes
0 answers

Is a file move on an NFS share atomic

We have a system producing new files on an NFS share (I believe the provider is NetApp). Our applications are written in Java. The Java spec says that FileSystem moves are atomic, but not sure if moves on an NFS drive is similarly atomic. The…
Ben
  • 121
  • 3
2
votes
2 answers

Windows files on SMB/CIFS server do not automatically have read locks

My memory from working with different systems in the past is that the default behavior for many windows SMB clients writing to a Netapp share is that open files would automatically have a read lock on them. Other programs (like one running a…
BowlOfRed
  • 216
  • 2
  • 7
2
votes
1 answer

Backing up SQL NetApp Snapshots using TSM

In our environment we have a 3 node SQL 2005 Cluster which is on NetApp storage. We are currently using SMSQL (NetApp SnapManager for SQL) to take Snapshot backups of the data. This works great, but due to some audit requirements we are also…
WerkkreW
  • 5,969
  • 3
  • 24
  • 32
2
votes
0 answers

FCOE on CentOS 6.5. port state offline

I am a network engg, and this is the first time I am trying to get FCOE working. Here is my setup: Centos server --------- transit switch ---- FC gateway ---- FC switch --- Netapp I believe the configurations on my networking part is correct. I am…
J.M
  • 21
  • 2
2
votes
2 answers

iSCSI to NetApp FAS: high latency for write load

Problem A Linux iSCSI initiator is seeing high service times when writing to a NetApp FAS target exposing a bunch of LUNs. Where to look for the cause and how to resolve this? Reproduction I am using iostats and sa from the sysstat package to do the…
the-wabbit
  • 40,737
  • 13
  • 111
  • 174
2
votes
2 answers

NetApp API to fetch 'df' output

I'm currently fiddling with a project using the ONTAPI (perf stats monitoring sort of thing). What I'm wanting to do is reproduce the information from 'df' and 'df -s'. Doing well so far, because the api 'volume-list-info' seems to have most of the…
Sobrique
  • 3,747
  • 2
  • 15
  • 36
2
votes
1 answer

NetApp - Snapshot Full

I am seeing a bunch of Snapshot Full warning events being generated recently from various volumes on our filers: A Warning event at 22 Jun 10:03 Alaskan Daylight Time on Snapshot snapmirror_sql_trns_log.snapshot on Storage System …
user62491
2
votes
2 answers

Verify that a NetApp is no longer in use

I'm working on retiring a failing NetApp cluster. It offers iCSCI, NFS, and CIFS volumes to the network. For CIFS, we're fairly under control there. It's a limited set of shares, and there's recent "last modified" filestamps in only a couple of…
mfinni
  • 36,144
  • 4
  • 53
  • 86
2
votes
1 answer

ESXI 5.5 NFS to NFS copy is slow

i'm running esxi 5.5u2 standalone with 3 datastores , (local , netapp (nfs) and synology (nfs ) There are two Gigabit network adapters configured. One per vswitch. One for storage and the other for management. the two adapter and Nas are on the…
Max
  • 482
  • 4
  • 10