- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems with ReflectionX
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
04-07-2003 01:09 AM
04-07-2003 01:09 AM
Problems with ReflectionX
I was running reflectionX on one hp server, I had started one GUI through which I can control some applications.For some reasons my PC totaly froze, the problem was that also my application on HP server was not responding.When I rebooted my PC I saw on another PC that also runs Reflection, that immediatly when my PC went down application on HP server resumed.My question is.Is it possible that frozen Reflection(PC) freezes also aplication on HP server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 01:14 AM
04-07-2003 01:14 AM
Re: Problems with ReflectionX
There could be a deadlock somewhere
Are there errors in
/var/dt/Xerrors
$HOME/.dt/starlog* $HOME/.dt/errorlog*
Also are you running a fontserver
see man xfs
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 01:19 AM
04-07-2003 01:19 AM
Re: Problems with ReflectionX
>> /usr/bin/X11/xset: bad font path element (#40), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
<<
I am connecting to this HP server with XDMCP indirect to another HP server and there from a list of awailable servers i can choose to whic server I want to connect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 01:24 AM
04-07-2003 01:24 AM
Re: Problems with ReflectionX
Check your fontserver
1 - The font server needs to be configured to include the CDE
fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable: "RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and
restart it.
2 - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
2)Check $HOME/.dt/errorlog.old
3)check /var/adm/syslog/syslog.log for the time of the hang.
4)Check for latest X CDE motif patches
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 01:34 AM
04-07-2003 01:34 AM
Re: Problems with ReflectionX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 01:43 AM
04-07-2003 01:43 AM
Re: Problems with ReflectionX
Firstly, is the problem repeatable. Can you go through the same set of steps and cause the PC/Application to hang. If you can, then that gives you a framework under which to diagnose the problem.
Can your PC hang an application - well, possibly, but it depends on the application, what it does, and how it is coded. It sort of sounds like the application was waiting for some event from the client - though without knowing the code it would be almost impossible to say with certaintly. The only other option I would try is, assuming this is repeatable, try and tusc the server side to see what it is doing (sorry - can't be more specific because I don't know your application).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 02:00 AM
04-07-2003 02:00 AM
Re: Problems with ReflectionX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 03:40 AM
04-07-2003 03:40 AM
Re: Problems with ReflectionX
When you startup CDE and manage your PC's desktop over the network, there are a lot of complicated issues, not the least of which are the patches installed (or not installed) on your PC as well as the HP-UX box. If your application absolutely needs a special GUI program (not xterm or dtterm) then run Reflection/X but do NOT use the typical login. Just start it, iconify the program and then telnet from your ZPC to the HP machine. Then set DISPLAY and start your GUI. It's more work but much less risk.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 04:29 AM
04-07-2003 04:29 AM
Re: Problems with ReflectionX
With no admin access Bill is giving good advice.
set $(echo $(who -uR|grep -v old|grep -i $LOGNAME|tail -n 1))
export DISPLAY=$8":0.0"
should give you the DISPLAY of the pc if you run it during login
Steve Steel