- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- X browser configuration
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 09:08 PM
06-10-2010 09:08 PM
X browser configuration
Regds
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 09:39 PM
06-10-2010 09:39 PM
Re: X browser configuration
Any help pls this is very urgenr
Thanks & Regds
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 10:13 PM
06-10-2010 10:13 PM
Re: X browser configuration
"Not working" is not a very useful
description. What, exactly, did you do?
What, exactly, happened when you did it?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 10:21 PM
06-10-2010 10:21 PM
Re: X browser configuration
My windows XP IP is 10.1.5.85
I am trying to connect Xbrowser from windows PC(10.1.5.85) to HP-UX11.31 server(10.1.5.51)
But the xbrowser is blank i attached the screen shot
Thanks & Regds
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 10:54 PM
06-10-2010 10:54 PM
Re: X browser configuration
If iam trying
netstat -an | grep 177
it will not showing the udp ID
What can i have do
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 11:10 PM
06-10-2010 11:10 PM
Re: X browser configuration
If you want to connect with X browser, you should have to install CDE on 11.31,CDE Environment is not installed by default.
# swlist |grep CDE
CDE-English B.11.31 English CDE Environment
Regards,
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 11:13 PM
06-10-2010 11:13 PM
Re: X browser configuration
(XDCMP is the technology used by things like ReflectionX and your xbrowser to set up an X connection. It is not very secure, so sometimes disabling it is a security policy requirement. The recommended technology for running remote X applications in a secure way is SSH with X forwarding enabled.)
Dtlogin is part of CDE (Common Desktop Environment). In HP-UX 11.31, CDE is no longer installed by default. This is because 11.31 is a pure server OS, and desktop tools are not essential in a server.
For CDE install and start-up instructions, please see this thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1286620
MK
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2010 11:56 PM
06-10-2010 11:56 PM
Re: X browser configuration
i Have installed CDE from OS 2nd CD eventhough i am not able to connect my local(Windows PC) to HP-uX server through web Xbrowser
testser#swlist |grep CDE
CDE-English B.11.31 English CDE Environment
Regds
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2010 08:05 AM
06-11-2010 08:05 AM
Re: X browser configuration
/sbin/init.d/dtlogin.rc start
still it showing the below error, when i am connect xbrowser
Error :XDMCP connection failed .Try again.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2010 10:06 AM
06-11-2010 10:06 AM
Re: X browser configuration
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2010 09:25 PM
06-11-2010 09:25 PM
Re: X browser configuration
Working Xbrowser Server HP-UX 11.21
netstat -a|grep xdmcp
udp 0 0 *.xdmcp *.*
Not Working Xbrowser Server HP-UX 11.31
netstat -a|grep xdmcp
It will not showing anything
actully all the server same not work only different is the OS version
pls advice what can i have do
It is very urgent
Regds
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-12-2010 04:15 AM
06-12-2010 04:15 AM
Re: X browser configuration
around here "netstat -an" seems to be more
useful than "netstat -a":
dyi # netstat -a | grep -i xdmcp
dyi # netstat -an | grep '\.177'
udp 0 0 *.177 *.*
From what I've read, dtlogin is the program
which offers this service. Is it running?
ps -el | grep dtlogin
Around here:
dyi # UNIX_STD=95 ps -lC dtlogin
F S UID PID PPID C PRI NI ADDR SZ WCHAN TT
Y TIME CMD
401 S 0 1832 1809 0 154 20 e00000014dbb0a00 176 e00000013ecd9272 ?
00:00:00 dtlogin
401 S 0 1809 1773 0 154 20 e00000014dacb980 160 e00000013e2a1080 ?
00:00:00 dtlogin
man dtlogin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2010 09:10 AM
06-14-2010 09:10 AM
Re: X browser configuration
(/usr/bin/X11/dtterm -fn 6x13 -sb -sl 500 -ls -bg white -fg blue -display %IP#% -name %T% &)
you may have to zero out .Xauthority in your root/user home.
cat /dev/null > .Xauthority
I had issues originally connecting to 11.31 with a x-window client (reflections) however putty worked fine.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP