Print this page
7711 SMF: Finish implementing support for degraded state

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/svcadm.1m
          +++ new/usr/src/man/man1m/svcadm.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
        3 +.\" Copyright 2017 RackTop Systems.
   3    4  .\" 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.
   4    5  .\" 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.
   5    6  .\" 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]
   6      -.TH SVCADM 1M "Oct 17, 2017"
        7 +.TH SVCADM 1M "Dec 4, 2017"
   7    8  .SH NAME
   8    9  svcadm \- manipulate service instances
   9   10  .SH SYNOPSIS
  10   11  .LP
  11   12  .nf
  12   13  \fB/usr/sbin/svcadm\fR [\fB-S state\fR] [\fB-v\fR] [\fB-Z\fR | \fB-z\fR \fIzone\fR] enable [\fB-rst\fR]
  13   14       [{\fIFMRI\fR | \fIpattern\fR}...]
  14   15  .fi
  15   16  
  16   17  .LP
↓ open down ↓ 222 lines elided ↑ open up ↑
 239  240  service in the \fBmaintenance\fR state. See \fBsvc.startd\fR(1M) and
 240  241  \fBinetd\fR(1M) for a detailed description of the actions taken for each
 241  242  restarter.
 242  243  .sp
 243  244  If \fIinstance_state\fR is "degraded", then for services specified by the
 244  245  operands in the online state, \fBsvcadm\fR requests that the restarters
 245  246  assigned to the services move them into the \fBdegraded\fR state.
 246  247  .sp
 247  248  If the \fB-I\fR option is specified, the request is flagged as immediate.
 248  249  .sp
 249      -The \fB-t\fR option is only valid for maintenance requests. When this option is
      250 +The \fB-t\fR option is mandatory for degrade requests. When this option is
 250  251  specified, the request is flagged as temporary, and its effect will only last
 251  252  until the next reboot.
 252  253  .RE
 253  254  
 254  255  .sp
 255  256  .ne 2
 256  257  .na
 257  258  \fB\fBmilestone\fR [\fB-d\fR] \fImilestone_FMRI\fR\fR
 258  259  .ad
 259  260  .sp .6
↓ open down ↓ 291 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX