- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to configure a B180L workstation as an Xtermin...
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
08-18-2002 01:07 AM
08-18-2002 01:07 AM
I have a B180L workstation I'm using to connect to a L2000 server. However, I'm getting tired of always telnetting or rlogging and exporting my the servers display to the workstation.
Is there any way or could you show me the steps to configure the Xserver of the workstation to provide a chooser so that I could choose If I want to get the CDE login of the workstation or the CDE login screen of the L2000 server?
Is the virtual console (under Linux) also supperted in HP-UX? At least I want to be able to work both at the same time at the server and workstation by just switching the screen like in Linux (by pressing Alt & [F7-F12]).
Thanks in advance for any help and hints!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2002 05:25 AM
08-18-2002 05:25 AM
SolutionFirst you need to comment out the following line in the file /etc/dt/config/Xservers
* Local local@console /usr/bin/X11/X :0
Then log out, now you should get an "ordinary" terminal login prompt.
Log in again, now you can test with
/usr/bin/X11/X :0 -indirect
or
/usr/bin/X11/X :0 -indirect
I don't remember if the hostname is nessesary and I have for the moment no machine to test on.
If this works (you should get a screen with a list on) you can try to configure /etc/inittab
Add a line like this:
xt:34:respawn:/usr/bin/X11/X :0 -indirect
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 10:29 AM
08-20-2002 10:29 AM
Re: How to configure a B180L workstation as an Xterminal
X -query L200.yourdoman.com -terminate
You will then get the CDE Login from the server in this case L2000.yourdomain.com. When you logout from that session you will be back on the command line of the B180.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 10:50 AM
08-20-2002 10:50 AM
Re: How to configure a B180L workstation as an Xterminal
and you can always install (Puffin Group) Linux on the B180L - then you have your virtual console ;-)
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 10:51 AM
08-20-2002 10:51 AM
Re: How to configure a B180L workstation as an Xterminal
Reading between the lines, I'm getting the impression that what you really want to do is eliminate having to export your display all the time. We always used to rlogin and got pretty sick of it, too. We came up with this:
remsh $1 -n /usr/bin/X11/hpterm -display $DISPLAY -ls -title $1 -n $1 -s
b -sl 500 &
where $1 is the hostname of the machine we're trying to get to. Voila - up pops an hpterm window, labeled with the name of the system it's on, and the display already set.
HTH,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 11:40 AM
08-20-2002 11:40 AM
Re: How to configure a B180L workstation as an Xterminal
John - That is an awesome little tip about X I didn't know about. I love it! Thanks!
N/A Please.
Kel