What is the minimum number of rack units that are required on each site for a NetApp AFF All San Array (ASA) A800 MetroCluster IP configuration with 72 disks per site and Cisco N9K-C9336C-FX2 backend switches?
Answer : A
For a NetApp AFF All SAN Array (ASA) A800 MetroCluster IP configuration with 72 disks per site and Cisco N9K-C9336C-FX2 backend switches, the minimum number of rack units required on each site is 16 RU. This includes space for the controllers, disk shelves, and the necessary network switches. This configuration ensures that all components are properly accommodated and operational within the specified rack space.
For detailed information on the rack unit requirements and MetroCluster IP configurations, refer to:
NetApp Documentation on MetroCluster IP
MetroCluster IP Solution Architecture
When using tagged VLANs on Cisco Nexus switches for NVMe over TCP, which two changes must be made to enable jumbo frames? (Choose two.)
Answer : A, C
For enabling jumbo frames on Cisco Nexus switches for NVMe over TCP with tagged VLANs, the following changes are required:
Modify the Cisco Nexus switches to use an MTU of 9216: Setting the MTU to 9216 ensures that the network can handle jumbo frames, reducing the number of packets needed for large data transfers and thus improving performance.
Modify the appropriate broadcast domain in NetApp ONTAP software to use an MTU of 9216: This setting must match the network configuration to ensure end-to-end support for jumbo frames, which is essential for optimizing performance in NVMe over TCP environments.
For additional information, refer to:
NetApp Documentation on NVMe over TCP
Cisco Documentation on Jumbo Frames
A storage administrator wants to increase security and optimize performance in a recently implemented SAN deployment.
What should the storage administrator configure to ensure initiator restriction to certain LIFs?
Answer : D
To increase security and optimize performance in a SAN deployment, configuring an access list is essential. Access lists restrict initiator access to specific LIFs, ensuring that only authorized hosts can connect to the storage system. This helps in enhancing security by preventing unauthorized access and optimizes performance by controlling and managing the paths used for storage access.
For additional details, you can refer to:
NetApp SAN Administration Guide
An engineer Is implementing a data migration scenario for a customer who has multiple FC LUNs across multiple third-party SAN arrays. The engineer wants to use Foreign LUN Import (FLI) for the migration.
What is a requirement on the destination NetApp ONTAP cluster for FLI?
Answer : D
When using Foreign LUN Import (FLI) for migrating LUNs from third-party SAN arrays to a NetApp ONTAP system, one of the requirements is to have at least one Fibre Channel (FC) port configured in target mode on the destination NetApp ONTAP cluster. This configuration is necessary to facilitate the migration process as the target mode port will accept and manage incoming data from the source SAN arrays.
For additional details, refer to:
What Is a recommended setting for using the NetApp ONTAP LUN fractional reserve?
Answer : C
The recommended setting for using the NetApp ONTAP LUN fractional reserve is to set the space guarantee to 'volume'. This setting ensures that the required space for overwrites in the volume is reserved, preventing potential write failures when snapshot copies are created. This setup helps in maintaining the performance and reliability of the storage system by ensuring there is always enough space allocated for the LUN.
For further details, you can refer to:
NetApp Community Discussion on Fractional Reserve
NetApp Documentation on Space Management
An administrator is setting up a NetApp ONTAP AFF system for both NVMe/TCP and iSCSI. Which task is required for SAN configuration?
Answer : C
When setting up a NetApp ONTAP AFF system for both NVMe/TCP and iSCSI, a critical task required for SAN configuration is to configure Logical Interfaces (LIFs). LIFs are necessary for network connectivity and are used by both NVMe/TCP and iSCSI protocols to communicate between the storage system and the host.
The configuration of LIFs involves creating and managing these interfaces to ensure they are correctly mapped and available for use by the respective protocols. This step is essential for the SAN setup to function properly.
For more detailed steps on configuring LIFs, you can refer to NetApp's documentation:
How to Configure NVMe/TCP with ONTAP (NetApp Community).
SAN Configuration with ONTAP (NetApp).
A customer needs to verify if jumbo frames have been configured correctly for an ISCSI workload. Which command should be used?
Answer : B
To verify if jumbo frames have been configured correctly for an iSCSI workload, the command ping -lif <LIF> -vserver <SVM> -destination <IP> -disallow-fragmentation true -packet-size 9000 should be used. This command tests the network path with the jumbo frame size (9000 bytes) and ensures that the packets are not fragmented, confirming that jumbo frames are supported end-to-end.
For more details, you can check:
NetApp Documentation on iSCSI Configuration
NetApp Community Discussions on Jumbo Frames