<?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 SYS$REM_XXX logicals in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848581#M85119</link>
    <description>I have a customer with ES40 running on OpenVMS V7.2-2 with DECNET-OSI.&lt;BR /&gt;&lt;BR /&gt;When she telnet into the system, she can see these logicals,&lt;BR /&gt;SYS$REM_ID&lt;BR /&gt;SYS$REM_NODE&lt;BR /&gt;SYS$REM_NODE_FULLNAME&lt;BR /&gt;&lt;BR /&gt;But when she set host into the systems, these logicals are not there.&lt;BR /&gt;&lt;BR /&gt;Any advise?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ronny</description>
    <pubDate>Tue, 20 May 2003 03:46:33 GMT</pubDate>
    <dc:creator>Ronny_7</dc:creator>
    <dc:date>2003-05-20T03:46:33Z</dc:date>
    <item>
      <title>SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848581#M85119</link>
      <description>I have a customer with ES40 running on OpenVMS V7.2-2 with DECNET-OSI.&lt;BR /&gt;&lt;BR /&gt;When she telnet into the system, she can see these logicals,&lt;BR /&gt;SYS$REM_ID&lt;BR /&gt;SYS$REM_NODE&lt;BR /&gt;SYS$REM_NODE_FULLNAME&lt;BR /&gt;&lt;BR /&gt;But when she set host into the systems, these logicals are not there.&lt;BR /&gt;&lt;BR /&gt;Any advise?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ronny</description>
      <pubDate>Tue, 20 May 2003 03:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848581#M85119</guid>
      <dc:creator>Ronny_7</dc:creator>
      <dc:date>2003-05-20T03:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848582#M85120</link>
      <description>Hello Ronny,&lt;BR /&gt;&lt;BR /&gt;sys$rem_XXX logicals will not get defined&lt;BR /&gt;if you login to a node running OSI with a local namespace, if the node you are coming from is not in the local namespace. (i.e.,&lt;BR /&gt;there is no way to backtranslate the address to a name).&lt;BR /&gt;    &lt;BR /&gt;As a workaround, you can define the node in&lt;BR /&gt;the local namespace.&lt;BR /&gt;&lt;BR /&gt;The above is true assuming you have enough JTQUOTA to hold all logical names.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Guy Peleg&lt;BR /&gt;OpenVMS Engineering</description>
      <pubDate>Tue, 20 May 2003 04:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848582#M85120</guid>
      <dc:creator>Guy Peleg</dc:creator>
      <dc:date>2003-05-20T04:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848583#M85121</link>
      <description>Hi Guy Peleg,&lt;BR /&gt;&lt;BR /&gt;Forgive me for my limit knowledge.&lt;BR /&gt;What do you mean by local namespace?&lt;BR /&gt;&lt;BR /&gt;How do you define the node in the local namespace?&lt;BR /&gt;&lt;BR /&gt;Where can I find the information regarding the JTQUOTA?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ronny</description>
      <pubDate>Tue, 20 May 2003 04:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848583#M85121</guid>
      <dc:creator>Ronny_7</dc:creator>
      <dc:date>2003-05-20T04:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848584#M85122</link>
      <description>Ronny,&lt;BR /&gt;&lt;BR /&gt;JTQUOTA limits the amount of logical names a &lt;BR /&gt;user can have. JTQUOTA can be found in&lt;BR /&gt;the UAF record of a user. &lt;BR /&gt;&lt;BR /&gt;$MC AUTHORIZE SHOW username &lt;BR /&gt;&lt;BR /&gt;Usually a value of 8192 should be enough.&lt;BR /&gt;&lt;BR /&gt;As for namespace, you need to register the node&lt;BR /&gt;in the local database. Use the DECNET_REGISTER&lt;BR /&gt;utility to add the node information&lt;BR /&gt;&lt;BR /&gt;$ MC DECNET_REGISTER&lt;BR /&gt;&lt;BR /&gt;Option number one will show information about&lt;BR /&gt;registered nodes and option number two will let&lt;BR /&gt;you to register a node.&lt;BR /&gt;&lt;BR /&gt;I hope this helps, if you need more guiding &lt;BR /&gt;I suggest you log a service call with your&lt;BR /&gt;local support center, it should be a short&lt;BR /&gt;call :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Guy</description>
      <pubDate>Tue, 20 May 2003 05:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848584#M85122</guid>
      <dc:creator>Guy Peleg</dc:creator>
      <dc:date>2003-05-20T05:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848585#M85123</link>
      <description>Hi Guy Peleg,&lt;BR /&gt;&lt;BR /&gt;Thank you for your detailed reply.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ronny</description>
      <pubDate>Wed, 21 May 2003 02:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848585#M85123</guid>
      <dc:creator>Ronny_7</dc:creator>
      <dc:date>2003-05-21T02:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848586#M85124</link>
      <description>Hi Guy,&lt;BR /&gt;&lt;BR /&gt;I have ran MC DECNET_REGISTER and the problem node is already registered.&lt;BR /&gt;&lt;BR /&gt;This is a two nodes cluster and this problem only happens on one node.&lt;BR /&gt;&lt;BR /&gt;My customer is using SET HOST 0 command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ronny</description>
      <pubDate>Wed, 28 May 2003 04:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848586#M85124</guid>
      <dc:creator>Ronny_7</dc:creator>
      <dc:date>2003-05-28T04:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848587#M85125</link>
      <description>check where DECnet is trying to back translate the name by using the command&lt;BR /&gt;mcr ncl show SESSION CONTROL BACK SEARCH PATH&lt;BR /&gt;&lt;BR /&gt;Is the node connecting via DECnet or DECnet over IP?&lt;BR /&gt;&lt;BR /&gt;What is the result of SHOW USER/FULL for the username - this will indcate what VMS sees as the source of the login.</description>
      <pubDate>Tue, 03 Jun 2003 09:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848587#M85125</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2003-06-03T09:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848588#M85126</link>
      <description>Hi Ian,&lt;BR /&gt;&lt;BR /&gt;Thank you for the advise.&lt;BR /&gt;The customer has logged a call with the support centre.&lt;BR /&gt;&lt;BR /&gt;The support centre will take over from there.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ronny</description>
      <pubDate>Mon, 16 Jun 2003 09:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848588#M85126</guid>
      <dc:creator>Ronny_7</dc:creator>
      <dc:date>2003-06-16T09:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848589#M85127</link>
      <description>In case this is a problem with backtranslation&lt;BR /&gt;(e.g. you get a message similar to "failiure to &lt;BR /&gt;backtranslate address" during login), you might want to check if the users were granted the&lt;BR /&gt;net$examine rights identifer.</description>
      <pubDate>Mon, 16 Jun 2003 15:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848589#M85127</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-06-16T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848590#M85128</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt;Thank you for the advise, I will take note of that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ronny</description>
      <pubDate>Mon, 16 Jun 2003 23:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848590#M85128</guid>
      <dc:creator>Ronny_7</dc:creator>
      <dc:date>2003-06-16T23:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$REM_XXX logicals</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848591#M85129</link>
      <description>As per the above replies.</description>
      <pubDate>Tue, 17 Jul 2007 02:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-rem-xxx-logicals/m-p/4848591#M85129</guid>
      <dc:creator>Ronny_7</dc:creator>
      <dc:date>2007-07-17T02:56:12Z</dc:date>
    </item>
  </channel>
</rss>

