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 Exam 1Z0-580 Topic 1 Question 66 Discussion

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

A developer wants to use DTrace in a zone to examine the kernel. What are his options?

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:

Ernestine
27 days ago
That's a good point, option E could also be a valid choice depending on the specific requirements of the developer.
upvoted 0 times
...
Ty
29 days ago
I disagree, I believe option E is the way to go as it enables the use of DTrace within the zone.
upvoted 0 times
...
Ernestine
30 days ago
I think option A is the best choice because it allows the developer to examine kernel data structures.
upvoted 0 times
...

Save Cancel
az-700  pass4success  az-104  200-301  200-201  cissp  350-401  350-201  350-501  350-601  350-801  350-901  az-720  az-305  pl-300  

Warning: Cannot modify header information - headers already sent by (output started at /pass.php:70) in /pass.php on line 77