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

Document Information

Preface

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

2.  Transitioning to an Oracle Solaris 11 Installation Method

Oracle Solaris 11 Installation Methods

Oracle Solaris 11 Installation Requirements

ZFS Root Pool Installation Requirements

Oracle Solaris 11 Preinstallation Tasks

Installing Oracle Solaris 11 by Using Installation Media

Migrating From JumpStart to AI

Using the JumpStart Migration Utility

JumpStart to AI Conversion Tasks

Installing Oracle Solaris 11 by Using AI

Setting Up an Install Server

Customizing an AI Installation

Provisioning a Client System

Configuring a Client System

Creating a Script That Runs at First Boot

Installing Client Systems by Using AI

Additional Installation Tasks

Configuring Date and Time Before and After an Installation

How to Switch From Local Time Format to UTC Format

How to Switch From UTC Format to Local Time Format

Maintaining Local Time on a System Running Multiple Operating Systems That Keep RTC Time as Local Time

Adding a Linux Entry to the GRUB Menu After an Installation

Troubleshooting an Oracle Solaris 11 Installation

Monitoring the Live Media Startup Process

Troubleshooting Login and User Account Issues After an Installation

x86: How to Troubleshoot Your Login

3.  Managing Devices

4.  Managing Storage Features

5.  Managing File Systems

6.  Managing Software

7.  Managing Network Configuration

8.  Managing System Configuration

9.  Managing Security

10.  Managing Oracle Solaris Releases in a Virtual Environment

11.  User Account Management and User Environment Changes

12.  Using Oracle Solaris Desktop Features

A.  Transitioning From Previous Oracle Solaris 11 Releases to Oracle Solaris 11

Additional Installation Tasks

You might need to perform the following additional tasks before or after an installation.

Configuring Date and Time Before and After an Installation

Oracle Solaris 11 keeps the Real Time Clock (RTC) in Coordinated Universal time (UTC) format. The behavior on x86 platforms is different in Oracle Solaris 11 than in Oracle Solaris 10 and Oracle Solaris 11 Express. The interactive installers enable you to configure the date and time during the installation. As part of that process, the RTC is updated with the time in UTC format. However, AI does not adjust the RTC date and time during an installation. To ensure that the time stamp of installed files are correct, configure the time in the BIOS in UTC format before beginning the installation. On x86 platforms, when using the pkg update command, the OS continues to keep time in RTC in the local time format. This method is used to avoid time inconsistencies between Oracle Solaris 11 BEs and BEs from previous releases.


Note - If you are running Oracle Solaris 11 as an Oracle VM VirtualBox guest, you need to check or uncheck the Hardware Clock in UTC time setting in the system preferences for the virtual machine.


How to Switch From Local Time Format to UTC Format

  1. Set the time lag between the kernel and RTC to 0 (zero), as follows:
    # rtc -z GMT
  2. If the date/time requires an adjustment, use the date command. See date(1).

How to Switch From UTC Format to Local Time Format

Use the following procedure when the switch from UTC to local time is complete, and each time you reconfigure the time zone setting by using the sysconfig command.

  1. Run the rtc timezone command with the -z option.
    # rtc -z timezone

    For example:

    # rtc -z US/Pacific
  2. If the date/time requires an adjustment, use the date command.

Maintaining Local Time on a System Running Multiple Operating Systems That Keep RTC Time as Local Time

If you maintain and boot several operating systems on the same Oracle Solaris 11 system, and those operating systems keep RTC time as local time, there are several ways that these operating systems can coexist from the RTC time point of view:

Adding a Linux Entry to the GRUB Menu After an Installation

If you are setting up a boot environment in such a way that you install Linux on one partition first and Oracle Solaris on another partition afterwards, you will need to follow certain instructions to ensure that the GRUB menu information from the new installation does not erase the GRUB menu information from a previous installation. For instructions, see How to Add a Linux Entry to the GRUB Menu After Installing Oracle Solaris in Booting and Shutting Down Oracle Solaris on x86 Platforms.


Note - Some Linux distributions now run on GRUB2, for example, Ubuntu and Mint Linux. You cannot boot GRUB2 partitions on the version of GRUB that is included in Oracle Solaris 11. In these instances, an alternate workaround is suggested.