- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Export Display
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
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
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-11-2004 05:28 AM
тАО07-11-2004 05:28 AM
Export Display
I have have 2 servers.
Server A has GUI console. and other ServerB is terminal.
what steps I need to follow on both servers , so after telnet from ServerA to serverB , I can able to get GUI of serverB.
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2004 06:45 AM
тАО07-11-2004 06:45 AM
Re: Export Display
1. In the server run "xhost +" or "xhost
2. In serverB set the DISPLAY variable to serverA.
Good Luck....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2004 06:51 AM
тАО07-11-2004 06:51 AM
Re: Export Display
>>xhost +
telent to serverB and enter:
>>EXPORT DISPLAY=serverA:0.0
HTH
Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2004 06:56 AM
тАО07-11-2004 06:56 AM
Re: Export Display
Telnet to the Server B.
# xhosts +
# export DISPLAY=
Execute your GUI command.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2004 07:17 AM
тАО07-11-2004 07:17 AM
Re: Export Display
Look at the prompt to see on which server I am runing the command.
Open an appropriate term (dtterm,hpterm etc.,) on the graphical console of serverAAA
serverA$xhost + serverB
serverA$telnet serverB
serverB$export DISPLAY=serverA:0
serverB#hpterm
This should display the hpterm of serverB on serverA's graphic console.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 03:52 AM
тАО07-12-2004 03:52 AM
Re: Export Display
I have issue.When I give command
ServerA#/usr/bin/X11/xhost +ServerB
It gives error " Xlib:client is not authorised to connect to server "
Both servers has entry in /etc/hosts file.
On serverA , display is correct ( ServerA:0.0 )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 03:58 AM
тАО07-12-2004 03:58 AM
Re: Export Display
xhost +localhost
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 04:52 AM
тАО07-12-2004 04:52 AM
Re: Export Display
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 05:02 AM
тАО07-12-2004 05:02 AM
Re: Export Display
cp /usr/dt/config/Xservers -> /etc/dt/config/Xservers
vi the /etc Xservers file thus :
* Local local@console /usr/lib/X11/X :0 -ac audit 0
wq!
/sbin/init 2
/sbin/init 3 and try again .....?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 05:06 AM
тАО07-12-2004 05:06 AM
Re: Export Display
is /etc/hosts involved or is name resolution being done by NIS or DNS ?
Are multiple network cards involved on either system at all ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 11:53 PM
тАО07-12-2004 11:53 PM
Re: Export Display
On serverA when I copied and edit Xservers file , then /sbin/init 2 , /sbin/init 3 , I am unable to get a CDE screen .
Both the servers are using Built-in -Lan only. Hosts file is used for name service.