- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Terminal scrolling display
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
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
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
12-11-2012 11:37 PM
12-11-2012 11:37 PM
Hello,
I'm running HP-UX c8000, B.11.11
The terminal type is dtterm (echo $TERM).
The problem is that the terminal does not show the entire "history" when I scroll the window backwards.
If I run ls -l and the output runs to terminal I can't see the whole output.
How can I fix it?
BR,
Yali
Solved! Go to Solution.
- Tags:
- dtterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2012 06:44 AM
12-12-2012 06:44 AM
Re: Terminal scrolling display
I think there are options to dtterm to set the number of lines of "scroll back" on the terminal. That is what you need to investigate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2012 07:33 AM
12-12-2012 07:33 AM
Re: Terminal scrolling display
To set the number of linkes of scroll back for dtterm, you use the '-sl' option.
For example:
dtterm -sl 4000l
will invoke dtterm and give you 4000 lines of scroll back capability. The maximum number for scroll back is 32,767 (I think).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2012 10:49 PM
12-12-2012 10:49 PM
Re: Terminal scrolling display
You can also add -sb to get a scrollbar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2012 12:10 AM
12-16-2012 12:10 AM
Re: Terminal scrolling display
Thank you for the replies.
The command dtterm -sl 4000l is good only for the next opened terminal.
How do I make this setting to take place persistently for root and for other users?
Why does this terminal setting is different for my other machines? Is it part of the env variables?
BR,
Yali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2012 02:51 AM
12-16-2012 02:51 AM
Re: Terminal scrolling display
>How do I make this setting to take place persistently for root and for other users
Users that are using X, need to know how to configure their own display. Or they are better off using Windows to do this.
>Why does this terminal setting is different for my other machines?
Mine was coded in menus. Or in ~/.Xdefaults.
- Tags:
- .Xdefaults
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2012 11:33 PM
12-19-2012 11:33 PM
Re: Terminal scrolling display
Hello,
Is there a file to define the "dtterm -sl 4000l" command ?
BR,
Yali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 01:03 AM
12-20-2012 01:03 AM
Re: Terminal scrolling display
>Is there a file to define the "dtterm -sl 4000l" command?
We're asking you. How do users invoke dtterm? From the shell? Or from dtterm menu?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 01:12 AM
12-20-2012 01:12 AM
Re: Terminal scrolling display
Sorry, I missed that.
Users are invoking terminals from the Front Panel menu.
I add the .Xdefaults file into the home directory of a user and add the following:
xterm*scrollLine: 1000
Then I ran:
xrdb .Xdefaults
but still, I can't see enough scrolled lines when I scroll back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 03:29 AM
12-20-2012 03:29 AM
Re: Terminal scrolling display
>Users are invoking terminals from the Front Panel menu.
In my old .mwmrc there was an explicit call to hpterm where I could set it.
>I add the .Xdefaults file into the home directory of a user and add the following:
>xterm*scrollLine: 1000
Don't you need dtterm?
>xrdb .Xdefaults
I thought I used to use -merge?
>I can't see enough scrolled lines when I scroll back.
Do you also need to enable the scrollbar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 04:28 AM
12-20-2012 04:28 AM
Re: Terminal scrolling display
>In my old .mwmrc there was an explicit call to hpterm where I could set it.
I can see the definition for that in .mwmrc file.
> Don't you need dtterm?
does not work as well
> I thought I used to use -merge?
did you mean to invoke "xrdb .Xdefaults -merge" ?
>Do you also need to enable the scrollbar?
I do have the scrollbar but when I scollback I can't see the first command I ran before on that terminal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 04:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 05:04 AM
12-20-2012 05:04 AM
Re: Terminal scrolling display
Many thanks!!!!
It is finally works. The saveLine parameter was added to the .Xdefaults file as follow:
dtterm*saveLines:1000l
then
xrdb -merge .Xdefaults
and the new terminal takes the effect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2013 02:13 AM
01-03-2013 02:13 AM
Re: Terminal scrolling display
Hello,
I Installed a new B.11.11 OS and I face the same problem again.
I tried to edit .Xdefaults with the relevant lines but somehow it doesn't work this time.
I attached the screen shut
This is the end of the file with my 3 additional lines at the end.
!### These can be used to make Mwm act somewhat like hpwm
! Mwm*iconDecoration: label image
! Mwm*transientDecoration: Title
! Mwm*showFeedback: behavior move placement resize
! Mwm*iconClick: False
! Mwm*wMenuButtonClick: False
! Mwm*wMenuButtonClick2: False
! Mwm*clientAutoPlace: False
! Mwm*autoKeyFocus: False
! Mwm*startupKeyFocus: False
! Mwm*lowerOnIconify: False
! Mwm*deiconifyKeyFocus: False
!### END OF RESOURCE SPECIFICATIONS ###
dtterm*scrollLine: 10000
dtterm*scrollBar: true
dtterm*saveLine: 1000l
BR,
Yali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2013 05:30 AM
01-03-2013 05:30 AM
Re: Terminal scrolling display
The lines:
dtterm*scrollLine: 10000 dtterm*scrollBar: true dtterm*saveLine: 1000l
should have Lines rather than Line:
dtterm*scrollLines: 10000 dtterm*scrollBar: true dtterm*saveLines: 1000l
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2013 05:34 AM
01-03-2013 05:34 AM
Re: Terminal scrolling display
Ok,
It is fine now. (there was a bad value name inide). So for dtterm sessions it works!
Also, we are running scripts that thier outputs do into files.
These files display "online" on the screen and the person how runs it should check the running of the program.
But now due to the scrolling problem it is impossiable to view whole the "running".
Please advice,
Yali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2013 05:35 AM
01-03-2013 05:35 AM