Deploying Hybrid Storage Pools With Flash Technology and Solaris ZFS


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Deploying Hybrid Storage Pools With Flash Technology and Solaris ZFS
# 1  
Old 11-11-2008
Deploying Hybrid Storage Pools With Flash Technology and Solaris ZFS

By combining Flash technology and the Solaris ZFS file system, you can combine the high performance of enterprise solid-state drives (SSDs) with the low cost of high-capacity hard disks to create solutions that can help you balance system performance and cost. This Sun BluePrints article describes how.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

Flash Archive Jumpstart with multiple ZFS Pools

Hi, I'm trying to get a Flash Archive Jumpstart Running with ZFS Filesystem. For Testing I set up a VirtualBox VM with 2 Disks attached. On the first disk I have the ZFS root pool, on the second Disk I have some more ZFS Pools which I use for 2 additional Zones I've set up. Restoring works fine if... (1 Reply)
Discussion started by: NoelzeN
1 Replies
Login or Register to Ask a Question
zdb(1M) 						  System Administration Commands						   zdb(1M)

NAME
zdb - ZFS debugger SYNOPSIS
zdb pool DESCRIPTION
The zdb command is used by support engineers to diagnose failures and gather statistics. Since the ZFS file system is always consistent on disk and is self-repairing, zdb should only be run under the direction by a support engineer. If no arguments are specified, zdb, performs basic consistency checks on the pool and associated datasets, and report any problems detected. Any options supported by this command are internal to Sun and subject to change at any time. EXIT STATUS
The following exit values are returned: 0 The pool is consistent. 1 An error was detected. 2 Invalid command line options were specified. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWzfsu | +-----------------------------+-----------------------------+ |Interface Stability |Unstable | +-----------------------------+-----------------------------+ SEE ALSO
zfs(1M), zpool(1M), attributes(5) SunOS 5.11 31 Oct 2005 zdb(1M)