Help needed HP UX 11.11i new install on C8000 Desktop messaging system error CAN'T FIX


 
Thread Tools Search this Thread
Operating Systems HP-UX Help needed HP UX 11.11i new install on C8000 Desktop messaging system error CAN'T FIX
# 8  
Old 12-26-2014
thanks for your reply, just to check I'm doing it right... to check for this file... cd /etc then ls lots of files but nothing with name resolv.conf or anything starting with resol........ . think I have previously seen this file on a previous try, have a new install running now , did not select DCHP , I entered ip address manually, this allows the system to enter CDE desktop without stopping at desktop messaging system error and now the swinstall system works where it didn't before, BUT no internet access , this is the only thing that is not working at the moment
# 9  
Old 12-26-2014
HP-UX is very sensible on netmask setting which you have not said anything...
next, the configuration of the network port HAS TO MATCH with the port of your switch or you are also in trouble...
FORGET USING MOZILLA TILL YOU HAVE SOLVE YOUR NETWORK ISSUE otherwise you take the risk of misconfiguring something that will generate unsolvable issues, and your are to restart the installation again from scratch, discipline and method is VERY important to achieve a wealthy install...
You still have not said with what you edit your system files... HP-UX can be corrupted if you use anythng else than vi!
You havent answered what were the init like, is all that is started successful?
How did you configure your network (using what tool?), thats a few years I have not touched an HP but remember if my memory serves me a tool called setparms or something of the sort, if I told you to avoid DHCP there was a reason:
IF YOU HAVE NOT CONFIGURED CORRECTLY YOU NETWORK BEFORE, YOU HAVE A SYSTEM THAT WILL ALMOST NEVER WORK UNLESS YOU KNOW HP-UX IF YOU HAPPEN TO TOUCH DHCP...
Worse would be to plug the system to a network when installing letting the system find out by himself, same result if you are on a badly configured network, unless you know well HP-UX you can restart you install and dont do the same mistake again
Why?
Because you machine will ask the network who he is, and what will the network answer?
If you are lucky the netwrk replies "unknown" and your box will continue the confuguration giving unknown as hostname, then what will be the IP when asking for UNKNOWN ?... I let you guess how your lan0 is configured...
So stop playing around trying to get mozilla display, and solve the mess you put yourself in.
Lesson one:
Boot in single user (NO GUI then, yes its tough...) then get your box to get in init 2
in that state you have no internet advanced stuff (no NFS etc...) no X1 running, but you have lan0 or lan1 configured..
Now you are on tes terminal, try to ping your gateway, does it reply?
can you ping yourself?
Did you set correctly your netmask, do the speed of ports lan match?
try an nslookup command like nslookup unix.com what output do you get?
Lesson 2
look at the man pages how to set DHCP if that is what you want, or how to configure as post #7 suggest: 2 files /etc/resolv.conf /etc/nsswitch.conf
A mistake here and you have nslookup not working...
If all you can think of using ping and nslookup gives you satisfaction
pass to init 3
or reboot...
now in GUI try mozilla if it doesnt work come back to init 2, go and look at /sbin/rc3.d and look what is launched and check all the configuration files those application use and correct the faulty then go and look at what mozilla launches, I remember it fires a shell that read also files, look what is in the script and comment out what you suspect faulty...
Even if it years since my last install of HP-UX I have more than 20 years experience with and can assure you that a bad start you pay all the life of the box... and a well installed at a begining box will never fail till you replace it I stopped last year a 10.20 I installed in 1998 and a 11.11 I installed in 2001 but had boxes installed by others like you wanting such soft to run or did not pay attention to some netwrk issues that always had something not working right at a moment like swinstall or Ignite or the mirroring etc...
# 10  
Old 12-26-2014
ok set up network using final stage of os install , all text based, answered no to DHCP set up manually, ip address entered 192.168.1.18, gateway 192.168.1.1 subnet mask 255.255.255.0

named system c80001
didnt enter any NIS settings or any other network settings

this allows boot to CDE desktop without Desktop messaging error

ok to start your questions
boot to command line (?)
ping 192.168.1.1 to ping gateway
got good result
ping 192.168.1.18 to ping my system
got good result
assume subnet mask at 255.255.255.0 is ok, checked in router manual settings etc
do the speed of lan ports match (????)

do nslookup unix.com
get output of

Using /etc/hosts on: c80001
looking up FILES
*** no address information available for "unix.com"
# 11  
Old 12-27-2014
HP-UX nslookup is quite special; it shows the host lookup order.
If there isn't yet a /etc/nsswitch.conf then create one with a dns entry; the following command can do it
Code:
sed '/^hosts/ s/files.*/files dns/' /etc/nsswitch.files >/etc/nsswitch.conf

Then try the nslookup again!
This User Gave Thanks to MadeInGermany For This Post:
# 12  
Old 12-27-2014
If the ports of your router are 100MB full duplex it should be the same HP-UX side, avoid auto unless you have GB...
you can checkout with lanadmin command
Did you use setparms to configure your IP etc...?
Ping is not enough to say all is working, have you another host in your network you can connect to from your HP-UX if so, connect to th remote and try to transfer a big file, if ttransparent then it seems to work if dead slow then you have a network conf mismatch, it must be solved before trying internet... the most plausible is port mismatch like your HP-UX is 10 halfduplex and your router is 100 full, or both are 100 but failed in auto and set to half (HP-UX side ).
Your
Code:
Using /etc/hosts on: c80001
looking up FILES
*** no address information available for "unix.com"

