04/07/86 dm_send_request Syntax as a command: dm_send_request keyword {value} Function: enables administrators to intervene during data management operations by sending requests to the data management (DM) daemon to perform actions it normally performs through internal interfaces. This is an efficient mechanism for administrators to activate operations that require access to dm_daemon_gate_. Arguments: keyword can be any of the following: adjust_tdt, adjtdt calls on the DM daemon to scan the transaction definition table (TDT) and abort those transactions associated with dead processes and those that have been abandoned. This is the same function that the daemon performs as caretaker of Data Management System (DMS) upon receiving a periodic wakeup call. adjust_tdt_entry value, adjtdte value calls on the DM daemon to check on the specified transaction and abort it if it belongs to a dead process or if it has been abandoned; value is the transaction index associated with the TDT entry. adjust_txn value, adjtxn value calls on the DM daemon to check on the specified transaction and abort it if it belongs to a dead process or if it has been abandoned; value is the unique transaction identifier assigned when the transaction was started. kill_txn value, kill value calls on the DM daemon to expunge the specified transaction from the TDT without rolling it back or committing it; value is the unique transaction identifier assigned when the transaction was started. Any DM files modified by the transaction may be left inconsistent, so use this request only as a last resort. new_proc calls on the DM daemon to do a new_proc. This request is useful for setting the daemon to use a newly installed version of DMS. new_process_notifications, notify calls on the DM daemon to send a dm_shutdown_scheduled_ IPS to the process sending this request. The implication is that the process logged in after the Multics shutdown was scheduled. shutdown calls on the DM daemon to schedule a DM shutdown coinciding with the scheduled Multics shutdown. The times of each stage of the shutdown are calculated according to the scheme described in the dm_system_shutdown command write-up. Shutdown is included to enable a Multics operator to shutdown Data Management via the reply operator command. Administrators should use the dm_system_shutdown command to shutdown Data Management, as it affords the full range of shutdown specifications. Access required: You must have re access to dm_admin_gate_. ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved