- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Web-based terminal emulation
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
тАО09-24-2004 09:27 AM
тАО09-24-2004 09:27 AM
Jeff Traigle
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2004 09:28 AM
тАО09-24-2004 09:28 AM
SolutionHP's secure webconsole may meet the criteria though I've never tried to print off mine.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2004 09:40 AM
тАО09-26-2004 09:40 AM
Re: Web-based terminal emulation
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2004 10:06 AM
тАО09-26-2004 10:06 AM
Re: Web-based terminal emulation
echo "$(tput mc5)\c"
cat some_file
echo "$(tput mc4)\c"
NOTE: many terminal emulators have their own ideas about the acceptable escape sequences. A 'normal' terminal emulator can be identified with ttytype -s and once TERM has been set. the above tput construct will work just fine. The problem is that an emulator may answer ID queries as a vt100 (which does NOT support passthrough printing) yet sending the codes:
echo "\033[5i"
echo passthrough printing is now in force
echo "\033[4i"
may work OK (DEC VT series or ANSI emulation). This is a problem that is often fixed by hardcoding TERM=
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2004 12:57 PM
тАО09-26-2004 12:57 PM
Re: Web-based terminal emulation
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2004 01:14 AM
тАО09-27-2004 01:14 AM
Re: Web-based terminal emulation
http://www.chiark.greenend.org.uk/~sgtatham/putty/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2004 02:05 AM
тАО09-27-2004 02:05 AM
Re: Web-based terminal emulation
I evaluated WRQ's product a few years ago (before the encryption features were added) and really liked the ease of installation, configuration, and control provided.
Hummingbird has some good products and I'll look into theirs. It took them a few years to get their web-based X emulator to a point where I was willing to implement it at my previous job... and it still had a few bugs, but compared to the price of licensing the "fat" client for every PC in the facility, it was worth the minor annoyances of the bugs. They were at least working with me to fix the problems.
The HP secure web console won't work for multiple users accessing the system at once. I think there are terminal type problems with the application running on the vt100 console anyway that wouldn't make this feasible.
Putty would be fine for direct access, but the intended environment requires more control than a Windows-based client can provide.
How does the passthrough printing work on the Windows client side? Does it go straight to the default printer or can it be forced to open the printer selection window so the user can select a destination?
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2004 03:18 PM
тАО09-27-2004 03:18 PM
Re: Web-based terminal emulation
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2004 01:19 AM
тАО09-28-2004 01:19 AM
Re: Web-based terminal emulation
Jeff Traigle