Question 6 of 189

Which statement is true about expanding an aggregate from 32-bit to 64-bit in place?
Answer

Suggested Answer

The suggested answer is C.

http://www.ntapgeek.com/2011/12/how-in-place-expansion-works.html
To upgrade an aggregate in-place, the only available method is to add disks to expand the aggregate to >16TB.
Question 7 of 189

What utility on the storage system will allow you to capture network packet information?
Answer

Suggested Answer

The suggested answer is C.

The pktt command controls a simple on-filer packet tracing facility. Packets can be captured into a trace buffer then dumped to a file, or the captured data can be logged to a file. The data is stored in "tcpdump" format, and can be directly viewed with tcpdump, ethereal, and perhaps other viewers. The output can also be converted using the editcap(1) program to a variety of other formats, including Sniffer, NetMon, and snoop.
Question 8 of 189

The root admin on the UNIX box receives an "Access Denied" message when he attempts to access a newly mounted qtree. What’s the most likely cause of this error?
Answer

Suggested Answer

The suggested answer is C.

http://hd.kvsconsulting.us/netappdoc/801docs/html/ontap/smg/GUID-866DD79D-D2A6-4FBA-B0BDA63560FECEFF.html https://library.netapp.com/ecmdocs/ECMP1196891/html/GUID-F6304830-B124-40A5-95D6-C646AA85E9E0.html
Only hostnames and IPs are referenced in /etc/hosts, so A is incorrect. The question states that the qtree was mounted, and B and D would preclude this so they are incorrect.
You need to set a qtree to mixed or unix security style to support UNIX users.
Community Votes1 vote
AMost voted
100%
Question 9 of 189

Which two modes support using SnapMirror over multiple network paths?
Answer

Suggested Answer

The suggested answer is C, D.

https://library.netapp.com/ecmdocs/ECMP1196991/html/GUID-75BD4540-A103-4E2B-8B0A-E6BBC0D3F43F.html http://backdrift.org/man/netapp/man5/na_snapmirror.conf.5.html
Two multipath methods are supported:
The multiplexing mode causes snapmirror to use both paths at the same time. If one should fail, it will switch to use the remaining path only and use both again should the failing path be repaired.
Failover mode causes snapmirror to use the first path as the desired path and only use the second path should problems arise with the first path.
Question 10 of 189

Identify the two commands that could be entered on the SnapMirror destination storage system. (Choose two)
Answer

Suggested Answer

The suggested answer is C, D.

https://library.netapp.com/ecmdocs/ECMP1196979/html/man1/na_snapmirror.1.html snapmirror initialize [ -S source ] [ -k kilobytes ] [ -s src_snap ] [ -c create_dest_snap ] [ -w ] destination Starts an initial transfer over the network. An initial transfer is required before update transfers can take place.
The initialize command must be issued on the destination node. If the destination is a volume, it must be restricted (see na_vol(1) for information on how to examine and restrict volumes). If the destination is a qtree, it must not already exist (see na_qtree(1) for information on how to list qtrees). If a qtree already exists, it must be renamed or removed (using an NFS or CIFS client), or snapmirror initialize to that qtree will not work. snapmirror resync [ -n ] [ -f ] [ -S source ] [ -k kilobytes ] [ -s src_snap ]
[ -c create_dest_snap ] [ -w ] destination Resynchronizes a broken-off destination to its former source, putting the destination in the snapmirrored state and making it ready for update transfers. The resync command must be issued on the destination node.