- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: xhost + command
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
05-09-2006 05:18 AM
05-09-2006 05:18 AM
xhost + command
Oracle DBA is instaling oracle installer. This requires to do xhost + command. I am executing this commnad it is not working.
Is this a part of CDE? dtlogin process is running.
Can you please advise?
Thanks.
Raji
By the way this is HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 05:22 AM
05-09-2006 05:22 AM
Re: xhost + command
The xhost + command simply allows X-sessions to be accepted on that host.
The user must also setup $DISPLAY
export DISPLAY=111.222.111.222
On the server that will be sending out the X session.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 08:57 AM
05-09-2006 08:57 AM
Re: xhost + command
I guess the xhost+ command needs to be run as root user. This will allow xsessions to be opened on other machines - + means permission to all hosts.
You need a workstation or a software like Hummingbird/Exceed etc which enables getting a graphics display for Unix logins.
Once you allow -
You need to set the the variable DISPLAY
DISPLAY=yourcdeipaddress:0.0
export DISPLAY
This will redirect the display to your CDE.
Now from your CDE
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 09:42 PM
05-09-2006 09:42 PM
Re: xhost + command
what exactly is the output error you get when you try xhost + ?
Rgds,
Ricky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 10:07 PM
05-09-2006 10:07 PM
Re: xhost + command
As a general rule, you shouldn't use 'xhost +'. You are essentially making it so ANY host can use your xsession. Make it more granular: 'xhost +
Cheers,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 10:08 PM
05-09-2006 10:08 PM
Re: xhost + command
use 'xhost +'.
'xhost +
(xhost +192.168.0.22)
Cheers,
Awadhesh