Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sesd add a range of SES utilities



details:   https://anonhg.NetBSD.org/src/rev/97a906ca443e
branches:  trunk
changeset: 482760:97a906ca443e
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Mon Feb 21 08:10:20 2000 +0000

description:
add a range of SES utilities

diffstat:

 usr.sbin/sesd/Makefile                |   41 ++++++++
 usr.sbin/sesd/Makefile.inc            |   48 +++++++++
 usr.sbin/sesd/getencstat/Makefile     |   40 ++++++++
 usr.sbin/sesd/getencstat/getencstat.8 |   80 ++++++++++++++++
 usr.sbin/sesd/sesd/Makefile           |   40 ++++++++
 usr.sbin/sesd/sesd/sesd.8             |   86 +++++++++++++++++
 usr.sbin/sesd/setencstat/Makefile     |   40 ++++++++
 usr.sbin/sesd/setencstat/setencstat.8 |   74 ++++++++++++++
 usr.sbin/sesd/setobjstat/Makefile     |   40 ++++++++
 usr.sbin/sesd/setobjstat/setobjstat.8 |   69 +++++++++++++
 usr.sbin/sesd/srcs/chpmon.c           |  129 +++++++++++++++++++++++++
 usr.sbin/sesd/srcs/eltsub.c           |  169 ++++++++++++++++++++++++++++++++++
 usr.sbin/sesd/srcs/getencstat.c       |  157 +++++++++++++++++++++++++++++++
 usr.sbin/sesd/srcs/getnobj.c          |   68 +++++++++++++
 usr.sbin/sesd/srcs/getobjmap.c        |   89 +++++++++++++++++
 usr.sbin/sesd/srcs/getobjstat.c       |   78 +++++++++++++++
 usr.sbin/sesd/srcs/inienc.c           |   63 ++++++++++++
 usr.sbin/sesd/srcs/sesd.c             |  167 +++++++++++++++++++++++++++++++++
 usr.sbin/sesd/srcs/setencstat.c       |   70 ++++++++++++++
 usr.sbin/sesd/srcs/setobjstat.c       |   85 +++++++++++++++++
 20 files changed, 1633 insertions(+), 0 deletions(-)

diffs (truncated from 1713 to 300 lines):

