1826915 Members
3591 Online
109705 Solutions
New Discussion

Reflection problems

 
Andy Cole_1
Frequent Advisor

Reflection problems

Anyone using Reflection on your HP-UX system? I encounter some problem when using Reflection. When i logon to the system using Reflection, it hangs at the Starting Common Desktop Environment. Anybody know why? I try using other workstation to access but result still the same.
19 REPLIES 19
RAC_1
Honored Contributor

Re: Reflection problems

First I will check hostname resolution. forward and backward both.

what is the error in .dt dir. check errorlog.

is dtlogin running on system?

Post the error message.
There is no substitute to HARDWORK
Andy Cole_1
Frequent Advisor

Re: Reflection problems

How do i go about checking the error log? Sorry me new to HP-UX system, so many things i am not quite familiar. I don't know whether is that an error a not, cause the hour glass is displayed at the "Starting Common Desktop Environment" for a very long time
RAC_1
Honored Contributor

Re: Reflection problems

goto your home directory.

you will have .dt directory in your home dir.

check for logs startlog and errorlog.

post the errors in errorlog.
There is no substitute to HARDWORK
Andy Cole_1
Frequent Advisor

Re: Reflection problems

where is the errorlog and startup files in? I mean in which directory? My home directory don't have it cause i using root account
Andy Cole_1
Frequent Advisor

Re: Reflection problems

How to see whether there is dtlogin? I find the directory .dt. But however the errorlog file was dated 6 Dec 02. But i only have the problem recently. By the way the errorlog message is ERROR(4): dtsession:PID 28319: Dec 06 Connection to server lost - exiting. ****[97]

Just to let you all know that this problem occur (Reflection hangs) for my other 3 servers also
RAC_1
Honored Contributor

Re: Reflection problems

seems this needs lot of digging.

As you have said, the root acoount does not have home dir.
(bad practise)

on / you have .dt right?

do this mv .dt .td

now login and check. this should create .dt again, and hope we get errorlog.

Also check if you have /var/adm/inetd.sec file
and you have the following entries in it.

dtspc allow
spc allow
mserve allow

(aprt from all other entries)

try one thing at a time.

first mv .dt .td and try login. Before login do ps -ef|Grep dtlogin

try checking inetd.sec after this.
There is no substitute to HARDWORK
Andy Cole_1
Frequent Advisor

Re: Reflection problems

i have checked the inetd.sec file in /var/adm. All the entries that you said is present.
dtspc allow
spc allow
mserver allow

RAC_1
Honored Contributor

Re: Reflection problems

what about renaming .dt to .td

did it get created again?

is dtlogin running?
if it is running do
/sbin/init.d/dtlogin.rc stop
then
/sbin/init.d/dtlogin start
check ps -ef|grep dtlogin

post errorlog
There is no substitute to HARDWORK
Yogeeraj_1
Honored Contributor

Re: Reflection problems

hi,

In the first place, Check if you are able to login and access CDE from the server itself. If you NO, login to the CLI (command line) mode and run /usr/contrib/bin/X11/dr_dt to find out what is wrong with your CDE.

Then:
Check that rpcbind is running
otherwise you can start it using:
/sbin/init.d/nfs.core start

hope this helps!

Best Regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
RAC_1
Honored Contributor

Re: Reflection problems

Completley overlooked dr_dt.

Should have run in the first place.
There is no substitute to HARDWORK
RAC_1
Honored Contributor

Re: Reflection problems

Completley overlooked dr_dt.

Should have run in the first place.
There is no substitute to HARDWORK
Andy Cole_1
Frequent Advisor

Re: Reflection problems

But currently i could not go to the server itself to access using CDE. (not in office). By the way, how do i login to CLI mode? you mean normal login (telnet)? and what does /usr/contrib/bin/X11/dr_dt do when i run it. ?
Yogeeraj_1
Honored Contributor

Re: Reflection problems

hi,

dr_dt will examine your system to determine if HP CDE can function properly. If it finds problems or concerns, or just want to supply some information, it will issue INFO/WARNING/ERROR statements. It will not make any changes, but might suggest that you change
something.

Best Regards,
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Steven Mertens
Trusted Contributor

Re: Reflection problems

hi,

An entry in your .profile that
gives an error can also gives
problems with reflectionX.
(sourcing a file that doensn't
excist). It once happend to me.

rgds.

Steven
Andy Cole_1
Frequent Advisor

Re: Reflection problems

Thanks. But you mean which entry in my .profile? It say that it once happen to you, but how you go about solving it?
harry d brown jr
Honored Contributor

Re: Reflection problems

Steven Mertens
Trusted Contributor

Re: Reflection problems

Andy,

i my case it was an entry
that sourced an other file
and that file didn't excist so
i couldn't login anymore with
my reflextionx.
It was an entry put there by
an administrator to set some
env vars for some program.

rgds.

steven
Daniel Olson
Occasional Advisor

Re: Reflection problems

Run /usr/sbin/rpcinfo

If that fails without mapping rpc services, restart the portmapper by sending a kill -SIGTERM to either portmap or rpcbind. Then restatr with the "-w" warm flag if on 11.11 or if on earlier 10.20 or 11.00 restart regularly using /usr/sbin/portmap or /usr/sbin/rpcbind.

Hope this helps, CDE needs rpc services to be functional and it will stall right were you are describing if you have an rpc issue.

Regards,
Daniel
If it works - - Dont' Fix It !!!
Frank Slootweg
Honored Contributor

Re: Reflection problems

I am not a CDE specialist at all, but as far as I know, what you describe happens if your DISPLAY variable does not point to your workstation.

To check if this is indeed the case, login in Failsafe mode, see the Options menu (Options -> Session -> Failsafe session) on the login screen (i.e. the screen which says "Welcome to " and "Please enter your user name").

Please report back whether or not a Failsafe session works, so the others can help you.