xref: /illumos-gate/usr/src/man/man1/sys-suspend.1 (revision b6805bf78d2bbbeeaea8909a05623587b42d58b3)
te
Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
SYS-SUSPEND 1 "Mar 10, 2009"
NAME
sys-suspend - suspend or shutdown the system and power off
SYNOPSIS

/usr/bin/sys-suspend [-fnxh][-d displayname]
DESCRIPTION

sys-suspend provides options to suspend or shutdown the whole system.

A system can be suspended to conserve power or to prepare the system for transport. The suspend should not be used when performing any hardware reconfiguration or replacement.

In case of suspend, the current system state is preserved either by keeping memory powered (Suspend to RAM), or by saving the state to non-volatile storage (Suspend to Disk) until a resume operation is performed by power on or a wake-up event.

On a resume in the windows environment, the system brings up lockscreen to ensure that only the authorized person has access to the system. In a non-windows environment, the user is prompted for password.

It is possible that when devices or processes are performing critical or time sensitive operations (such as real time operations) the system fails to suspend. When this occurs, the system remains in its current running state. Messages reporting the failure are displayed on the console or system log. Once the system is successfully suspended, the resume operation always succeed barring external influences such as hardware reconfiguration or the like.

In case of shutdown, the system responds as if poweroff(1M) was performed.

This command enforces the solaris.system.power.suspend. authorizations. On a default install these are associated with the console user. Other users need to include these authorizations or include the Suspend profile.

OPTIONS

The following operands are supported: -d displayname

Connect to the X server specified by displayname.

-f

Force suspend. Causes a poweroff(1M) to occur if the suspend fails. System state are not be saved, and a normal boot follows.

-h

Change the default from suspend to shutdown.

-n

Do not display messages or request user intervention.

-x

Disable lockscreen. This flag disables the execution of lockscreen at resume time.

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Committed
SEE ALSO

halt(1M), powerd(1M), poweroff(1M), shutdown(1M), attributes(5), cpr(7)