InterviewSolution
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»
|
|
| 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 <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» | |
| 15. |
After Creating Lun (iscsi) & 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 IQN number specified is correct |
|
| 16. |
How Do You Shutdown Filer Through Rlm? |
|
Answer» SSH “RLM ip ADDRESS” ssh “rlm ip address” |
|
| 17. |
How Do You Setup Snapvault Snapshot Schedule? |
|
Answer» pri> snapvault SNAP SCHED vol1 sv_hourly 22@0-22
pri> snapvault snap sched vol1 sv_hourly 22@0-22 |
|
| 19. |
What Is The Command Used To See Amount Of Space Saved Using De-duplication? |
|
Answer» 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 Add a connection name line in the snapmirror.conf file /etc/snapmirror.conf |
|
| 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»
|
|
| 24. |
What Is The Difference Between Ontap 7 & 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: |
|
| 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 VOLUME: vol 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> 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>QTREE CREATE /vol/vol1/qtreename Netapp>qtree create /vol/vol1/qtreename |
|
| 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:
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.
There is no direct answer for this question but we shall do it in several way. |
|