JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Administration: Common Tasks     Oracle Solaris 11 Information Library
search filter icon
search icon

Document Information

About This Book

1.  Locating Information About Oracle Solaris Commands

2.  Managing User Accounts and Groups (Overview)

3.  Managing User Accounts and Groups (Tasks)

4.  Booting and Shutting Down an Oracle Solaris System

5.  Working With Oracle Configuration Manager

6.  Managing Services (Overview)

7.  Managing Services (Tasks)

8.  Using the Fault Manager

9.  Managing System Information (Tasks)

10.  Managing System Processes (Tasks)

11.  Monitoring System Performance (Tasks)

12.  Managing Software Packages (Tasks)

13.  Managing Disk Use (Tasks)

14.  Scheduling System Tasks (Tasks)

15.  Setting Up and Administering Printers by Using CUPS (Tasks)

16.  Managing the System Console, Terminal Devices, and Power Services (Tasks)

What's New in Managing the System Console and Locally Connected Terminal Devices

Removal of Support for SVR4 Service Access Facility Commands and Service Access Controller Program

Virtual Terminal Support

Bitmapped Console Support

Managing the System Console and Locally Attached Connected Terminal Devices (Task Map)

Overview of the System Console and Locally Connected Terminal Devices

SMF Services That Manage the System Console and Locally Connected Terminal Devices

Managing the System Console and Locally Connected Terminal Devices

How to Modify Settings for the System Console

How to Set Up Login Services on Auxiliary Terminals

How to Set the Baud Rate Speed on the System Terminal

Managing System Power Services

How to Recover from Power Service in Maintenance Mode

17.  Managing System Crash Information (Tasks)

18.  Managing Core Files (Tasks)

19.  Troubleshooting System and Software Problems (Tasks)

20.  Troubleshooting Miscellaneous System and Software Problems (Tasks)

Index

Managing System Power Services

In Oracle Solaris 11 release, power management configuration has moved into an SMF configuration repository. The new poweradm command is used to manage system power management properties directly rather than using a combination of power-related command, daemon, and configuration file. These changes are part of a wider set of changes to modernize the power management framework in Oracle Solaris 11.

The following power management features are no longer available:

Two new properties describe the power configuration that manage time components:

You can display poweradm properties by using the following command:

# poweradm list
active_control/administrative-authority      smf=platform, current=platform
suspend/suspend-enable                       smf=false, current=false
active_config/time-to-full-capacity          platform=250, current=250
active_config/time-to-minimum-responsiveness platform=0, current=0
disabled                                     platform=false

In the above output, the active_control/administrative-authority indicates the source of the configuration with two settings:

If you previously enabled S3-support in the /etc/power.conf file to suspend and resume your system, similar poweradm syntax is:

# poweradm set suspend-enable=true

The suspend-enable property is set to false by default.

Use the following syntax to disable power management:

# poweradm set administrative-authority=none

Disabling the following SMF power management service does not disable power management:

online         Sep_02   svc:/system/power:default

For more information, see poweradm(1M).

How to Recover from Power Service in Maintenance Mode

If administrative-authority is set to smf before both time-to-full-capacity and time-to-minimum-responsiveness have been set, the service will go into maintenance mode.

  1. Become an administrator.
  2. Set administrative-authority to none.
    # poweradm set administrative-authority=none
  3. Set both time-to-full-capacity and time-to-minimum-responsiveness to their desired values.
    # poweradm set time-to-full-capacity=value
    # poweradm set time-to-minimum-responsiveness=value
  4. Clear the service.
    # svcadm clear power
  5. Set administrative-authority to smf.
    # poweradm set administrative-authority=smf