Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle 1Z0-580 Exam - Topic 10 Question 126 Discussion

Actual exam question for Oracle's 1Z0-580 exam
Question #: 126
Topic #: 10
[All 1Z0-580 Questions]

Your system has two disk devices, c2t0d0 and c2t1d0, and two flash devices, c2t5d0 and c2t8d0. Which command would you to create a storage pool named ''tank,'' which mirrors the disks and adds the two flash devices as ''cache''?

Show Suggested Answer Hide Answer
Suggested Answer: D

Creating a ZFS Storage Pool with Cache Devices

You can create a storage pool with cache devices to cache storage pool data. For example:

# zpool create tank mirror c2t0d0 c2t1d0 c2t3d0 cache c2t5d0 c2t8d0

Note:

* Creating a Basic Storage Pool

The following command creates a new pool named tank that consists of the disks c1t0d0 and c1t1d0:

# zpool create tank c1t0d0 c1t1d0

These whole disks are found in the /dev/dsk directory and are labelled appropriately by ZFS to contain a single, large slice. Data is dynamically striped across both disks.

* Creating a Mirrored Storage Pool

To create a mirrored pool, use the mirror keyword, followed by any number of storage devices that will comprise the mirror. Multiple mirrors can be specified by repeating the mirror keyword on the command line. The following command creates a pool with two, two-way mirrors:

# zpool create tank mirror c1d0 c2d0 mirror c3d0 c4d0


Contribute your Thoughts:

0/2000 characters
zpool create tank mirror c2t0d0 c2t1d0 cache c2t5d0 c2t8d0
upvoted 0 times
...
Nina
5 days ago
I believe the command would look something like `zpool create tank mirror c2t0d0 c2t1d0 cache c2t5d0 c2t8d0`, but I might be mixing up the options.
upvoted 0 times
...
My
10 days ago
This seems similar to a practice question we did on storage pools, but I can't remember if we had to specify the cache devices in a certain way.
upvoted 0 times
...
Dan
1 month ago
I remember something about using `mirror` for the disks and `cache` for the flash devices, but I can't recall if there's a specific order to list them.
upvoted 0 times
...
Corazon
1 month ago
I think we need to use the `zpool create` command, but I'm not entirely sure about the exact syntax for mirroring and adding cache.
upvoted 0 times
...
Jacki
1 month ago
I've got this! The command to create the "tank" storage pool with mirrored disks and flash cache is: zpool create tank mirror c2t0d0 c2t1d0 cache c2t5d0 c2t8d0. Easy peasy!
upvoted 0 times
...
Carmen
2 months ago
Ugh, storage pool management is not my strong suit. I'm going to have to really focus on this one. Okay, let me re-read the question carefully and think through the steps.
upvoted 0 times
...
Stephaine
2 months ago
Alright, let's see here. I remember the zpool create command, and I think we use the mirror option to mirror the disks. Then we can add the flash devices as a cache device. Hmm, let me think through the full command structure.
upvoted 0 times
...
Chau
2 months ago
Okay, so we have two disk devices and two flash devices. The goal is to create a storage pool called "tank" that mirrors the disks and uses the flash devices as cache. I'm pretty sure I know the zpool command to do this, but let me double-check the syntax.
upvoted 0 times
...
Jamika
2 months ago
Hmm, this looks like a question on storage pool management. I think I'll start by listing out the devices and their names as given in the prompt.
upvoted 0 times
...

Save Cancel