<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Maintenance_Operations_Protocol</id>
	<title>Maintenance Operations Protocol - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Maintenance_Operations_Protocol"/>
	<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Maintenance_Operations_Protocol&amp;action=history"/>
	<updated>2026-09-07T10:51:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://gunkies.org/w/index.php?title=Maintenance_Operations_Protocol&amp;diff=37147&amp;oldid=prev</id>
		<title>Jnc: Jnc moved page Maintenance Operation Protocol to Maintenance Operations Protocol: Misspelled title: Per request</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Maintenance_Operations_Protocol&amp;diff=37147&amp;oldid=prev"/>
		<updated>2026-09-06T16:42:23Z</updated>

		<summary type="html">&lt;p&gt;Jnc moved page &lt;a href=&quot;/wiki/Maintenance_Operation_Protocol&quot; class=&quot;mw-redirect&quot; title=&quot;Maintenance Operation Protocol&quot;&gt;Maintenance Operation Protocol&lt;/a&gt; to &lt;a href=&quot;/wiki/Maintenance_Operations_Protocol&quot; title=&quot;Maintenance Operations Protocol&quot;&gt;Maintenance Operations Protocol&lt;/a&gt;: Misspelled title: Per request&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:42, 6 September 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki-wiki_:diff:1.41:old-37144:rev-37147 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jnc</name></author>
	</entry>
	<entry>
		<id>https://gunkies.org/w/index.php?title=Maintenance_Operations_Protocol&amp;diff=37144&amp;oldid=prev</id>
		<title>Vaxorcist: New page: Maintenance Operation Protocol</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Maintenance_Operations_Protocol&amp;diff=37144&amp;oldid=prev"/>
		<updated>2026-09-06T10:02:29Z</updated>

		<summary type="html">&lt;p&gt;New page: Maintenance Operation Protocol&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;Maintenance Operation Protocol&amp;#039;&amp;#039;&amp;#039; (usually abbreviated as &amp;quot;MOP&amp;quot;) originated about 1976 as a part of the [[DECnet]] Phase II [[network]] [[protocol]] suite. It provides network services for management and maintenance.&lt;br /&gt;
&lt;br /&gt;
== Naming Conventions ==&lt;br /&gt;
&lt;br /&gt;
* A &amp;quot;host&amp;quot; is a [[computer]] that provides MOP services&lt;br /&gt;
* A &amp;quot;satellite&amp;quot; is a computer or network device that uses MOP services.&lt;br /&gt;
&lt;br /&gt;
== Functions ==&lt;br /&gt;
&lt;br /&gt;
MOP provides several functions:&lt;br /&gt;
&lt;br /&gt;
* Down-Line loading (host to satellite) of memory contents, e.g. for booting diskless computers and network devices such as terminal servers&lt;br /&gt;
* Up-Line loading (satellite to host) of memory contents, e.g. for failure analysis &lt;br /&gt;
* Testing of network hardware and cabling&lt;br /&gt;
* Force satellite entry into the MOP mode, i.e. halt current satellite operation and put the satellite into MOP mode. This provides a means for the host to control an unattended satellite system.&lt;br /&gt;
* Remote Console&lt;br /&gt;
&lt;br /&gt;
MOP works on the local network link only.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
MOP is configured via the DECnet [[Network Control Program (DECnet)|Network Control Program]], (usually abbreviated as &amp;quot;NCP&amp;quot;).&lt;br /&gt;
All configuration takes place on the host computer only.&lt;br /&gt;
&lt;br /&gt;
Most NCP commands used for MOP configuration are identical for all versions of all DEC operating systems. The following examples are for DECnet [[VMS]] V4.0 and newer. &lt;br /&gt;
&lt;br /&gt;
Activate MOP service on circuit &amp;lt;code&amp;gt;UNA-0&amp;lt;/code&amp;gt; (= Ethernet device DEUNA or DELUA; replace with your network device type DECnet circuit-id): &lt;br /&gt;
&lt;br /&gt;
 $ &amp;#039;&amp;#039;&amp;#039;MC NCP SET CIRCUIT UNA-O STATE OFF&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 $ &amp;#039;&amp;#039;&amp;#039;MC NCP DEF CIRCUIT UNA-O SERVICE ENABLED&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
 $ &amp;#039;&amp;#039;&amp;#039;MC NCP SET CIRCUIT UNA-O SERVICE ENABLED STATE ON&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
