Event | Class | Parameters | Description |
---|---|---|---|
AFS_BOS_CreBnod | P C | ECode AFSName HostID | BOZO_CreateBnode - Create a process instance. |
AFS_BOS_DelBnod | P C | ECode AFSName HostID instance | BOZO_DeleteBnode - Delete a process instance. |
AFS_BOS_SetReSt | P M C | ECode AFSName HostID | BOZO_Restart - Restart a given process instance. |
AFS_BOS_GetLog | P | ECode AFSName HostID | StartBOZO_GetLog - Pass the IN params when fetching a BOS Server log file. |
AFS_BOS_SetStat | P M C | ECode AFSName HostID instance | BOZO_SetStatus - Set process instance status and goal. |
AFS_BOS_SetTSta | P M C | ECode AFSName HostID instance | BOZO_SetTStatus - Temporarily set process instance status and goal. |
AFS_BOS_StartAl | P C | ECode AFSName HostID | BOZO_StartupAll - Start all existing process instances. |
AFS_BOS_ShtdAll | P C | ECode AFSName HostID | BOZO_ShutdownAll - Shut down all process instances. |
AFS_BOS_ReStAll | P C | ECode AFSName HostID | BOZO_RestartAll - Shut down, then restart all process instances. |
AFS_BOS_ReBos | P C | ECode AFSName HostID | BOZO_ReBozo - Shut down, then restart all process instances and the BOS Server itself. |
AFS_BOS_ReBosIn | P C | ECode | BOZO_ReBozo - Same as AFS_BOS_ReBos but done internally (server restarts). |
AFS_BOS_ReStart | P C | ECode AFSName HostID instance | BOZO_Restart - Restart a given process instance. |
AFS_BOS_WaitAll | P C | ECode AFSName HostID | BOZO_WaitAll - Wait until all process instances have reached their goals. |
AFS_BOS_AddSUsr | S P | ECode AFSName HostID | BOZO_AddSUser - Add a user to the UserList. |
AFS_BOS_DelSUsr | S P | ECode AFSName HostID | BOZO_DeleteSUser - Delete a user from the UserList. |
AFS_BOS_LstSUsr | None | ECode AFSName HostID | BOZO_ListSUsers - Get the name of the user in the given position in the UserList file. |
AFS_BOS_LstKey | P | ECode AFSName HostID | BOZO_ListKeys - List information about the key at a given index in the key file. |
AFS_BOS_LstKeyU | P | ECode AFSName HostID | BOZO_ListKeys - Same as AFS_BOS_LstKey, but unauthorized. |
AFS_BOS_AddKey | S P | ECode AFSName HostID | BOZO_AddKey - Add a key to the key file. |
AFS_BOS_DelKey | S P | ECode AFSName HostID | BOZO_DeleteKey - Delete the entry for an AFS key. |
AFS_BOS_SetNoAu | S P | ECode AFSName HostID flag | BOZO_SetNoAuthFlag - Enable or disable authenticated call requirements. |
AFS_BOS_SetCell | S P | ECode AFSName HostID name | BOZO_SetCellName - Set the name of the cell to which the BOS Server belongs. |
AFS_BOS_AddHst | S P | ECode AFSName HostID name | BOZO_AddCellHost - Add an entry to the list of database server hosts. |
AFS_BOS_DelHst | S P | ECode AFSName HostID name | BOZO_DeleteCellHost - Delete an entry from the list of database server hosts. |
AFS_BOS_Inst | P O M | ECode AFSName HostID name | StartBOZO_Install - Pass the IN parameters when installing a server binary. EndBOZO_Install - Get the OUT parameters when installing a server binary. |
AFS_BOS_UnInst | P O M | ECode AFSName HostID name | BOZO_UnInstall - Roll back from a server binary installation. |
AFS_BOS_PrnLog | P O | ECode AFSName HostID | BOZO_Prune - Throw away old versions of server binaries and core file. |
AFS_BOS_Exec | P C | ECode AFSName HostID cmd | BOZO_Exec - Execute a shell command at the server. |
AFS_BOS_DoExec | P C | ECode exec | The bosserver process was restarted. |
AFS_BOS_StpProc | P C | ECode cmd | An RPC to stop any process controlled by the BOS Server. |