-- Need help from a AIX guru --


 
Thread Tools Search this Thread
Operating Systems AIX -- Need help from a AIX guru --
# 8  
Old 02-28-2006
where do you see this error?

does it stall for a long time?

exactly what doesn't work right now? people can't start a desktop from their PC? the desktop won't start on the console?

it hard to imagine that a restoration of the system would remain broken. when you restored, did you use the same IP address and machine/host names as the original installation (back when it DID work)?

i don't know what DT_TTSESSIONS is, but at first guess, i'd say it has to do with CDE.
# 9  
Old 03-01-2006
This error is on the machine console, we use only telnet for remote connection.
I put login and password in CDE then the following message appears : "Starting the Common Desktop Environment". After a few time comes a windows "ToolTalk Message Server Could Not Be Started" with DT_TTSESSION_TIMEOUT.
I've checked all files (/etc/hosts,resolv.conf,netsvc.conf,and so on...)

This problem occurs a few days while I was configuring /etc/inetd.conf. The backup was on december (same IP and hostname) and was ok, now the restore has the same problem... I don't understood that!

This problem despairs me Smilie because I waste time to seek a unknown error.

Thanks
# 10  
Old 03-01-2006
Im pretty sure it's a name resolution issue.
I've had the same with 5.2 either the /etc/resolv.conf was erronous or some change was made at /etc/hosts, didn't really remember which were the source maybe both ...
# 11  
Old 03-01-2006
yeah... i'm tending to think the same.

do you absolutely need to run CDE on your console? if not, you may want to try and run 'dtconfig -d'. this disables the desktop.
# 12  
Old 03-01-2006
Dumb question. After you put back the stuff in /etc/inetd.conf, did you SIGHUP inetd (or reboot)? inetd isn't going to reread the file unless you tell it to by sending it the HUP signal with a "kill -HUP ..." command.
# 13  
Old 03-03-2006
Yeah... I've made a reboot!
I don't need absolutely the Xsessions but I just want to make CDE running like before. I'm interessting to find the cause of that problem!

So, I've controlled many times /etc/resolv.conf /etc/hosts and so on whitout the find a mistakes...
Perhaps I should install AIX again!
# 14  
Old 03-03-2006
Well, try smit mktcpip and check every parameters there (hostname, route, dns...), if everything is fine then update by clicking ok... that seems odd but anytime we do change related to network/hostname we need to rehresh it for the change to take effect...
Thought that might help Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need help from a C++ makefile guru

hello, i'm recompiling some c++ code for OSX and there are some bugs as the configure is not picking up some libs like atlas, pastix, etc, it should be finding either in standard path or with pkgconfig but it's not so i'm rewriting the Makefile. C++ territory is a bit of a stretch with all of... (0 Replies)
Discussion started by: f77hack
0 Replies

2. What is on Your Mind?

Noob and Guru

A long time ago, my computer crashed, at that time, I was using Windows98, but because I was a noob at computers, my friend recommended me apro to fix it for me.   He came, saw the computer, and asked if I had a backup/installation disk for Windows 98. I said no.   He thought about it for a... (1 Reply)
Discussion started by: vistastar
1 Replies

3. Solaris

Advice to become a unix guru?

Hello, I have recently completed my training for Solaris 10 and have a good understanding of the bases now. I am playing around with my system but can't do much since my knowledge is limited. I am looking for some projects or some threads where I can learn more and expand my knowledge step by... (16 Replies)
Discussion started by: saudsos
16 Replies

4. Shell Programming and Scripting

UNIX Guru's help on diff

Hi , I wanted to find delata between two huge ( 8 GB ) files . Say file_TDY and file_YDY : These files are sorted based on a key . I am using a command : 1)bdiff file_TDY file_YDY > diff_file 2) grep ' ^< ' diff_file > TDY_delta I wanted only the changed records and newly added... (2 Replies)
Discussion started by: ajaybalki
2 Replies

5. Shell Programming and Scripting

scripting guru's pls help me with scripting on AIX

can someone pls help me with the script for a files coming from one system to a particular directory and i want to write a script to move those files to another directory on different system by renaming the files... pls someone help me on this... thanking in anticipation.... (1 Reply)
Discussion started by: thatiprashant
1 Replies

6. UNIX for Dummies Questions & Answers

To all the Java guru...

Please forgive me if this is the wrong place for this post. I didn't see a good place to post this topic in. :D I would like to know what's the most popular and reliable Java IDE out there nowadays? A FREE one would be awesome! :D Thanks for your suggestion! Cheers! (10 Replies)
Discussion started by: laila63
10 Replies

7. UNIX for Advanced & Expert Users

what do most Unix guru's use ? :D

I wanted to know what email app most Sun solaris / unix gurus use ? I have become quite NON microsoft in the last few months in my studying solaris.. thanks simon2000 (6 Replies)
Discussion started by: simon2000
6 Replies

8. UNIX for Dummies Questions & Answers

DNS guru needed...

Well I have a new hosting account. I love these guys, because they have everything I need, and give me everything I need, but at the cost of I must configure it myself. I am trying to create a subdomain, and they use raw zone access for dns administration. I have no idea how to configure the zone... (1 Reply)
Discussion started by: btmitch
1 Replies

9. UNIX for Advanced & Expert Users

sun guru help!

I installed sun recommended cluster patches for solaris 2.5 on my solaris 2.5 server and then issued a shutdown -i6 -y -g0 to reboot the server but server failed to come back up. the server tries to boot up and goes through initialising memory then server freeze. I try to bring the server up... (7 Replies)
Discussion started by: hassan2
7 Replies

10. UNIX for Advanced & Expert Users

Perl Guru help

I am trying to install Perl 5.005 on solaris 2.5, following the perl installation guide in INSTALL file that comes with Perl software However, according to the installation procedure, it instruct me to to excute "make" command after running the Configure which I did but everytime I excute... (3 Replies)
Discussion started by: hassan2
3 Replies
Login or Register to Ask a Question