- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet Problem, when I use vi editor
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 01:42 PM
02-12-2004 01:42 PM
When I use HPUX 11.0, I got some problem.
I used telnet on Windows to login HPUX.
When I use vi editor, I cann't read bottom line exactly. Beause the line changes next line continusly. So I cann't read bottom line in vi.
So How can I fix this problem?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 01:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 03:24 PM
02-12-2004 03:24 PM
Re: Telnet Problem, when I use vi editor
It happens when you are using ANSI terminals and other some terminal modes.
Try to use to generic terminals such as vt100,vt220 set it in your telnet client.
it will do.
regards
Radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 04:04 PM
02-12-2004 04:04 PM
Re: Telnet Problem, when I use vi editor
It happened because of mismatch of TERM setting. You set the TERM environment according to Windows telnet property. Windows Telnet doesnot give much option in this.
You can download some other terminal emulator from net and use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 04:23 PM
02-12-2004 04:23 PM
Re: Telnet Problem, when I use vi editor
# resize
COLUMNS=120;
LINES=24;
export COLUMNS LINES;
# stty cols 120 rows 24
The above action make your problem solve.^^
(ì ì ê° ì ´ resizeí ì ê³ sttyë¡
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 07:01 AM
02-17-2004 07:01 AM
Re: Telnet Problem, when I use vi editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 01:15 PM
02-17-2004 01:15 PM
Re: Telnet Problem, when I use vi editor
As mentioned, get a good emulator. When you telnet using Windows, you are usually running Hyperterminal which doesn't state anything about standards conformance. The best terminal emulator is WRQ's Reflection for HP, or you can use QCTerm which is free and is a smart terminal emulator. Be sure that ttytype is always run in your login profile to set your TERM variable correctly.
Bill Hassell, sysadmin