Valid NS0-155 Dumps shared by EduDump.com for Helping Passing NS0-155 Exam! EduDump.com now offer the newest NS0-155 exam dumps, the EduDump.com NS0-155 exam questions have been updated and answers have been corrected get the newest EduDump.com NS0-155 dumps with Test Engine here:
To create a 64-bit aggregate, which optional switch/flag/parameter/option to the aggr create command must be included?
Correct Answer: B
Explanation/Reference: Explanation: http://www.netapp.com/us/system/pdf-reader.aspx?m=tr-3786.pdf&cc=us The command to create a 64-bit aggregate is the same aggr create command that is present in Data ONTAP 7G for aggregate creation. The aggr create command has a new flag, -B, to specify the type of aggregate to create. It takes a value of either 32 or 64 and creates the respective type of aggregate. Therefore the aggr create command with -B 64 creates a 64-bit aggregate. The aggr create command without the -B flag by default creates a 32-bit aggregate. Here are some commands for creating different aggregate types in Data ONTAP 8.0: Creating a 64-bit aggregate: aggr create aggr_64 -B 64 5 Creating a 32-bit aggregate using -B flag: aggr create aggr_32 -B 32 5 Creating a 32-bit aggregate without using -B flag: aggr create default_aggr_32 5 Note: the man pages do not include this option in later versions of DOT because 64-bit is now the default.