Sponsored Content
Operating Systems HP-UX Help needed HP UX 11.11i new install on C8000 Desktop messaging system error CAN'T FIX Post 302929860 by vbe on Saturday 27th of December 2014 02:57:10 PM
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:
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
gpilot-install-file(1)						   User Commands					    gpilot-install-file(1)

NAME
gpilot-install-file - GNOME Pilot file conduit scheduler SYNOPSIS
gpilot-install-file [--now | --later] files DESCRIPTION
gpilot-install-file schedules files to be installed on a Palm PDA by the GNOME Pilot file conduit. OPTIONS
The following options are supported: --now Schedule the files for installation, then wait for the user to synchronize immediately. --later Schedule the files for installation, then exit. The files are installed at the next synchronization. OPERANDS
The following operands are supported: files List of files to be installed. EXAMPLES
Example 1: Using the GNOME Pilot File Conduit Scheduler to Install a File Immediately example% gpilot-install-file --now file1 EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gpilot-install-file Executable for the GNOME Pilot file conduit scheduler ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-pilot | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. gpilotd-control-applet(1), gpilotd(1), libgpilotd(3), libgpilotd(3), libgpilotdcm(3), libgpilotdconduit(3), libpisock(3), libpisync(3), attributes(5) NOTES
Original man page written by Mark Brown (broonie@sirena.org.uk). Updated by Laszlo Kovacs, Sun Microsystems Inc., 2004. SunOS 5.11 7 Sep 2004 gpilot-install-file(1)
All times are GMT -4. The time now is 11:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy