- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help! D320 on HPUX 10. returing PROTERMCAP error ...
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-06-2006 11:04 AM
02-06-2006 11:04 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 11:35 PM
02-07-2006 11:35 PM
Re: Help! D320 on HPUX 10. returing PROTERMCAP error 70096 not recognized
Login to a telnet software (not on your console)
Change your TERM variable (vt220, wyse60)
export TERM=vt220
Start your progress session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 09:07 AM
02-23-2006 09:07 AM
Re: Help! D320 on HPUX 10. returing PROTERMCAP error 70096 not recognized
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 12:21 PM
02-23-2006 12:21 PM
Re: Help! D320 on HPUX 10. returing PROTERMCAP error 70096 not recognized
echo $TERM
If it says 70096, grep through your profiles to see if it was hardcoded:
grep 70096 /etc/profile $HOME/.profile
If you find something like: TERM=70096, replace that line with:
eval $(ttytype -s)
If you do not find the TETRM variable hardcoded, then your login profile probably has the ttytype command correctly setup and the terminal you are using is an HP 700/96 terminal (or an emulator with that code). Now comes the tricky part: The 700/96 is very old and should have been added to the PROTERMCAP file many years ago. Start with a call to your vendor to see if there is an update. If there is no update, you can chnage your terminal to use a VT emulation. Don't hardcode anything in your profile though. Just change the terminal emulation to EM100 (or the highest model allowed by your application. (I am assuming your console is an HP 700/9x terminal)
Bill Hassell, sysadmin