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
04-12-2006 04:17 AM
04-12-2006 04:17 AM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 04:23 AM
04-12-2006 04:23 AM
Re: XTERM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 04:35 AM
04-12-2006 04:35 AM
Re: XTERM
You normally get ansi when you telnet with a non-GUI type of terminal. Just setting your terminal to xterm will not necessarily allow you to run GUI applications.
To run the SG MGR you MUST be running something like REFLECTION X, Hummingbird Exceed or something similar on a PC. Or if you are logged into the machine directly then you must be logged into CDE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 04:40 AM
04-12-2006 04:40 AM
SolutionWhat kind of X-software are you using? Exceed, reflectionX, VNC?
Once you have one of these, you just need to set your display to be the ip address or name of the server that you are using, into the terminal with your command line prompt. ie:-
# export DISPLAY=xxx.xxx.xxx.xxx:0.0
Where the xxx=ip address of your x session.
or:-
#export DISPLAY=
Where the server_name is the name of your x session.
Hope this helps.
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 03:09 AM
04-24-2006 03:09 AM
Re: XTERM
What next .........
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 03:16 AM
04-24-2006 03:16 AM
Re: XTERM
Ok:-
1) Start your exceed session and use it to log onto your server.
2) Find out what your PC IP address is, this will be the address that will act as your GUI interface address.
3) export DISPLAY=123.456.789.101:0.0
where the IP address of your pc is the adress.
4) Start your application GUI, it should appear on your PC.
Regards,
JASH