JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Transitioning From Oracle Solaris 10 to Oracle Solaris 11.1     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Transitioning From Oracle Solaris 10 to an Oracle Solaris 11 Release (Overview)

2.  Transitioning to an Oracle Solaris 11 Installation Method

3.  Managing Devices

4.  Managing Storage Features

5.  Managing File Systems

Oracle Solaris 11 File System Changes

Root File System Requirements and Changes

Mounting File System Changes

Managing ZFS File System Changes

Displaying ZFS File System Information

Resolving ZFS File System Space Reporting Issues

Resolving ZFS Storage Pool Space Reporting Issues

Making ZFS File Systems Available

ZFS File System Sharing Changes

Legacy ZFS Sharing Syntax

ZFS Sharing Migration/Transition Issues

ZFS Data Deduplication Requirements

Considering ZFS Backup Features

Migrating File System Data to ZFS File Systems

Recommended Data Migration Practices

Migrating Data With ZFS Shadow Migration

Migrating UFS Data to a ZFS File System (ufsdump and ufsrestore)

6.  Managing Software and Boot Environments

7.  Managing Network Configuration

8.  Managing System Configuration

9.  Managing Security

10.  Managing Oracle Solaris Releases in a Virtual Environment

11.  Managing User Accounts and User Environments

12.  Managing Desktop Features

A.  SPARC Automated Installation Scenario

Migrating File System Data to ZFS File Systems

Consider the following recommended data migration practices, if you are migrating data to systems running the Oracle Solaris 11 release.

Recommended Data Migration Practices

Migrating Data With ZFS Shadow Migration

ZFS shadow migration is a tool you can use to migrate data from an existing file system to a new file system. A shadow file system is created that pulls data from the original source as necessary.

You can use the shadow migration feature to migrate file systems as follows:

Shadow migration is a process that pulls the data to be migrated:

Review the following considerations when migrating file systems:

Migrating UFS Data to a ZFS File System (ufsdump and ufsrestore)

You can also use ufsrestore to restore a previous ufsdump dump. For example:

# mount -F nfs rsystem:/export/ufsdata /tank/legacyufs
# ls /tank/legacyufs
ufsdump-a
# zfs create tank/newzfs
# cd /tank/newzfs
# ufsrestore rvf /tank/legacyufs/ufsdump-a

If the original UFS file system data includes POSIX-draft ACLs, they are translated into to NFSv4 ACLs. See the Chapter 7, Using ACLs and Attributes to Protect Oracle Solaris ZFS Files, in Oracle Solaris 11.1 Administration: ZFS File Systems.