- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to switch between servers in CDE
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
12-20-2004 07:03 PM
12-20-2004 07:03 PM
How to switch between servers in CDE
How do I configure the workspace switch so that I could access different servers with each workspace switch?
I am currently using Exceed.
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 08:34 PM
12-20-2004 08:34 PM
Re: How to switch between servers in CDE
Use rlogin (see man for more details):
#rlogin
PS: be aware to not confuse about the server on witch you are working by using export PS1="`hostname`# " in your .profile, specialy for root!
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 01:23 AM
12-21-2004 01:23 AM
Re: How to switch between servers in CDE
echo $DISPLAY
rlogin node B
export DISPLAY=xxx.xxx.xxx.xxx:0.0
xterm&
Best Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 11:47 AM
12-21-2004 11:47 AM
Re: How to switch between servers in CDE
However, your replies did not really answer my question.
My apology if you have misunderstood my question.
I am actually accessing the servers from my window-based computer with the use of Exceed. Just wondering what might be the configuration necessary in order for me to switch between different servers with the workspace switches on the front panel?
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 01:58 AM
12-22-2004 01:58 AM
Re: How to switch between servers in CDE
If I understand correctly, you want a way to switch between CDE sessions on multiple computers running HP-UX. I don't think you can set this up using the workspace buttons on the CDE toolbar.
You can set up Exceed to do an XDMCP broadcast with a list of servers to connect to. You will get a different CDE session for each system you connect to. You can then use ALT-TAB from the keyboard to switch between them. Hope that helps.
Mike D'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 03:15 AM
12-22-2004 03:15 AM
Re: How to switch between servers in CDE
You cannot do that. When you connect using exceed on your PC to a server, it open a CDE session for that server. all the workspace are for that server only.
If you need to open another session to a different server from another workspace on thisCDE session, you have to open a terminal window and then do a telnet/ ssh to open a session to another host. Remember you may have to export the DISPLAY varibale to get the graphics display during this session.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 08:56 AM
12-22-2004 08:56 AM
Re: How to switch between servers in CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 12:38 PM
12-22-2004 12:38 PM
Re: How to switch between servers in CDE
Since it is not possible for me to achieve the quest that I am on, just wondering if there is a workaround?
For example, to configure the CDE so that, upon establishing connection to a server, let's name is server A, on workspace 1, the remaining workspace 2, 3 and 4, will automatically establish individual telnet or xterm session to pre-defined destinations, let's name these destinations server B, C and D, respectively?
Thank you very much.