- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Running terminal version of SAM in a dtterm
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
05-04-2006 02:40 AM
05-04-2006 02:40 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 02:46 AM
05-04-2006 02:46 AM
Re: Running terminal version of SAM in a dtterm
echo $TERM
It has to match what you actually are.
Try
export TERM=dtterm
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 02:56 AM
05-04-2006 02:56 AM
Re: Running terminal version of SAM in a dtterm
TERM is set accordingly. The ability to run a shell while in a sam session is rather useful, and its not a major ordeal to change the references from dtterm to hpterm, but I'm curious as to why the function key mappings don't show up under dtterm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 03:00 AM
05-04-2006 03:00 AM
Re: Running terminal version of SAM in a dtterm
I *think* shell is restricted to non-root SAM users unless it's been granted by root.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 03:40 AM
05-04-2006 03:40 AM
Re: Running terminal version of SAM in a dtterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 04:27 AM
05-04-2006 04:27 AM
Solutionhttp://vt100.net
or
http://vt100.net/docs/vt220-rm/
where you will see just how dumb these terminals are. Now the ability of SAM to write and display function keys is dependent on the terminfo database and the TERM variable. To see if your terminfo database is correct, use the untic command:
untic $TERM
This shows all the capabilities for your current $TERM setting. man terminfo will decode all the capabilities.
SAM (and swinstall and Glance) all work best in an hpterm window as the emulator is much more sophisicated than a vt-series. Also check that you don't have some unusual Xresources identified in $HOME/.Xdefaults or other Xenvironment files on the system where you are running the dtterm window.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 05:33 AM
05-04-2006 05:33 AM