shows probably your resolv.conf is not set or is not properly set
It needs a DNS server...
Give it the address of your router and see if it works, since I have never trying to configure hosts privately, I dont know what you should put for a domain name
I would try home or nothing and put a line with:
Code:
 preferred server 192.168.1.1

I let you search for that
for the nsswitch.conf file, for the line host you can try something like
Code:
 host file DNS

but try to look for samples because I am at home for another week at least in bed and have no access to my docs... and with my medication I doubt having memory at optimum...
Courage and good luck
This User Gave Thanks to vbe For This Post:
# 13  
Old 12-28-2014
sed '/^hosts/ s/files.*/files dns/' /etc/nsswitch.files >/etc/nsswitch.conf



tried this and worked without errors but still the same error "no address info available.......



tried lanadmin and got gigabit ethernet settings all ok i.e says connected at 1000000 an connection is up

have set up network settings using questions at end of operating install , entered gateway address, ip address for system etc , if I select DCHP setup I get the error situation where it displays
desktop messaging system cannot start etc and cannot log in etc, if i then login failsafe i then can run mozilla and get a connection ok BUT cannot login to desktop for normal CDE session

will try manually edit resolv.conf with your suggestions and see what happns, thanx for your input

---------- Post updated at 04:25 PM ---------- Previous update was at 03:34 PM ----------

UPDATE
I have Live internet and able to log in to full CDE session with NO desktop messaging system error used SAM default domain as - home , other domains to search 192.168.1.1
then Name servers as 203.12.160.35 ,203.12.160.36, and 203.12.160.37 which I found from my isp website for their DNS name servers... WHAT A RELEIF........ I don't know what actually fixed it as I'm pretty sure have tried these settings before , maybe was one of the commands suggested in last few posts, am going to do a fresh install when a new HDD arrives and will re-do everything I did this time to get it running, finally wish to thank all people who contributed to suggestions to fix my problem... I have spent a week trying to sort this out and , thank goodness , have finally fixed it....

Last edited by C8000; 12-28-2014 at 01:33 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

The DT messaging system could not be started.

Good Morning, Users can no longer log into SunBlade 2500 Solaris 9 system (though root still can). Here's what I'm getting and what I've done. I'm most suspicious of the full drive since that pops up twice and I did see one looks full. What's a good way to reduce what's on it?- or.. what else... (2 Replies)
Discussion started by: Stellaman1977
2 Replies

2. Red Hat

RPM Install error: libc.so.6 is needed by

I have an application rpm which when installed is failing to get installed with error error: Failed dependencies: libc.so.6 is needed by testSam-4.7.x86_64 libc.so.6(GLIBC_2.0) is needed by testSam-4.7.x86_64 libc.so.6(GLIBC_2.1) is needed by testSam-4.7.x86_64 ... (1 Reply)
Discussion started by: rupeshkp728
1 Replies

3. HP-UX

RX2620 11i V3 install halts at load ram disk

Hi there, hope you can help since I'm a novice and playing with this machine to maybe one day use it with our non-profit art project (plantage9.de). I have the proper media for itanium and everything seems okay, loads the DVD etc., until it halts without any progress for hours (see also image... (1 Reply)
Discussion started by: plantage
1 Replies

4. Solaris

how to install iplanet messaging server 5.2 on solaris 10

hi all, I want to install iplanet messaging service in solaris 10. if it is possible plz send the procedure for installation.its urgent plz regards spandan (2 Replies)
Discussion started by: spandhan
2 Replies

5. UNIX for Advanced & Expert Users

The DT messaging system could not be started

Hello All, I am getting " The DT messaging system could not be started" message when wants to login as root on a box running on tru64 5.1A. /etc/hosts is ok. when i see in .dt/errorlog it shows message server could not be started. Thanks for help. Awadhesh (2 Replies)
Discussion started by: Awadhesh
2 Replies

6. HP-UX

HP UX 11i and HP C8000

Hey, i want install HP UX 11i on HP C8000. When i start the C8000 i get a prompt. On this Prompt i write BOot P1 P1 is my DVD-ROM (IDE). I get the Message "ERROR: Not a boot path". When i write SEArch the Prompt said: P0 scsiA.6 HP73.4MAT3073NP P1 ide.1 ... (2 Replies)
Discussion started by: numx
2 Replies

7. HP-UX

11i install error

Hi Experts I have a C3000 workstation onto which I am trying to install 11i however I am running into the following error. ENTRY_INIT failed, status = -4: Unrecoverable hardware error (followed by a hex dump) I have re-tried many times and on one occasion successfully got through to CD... (4 Replies)
Discussion started by: C3000
4 Replies

8. UNIX for Dummies Questions & Answers

sudo install on HP UX 11i(basic question)

Hello folks, had a question. I was trying to install sudotool on HP -UX 11i. I downloaded gzip file from sudo site and unzipped to /tmp folder on HP box how do i install it?? do i need to run "swinstall" menu and then choose from there? THanks! karthik (1 Reply)
Discussion started by: karthikosu
1 Replies

9. UNIX for Dummies Questions & Answers

The Desktop Messaging System Could Not Be Started HP-UX

Hi People! I've just got a HP-UX system dumped on me. I've started it, followed all the install/setup questions, and everything was going ok, right upto when going into the desktop enviroment I got the message "The Desktop Messaging System Could Not Be Started". Now I've checked the... (8 Replies)
Discussion started by: cpiuk
8 Replies
Login or Register to Ask a Question