Preface
The ZFS Administration Guide provides information about setting up and managing ZFS file systems.
This guide contains information for both SPARCTM based and x86 based systems.
This illumos release supports systems that use the SPARC and x86 families of processor architectures: UltraSPARCTM, SPARC64, AMD64, Pentium, and Xeon EM64T. The supported systems appear in the illumos Hardware Compatibility List. This document cites any implementation differences between the platform types.
In this document these x86 terms mean the following:
-
“x86” refers to the larger family of 64-bit and 32-bit x86 compatible products.
-
“x64” points out specific 64-bit information about AMD64 or EM64T systems.
-
“32-bit x86” points out specific 32-bit information about x86 based systems.
For supported systems, see the illumos Hardware Compatibility List.
Who Should Use This Book
This guide is intended for anyone who is interested in setting up and managing ZFS file systems. Experience using illumos or another UNIXTM operating system is recommended.
How This Book Is Organized
The following table describes the chapters in this book.
Chapter |
Description |
---|---|
Provides an overview of ZFS and its features and benefits. It also covers some basic concepts and terminology. |
|
Provides step-by-step instructions on setting up simple ZFS configurations with simple pools and file systems. This chapter also provides the hardware and software required to create ZFS file systems. |
|
Identifies important features that make ZFS significantly different from traditional file systems. Understanding these key differences will help reduce confusion when using traditional tools to interact with ZFS. |
|
Provides a detailed description of how to create and administer storage pools. |
|
Provides detailed information about managing ZFS file systems. Included are such concepts as hierarchical file system layout, property inheritance, and automatic mount point management and share interactions. |
|
Describes how to create and administer ZFS snapshots and clones. |
|
Describes how to use access control lists (ACLs) to protect your ZFS files by providing more granular permissions then the standard UNIX permissions. |
|
Provides information on using ZFS volumes, using ZFS with zones, and alternate root pools. |
|
Describes how to identify ZFS failure modes and how to recover from them. Steps for preventing failures are covered as well. |
Related Books
Related information about general Solaris system administration topics can be found in the following books:
-
Solaris System Administration: Basic Administration
-
Solaris System Administration: Advanced Administration
-
Solaris System Administration: Devices and File Systems
-
Solaris System Administration: Security Services
-
Solaris Volume Manager Administration Guide
Documentation, Support, and Training
Typographic Conventions
The following table describes the typographic conventions that are used in this book.
Typeface |
Meaning |
Example |
---|---|---|
|
The names of commands, files, and directories, and onscreen computer output |
Edit your .login file. Use machine_name% you have mail. |
AaBbCc123 |
What you type, contrasted with onscreen computer output |
machine_name% su Password: |
aabbcc123 |
Placeholder: replace with a real name or value |
The command to remove a file is |
AaBbCc123 |
Book titles, new terms, and terms to be emphasized |
Read Chapter 6 in the User's Guide. A cache is a copy that is stored locally. Do not save the file. Note: Some emphasized items appear bold online. |
Shell Prompts in Command Examples
The following table shows the default UNIX system prompt and superuser prompt for the C shell, Bourne shell, and Korn shell.
Shell |
Prompt |
---|---|
C shell |
|
C shell for superuser |
|
Bourne shell and Korn shell |
|
Bourne shell and Korn shell for superuser |
|