NetApp Interview Questions

Ratings:
(4.2)
Views:2102
Banner-Img
  • Share this blog:

Are you planning to attend an interview for the NetApp role but confused on how to crack that interview and also what would be the most probable NetApp Interview Questions that the interviewer may ask? Well, you have reached the right place. Tekslate has collected the most frequently asked NetApp Interview Questions which are often asked in multiple interviews.

Most frequently asked NetApp Interview Questions

NetApp Interview Questions and Answers

1Q) How to improve the Netapp storage performance?

Ans: There is no direct answer to this question but we shall do it in several ways.

  • If volume/lun present in ATA/SATA hard disk aggregate, then the volume can be migrated to FC/SAS disk aggregate. Either you can use flash cache to improve performance.
  • For NFS/CIFS instead of accessing from a single interface, multi-mode vif can be configured to get better bandwidth and fault tolerance.
  • Always advised keeping aggr/vol utilization below 90%.
  • Avoid doing multiple volume backup in a single point of time.
  • Aggr/volume/lun reallocation can be done to redistribute the data to multiple disks for better striping performance.
  • Schedule scrubbing and De-duplication scanning after business hours.
  • Create multiple loops and connect different types of shelf's to each loop
  • Avoid mixing up different speeds of the disk and different types of the disk in the same aggregate.
  • Always keep sufficient spare disk to replace in case of disk failure. Because reconstruction time will take more time and cause negative performance.
  • Keep the advised version of firmware/software which is recommended by Netapp.

2Q) Unable to map lun to solaris server, but Solaris server-side no issue. How to resolve the issue?

Ans: FROM STORAGE SIDE:

  • Verify iscsi/fcp license is added in storage
  • Verify iscsi/fcp session is logged in from server side use below command
    • Netapp> igroup show -v
  • Verify luns are mapped to the corresponding igroup
  • Verify whether correct host type is mentioned while creating igroup and lun
  • Verify whether correct iqn/wwpn number is added to igroup
  • Verify zoning is properly configured from switch side, if it is FCP protocol

3Q) How to create the LUN for the Linux server?

Ans: lun create –s size –t Linux /vol/vol1/lunname

4Q) How to create NetApp qtree and provide security?

Ans:

  • Netapp>qtree create /vol/vol1/qtreename
  • Netapp>qtree security /vol/vol1/qtree unix|ntfs|mixed

5Q) How to copy volume filer to filer?

Ans: ndmpcopy or snapmirror

Do you want to Master NetApp? Then enroll in "NetApp Training" This course will help you to master NetApp

6Q) How to resize the aggregate?

Ans: Netapp> aggr add AggName no.of.disk

7Q) How to increase the volume?

Ans:

  • Traditional Volume
  • vol add VolName no.of.disk
  • Flexible Volume
  • vol size VolName +60g

8Q) What is qtree?

Ans: qtree is Logical partition of the volume.

9Q) What is the default snap reserve in aggregate?

Ans: 5%

10Q) What is the snapshot?

Ans: A Snapshot copy is a read-only image of a traditional or FlexVol volume, or an aggregate, that captures the state of the file system at a point in time.

11Q) What are the raid groups Netapp supporting? what is the difference between them?

Ans: Supported RAID types:

  • Raid-4
  • Raid-6
  • Raid-Dp

12Q) What are the protocols you are using?

Ans: Say some protocols like NFS, CIFS, ISCSI and FCP

 

Netapp Storage Interview Questions

13Q) What is the difference between iscsi and fcp?

 Ans: Iscsi-sending block through. iSCSI does not required a dedicated network, it will work on the existing network also. it work's an TCP/IP.

Fcp-send through fibre medium. Required a dedicated FC network.  Performance is so high compare to the iSCSI

14Q) What is the iscsi port number?

Ans: 3260

15Q) What is the difference between ndmp copy and vol copy?

Ans:

  • Ndmp copy –network data management protocol(used for tape backup)
  • Vol copy – is used to transfer volume to same or another aggregate

16Q) What is the difference between ONTAP 7 & 8?

Ans: In ONTAP 7 the individual aggregate is limited to a maximum of 16 TB. Where ONTAP 8 supports the new 64-bit aggregate and hence the size of the individual aggregate extends to 100 TB.

17Q) What are the steps need to perform to configure SnapMirror?

Ans: The SnapMirror configuration process consists of the following four steps:

Install the SnapMirror license on the source and destination systems:

license add <code>

On the source, specify the host name or IP address of the SnapMirror destination systems you wish to authorize to replicate this source system.

options snapmirror.access host=dst_hostname1,dst_hostname2

For each source volume or qtree to replicate, perform an initial baseline transfer. For volume SnapMirror

restrict the destination volume first: vol restrict dst_vol

Then initialize the volume SnapMirror baseline, using the following syntax on the destination:

snapmirror initialize -S src_hostname:src_v

oldst_hostname:dst_vol

For a qtree SnapMirror baseline transfer, use the following syntax on the destination:

snapmirror initialize –S src_hostname:/vol/src_vol/src_qtree

dst_hostname:/vol/dst_vol/dst_qtree

18Q) While doing baseline transfer you’re getting an error message. What are the troubleshooting steps you’ll do?