This enables the host computer to answer any incoming MOP requests on network circuit &amp;lt;code&amp;gt;UNA-0&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If the MOP request is a satellite download request (e.g. for booting), some parameters have to configured first, e.g.:&lt;br /&gt;
&lt;br /&gt;
* Satellite DECnet address&lt;br /&gt;
* Satellite node name&lt;br /&gt;
* Load file&lt;br /&gt;
* ... and possibly others depending on the task to perform. &lt;br /&gt;
&lt;br /&gt;
For details see the respective manuals.&lt;br /&gt;
&lt;br /&gt;
== Debugging ==&lt;br /&gt;
&lt;br /&gt;
For debugging purposes it is helpful to enable MOP related event logging (Examples for VMS V4.0 and later):&lt;br /&gt;
&lt;br /&gt;
Enable [[OPCOM]] messages to the current terminal:&lt;br /&gt;
 $ &amp;#039;&amp;#039;&amp;#039;Reply/Enable&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Enable DECnet logging to the OPCOM process:&lt;br /&gt;
 $ &amp;#039;&amp;#039;&amp;#039;MC NCP SET LOGGING CONSOLE STATE ON&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Activate DECnet event 0.3 &amp;quot;Automatic circuit service&amp;quot;:&lt;br /&gt;
 $ &amp;#039;&amp;#039;&amp;#039;MC NCP SET LOGGING CONSOLE EVENT 0.3&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Activate DECnet event 0.7 &amp;quot;Aborted service request&amp;quot;:&lt;br /&gt;
 $ &amp;#039;&amp;#039;&amp;#039;MC NCP SET LOGGING CONSOLE EVENT 0.7&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
MOP underwent continuous development; the last known revision is 4.0.0, dating from 1992.&lt;br /&gt;
With the introduction of VMS V6.2 in 1995, MOP was decoupled from DECnet and integrated into the OpenVMS distribution with the new [[LANCP]] (LAN Control Program) command interface.  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&lt;br /&gt;
|+ MOP Revision History&lt;br /&gt;
|-&lt;br /&gt;
! Revision !! Date !! Reference&lt;br /&gt;
|-&lt;br /&gt;
| 1.1 || January 1976 || cited at: AA-D602A-TC Maintenance Operation Protocol, pdf page 37&lt;br /&gt;
|-&lt;br /&gt;
| 2.0 || March 1978 || [https://www.vaxhaven.com/images/9/9e/AA-D602A-TC.pdf AA-D602A-TC Maintenance Operation Protocol]&lt;br /&gt;
|-&lt;br /&gt;
| 2.1.0 || October 1980 || [https://www.vaxhaven.com/images/8/8b/AA-K178A-TK.pdf AA-K178A-TK DECnet Digital Network Architecture Phase III Maintenance Operation Protocol]&lt;br /&gt;
|-&lt;br /&gt;
| 3.0.0 || December 1983 || [http://decnet.ipv7.net/docs/dundas/aa-x436a-tk.pdf AA-X436A-TK DECnet Digital Network Architecture Phase IV Maintenance Operations Functional Specification]&lt;br /&gt;
|-&lt;br /&gt;
| 4.0.0 || June 1992 || [https://bitsavers.org/pdf/dec/decnet/EK-DNA11-FS-001_MOP_Functional_Specification_V4.0.0_Jun92.pdf EK-DNA11-FS-001 Maintenance Operation Protocol Functional Specification Version 4.0.0]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[DECnet]]&lt;br /&gt;
&lt;br /&gt;
[[Category: DEC Networking]]&lt;br /&gt;
[[Category: DECnet]]&lt;/div&gt;</summary>
		<author><name>Vaxorcist</name></author>
	</entry>
</feed>