What ensures that data is continuously secure and encrypted in-flight?
Correct : C
TLS (Transport Layer Security) ensures that data is encrypted in-flight, meaning during transmission between systems. It protects data against eavesdropping and tampering as it moves over the network.
Start a Discussions
You are at a customer site and assisting with testing a sudden site disaster scenario with their MetroCluster solution. All the equipment at the production site is suddenly powered off, and the command metrocluster switchover -forced-on-disaster true is issued. After the switchover to the disaster site is complete, the customer notices that one of their database applications is offline. All other data is accessible from the disaster site. You notice the following in the volume show output:
What can you do to help bring the application online while in switchover?
Correct : C
The in-nvfailed-state: true indicates that the volume is in Nonvolatile RAM (NVRAM) failed state, which happens when write operations could not be committed properly during a disaster event. This causes the volume to go into a read-only protected mode to avoid data corruption.
To restore access, you must manually override this state with:
volume modify -vserver SVM1-mc -volume APP02_DB -in-nvfailed-state false
This will bring the volume out of failed state and allow the database application to function again during the switchover.
Start a Discussions
You need to protect an entire SVM and all of its data volumes and have decided to use SnapMirror SVM. The DR cluster uses a different subnet from the production cluster, and the destination SVM has the added requirement of also being online and serving data as read-only.
What option would you set to achieve both goals?
Correct : B
Setting -identity-preserve false allows the destination SVM to have a different network configuration, which is required since the DR site uses a different subnet. It also enables the destination SVM to be online and serve data in read-only mode, which meets the requirement for data availability during normal operation without promoting the SVM.
Start a Discussions
A customer needs a monthly report with security recommendations from multiple NetApp ONTAP clusters.
Which NetApp option enables the customer to schedule a security report?
Correct : A
Active IQ Unified Manager allows customers to schedule monthly security reports across multiple ONTAP clusters. These reports include security posture, compliance status, and actionable recommendations, making it the correct tool for centralized security monitoring and reporting.
Start a Discussions
A company is using SnapMirror SVM replication, with identity preserve set to false to protect an SMB-only dataset in case of a disaster.
What needs to be manually configured to allow SMB to have access to the data on the destination?
Correct : C
When SnapMirror SVM replication is configured with identity-preserve=false, network and protocol configurations (like SMB shares) are not replicated. Therefore, to allow SMB access on the destination SVM, you must manually create SMB shares on the destination after replication is initialized.
Start a Discussions