<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need set host/mop syntax for MAC address in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402410#M65044</link>
    <description>SET HOST /MOP /DISCON=D /CIRCUIT=CSMACD-0&lt;BR /&gt;/ADDRESS=mac_address&lt;BR /&gt;/DISCON=D means use Control and D to disconnect&lt;BR /&gt;CIRCUIT=CSMACD-0 is the circuit we use.&lt;BR /&gt;Hopefully this will help.&lt;BR /&gt;Yours Terry.</description>
    <pubDate>Tue, 19 Oct 2004 02:49:53 GMT</pubDate>
    <dc:creator>Terry Yeomans</dc:creator>
    <dc:date>2004-10-19T02:49:53Z</dc:date>
    <item>
      <title>Need set host/mop syntax for MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402406#M65040</link>
      <description>I need to connect to a terminal server and I only have the MAC address. I need the set host/mop syntax.&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Mon, 18 Oct 2004 09:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402406#M65040</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2004-10-18T09:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need set host/mop syntax for MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402407#M65041</link>
      <description>Chaim,&lt;BR /&gt;with decnet IV you can type&lt;BR /&gt;$ NCP CONNECT VIA &lt;LINE&gt; PHYS &lt;MAC_ADDRESS&gt;&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;BR /&gt;&lt;/MAC_ADDRESS&gt;&lt;/LINE&gt;</description>
      <pubDate>Mon, 18 Oct 2004 09:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402407#M65041</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-10-18T09:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need set host/mop syntax for MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402408#M65042</link>
      <description>From the manual&lt;BR /&gt;&lt;BR /&gt;$ set host/mop -&lt;BR /&gt;_$ /circuit = circuit-name - (1)&lt;BR /&gt;_$ /address = lan-address - (2)&lt;BR /&gt;_$ /verification = octet-string - (3)&lt;BR /&gt;_$ /disconnect = disconnect-character -&lt;BR /&gt;_$ /break = break-character&lt;BR /&gt;&lt;BR /&gt;   1. Specifies the name of the MOP circuit over which the target system can be reached.&lt;BR /&gt;   2. Specifies the LAN hardware address associated with this client.&lt;BR /&gt;   3. Specifies the verification string. The value is an octet string of up to 16 hexadecimal digits. Enter the value as "%X" followed by an even number of digits. For more information about specifying a verification string, see Section 10.2.2.1. The default is %X0000000000000000.</description>
      <pubDate>Mon, 18 Oct 2004 09:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402408#M65042</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-10-18T09:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need set host/mop syntax for MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402409#M65043</link>
      <description>Hi&lt;BR /&gt;If using DECnet Phase V, then to make permanent change try using &lt;BR /&gt;$net$configure &lt;BR /&gt;option 8 - Configure MOP Client database&lt;BR /&gt;this will edit the file SYS$MANAGER:NET$MOP_CLIENT_STARTUP.NCL;&lt;BR /&gt;&lt;BR /&gt;So you can just $set host/mop &lt;T_SERVER_NAME&gt;&lt;BR /&gt;without the need to remember the MAC address, etc.. all the time&lt;BR /&gt;&lt;BR /&gt;Content of file would look something like&lt;BR /&gt;CREATE MOP CLIENT SERV01&lt;BR /&gt;SET MOP CLIENT SERV01 CIRCUIT = CSMACD-0 -&lt;BR /&gt;,ADDRESSES = {08-00-2B-B1-9B-00} -&lt;BR /&gt;,PHASE IV HOST ADDRESS = 2.1 -&lt;BR /&gt;,PHASE IV CLIENT NAME = SERV01 -&lt;BR /&gt;,DUMP FILE = {SYS$SYSROOT:&lt;MOM&gt;SERV01.DMP}&lt;/MOM&gt;&lt;/T_SERVER_NAME&gt;</description>
      <pubDate>Mon, 18 Oct 2004 19:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402409#M65043</guid>
      <dc:creator>Melinda Chan</dc:creator>
      <dc:date>2004-10-18T19:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need set host/mop syntax for MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402410#M65044</link>
      <description>SET HOST /MOP /DISCON=D /CIRCUIT=CSMACD-0&lt;BR /&gt;/ADDRESS=mac_address&lt;BR /&gt;/DISCON=D means use Control and D to disconnect&lt;BR /&gt;CIRCUIT=CSMACD-0 is the circuit we use.&lt;BR /&gt;Hopefully this will help.&lt;BR /&gt;Yours Terry.</description>
      <pubDate>Tue, 19 Oct 2004 02:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402410#M65044</guid>
      <dc:creator>Terry Yeomans</dc:creator>
      <dc:date>2004-10-19T02:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need set host/mop syntax for MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402411#M65045</link>
      <description>THANKS to everyone !!!!&lt;BR /&gt;&lt;BR /&gt;I was able to connect to the terminal server and then get the server name etc etc.&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Tue, 19 Oct 2004 02:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-set-host-mop-syntax-for-mac-address/m-p/3402411#M65045</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2004-10-19T02:59:13Z</dc:date>
    </item>
  </channel>
</rss>

