- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting DISPLAY for telnet. Why is HPUX 11.00 diff...
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
07-15-2000 07:31 PM
07-15-2000 07:31 PM
Setting DISPLAY for telnet. Why is HPUX 11.00 diff.
/etc/skel/* or /etc/profile. What am I missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2000 02:30 AM
07-16-2000 02:30 AM
Re: Setting DISPLAY for telnet. Why is HPUX 11.00 diff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2000 03:00 AM
07-16-2000 03:00 AM
Re: Setting DISPLAY for telnet. Why is HPUX 11.00 diff.
DISPLAY="$(who am i -R | sed -n "s/^.*(([a-z][0-9a-z]*).*$/1/p"):0"
export DISPLAY
If you like, you can add it to the /etc/profile on your 11.0 system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2000 03:57 AM
07-16-2000 03:57 AM
Re: Setting DISPLAY for telnet. Why is HPUX 11.00 diff.
But I must add that an extension to the telnet protocol (Telnet Environment option) described in RFC 1572, offers the possibility to do just that (passing environment variables over e telnet connection).
As an example, the telnet client and server shipped with RH6.2 Linux support this protocol option. The DISPLAY variable is indeed passed to the telnet target.
I suppose the HP telnet client and server have not yet implemented this feature.
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2000 08:18 AM
07-16-2000 08:18 AM
Re: Setting DISPLAY for telnet. Why is HPUX 11.00 diff.
who -R am i | awk '{print $6}' | sed -e s/(// | sed -e s/)// | sed -e s/:...//
Drop the "-R" for suns...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2000 05:21 PM
07-16-2000 05:21 PM