Click the Exhibit button.
You create a volume as shown in the exhibit.
Which statement about the new volume is true?

A.
A FlexVol volume is created on the aggregate (sas_01 or sas_02) with the most free space.
B.
A FlexVol volume is created on aggregate sas_01 can only be moved to aggregate sas_02.
C.
A FlexGroup volume is created with eight constituents.
D.
A FlexGroup volume is created with two constituents
Explanation:
The Volume create parameter -aggr-list <aggregate name>, … – List of Aggregates for FlexGroup Constituents
Specifies an array of names of aggregates to be used for FlexGroup constituents. Each entry in the list will
create a constituent on the specified aggregate.
http://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-910%
2Fvolume__create.html
This is a incomplete test, is more than new 20 questions in the Certification Test
0
0
Do you mean an another 20 new question in addition to this 60?
Any ideas how to get it?
0
0
c
3
0
@david:
why c?
0
0
C is correct, because the default aggr-list-multiplier is 4, which means with two aggregates we will have 8 constituents
5
0
Good pickup!
0
0
-aggr-list-multiplier specifies the number of times to iterate over the aggregates that are listed with the -aggr-list parameter when creating a FlexGroup volume.
The default value of the -aggr-list parameter is 4.
http://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.pow-fg-mgmt%2FGUID-65EF2096-8BA6-4DB8-8786-ACAD1DAE406F.html
Yep, his correct.
1
0
Correction. it is 1 not 4. The reference to 4 was indicative of the example provided by NetApp.
[-aggr-list-multiplier ] – Aggregate List Repeat Count
Specifies the number of times to iterate over the aggregates listed with the -aggr-list parameter when expanding a FlexGroup. The aggregate list will be repeated the specified number of times.
Example:
-aggr-list aggr1,aggr2 -aggr-list-multiplier 2
will cause four constituents to be created in the order aggr1, aggr2, aggr1, aggr2.
The default value is 1.
0
1
so the answer is D?
0
1
How can D be wrong?
The -aggr-list-multiplier was not specified!
https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-920%2Fvolume__flexgroup__deploy.html
0
0
I have tested this on my homelab (2 node cluster ONTAP 9.1 sim)
Opened clustershell. Entered the same command without junction-path and space-guarantee parameters. I have listed two aggregates and the output tells me that it will create 8 constituents.
cl1::> volume create -vserver CIFS -volume FlexGroup1 -aggr-list aggr1, aggr2 -size 500M
Warning: A FlexGroup “FlexGroup1” will be created with the following number of
constituents of size 62.50MB: 8.
Do you want to continue? {y|n}: y
As people already mentioned, the default multiplier is 4. (reference doc: http://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.pow-fg-mgmt%2FGUID-65EF2096-8BA6-4DB8-8786-ACAD1DAE406F.html)
If i specifically enter the parameter -aggr-list-multiplier, i will get a different constituent output. Look at my example:
cl1::> volume create -vserver CIFS -volume FlexGroup4 -aggr-list aggr1, aggr2 -aggr-list-multiplier 2 -size 500M
Warning: A FlexGroup “FlexGroup4” will be created with the following number of constituents of size 125MB: 4.
Do you want to continue? {y|n}: y
So the correct answer is C
0
0
This exam has new 20 to 25 questions. Anyone knows ?
1
0
yes the answer is C
0
0
Hello Admin,
i think there give any updates and more new questions, do you have it??
0
0