IBM Emulation

2003-08-27 Thread Micheal Patterson
My department has been tasked with trying to find an alternative to Windows
in our organization. I can get the normal workplace items, spreadsheets,
word, etc taken care of, but I have one issue that eludes me. We have an
application server running on an IBM RS6000 running AIX 4.3 that requires
IBM 3151 terminal emulation. Is there anyone that has successfully been able
to utilize a termcap for the IBM3151 so that the character sets and function
keys map accordingly when using an xterm session to an IBM RS6000 system
running AIX?

Thanks.

--

Micheal Patterson
Network Administration
Cancer Care Network
405-733-2230


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IBM Emulation

2003-08-27 Thread Matthew Emmerton
 My department has been tasked with trying to find an alternative to
Windows
 in our organization. I can get the normal workplace items, spreadsheets,
 word, etc taken care of, but I have one issue that eludes me. We have an
 application server running on an IBM RS6000 running AIX 4.3 that requires
 IBM 3151 terminal emulation. Is there anyone that has successfully been
able
 to utilize a termcap for the IBM3151 so that the character sets and
function
 keys map accordingly when using an xterm session to an IBM RS6000 system
 running AIX?

The naive approach would be to copy the IBM3151 definition from the termcap
on AIX to FreeBSD.
I took a look on the AIX 4.3 (and 5.1) machines that I have access to and
there is no such definition.

What do you currently set your TERM variable to on AIX to get the desired
emulation?

--
Matt Emmerton

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IBM Emulation

2003-08-27 Thread Matthew Emmerton
[ apologies if this hits the list twice -- my ISP has been futzing with the
relaying policy on their SMTP servers ]

  My department has been tasked with trying to find an alternative to
 Windows
  in our organization. I can get the normal workplace items, spreadsheets,
  word, etc taken care of, but I have one issue that eludes me. We have an
  application server running on an IBM RS6000 running AIX 4.3 that
requires
  IBM 3151 terminal emulation. Is there anyone that has successfully been
 able
  to utilize a termcap for the IBM3151 so that the character sets and
 function
  keys map accordingly when using an xterm session to an IBM RS6000 system
  running AIX?

 The naive approach would be to copy the IBM3151 definition from the
termcap
 on AIX to FreeBSD.
 I took a look on the AIX 4.3 (and 5.1) machines that I have access to and
 there is no such definition.

 What do you currently set your TERM variable to on AIX to get the desired
 emulation?

 --
 Matt Emmerton


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IBM Emulation

2003-08-27 Thread Marc Wiz
On Tue, Aug 26, 2003 at 07:18:50PM -0400, Matthew Emmerton wrote:
 
 The naive approach would be to copy the IBM3151 definition from the termcap
 on AIX to FreeBSD.
 I took a look on the AIX 4.3 (and 5.1) machines that I have access to and
 there is no such definition.

infocmp -C termname will output a TERMCAP entry.  See the AIX FM for details.

Perhaps the question should be does the application specifically require a 
3151 terminal?

Marc
-- 
Marc Wiz
[EMAIL PROTECTED]
Yes, that really is my last name.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IBM Emulation

2003-08-27 Thread Micheal Patterson
Currently, we use ProComm for Win95 and 2k with a VT100 emulation in
conjunction with a vendor provided keyboard and translation file that they
won't part with. I've also tested TinyTerm and it utilizes when in IBM3151
emulation mode, it provides the same translations  as ProComm and it's
combined translation file. After speaking with a few of the field techs, I
was told that anything that can provide an IBM3151 terminal emulation will
work properly.  On my aix system, under /src/misc/terminfo there is an entry
named ibm3151.ti. Under my FreeBSD 4.8 system, within
/usr/compat/linux/usr/share/terminfo I have a terminal file for the
ibm3151 and within /usr/compat/linux/etc/termcap there is an entry for
ibm3151 but I'm uncertain how to utilize that within the FreeBSD
environment.  I've tried importing the ibm3151 termcap entry into my FBSD
termcap and rehashing the termcap database but it garbles once I get into
the ibm environment. I'm wondering if I may actually need to get some sort
of terminal emulator for BSD instead of a straight telnet session.


--

Micheal Patterson
Network Administration
Cancer Care Network
405-733-2230


- Original Message - 
From: Matthew Emmerton [EMAIL PROTECTED]
To: Micheal Patterson [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Tuesday, August 26, 2003 6:18 PM
Subject: Re: IBM Emulation


  My department has been tasked with trying to find an alternative to
 Windows
  in our organization. I can get the normal workplace items, spreadsheets,
  word, etc taken care of, but I have one issue that eludes me. We have an
  application server running on an IBM RS6000 running AIX 4.3 that
requires
  IBM 3151 terminal emulation. Is there anyone that has successfully been
 able
  to utilize a termcap for the IBM3151 so that the character sets and
 function
  keys map accordingly when using an xterm session to an IBM RS6000 system
  running AIX?

 The naive approach would be to copy the IBM3151 definition from the
termcap
 on AIX to FreeBSD.
 I took a look on the AIX 4.3 (and 5.1) machines that I have access to and
 there is no such definition.

 What do you currently set your TERM variable to on AIX to get the desired
 emulation?

 --
 Matt Emmerton

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IBM Emulation

2003-08-27 Thread Peter Elsner
I have successfully used AlphaCom from http://www.omnicomtech.com

It has IBM3151 emulation built in.  Cost is about $25. per user and is
(in my opinion) the best terminal emulator for Microsoft WinBlows out there.
Peter Elsner

At 07:20 PM 8/26/2003 -0500, you wrote:
Currently, we use ProComm for Win95 and 2k with a VT100 emulation in
conjunction with a vendor provided keyboard and translation file that they
won't part with. I've also tested TinyTerm and it utilizes when in IBM3151
emulation mode, it provides the same translations  as ProComm and it's
combined translation file. After speaking with a few of the field techs, I
was told that anything that can provide an IBM3151 terminal emulation will
work properly.  On my aix system, under /src/misc/terminfo there is an entry
named ibm3151.ti. Under my FreeBSD 4.8 system, within
/usr/compat/linux/usr/share/terminfo I have a terminal file for the
ibm3151 and within /usr/compat/linux/etc/termcap there is an entry for
ibm3151 but I'm uncertain how to utilize that within the FreeBSD
environment.  I've tried importing the ibm3151 termcap entry into my FBSD
termcap and rehashing the termcap database but it garbles once I get into
the ibm environment. I'm wondering if I may actually need to get some sort
of terminal emulator for BSD instead of a straight telnet session.
--

Micheal Patterson
Network Administration
Cancer Care Network
405-733-2230
- Original Message -
From: Matthew Emmerton [EMAIL PROTECTED]
To: Micheal Patterson [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Tuesday, August 26, 2003 6:18 PM
Subject: Re: IBM Emulation
  My department has been tasked with trying to find an alternative to
 Windows
  in our organization. I can get the normal workplace items, spreadsheets,
  word, etc taken care of, but I have one issue that eludes me. We have an
  application server running on an IBM RS6000 running AIX 4.3 that
requires
  IBM 3151 terminal emulation. Is there anyone that has successfully been
 able
  to utilize a termcap for the IBM3151 so that the character sets and
 function
  keys map accordingly when using an xterm session to an IBM RS6000 system
  running AIX?

 The naive approach would be to copy the IBM3151 definition from the
termcap
 on AIX to FreeBSD.
 I took a look on the AIX 4.3 (and 5.1) machines that I have access to and
 there is no such definition.

 What do you currently set your TERM variable to on AIX to get the desired
 emulation?

 --
 Matt Emmerton

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]