JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Basic Administration     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Managing User Accounts and Groups (Overview)

2.  Managing User Accounts and Groups (Tasks)

3.  Introduction to Shutting Down and Booting a System

What's New in Shutting Down and Booting a System

Support for Fast Reboot on the SPARC Platform

Automatic Boot Archive Recovery

GNOME Restart Dialog Support for Fast Reboot

Support for Fast Reboot on the x86 Platform

iSCSI Boot

Where to Find Shut Down and Boot Tasks

Shut Down and Boot Terminology

Guidelines for Shutting Down a System

Guidelines for Booting a System

When to Shut Down a System

When to Boot a System

4.  Shutting Down and Booting a System (Overview)

5.  Shutting Down a System (Tasks)

6.  Modifying Oracle Solaris Boot Behavior (Tasks)

7.  Booting an Oracle Solaris System (Tasks)

8.  Troubleshooting Booting an Oracle Solaris System (Tasks)

9.  Managing the Oracle Solaris Boot Archives (Tasks)

10.  x86: GRUB Based Booting (Reference)

11.  Managing Services (Overview)

12.  Managing Services (Tasks)

Index

What's New in Shutting Down and Booting a System

The following are new boot features in the Oracle Solaris release:

Support for Fast Reboot on the SPARC Platform

The Fast Reboot feature of Oracle Solaris, previously introduced on the x86 platform, is now supported on the SPARC platform. The integration of Fast Reboot on the SPARC platform enables the -f option to be used with the reboot command to accelerate the boot process by skipping certain POST tests.

On both the x86 and SPARC platforms, Fast Reboot is managed through SMF and implemented through a boot configuration service, svc:/system/boot-config. The boot-config service provides a means for setting or changing the default boot configuration parameters. When the config/fastreboot_default property is set to true, the system performs a fast reboot automatically, without the need to use the reboot -f command. By default, this property value is set to true on the x86 platform and to false on the SPARC platform.


Note - On the SPARC platform, the boot-config service also requires the solaris.system.shutdown authorization as the action_authorization and value_authorization.


To make fast reboot the default behavior on the SPARC platform, use the svccfg and svcadm commands. For instructions, see Managing the Boot Configuration Service.

Automatic Boot Archive Recovery

In Oracle Solaris 11 Express, boot archive recovery on the SPARC platform is automatic.

To support auto-recovery of the boot archives on the x86 platform, a new auto-reboot-safe property has been added to the boot configuration service, svc:/system/boot-config:default. By default, the property's value is set to false to ensure that the system does not automatically reboot to an unknown boot device. If the system is configured to automatically point to the BIOS boot device and GRUB menu entry that Oracle Solaris is installed on, you can set the property's value to true. Setting the value to true enables an automatic reboot of the system for the purpose of recovering an out-of-date boot archive.


Note - If you are running Oracle Solaris 11 Express, auto-recovery on the x86 platform is handled by the Fast Reboot feature.


To set or change the value of the auto-reboot-safe property, use the svccfg and svcadm commands. For more information, see the svccfg(1M) and svcadm(1M) man pages.

For general information about this enhancement, see the boot(1M) man page.

For step-by-step instructions, see x86: How to Clear Automatic Boot Archive Update Failures by Using the auto-reboot-safe Property.

GNOME Restart Dialog Support for Fast Reboot

In Oracle Solaris 11 Express, the GNOME restart dialog has been updated to include support for Fast Reboot and for switching boot environments (BEs) during a reboot. You can now specify a fast or a slow reboot to any bootable Oracle Solaris GRUB menu entry through the restart dialog. In addition, the dialog now lists all of the system's bootable GRUB entries, from which you can select an entry to reboot.


Note - The fast reboot functionality is supported for OS entries only. For all other boot entries, a slow reboot is performed.


Support for Fast Reboot on the x86 Platform

The Fast Reboot feature enables you to reboot an x86 based system, bypassing the firmware and boot loader processes. Fast Reboot implements an in-kernel boot loader that loads the kernel into memory and then switches to that kernel, so that the reboot process occurs within seconds. This feature is implemented on both 32-bit and 64-bit kernels.

If you are running Oracle Solaris 11 Express, Fast Reboot is enabled by default on the x86 platform, without the need to use the -f option with the reboot command. For information about Fast Reboot behavior in the SPARC platform, see Support for Fast Reboot on the SPARC Platform.

The default behavior for the Fast Reboot and Panic Fast Reboot feature of Oracle Solaris is managed through SMF and implemented through a boot configuration service, svc:/system/boot-config. The boot-config service provides a means for setting or changing the default boot configuration parameters on the x86 platform. For overview and task-related information, see x86: Support for Fast Reboot and x86: Fast Reboot Feature Enhancements.

For task-related information, see Using Fast Reboot.

iSCSI Boot

The iSCSI Boot feature of Oracle Solaris enables you to initialize an operating system over the network from a remote location, such as a storage disk array. The iSCSI Boot feature supports booting from both SPARC based and x86 based systems. iSCSI Boot is typically loaded onto an initiator , while the hard disk resides on a SCSI target that is attached to the network. Because the feature uses a standard Ethernet-based infrastructure, data, storage, and networking traffic can be consolidated on a standard network.

Using iSCSI boot on a SPARC based system to boot over the network differs from a typical SPARC network boot in the following ways:

Using iSCSI boot on an x86 based system to boot over the network differs from a typical x86 network boot in the following ways:

For more information about iSCSI boot, see Solaris COMSTAR iSCSI Support in System Administration Guide: Devices and File Systems.