Lines Matching +full:powered +full:- +full:while +full:- +full:suspended

9 cfgadm_sbd \- \fBcfgadm\fR commands for system board administration
12 \fBcfgadm \fR \fB-l\fR [\fB-a\fR] [\fB-o\fR parsable] \fI ap_id\fR...
17 \fBcfgadm \fR \fB-c \fR \fIfunction\fR [\fB-f\fR] [\fB-y\fR | \fB-n\fR]
18 [\fB-o\fR nopoweroff] [\fB-v\fR] \fI ap_id\fR...
23 \fBcfgadm \fR \fB-t\fR [\fB-v\fR] \fI ap_id\fR...
28 \fBcfgadm \fR \fB-x \fR [\fB-f\fR] [\fB-v\fR] \fIfunction\fR \fI ap_id\fR...
45 slot by using the \fB-a\fR option.
158 powered on and in the disconnected state crashes the operating system and can
170 The board is powered on and connected to the system bus. You can view the
181 disconnected state without being powered off. However, a board must be powered
253 information string in the \fBcfgadm\fR \fB-l\fR output. A \fBY\fR in the Busy
287 A status change operation cannot be initiated on a board while it is marked as
296 # \fBcfgadm -c unconfigure -y SB0::memory &\fR
310 # \fBcfgadm -a -s cols=ap_id:type:r_state:o_state:busy SB0 SB1\fR
382 .SS "Platform-Specific Options"
383 You can specify platform-specific options that follow the options interpreted
384 by the system board plugin. All platform-specific options must be preceded by
386 of a command with platform-specific options:
389 \fB\fIcommand\fR -o \fIsbd_options\fR,platform=\fIplatform_options\fR\fR
391 This man page does not include the \fB-v\fR, \fB-a\fR, \fB-s\fR, or \fB-h\fR
398 \fB\fB-c \fR\fIfunction\fR\fR
424 For permanent memory, the operating system must be suspended (that is,
425 quiesced) while the memory is moved and the memory controllers are
426 reprogrammed. If the operating system must be suspended, you will be prompted
427 to proceed with the operation. You can use the \fB-y\fR or \fB-n\fR options to
450 If you specify \fB-o nopoweroff\fR, the \fBdisconnect\fR function leaves the
451 board powered on.
489 \fB-a\fR option to view the status of the components on the board. The
498 \fB\fB-f\fR\fR
503 The \fB-f\fR option never overrides fundamental safety and availability
510 \fB\fB-l\fR\fR
514 controlled by the \fB-s\fR, \fB-v\fR, and \fB-a\fR options as specified in
517 altered by the \fB\fR\fB-o\fR\fB parsable\fR option.
608 \fBinter-board-interleave\fR
692 \fBpowered-on\fR
695 The board is powered on.
699 \fB-o\fR \fBparsable\fR option is not specified.
707 \fB\fB-o\fR parsable\fR
713 The \fB-o parsable\fR option can be used in conjunction with the \fB-s\fR
715 \fB-s\fR option.
721 \fB\fB-t\fR\fR
730 \fB\fR\fB-c\fR\fB connect\fR state change function is issued, in which case the
732 testing. Thus the \fB-t\fR option can be used to explicitly request that the
739 \fB\fB-x\fR\fI function\fR\fR
742 Performs an sbd-class function. You can use the following functions:
788 is a board-relative unit number.
803 # \fBcfgadm -a -s "select=class(sbd)"\fR
840 # \fBcfgadm -a -s "select=class(sbd):type(cpu)"\fR
856 # \fBcfgadm -l -s noheadings,cols=info SB0::cpu0\fR
868 # \fBcfgadm -l -s noheadings,cols=info -o parsable SB0::cpu0\fR
880 # \fBcfgadm -a -s noheadings,cols=ap_id:info -o parsable IO1\fR
882 IO1 powered-on assigned
898 # \fBcfgadm -c unconfigure -y SB0::memory &\fR
899 # \fBcfgadm -l -s noheadings,cols=info -o parsable SB0::memory SB1::memory\fR
944 # \fBcfgadm -c unconfigure -y SB0::memory &\fR
950 if [ -z "$1" ]; then
957 cfgadm_info='cfgadm -s noheadings,cols=info -o parsable'
961 if [ -z "$remaining" ]; then
968 while true
972 if [ -n "$remaining" -a "$remaining" -ne 0 ]