]> andersk Git - moira.git/blame - man/mrcheck.1
Programmer: John Kohl
[moira.git] / man / mrcheck.1
CommitLineData
76ca8a03 1.TH SMSCHECK 1 "7 Feb 1988" "Project Athena"
2\" RCSID: $Header$
3.UC 4
4.SH NAME
5smscheck \- verify that SMS updates are successful
6.SH SYNOPSIS
7.B smscheck
8.SH DESCRIPTION
9.I Smscheck
10will query the SMS database to determine of every system server which
11should be updated has been successfully updated. It will display a
12one line summary for each service/host pair which has not been
13successfully updated. If all services are up-to-date, this will be
14indicated.
15.PP
16The following information is displayed for unsuccessful services:
17.TP
18service
19the name of the service
20.TP
21host
22the internet hostname
23.TP
24s
25The success/failure flag. A value of 0 here indicates that the last
26updated attempt failed.
27.TP
28e
29The enable flag. A value of 0 here indicates that this service/host
30tuple is disabled. This flag must be set for updates to be attempted.
31Entries that are disabled are ignored by
32.I smscheck.
33.TP
34override
35This shows the length of the re-try interval. This length of time
36after the last time an update was attempted, the DCM will try again.
37.TP
38last time attempted
39This shows the date and time of the last update
40attempt.
41.TP
42val1, val2
43These values are service dependant, and are ignored by
44the update algorithm.
45.PP
34a482a7 46The determination that a service needs updating is that the last update
47failed, or that the current update is more than an hour past due.
76ca8a03 48.SH DIAGNOSTICS
49Pay attention to Kerberos diagnostics, as one must be authenticated to
50do most SMS database work.
51.SH "SEE ALSO"
52dcmmaint(1), SMS section of the Project Athena Technical Plan
This page took 0.549245 seconds and 5 git commands to generate.