;/* Copyright 2000, International Business Machines Corporation and others. ; * All Rights Reserved. ; * ; * This software has been released under the terms of the IBM Public ; * License. For details, see the LICENSE file in the top-level source ; * directory or online at http://www.openafs.org/dl/license10.html ; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h ; */ ; ;#ifndef TRANSARC_AFSEVENT_H ;#define TRANSARC_AFSEVENT_H ; ; ;/* AFS event.mc format. ; * ; * AFS event messages are grouped by category. The MessageId of the ; * first message in a given category specifies the starting identifier ; * range for that category; the second and later messages in a category ; * do NOT specify a MessageId value and thus receive the value of the ; * previous message plus one. ; * ; * To add a new message to an existing category, append it to the end of ; * that category. To create a new category, provide an appropriate ; * comment line and specify a non-conflicting MessageId for the first ; * message in the new category. ; */ ; MessageIdTypedef=unsigned ; ;/* Test message text */ ; MessageId=0x0001 Severity=Informational SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS Language=English AFS server event log test message. . MessageId= Severity=Warning SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS Language=English AFS server event log test message (str1: %1, str2: %2). . ; ;/* General messages for all AFS server processes */ ; MessageId=0x0101 Severity=Error SymbolicName=AFSEVT_SVR_FAILED_ASSERT Language=English An AFS server process failed an assert: line %1 in file %2. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR Language=English %1 failed to locate the AFS software installation directory. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED Language=English %1 failed to initialize Windows Sockets library. . ; ;/* AFS BOS control (startup/shutdown) service messages */ ; MessageId=0x0201 Severity=Informational SymbolicName=AFSEVT_SVR_BCS_STARTED Language=English The AFS BOS control service started. . MessageId= Severity=Informational SymbolicName=AFSEVT_SVR_BCS_STOPPED Language=English The AFS BOS control service stopped. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED Language=English The AFS BOS control service is unable to communicate with the system SCM. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED Language=English The AFS BOS control service is unable to register an event handler. The AFS server software may be improperly configured. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES Language=English The AFS BOS control service is unable to obtain required system resources. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR Language=English The AFS BOS control service experienced an internal error. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR Language=English The AFS BOS control service failed to locate the AFS software installation directory. The AFS server software may be improperly configured. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED Language=English The AFS BOS control service failed to start or restart the AFS bosserver. . MessageId= Severity=Error SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED Language=English The AFS BOS control service failed to stop the AFS bosserver. All AFS server processes must be stopped manually (try sending the AFS bosserver a SIGQUIT signal via the afskill command). . MessageId= Severity=Warning SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT Language=English The AFS BOS control service gave up waiting for the AFS bosserver to stop. Check that all AFS server processes have stopped before restarting service. . MessageId= Severity=Informational SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART Language=English The AFS BOS control service is restarting the AFS bosserver. . MessageId= Severity=Informational SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT Language=English The AFS BOS control service detected that the AFS bosserver exited without requesting a restart. . ; ;#endif /* TRANSARC_AFSEVENT_H */