- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unix m/c screen scroll to Half screen only and Vi ...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-17-2003 08:07 AM
тАО11-17-2003 08:07 AM
From my same PC, I login to lot of Unix servers. Everywhere screen display and vi are working fine. In one or few servers, I face this problem.
I though it is due to TERM setting.
I ran command ttytype, it showed vt100.
So I did export TERM=vt100
Still no use in display and vi.
Please help me on this
Thanks
R.Ezhil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-17-2003 02:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 12:21 AM
тАО11-18-2003 12:21 AM
Re: Unix m/c screen scroll to Half screen only and Vi problem
try "stty sane"
try control-L (to reset screen)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 12:54 AM
тАО11-18-2003 12:54 AM
Re: Unix m/c screen scroll to Half screen only and Vi problem
Try this command:
eval ` tset -s -Q `
which will query your xterm session and export the TERM variable accordingly.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 01:22 AM
тАО11-18-2003 01:22 AM
Re: Unix m/c screen scroll to Half screen only and Vi problem
And check out the values of your LINES and COLUMNS environment variables. If set, they have to match EXACTLY your terminal size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2003 03:28 AM
тАО11-19-2003 03:28 AM
Re: Unix m/c screen scroll to Half screen only and Vi problem
Thanks for your responses.
Thanks for Uli, he suggested to run
eval `resize` which resolved my problem.
Regards
R.Ezhil