diff -r 5c44774398df -r 97a906ca443e usr.sbin/sesd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/sesd/Makefile    Mon Feb 21 08:10:20 2000 +0000
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1 2000/02/21 08:10:20 mjacob Exp $
+# $OpenBSD: $
+# $FreeBSD: $
+#
+# Copyright (c) 2000 by Matthew Jacob
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions, and the following disclaimer,
+#    without modification, immediately at the beginning of the file.
+# 2. The name of the author may not be used to endorse or promote products
+#    derived from this software without specific prior written permission.
+#
+# Alternatively, this software may be distributed under the terms of the
+# the GNU Public License ("GPL").
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+# 
+# Matthew Jacob
+# Feral Software
+# mjacob%feral.com@localhost
+#
+
+UNUSED = getobjmap getnobj getobjstat
+SUBDIR = getencstat setencstat setobjstat sesd
+
+.include <bsd.own.mk>
+.include <bsd.subdir.mk>
diff -r 5c44774398df -r 97a906ca443e usr.sbin/sesd/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/sesd/Makefile.inc        Mon Feb 21 08:10:20 2000 +0000
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile.inc,v 1.1 2000/02/21 08:10:21 mjacob Exp $
+# $OpenBSD: $
+# $FreeBSD: $
+#
+# Copyright (c) 2000 by Matthew Jacob
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions, and the following disclaimer,
+#    without modification, immediately at the beginning of the file.
+# 2. The name of the author may not be used to endorse or promote products
+#    derived from this software without specific prior written permission.
+#
+# Alternatively, this software may be distributed under the terms of the
+# the GNU Public License ("GPL").
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+# 
+# Matthew Jacob
+# Feral Software
+# mjacob%feral.com@localhost
+#
+
+SYS    !=      uname -s
+
+.if ${SYS} == OpenBSD
+COPTS  +=      -I/usr/include/scsi -DSESINC="<ses.h>"
+.elif  ${SYS} == NetBSD
+COPTS  +=      -I/usr/include/dev/scsipi -DSESINC="<ses.h>"
+.else
+COPTS  +=      -I/usr/include/cam/scsi -DSESINC="<scsi_ses.h>"
+.endif
+BINDIR ?=      ${DESTDIR}/usr/sbin
+
+.PATH: ../srcs
diff -r 5c44774398df -r 97a906ca443e usr.sbin/sesd/getencstat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/sesd/getencstat/Makefile Mon Feb 21 08:10:20 2000 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1 2000/02/21 08:10:22 mjacob Exp $
+# $FreeBSD: src/share/examples/ses/Makefile,v 1.1 2000/01/15 22:47:15 mjacob Exp $
+#
+# Copyright (c) 2000 by Matthew Jacob
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions, and the following disclaimer,
+#    without modification, immediately at the beginning of the file.
+# 2. The name of the author may not be used to endorse or promote products
+#    derived from this software without specific prior written permission.
+#
+# Alternatively, this software may be distributed under the terms of the
+# the GNU Public License ("GPL").
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+# 
+# Matthew Jacob
+# Feral Software
+# mjacob%feral.com@localhost
+#
+
+MAN    =       getencstat.8
+SRCS   =       getencstat.c eltsub.c
+PROG   =       getencstat
+
+.include <bsd.prog.mk>
diff -r 5c44774398df -r 97a906ca443e usr.sbin/sesd/getencstat/getencstat.8
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/sesd/getencstat/getencstat.8     Mon Feb 21 08:10:20 2000 +0000
@@ -0,0 +1,80 @@
+.\"    $NetBSD: getencstat.8,v 1.1 2000/02/21 08:10:23 mjacob Exp $
+.\"    $OpenBSD: $
+.\"    $FreeBSD: $
+.\"
+.\" Copyright (c) 2000 Matthew Jacob
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without 
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions, and the following disclaimer,
+.\"    without modification, immediately at the beginning of the file.
+.\" 2. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission. 
+.\"
+.\" Alternatively, this software may be distributed under the terms of the
+.\" the GNU Public License ("GPL").
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
+.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" Matthew Jacob
+.\" Feral Software
+.\" mjacob%feral.com@localhost
+.Dd February 21, 2000
+.Dt GETENCSTAT 8
+.Os
+.Sh NAME
+.Nm getencstat
+.Nd get SCSI Environmental Services Device enclosure status
+.Sh SYNOPSIS
+.Nm
+.Op Fl v
+.Ar device
+.Op Ar device ...
+.Sh DESCRIPTION
+.Nm
+gets summary and detailed SCSI Environmental Services (or SAF-TE) device
+enclosure status. The overall status is printed out. If the overall status
+is considered okay, nothing else is printed out (unless the the
+.Fl v
+option is used).
+.Pp
+A SCSI Environmental Services device enclosure may be either in the state
+of being \fBOK\fR, or in one or more of the states of \fBINFORMATIONAL\fR,
+\fBNON-CRITICAL\fR, \fBCRITICAL\fB or \fBUNRECOVERABLE\fR states. These
+overall states reflect a summary of the states of each object within
+such a device (such as power supplies or disk drives).
+.Pp
+With the
+.Fl v
+option, the status of all objects within the device is printed, whether
+\fBOK\fR or not. Along with the status of each object is the object identifier.
+.Pp
+The user may then use
+.Xr setencstat 8
+to try and clear overall device status, or may use
+.Xr setobjstat 8
+to set specific object status.
+.Sh FILES
+.Bl -tag -width /dev/sesN -compact
+.It Pa /dev/ses\fIN\fR
+SCSI Environmental Services Devices
+.El
+.Sh SEE ALSO
+.Xr ses 4 ,
+.Xr sesd 8 ,
+.Xr setencstat 8 ,
+.Xr setobjstat 8
+.Sh BUGS
diff -r 5c44774398df -r 97a906ca443e usr.sbin/sesd/sesd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/sesd/sesd/Makefile       Mon Feb 21 08:10:20 2000 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1 2000/02/21 08:10:24 mjacob Exp $
+# $FreeBSD: src/share/examples/ses/Makefile,v 1.1 2000/01/15 22:47:15 mjacob Exp $
+#
+# Copyright (c) 2000 by Matthew Jacob
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions, and the following disclaimer,
+#    without modification, immediately at the beginning of the file.
+# 2. The name of the author may not be used to endorse or promote products
+#    derived from this software without specific prior written permission.
+#
+# Alternatively, this software may be distributed under the terms of the
+# the GNU Public License ("GPL").
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+# 
+# Matthew Jacob
+# Feral Software
+# mjacob%feral.com@localhost
+#
+
+MAN    =       sesd.8
+SRCS   =       sesd.c eltsub.c
+PROG   =       sesd
+
+.include <bsd.prog.mk>
diff -r 5c44774398df -r 97a906ca443e usr.sbin/sesd/sesd/sesd.8
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/sesd/sesd/sesd.8 Mon Feb 21 08:10:20 2000 +0000
@@ -0,0 +1,86 @@
+.\"    $NetBSD: sesd.8,v 1.1 2000/02/21 08:10:24 mjacob Exp $
+.\"    $OpenBSD: $
+.\"    $FreeBSD: $
+.\"
+.\" Copyright (c) 2000 Matthew Jacob
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without 
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions, and the following disclaimer,
+.\"    without modification, immediately at the beginning of the file.
+.\" 2. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission. 
+.\"
+.\" Alternatively, this software may be distributed under the terms of the
+.\" the GNU Public License ("GPL").
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
+.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 



Home | Main Index | Thread Index | Old Index