Assuming that a user called "operator" exists on the system and is configured to use a profile shell, what is the impact of the following sequence of commands?
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
Fidelia
2 months agoLynna
3 days agoCarmen
11 days agoKimbery
1 months agoSuzan
2 months agoKenneth
14 days agoJulio
20 days agoFelton
1 months agoDewitt
2 months agoLore
2 months agoJuan
2 months agoJuan
2 months agoColene
2 months agoLauran
1 months agoLottie
1 months agoSophia
1 months agoMerilyn
1 months agoLamonica
2 months agoKris
2 months agoDewitt
3 months ago