Terminal emulation settings help rlogin AIX to SCO


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Terminal emulation settings help rlogin AIX to SCO
# 1  
Old 03-28-2012
Terminal emulation settings help rlogin AIX to SCO

I use a program called TinyTerm to access our AIX machine. It works fine except for when I rlogin into our SCO unix server. Backspace doesn't delete, ctrl-c doesn't work (delete key does same thing), and the most annoying thing is vi acts very wierd. I have to press the down arrow like 3 times to go down to the next line and when moving the cursor left and right. It makes editing files annoying at best and dangerous as well.

I know their are many settings for emulation and it can be tricky. How do you go about finding which terminal settings you need anyway?

Smilie
# 2  
Old 03-29-2012
It is likely that your TT is getting corrupted through the AIX.

What is the emulation you are using on the terminal? And what is the ttytype that the AIX is working with? And what with the SCO?
# 3  
Old 03-30-2012
I am using SCOANSI to access the AIX server and then rlogin'ing into the SCO server. How do I find the tty types for the servers?
# 4  
Old 03-30-2012
Is there a reason not using X (like xterm, dtterm...) to access you aix from your sco?
Wait...
Are you talking of access from a PC?
# 5  
Old 03-30-2012
Quote:
How do I find the tty types for the servers?
On both the AIX and the SCO box, type:
Code:
echo $TERM
stty -a

This will give you the basis to match the SCO keymapping to the AIX key mapping with stty commands and an approprate value for $TERM in the SCO users login profile. The arrows in vi usually needs a list of "map" commands in a .exrc file in each users home directory (see man ex) if they don't work after sorting out the stty settings. You may already have a suitable .exrc file on your AIX box.
# 6  
Old 03-30-2012
here is the output:

AIX:

Code:
$ echo $TERM                                                             
ansi                                                                     
$ stty -a                                                                
speed 9600 baud; 0 rows; 0 columns;                                      
eucw 1:1:0:0, scrw 1:1:0:0:                                              
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ^@          
eol2 = ^@; start = ^Q; stop = ^S; susp = ^Z; dsusp = ^Y; reprint = ^R    
discard = ^O; werase = ^W; lnext = ^V                                    
-parenb -parodd cs8 -cstopb hupcl cread -clocal -parext                  
-ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc  
-ixon -ixany -ixoff imaxbel                                              
isig icanon -xcase echo echoe echok -echonl -noflsh                      
-tostop echoctl -echoprt echoke -flusho -pending iexten                  
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3              
$


SCO

Code:
Isabel! -->#echo $TERM                                                         
ansi                                                                           
Isabel! -->#stty -a                                                            
speed 38400 baud;   ispeed 38400 baud;   ospeed 38400 baud;   line = 0(tty);   
intr = DEL; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ^@;              
swtch = <undef>; susp = <undef>; start = ^Q; stop = ^S;                        
-parenb -parodd cs8 -cstopb hupcl cread -clocal -loblk                         
-ortsfl -ctsflow -rtsflow                                                      
-ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc         
ixon ixany -ixoff                                                              
isig icanon -xcase echo -echoe echok -echonl -noflsh                           
-iexten -tostop -xclude                                                        
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3                    
-isscancode                                                                    
-autoe -ed_emacs -ed_vi -ed_history                                            
Isabel! -->#

Do I need to make the 2 servers TERM settings match each other? If so where do I do that? Also, is there a possibility that changing such settings would affect applications/scripts? If so, should I just make 2 different profiles on the emulation client.. one for each server and quit doing rlogin? Yes, access is from pc's.
# 7  
Old 03-30-2012
I would go and download putty :
PuTTY: a free telnet/ssh client
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Terminal emulation OSX Vs. Solaris 11

I am using Terminal on an OSX system to access and edit crontab files on a 'headless' Solaris 11 server. Crontab -e on OSX invokes vi as the editor, which is fine, but I am getting unexpected characters on keystrokes and have to abort the edit. If this is an emulation issue, would someone please... (1 Reply)
Discussion started by: SmokeyJoe
1 Replies

2. Programming

printer link to terminal emulation

have the following lines in .bash_profile. "ln-s /dev/ttyp0 /dev/lpw10" and ln -s /dev/ttyp0 /dev/lpc10" this allows a terminal emulation running on xp to print locally. I would like to capture the print file and store the output in a directory. Any ideas as to how to capture the print output?... (2 Replies)
Discussion started by: petercp
2 Replies

3. Solaris

Terminal Emulation Issue

I am having issues with installation of Sterling-Gentran:Server for UNIX 6.1. The issue within the secadmin setup. I can get into the Security Admin Setup Screens and can navigate within but cannot reply to a popup screen (the software is asking me to confirm "YES" or "NO" and none of the keys on... (6 Replies)
Discussion started by: oakbob817
6 Replies

4. AIX

Terminal Emulation- AIX Server- Best Practices

Greetings. We share one AIX server with about 100 users over 4 hub sites via Procomm Plus. Users dvelop bad habits and exit straight out of the terminal window vice correctly logging out of their application session on the server. Sometimes we have to go into the server and terminate their session... (0 Replies)
Discussion started by: pconfig
0 Replies

5. UNIX for Dummies Questions & Answers

Differences between Telnet and Terminal Emulation?

HI , I am little confused about differences between Telnet and Terminal Emulation? (1 Reply)
Discussion started by: nixhead
1 Replies

6. UNIX for Dummies Questions & Answers

terminal emulation displaying in machine language

I entered the command cat 401328 in an attempt to see a file. Now, my screen is displaying machine language. The properties of the file say that it is a postgres application. Is there a command I can enter so everything gets back to normal? Thanks, (2 Replies)
Discussion started by: Debbie
2 Replies

7. SCO

Help: Terminal Emulation for SCO Unix...

Question from a newbie: We are running SCO Unix, and are using Century Software Windows Terminal Emulation “Term for Windows” for Win95 v6.3.9b. It used to work fine when we had Win98 on our machines, but now we are updating them with Win2000/XP. This WinTerm works fine on some machines, which... (9 Replies)
Discussion started by: fasal
9 Replies

8. BSD

ls -G in terminal emulation

Hi ! As everyone, i installed my system and started "personalizing" it. One of the adjustments was creating an alias in /etc/profile fo ls, so when I type ls it is running ls -G so i can see a colored output. Everything is ok, but after I configured my system to start in X by default (kdm as... (2 Replies)
Discussion started by: Sergiu-IT
2 Replies

9. UNIX for Dummies Questions & Answers

Terminal Emulation

Hello all, Am new to the forum and hope this post meets the requirements. This post will be rather lengtly but needs to be to explain the problem. I have two computers running Windows 2000 Pro. I travel for a living and use a terminal emulation program called STEP to connect to our Unix... (2 Replies)
Discussion started by: skids
2 Replies

10. Programming

Terminal Emulation

Hi , I am working on SCO Unix who needs to know some basics concepts about how to write a program that will capture the input , output of one terminal to another ie whatever is being typed as input or echoed as output to terminal say tty02 shall be automatically be falshed to another terminal say... (1 Reply)
Discussion started by: S.P.Prasad
1 Replies
Login or Register to Ask a Question