home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11528 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!utcsri!torn!csd.unb.ca!dedourek
  3. From: dedourek@jupiter.sun.csd.unb.ca (John DeDourek)
  4. Subject: Re: 3270 Problem/Questions
  5. Message-ID: <1992Nov12.173608.21510@jupiter.sun.csd.unb.ca>
  6. Organization: University of New Brunswick
  7. References: <1992Nov11.195201.23112@bmw.mayo.edu>
  8. Date: Thu, 12 Nov 1992 17:36:08 GMT
  9. Lines: 20
  10.  
  11. In article <1992Nov11.195201.23112@bmw.mayo.edu> fisk@mayo.edu writes:
  12. >
  13. >We have run across a couple of problems with the 3270 emulation on AIX.
  14. >
  15. >1.  According to the documentation, when you telnet or tn to a system that
  16. >    requires a 3270, it will use the $HOME/.3270keys.  We have never gotten
  17. >    this to work...any ideas?
  18. >
  19. Note that telnet is an executable in /usr/bin.  Note that tn and tn3270
  20. are symbolic links in /usr/ucb to the program /usr/bin/telnet.  The
  21. program does behave differently when invoked by each of the three
  22. names.  As noted telnet and tn use $HOME/.3270keys.  Note that
  23. tn3270 does NOT.  Make sure that you are not invoking the command via
  24. the tn3270 name.  Actually, I once tried to understand all the information
  25. in the info page for telnet/tn/tn3270 and got myself totally confused.
  26. I tried some experiments but ran out of time.  Perhaps there is a more
  27. detailed description with examples somewhere.  Pointers would be
  28. appreciated.
  29.  
  30. dedourek@jupiter.sun.csd.unb.ca
  31.