<?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: Set term/nohangup on IA64 OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322724#M92558</link>
    <description>&lt;!--!*#--&gt;Sorry, I should have said that you can do OPEN/READ/SHARE JUNK TNAnnn: from the other process, and THEN logout.&lt;BR /&gt;&lt;BR /&gt;(What you were doing if I understand you correctly is LOGOUT/NOHANG, and then ALLOCATE TNAnnn: from the other process.)</description>
    <pubDate>Fri, 19 Dec 2008 00:59:52 GMT</pubDate>
    <dc:creator>Jess Goodman</dc:creator>
    <dc:date>2008-12-19T00:59:52Z</dc:date>
    <item>
      <title>Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322715#M92549</link>
      <description>I am converting an application from OpenVMS VAX V7.1 to Integrity V8.3. A procedure that creates a separate debugging session requires that I set the terminal to \nohangup, but the command '$ set term/nohangup/perm' entered on the IA64 system will not work, and causes the term dev type to be set to 'unknown' It works on the VAX with the same emulator and procedure. I am running with full privs turned on, from Reflection using telnet. Any ideas?</description>
      <pubDate>Fri, 12 Dec 2008 21:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322715#M92549</guid>
      <dc:creator>Bill Hallman</dc:creator>
      <dc:date>2008-12-12T21:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322716#M92550</link>
      <description>&amp;gt; [...] using telnet.&lt;BR /&gt;&lt;BR /&gt;I don't even know what SET TERMINAL /NOHANGUP&lt;BR /&gt;is supposed to mean for a Telnet connection.&lt;BR /&gt;I also don't know anything about your IP&lt;BR /&gt;software (which must differ, at least in its&lt;BR /&gt;version, between these two systems).&lt;BR /&gt;&lt;BR /&gt;If you're in the mood to educate me, what,&lt;BR /&gt;exactly, "requires that [you] set the&lt;BR /&gt;terminal to \nohangup"?&lt;BR /&gt;&lt;BR /&gt;Around here:&lt;BR /&gt;&lt;BR /&gt;alp $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;and, even when I have the privilege to do it,&lt;BR /&gt;SET TERM /NOHANG /PERM seems to have no&lt;BR /&gt;obvious effect on the TNAxx device.&lt;BR /&gt;&lt;BR /&gt;alp $ set ter /nohang /perm /log&lt;BR /&gt;%SET-I-TERMSET, terminal TNA67: set to NOHANGUP&lt;BR /&gt;alp $ pipe show term | sear sys$input hang&lt;BR /&gt;   No Modem           No Local_echo      No Autobaud        Hangup</description>
      <pubDate>Fri, 12 Dec 2008 23:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322716#M92550</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-12-12T23:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322717#M92551</link>
      <description>Okay, answers in order you asked:&lt;BR /&gt;My purpose, as I tried to briefly state,&lt;BR /&gt;is to create a separate OpenVMS Symbolic&lt;BR /&gt;Debugger session, as described in the Debugger Manual section &lt;BR /&gt;14.2, "Debugging Screen-Oriented Programs"&lt;BR /&gt;    The relevant extract is this:&lt;BR /&gt;    3. Enter these commands (you need LOG_IO or PHY_IO privilege):&lt;BR /&gt;        $ SET PROCESS/PRIV=LOG_IO&lt;BR /&gt;        $ SET TERMINAL/NOHANG/PERMANENT&lt;BR /&gt;        $ LOGOUT/NOHANG&lt;BR /&gt;&lt;BR /&gt;***** The VAX is running Multinet as shown:&lt;BR /&gt;AK6:Main#1&amp;gt; !this is the VAX system&lt;BR /&gt;AK6:Main#1&amp;gt; multinet show/version&lt;BR /&gt;Process Software MultiNet V4.4 Rev A-X, VAX 4000-106A, OpenVMS VAX V7.1&lt;BR /&gt;AK6:Main#1&amp;gt; sho term&lt;BR /&gt;Terminal: _NTY32:     Device_Type: VT300_Series  Owner: Main#1&lt;BR /&gt;No Modem   No Local_echo Autobaud Hangup&lt;BR /&gt;AK6:Main#1&amp;gt; set term/nohang/perm&lt;BR /&gt;AK6:Main#1&amp;gt; sho term&lt;BR /&gt;Terminal: _NTY32: Device_Type: Unknown&lt;BR /&gt;Owner: Main#1&lt;BR /&gt;No Modem  No Local_echo  Autobaud  No Hangup&lt;BR /&gt;&lt;BR /&gt;****** The IA64 is using TCP/IP Services:&lt;BR /&gt;SPJP93:Main#1&amp;gt; !This is the IA64 system&lt;BR /&gt;SPJP93:Main#1&amp;gt; tcpip sho version&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6&lt;BR /&gt;  on an HP rx2620  (1.60GHz/3.0MB) running OpenVMS V8.3    &lt;BR /&gt;SPJP93:Main#1&amp;gt; sho term&lt;BR /&gt;Terminal: _TNA183:    Device_Type: VT300_Series  Owner: Main#1&lt;BR /&gt;   No Modem           No Local_echo      No Autobaud        Hangup&lt;BR /&gt;&lt;BR /&gt;SPJP93:Main#1&amp;gt; tcpip sho version&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6&lt;BR /&gt;  on an HP rx2620  (1.60GHz/3.0MB) running OpenVMS V8.3    &lt;BR /&gt;SPJP93:Main#1&amp;gt; sho term&lt;BR /&gt;Terminal: _TNA183:    Device_Type: VT300_Series  Owner: Main#1&lt;BR /&gt;   No Modem           No Local_echo      No Autobaud        Hangup&lt;BR /&gt;&lt;BR /&gt;SPJP93:Main#1&amp;gt; set term/nohang/perm&lt;BR /&gt;SPJP93:Main#1&amp;gt; sho term&lt;BR /&gt;Terminal: _TNA183:    Device_Type: Unknown       Owner: Main#1&lt;BR /&gt;   No Modem           No Local_echo      No Autobaud        Hangup&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, if the problem is TCP/IP Services vs. Multinet, does anybody know how I can set up a separate debugging session my IA64 system?&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Dec 2008 01:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322717#M92551</guid>
      <dc:creator>Bill Hallman</dc:creator>
      <dc:date>2008-12-13T01:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322718#M92552</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;From which version of the Debugger Manual is that citation? There have been many changes to the debugger in the interval between 7.1 and 8.3.&lt;BR /&gt;&lt;BR /&gt;Also, please check the value of logical name DBG$PROCESS (and report it here).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Sat, 13 Dec 2008 03:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322718#M92552</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-12-13T03:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322719#M92553</link>
      <description>&amp;gt; [...] does anybody know how I can set up a&lt;BR /&gt;&amp;gt; separate debugging session my IA64 system?&lt;BR /&gt;&lt;BR /&gt;Here, as is often the case, it might have&lt;BR /&gt;saved some time and bewilderment if you had&lt;BR /&gt;emphasized the description of the actual&lt;BR /&gt;problem to be solved, rather than the request&lt;BR /&gt;for help in implementing some particular&lt;BR /&gt;(hopelessly doomed?) technique intended to&lt;BR /&gt;solve that problem.  (Or perhaps I need to&lt;BR /&gt;read more carefully.)&lt;BR /&gt;&lt;BR /&gt;I don't use the debugger enough to be very&lt;BR /&gt;useful here, but I wouldn't expect much from&lt;BR /&gt;applying stuff to a Telnet TN device which&lt;BR /&gt;was originally intended for a real TT or TX&lt;BR /&gt;serial port.  (Even if it worked on&lt;BR /&gt;someone's NTY device.)&lt;BR /&gt;&lt;BR /&gt;If you have a working X (DECwindows)&lt;BR /&gt;environment (so that CREATE /TERMINAL does&lt;BR /&gt;good things), then you might get some useful&lt;BR /&gt;behavior from the technique outlined in&lt;BR /&gt;section 9.8.3.3, "Displaying the Command&lt;BR /&gt;Interface and Program Input/Output in&lt;BR /&gt;Separate DECterm Windows":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/4538/4538pro_019.html#d_userinterf_nondwseparate_sec" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/4538/4538pro_019.html#d_userinterf_nondwseparate_sec&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(That is the Debugger manual to which you&lt;BR /&gt;referred, right?)&lt;BR /&gt;&lt;BR /&gt;It seemed to do some reasonable stuff on my&lt;BR /&gt;XP1000 workstation.</description>
      <pubDate>Sat, 13 Dec 2008 04:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322719#M92553</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-12-13T04:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322720#M92554</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;  There are many ways to skin this particular cat. All you really need to do is point DBG$INPUT and DBG$OUTPUT at a known terminal and run your program under DEBUG. The purpose of /NOHANGUP in this case is to (try to) prevent the system from deallocating the terminal after the process logs out, but there are other possibilities to achieve the same effect.&lt;BR /&gt;&lt;BR /&gt;  Make sure the process that will run DEBUG has SHARE privilege. Login a session and determine the terminal name, let's assume it's TNA41: Now type:&lt;BR /&gt;&lt;BR /&gt;$ WAIT 10&lt;BR /&gt;&lt;BR /&gt;this will cause the current process to wait for 10 hours. From the DEBUG sessions type:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE DBG$INPUT TNA41:&lt;BR /&gt;$ DEFINE DBG$OUTPUT TNA41:&lt;BR /&gt;$ RUN/DEBUG yourprogram&lt;BR /&gt;&lt;BR /&gt;The DEBUG prompt should appear on the WAITing terminal.&lt;BR /&gt;&lt;BR /&gt;Once you've finished debugging, you can cancel the WAIT command with ^Y. Or if you see a $ prompt (meaning the other process has woken from the wait), just enter another WAIT command.&lt;BR /&gt;&lt;BR /&gt;This mechanism will work for any type of terminal or connection (I used to use it with real VT220s connected via LAT).&lt;BR /&gt;&lt;BR /&gt;If you have Reflection, another option is to start an X server on your PC and use the DEBUG X interface. From the process to run DEBUG type:&lt;BR /&gt;&lt;BR /&gt;$ SET DISPLAY/CREATE/NODE=yourPC/TRANSPORT=TCPIP&lt;BR /&gt;$ RUN/DEBUG yourprogram&lt;BR /&gt;&lt;BR /&gt;The DEBUG X windows should appear on your PC.</description>
      <pubDate>Sun, 14 Dec 2008 21:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322720#M92554</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-12-14T21:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322721#M92555</link>
      <description>Sorry I haven't responsed earlier.  Lots of ideas here but I haven't gotten any to work yet.  I don't have DECW, probably won't till well after this app must be in place.&lt;BR /&gt;&lt;BR /&gt;The Debugger manual citation is from V7.2, for VMS IA64 V8.2, Nov. 2005.&lt;BR /&gt;&lt;BR /&gt;John, I tried your 'WAIT 10' method, but still get 'terminal is already allocated' errors.  I will try other variations, but for now I am using workarounds, as I am on a very tight schedule for this app.  I appreciate all the comments, and will continue to look for other ideas that others may wish to tender.</description>
      <pubDate>Thu, 18 Dec 2008 20:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322721#M92555</guid>
      <dc:creator>Bill Hallman</dc:creator>
      <dc:date>2008-12-18T20:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322722#M92556</link>
      <description>&lt;!--!*#--&gt;Bill,&lt;BR /&gt;&lt;BR /&gt;John's suggestion to "WAIT 10" is to be used INSTEAD of what you were doing.&lt;BR /&gt;* Login.&lt;BR /&gt;* SHOW TERM&lt;BR /&gt;* WAIT 10&lt;BR /&gt;* Do NOT attempt to allocate the terminal from another process.  Do NOT attempt to logout.&lt;BR /&gt;&lt;BR /&gt;Then from other process you just define dbg$input and dbg$output and run the debugger.  You have 10 hours to find the bug (tick, tick, tick).&lt;BR /&gt;&lt;BR /&gt;Another method that should work is to do what you were doing before but use the command "OPEN/READ/SHARE JUNK TNAnnn:" instead of "ALLOCATE TNAnnn:".</description>
      <pubDate>Fri, 19 Dec 2008 00:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322722#M92556</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-12-19T00:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322723#M92557</link>
      <description>I thought that is what I tried, but this time it worked.  Many thanks, everybody!</description>
      <pubDate>Fri, 19 Dec 2008 00:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322723#M92557</guid>
      <dc:creator>Bill Hallman</dc:creator>
      <dc:date>2008-12-19T00:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322724#M92558</link>
      <description>&lt;!--!*#--&gt;Sorry, I should have said that you can do OPEN/READ/SHARE JUNK TNAnnn: from the other process, and THEN logout.&lt;BR /&gt;&lt;BR /&gt;(What you were doing if I understand you correctly is LOGOUT/NOHANG, and then ALLOCATE TNAnnn: from the other process.)</description>
      <pubDate>Fri, 19 Dec 2008 00:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322724#M92558</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-12-19T00:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set term/nohangup on IA64 OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322725#M92559</link>
      <description>What I actually did was entered the wait from the debug process, assigned that terminal to dbg$input and dbg$output, removed the allocate from the 'debugee' process and ran the code and the debugger came up in the debugger process.  This is just what I was looking for, so now I will slink sheepishly away and complete my project.  Again, thanks to all!</description>
      <pubDate>Fri, 19 Dec 2008 01:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-term-nohangup-on-ia64-openvms/m-p/4322725#M92559</guid>
      <dc:creator>Bill Hallman</dc:creator>
      <dc:date>2008-12-19T01:05:58Z</dc:date>
    </item>
  </channel>
</rss>

