Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

What Is The Difference Between Nas & San?

Answer»

The main DIFFERENCE between NAS and SAN is that NAS is an Ethernet BASED while SAN is Fabric based.

NAS- Network ATTACHED Storage:

It enters data on file level and develops space to host in the form of folder of shared NETWORKS.

SAN- Storage Area Network:

It enters data on block level and develops space to host in the form of a DISK.

The main difference between NAS and SAN is that NAS is an Ethernet based while SAN is Fabric based.

NAS- Network Attached Storage:

It enters data on file level and develops space to host in the form of folder of shared networks.

SAN- Storage Area Network:

It enters data on block level and develops space to host in the form of a disk.

2.

What Is Infinite Volumes..?

Answer»

NETAPP Infinite Volume is a software abstraction HOSTED over CLUSTERED Data ONTAP

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

3.

What Is Junction Path..?

Answer»

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.

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.

4.

What Is Vserver..?

Answer»

A Vserver is DEFINED as logical container which holds the volumes. A 7 MODE vfiler is CALLED as a vserver in Clustered mode . 

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

5.

What Is Lif.?

Answer»

LIF ( LOGICAL interface) : As the name suggest its a logical interface which is created from physical interface of NetApp CONTROLLERS.

LIF ( Logical interface) : As the name suggest its a logical interface which is created from physical interface of NetApp controllers.

6.

What Is The Diff Bet Cf Takeover And Cf Force Takeover?

Answer»

If PARTNER shelf POWER is off, if you TRY to takeover it will not TAKE. if you do as force using (-f) it will WORK

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

7.

What Are The Prerequisites For A Cluster?

Answer»
  • 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 fail over
  • cluster should be enabled

8.

How Do You Monitor The Filers?

Answer»

Using DFM(Data Fabric Manager) or ALSO using SNMP you can monitor the filer. Using any MONITORING SYSTEMS LIKE .i.e.Nagios

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

9.

How Do You Create A Lun ?

Answer»

LUN create -s &LT;lunsize> -t <HOST type> <lunpath>

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

10.

Did You Ever Do Ontap Upgrade? From Which Version To Which Version And For What Reason?

Answer»

YES i have DONE ontap upgrade from version 7.2.6.1 to 7.3.3 due to lot of BUGS in OLD version.

Yes i have done ontap upgrade from version 7.2.6.1 to 7.3.3 due to lot of bugs in old version.

11.

What Is Degraded Mode? If You Don't Have Parity For Failed Disks Then?

Answer»

If the spare DISK is not added within 24hours,then filer will be SHUTDOWN automatically to AVOID further disk FAILURES and data loss.

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

12.

What Do You Do If A Customer Reports A Particular Cifs Share Is Responding Slow?

Answer»
  • Check the r/w using "cifs stat" &AMP; "sysstat -x 1".
  • If DISK & cpu utilization is more then 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.

13.

How To Check Cifs Performance Statistics.?

Answer»

CIFS STAT

cifs stat

14.

In Cifs How Do You Check Who Is Using Most?

Answer»

CIFS TOP

cifs top

15.

After Creating Lun (iscsi) &amp; Mapped The Lun To Particular Igroup, The Client Not Able To Access The Lun. What Are The Trouble Shooting Steps You Take?

Answer»

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

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

16.

How Do You Shutdown Filer Through Rlm?

Answer»

SSHRLM ip ADDRESS
RLM_Netapp> system POWER on

ssh “rlm ip address”
RLM_Netapp> system power on

17.

How Do You Setup Snapvault Snapshot Schedule?

Answer»

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

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

18.

Command Used To Check Progress And Status Of De-duplication?

Answer»

SIS STATUS

sis status

19.

What Is The Command Used To See Amount Of Space Saved Using De-duplication?

Answer»

DF –s &LT;VOLUME NAME&GT;

df –s <volume name>

20.

Explain How De-duplication Works?

Answer»

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 date (for example, full backups). 

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 date (for example, full backups). 

21.

How Do You Configure Multiple Path In Snapmirror?

Answer»

Add a connection NAME LINE in the snapmirror.conf FILE

/etc/snapmirror.conf
FAS1_conf = multi (FAS1-e0a,FAS2-e0a) (FAS1-e0b,FAS2-e0b)

