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

*** 1,11 **** '\" 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] ! .TH SMF_METHOD 5 "June 6, 2016" .SH NAME smf_method \- service management framework conventions for methods .SH DESCRIPTION .LP The class of services managed by \fBsvc.startd\fR(1M) in the service management --- 1,12 ---- '\" te .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved. + .\" Copyright 2017 RackTop Systems. .\" 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] ! .TH SMF_METHOD 5 "Dec 4, 2017" .SH NAME smf_method \- service management framework conventions for methods .SH DESCRIPTION .LP The class of services managed by \fBsvc.startd\fR(1M) in the service management
*** 273,282 **** --- 274,286 ---- Method failed fatally and is unrecoverable without administrative intervention. T} \fBSMF_EXIT_ERR_CONFIG\fR \fB96\fR T{ Unrecoverable configuration error. A common condition that returns this exit status is the absence of required configuration files for an enabled service instance. T} + \fBSMF_EXIT_MON_DEGRADE\fR \fB97\fR T{ + Method encountered some problems and may not be fully functional. + T} \fBSMF_EXIT_ERR_NOSMF\fR \fB99\fR T{ Method has been mistakenly invoked outside the \fBsmf\fR(5) facility. Services that depend on \fBsmf\fR(5) capabilities should exit with this status value. T} \fBSMF_EXIT_ERR_PERM\fR \fB100\fR T{ Method requires a form of permission such as file access, privilege, authorization, or other credential that is not available when invoked.