nerdexam
Network_Appliance

NS0-155 · Question #99

To create a 64-bit aggregate, which optional switch/flag/parameter/option to the aggr create command must be included?

The correct answer is B. B 64. 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…

7-Mode Storage System Deployment

Question

To create a 64-bit aggregate, which optional switch/flag/parameter/option to the aggr create command must be included?

Options

  • Ab 64
  • BB 64
  • Cl 64
  • DL 64
  • ENo optional switch/flag/parameter/option is needed because 64-bit aggregates are the default

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    82% (27)
  • D
    3% (1)
  • E
    6% (2)

Explanation

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

Topics

#aggr create#64-bit aggregate#command syntax

Community Discussion

No community discussion yet for this question.

Full NS0-155 Practice