Ans:

  • Check both the hosts are reachable by running “ping” command
  • Check whether the TCP port 10566 & 10565 are open from firewall
  • Check whether the snapmirror license are installed in both filers

 

NetApp Coding Questions

19Q) Explain the different types of replication modes?

Ans: The SnapMirror Async mode replicates Snapshot copies from a source volume or qtree to a destination. It will support replicating more than 800Kms Long. volume or qtree. Incremental updates are based on a schedule or are performed manually using the snapmirror update command. Async mode works with both volume SnapMirror and qtree SnapMirror.

SnapMirror Sync mode replicates writes from a source volume to a destination volume at the same time it is written to the source volume. SnapMirror Sync is used in environments that have zero tolerance for data loss. it will note support more then 300Kms long.

SnapMirror Semi-Sync provides a middle-ground solution that keeps the source and destination systems more closely synchronized than Async mode, but with less impact on performance.

20Q) How do you configure multiple paths in Snapmirror?

Ans: Add a connection name line in the snapmirror.conf file

/etc/snapmirror.conf

FAS1_conf = multi (FAS1-e0a,FAS2-e0a) (FAS1-e0b,FAS2-e0b)

21Q) Explain how De-Duplication works?

Ans: In the context of disk storage, De-duplication refers to any algorithm that searches for duplicate data objects (for example, blocks, chunks, files) and discards those duplicates. When duplicate data is detected, it is not retained, but instead, a “data pointer” is modified so that the storage system references an exact copy of the data object already stored on disk. This De-duplication feature works well with datasets that have lots of duplicated data (for example, full backups).

22Q) What is the command used to see the amount of space saved using De-duplication?

Ans: df –s <volume name>

23Q) Command used to check the progress and status of De-duplication?

Ans: sis status

24Q) How do you setup the Snapvault Snapshot schedule?

Ans: pri> snapvault snap sched vol1 sv_hourly 22@0-22

  • This schedule is for the home directories volume vol1
  • Creates hourly Snapshot copies, except 11:00 p.m.
  • Keeps nearly a full day of hourly copies

25Q) What is metadata?

Ans: Metadata is defined as data providing information about one or more aspects of the data,

  • Inode file
  • The used block bitmap file
  • The free block bitmap file

26Q) How do you shutdown filer through RLM?

Ans: ssh “rlm ip address”

RLM_Netapp> system power on

27Q) After creating LUN (iSCSI) & mapped the LUN to a particular igroup, the client not able to access the LUN. What are the trouble shooting steps you take?

Ans:

  • Check whether IQN number specified is correct
  • Check whether the created LUN is in “restrict” mode
  • Check the iscsi status
  • Un-map and map the LUN once again
  • Check Network connectivity communication

28Q) In CIFS how do you check who is using the most?

Ans: cifs top

29Q) How to check cifs performance statistics?

Ans: cifs stat

30Q) What do you do if a customer reports a particular CIFS share is responding slow?

Ans:

  • Check the r/w using "cifs stat" & "sysstat -x 1".
  • If disk & cpu utilization is more than then the problem is with filer side only.
  • CPU utilization will be high if more disk r/w time, i.e.,during tape backup & also during scrub activities.

31Q) what is the degraded mode? If you don't have parity for failed disks then?

Ans: If the spare disk is not added within 24hours, then the filer will be shut down automatically to avoid further disk failures and data loss.

32Q) Did you ever do on tap upgrade? From which version to which version and for what reason?

Ans: Yes I have done ontap upgrade from version 7.2.6.1 to 7.3.3 due to a lot of bugs in the old version.

33Q) . How do you create a lun?

Ans: lun create -s <lunsize> -t <host type> <lunpath>

34Q) How do you monitor the filers?

Ans: Using DFM(Data Fabric Manager) or also using SNMP you can monitor the filer. Using any monitoring systems like .i.e.Nagios

35Q) What are the prerequisites for a cluster?

Ans:

  • cluster interconnect cable should be connected.
  • shelf connect should be properly done for both the controllers with Path1 and Path2
  • cluster license should be enabled on both the nodes
  • Interfaces should be properly configured for failover
  • the cluster should be enabled

36Q) What is the diff bet cf takeover and cf force takeover?

Ans: If partner shelf power is off if you try to take over it will not take. if you do as force using (-f) it will work

37Q) What is LIF?

Ans: LIF ( Logical interface): As the name suggests it's a logical interface that is created from the physical interface of NetApp controllers.

38Q) What is VServer?

Ans: A Vserver is defined as a logical container that holds the volumes. A 7 mode vfiler is called as a vserver in Clustered mode.

39Q) What is the junction path? 

Ans: This is a new term in cluster mode and this is used for mounting. Volume junctions are a way to join individual volumes together into a single, logical namespace to enable data access to NAS clients.

40Q) What are infinite volumes?

Ans: NetApp Infinite Volume is a software abstraction hosted over clustered Data ONTAP

You liked the article?

Like : 8

Vote for difficulty

Current difficulty (Avg): Medium

Recommended Courses

1/15

About Author
Authorlogo
Name
TekSlate
Author Bio

TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.


Stay Updated


Get stories of change makers and innovators from the startup ecosystem in your inbox