- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp-ux messaging server not running
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
07-14-2005 06:12 AM
07-14-2005 06:12 AM
hp-ux messaging server not running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 06:26 AM
07-14-2005 06:26 AM
Re: hp-ux messaging server not running
Try to login with a failsafe session or boot into single user mode.
Check the /etc/hosts file and the /etc/rc.config.d/netconf file for errors.
# nslookup host_name
# nslookup ip_of_host_name
should have the same output.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 07:15 AM
07-14-2005 07:15 AM
Re: hp-ux messaging server not running
The error still exsist.
the third step in the message is:
3 - check to see that the desktop is properly installed, the hostname is correct (/etc/hosts), and the network is properly configured.
I can ping other systems and I can ping this system from other systems. The FTP is working. Not sure what else to check. Not sure how to make sure the desktop is properly configured also. It comes up but then I get the error message. The failsafe session comes up fine.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 07:57 AM
07-14-2005 07:57 AM
Re: hp-ux messaging server not running
/.dt/sessionlog
/var/adm/syslog/syslog.log
Run this command.
# dr_dt
check again for the error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 10:58 AM
07-14-2005 10:58 AM
Re: hp-ux messaging server not running
Check your permissions.
Maybee do a swlist -l patch -a state
and make sure everything says configured since its a new install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2005 04:25 AM
07-15-2005 04:25 AM
Re: hp-ux messaging server not running
/etc/X11/X0screens, X0devices , X0pointerkeys
the /usr/adm/sw/swverify.log and the swagent.log did not reveal anything.
I suspect that cde will need to be re-installed, but will avoid it if possible.
the swlist -l patch -a state showed all is configured.
The resolv.conf looks good.
This is a hp-ux box so the nsswitch.conf file does not exsist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2005 04:36 AM
07-15-2005 04:36 AM
Re: hp-ux messaging server not running
and login as root.
2) Run /usr/contrib/bin/X11/dr_dt. The end of the output from this
script says: X ERRORs and X WARNINGs. These errors and warnings
should be resolved before CDE will run properly.
3) Check the error log /var/dt/Xerrors
Check the error log $HOME/.dt/errorlog
4) The output from "nslookup
be the same. This checks for a) duplicate IP addresses or
hostnames or b) problems with name resolution. If nslookup fails
then CDE will fail to start. If the first line returned from nslookup
is: "Name Server" then you are using DNS. Move "/etc/resolv.conf" to
another name, i.e. /etc/resolv.conf.orig and then try logging into CDE again. if it works there's a problem wrt name resolution.
5) Check permissions and ownership of the following files:
-r--r--r-- 1 bin bin 616 Jul 1 16:03 /etc/hosts
-r--r--r-- 1 root sys 1010 Jun 25 18:22 /var/adm/inetd.sec
6) Check the contents of /var/adm/inetd.sec. It should contain
dtspc allow
spc allow
mserve allow
If not add the lines and run "/usr/sbin/inetd -c" to reread the file.
7) /usr/sbin/ping
You should get back 0% packet loss. If you get something different
then check your network configuration.
8) Make sure the $LANG environment variable is set correctly. It should
be set to C or unset for American-English.
9) Exit the failsafe session. From the CDE login select Options ->
Command Line Login. When the screen turns black, press
you should get a Console Login prompt. Login as root.
10) mv $HOME/.dt $HOME/.dt.orig
mv $HOME/.dtprofile $HOME/.dtprofile.orig
exit (to return to CDE) - try logging in as root.
If required also try restarting rpc.ttdbserver damon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2005 06:07 AM
07-15-2005 06:07 AM
Re: hp-ux messaging server not running
INFO: Checking / validity
WARNING: The / directory is not properly
configured. The current configuration is:
permissions = drw-rw-rw-
owner = root
group = root
For HP CDE to function correctly, it should be a
directory with the following configuration:
permissions = dr-xr-xr-x
owner = root
group = sys
Although the permissions of your home directory may
be different from the above, please check that you
are able to write to your own directory.
INFO: Checking CDE/Vue startup for possible conflicts...
INFO: Checking existence/permissions of certain system directories...
WARNING: The / directory is not properly
configured. The current configuration is:
permissions = drw-rw-rw-
owner = root
group = root
For HP CDE to function correctly, it should be a
directory with the following configuration:
permissions = drwxr-xr-x
owner = root
group = root
It seems to be telling me to do two different things for the / directory. WHich is correct and is tis really the / root directory of the start point for the cde files and such.