- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Custom Sam hpterm
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
01-28-2003 12:49 PM
01-28-2003 12:49 PM
Custom Sam hpterm
Is there a way to set the apps-defaults for sam somewhere, or maybe have the custom icon call an hpterm with a -exec option?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 05:57 PM
01-28-2003 05:57 PM
Re: Custom Sam hpterm
hpterm -sl 10s
which gives hpterm 10 screens of data to scroll. Other useful options:
-C (show console messages on this window too)
-bg navy -fg white (change colors)
-sb (show the scroll bar on the right
-T "Some title for the title bar and icon label"
-ls (make the hpterm actually login so the shell environment is 'normal')
SO creating an icon with the following run string:
hpterm -C -bg navy -fg white -sl 10s -T "My terminal" -ls
will give you a nice standard window with a dark blue background, 10 additional screens of scrollable memory and a shell that reads profiles at the start.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 07:30 PM
01-28-2003 07:30 PM
Re: Custom Sam hpterm
Put this in a simple executable script to run once you have a CDE terminal session open.
vi newhost
dtterm -sl 10s -title newhost -e telnet newhost &
save the file
Run the script
$ ./newhost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 05:28 AM
01-29-2003 05:28 AM
Re: Custom Sam hpterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 05:35 AM
01-29-2003 05:35 AM
Re: Custom Sam hpterm
So, you're using SAM's add custom application function, correct? How about using "hpterm -sb -sl 10s -e (fill in your application here) -display $DISPLAY" for the command?
Would that work for you?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 05:43 AM
01-29-2003 05:43 AM
Re: Custom Sam hpterm
Another possibility would be configuring an X11 resource for hpterm. OK, all hpterms would be affected, nice side effect. Set it with e.g. xrdd, .Xdefaults or use hpterm's app-defaults file.
Hpterm*scrollBar: true
Best regards...
Dietmar.