Add a connection name line in the snapmirror.conf file

/etc/snapmirror.conf
FAS1_conf = multi (FAS1-e0a,FAS2-e0a) (FAS1-e0b,FAS2-e0b)

22.

Explain The Different Types Of Replication Modes..?

Answer»

SnapMirror Async mode replicates Snapshot copies from a SOURCE volume or qtree to a DESTINATION. It will support to replicate 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.

SnapMirror Async mode replicates Snapshot copies from a source volume or qtree to a destination. It will support to replicate 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.

23.

While Doing Baseline Transfer You’re Getting Error Message. What Are The Troubleshooting Steps You’ll Do?

Answer»
  • 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

24.

What Is The Difference Between Ontap 7 &amp; 8?

Answer»

In ONTAP 7 the individual aggregate is LIMITED to 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.

In ONTAP 7 the individual aggregate is limited to 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.

25.

What Is The Difference Between Ndmp Copy And Vol Copy?

Answer»

Ndmp copy:NETWORK data MANAGEMENT protocol(used for TAPE BACKUP)

Vol copy: is used to transfer volume to same or another aggregate 

Ndmp copy:network data management protocol(used for tape backup)

Vol copy: is used to transfer volume to same or another aggregate 

26.

What Is The Iscsi Port Number?

Answer»

3260

3260

27.

What Is The Difference Between Iscsi And Fcp?

Answer»

ISCSI-sending block through. iSCSI does not required dedicated network, it will WORK on existing network also. it work's an TCP/IP.

Fcp-send through fibre medium. Required an dedicated FC network. PERFORMANCE is so HIGH COMPARE to the iSCSI

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

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

28.

What Are The Protocols You Are Using?

Answer»

Say some PROTOCOLS like NFS, CIFS, ISCSI and FCP

Say some protocols like NFS, CIFS, ISCSI and FCP

29.

What Are The Raid Groups Netapp Supporting?, What Is The Difference Between Them?

Answer»

SUPPORTED RAID TYPES:

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

Supported RAID types:

30.

What Is Snapshot?

Answer»

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.

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.

31.

What Is The Default Snap Reserve In Aggregate?

Answer»

5%

5%

32.

What Is Qtree?

Answer»

QTREE is LOGICAL PARTITION of the VOLUME

qtree is Logical partition of the volume. 

33.

How To Increase The Volume?

Answer»

TRADITIONAL VOLUMEvol ADD VolName no.of.disk

Flexible Volume: vol SIZE VolName +60g

Traditional Volume: vol add VolName no.of.disk

Flexible Volume: vol size VolName +60g

34.

How To Resize The Aggregate?

Answer»

NETAPP&GT; AGGR ADD AggName no.of.disk

Netapp> aggr add AggName no.of.disk

35.

How To Copy Volume Filer To Filer?

Answer»

ndmpcopy or SNAPMIRROR

ndmpcopy or snapmirror

36.

How To Create Qtree And Provide The Security?

Answer»

NETAPP&GT;QTREE CREATE /vol/vol1/qtreename 
Netapp>qtree SECURITY /vol/vol1/qtree unix|ntfs|mixed

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

37.

How To Create The Lun For Linux Server?

Answer»

LUN CREATE –s SIZE –t LINUX /vol/vol1/lunname 

lun create –s size –t linux /vol/vol1/lunname 

38.

Unable To Map Lun To Solaris Server, But Solaris Server Side No Issue. How To Resolve The Issue?

Answer»

FROM STORAGE SIDE:

  • VERIFY iscsi/fcp license is ADDED in storage 
  • Verify iscsi/fcp SESSION is logged in from server side use 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

FROM STORAGE SIDE:

39.

How To Improve The Netapp Storage Performance?

Answer»

There is no direct answer for this question but we shall do it in several way. 

  • If volume/lun present in ATA/SATA harddisk 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 single INTERFACE, multi mode vif can be configured to get better bandwidth and fault tolerance.
  • Always advised to keep aggr/vol utilization below 90%.
  • Avoid doing multiple volume backup in single point of time.
  • Aggr/volume/lun reallocation can be done to re–distribute the DATA to multiple disk 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 disk and different types of disk in a 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.

There is no direct answer for this question but we shall do it in several way.