- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mail daemon not launching ,rexec not working
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
06-28-2007 01:44 AM
06-28-2007 01:44 AM
I've just finished installing my HPUX 11.23 (cf http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1138696),
and two problems are occuring :
- when launching, the mail daemon doesn't starts, it keeps [wait/busy], then I stop that via console.
- then, no way to rexec (via exceed).
For information :
> my inetd seems launched at bootime (before I kill mail) : Internet daemons [OK]
> there is a exec rexecd line in inetd file
> the installtime security level is Sec00tools (but if It is the lowest, where is the problem)
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 02:01 AM
06-28-2007 02:01 AM
SolutionThe rexec problem may have to do with Exceed configuration.
Try it from the command line via telnet/ssh and see it works. Look at Exceed.
For sendmail:
/var/adm/syslog/mail.log
It has info.
You only need to run sendmail to receive mail. To send it you can configure your system to send it automatically or with a cron job that runs the mail queue.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 02:57 AM
06-28-2007 02:57 AM
Re: mail daemon not launching ,rexec not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 03:03 AM
06-28-2007 03:03 AM
Re: mail daemon not launching ,rexec not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 07:04 PM
06-28-2007 07:04 PM
Re: mail daemon not launching ,rexec not working
For the mail problem, I had a look at /var/adm/syslog/mail.log .
Here is what was written:
> Unable to qualify my own domain name -- using short name
> Be sure to set domain name in Dj macro in sendmail.cf
Then I changed the so called 'sendmail.cf',
Doing what wxas written in it :
that is uncoment a line
with "# something.Foo.COM"
I replaced by "my_machine_name.my_domain_name"
Now, when I restart, there is still the same problem, while nothing but "***rebooting***" is added to mail.log
Temporarily, do you know a way to avoid mail deamon launch at startup?
Because it stops boot process, which isn't really good if I want to reboot remotly.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 07:33 PM
06-28-2007 07:33 PM
Re: mail daemon not launching ,rexec not working
You should be able to hit break or control-] to skip steps.
Or you can disable it by editing:
/etc/rc.config.d/mailservs
Don't leave junk/temp files in /etc/rc.config.d/.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 08:22 PM
06-28-2007 08:22 PM
Re: mail daemon not launching ,rexec not working
On the first version there was no dns name nor ip.
So I removed those (edited the good conf file)
Telnet works.
But Xstart doesn't.
It will print
"ERROR disponibility time",
and alert
"Sub system of charge optimisation.
No host available."
Anyway, thank you both, I won't be freezing today in the server room behind my console, since I got telnet.
Thank you VERY (^^) mutch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 11:41 PM
06-28-2007 11:41 PM
Re: mail daemon not launching ,rexec not working
Now run rexec to execute something simple like pwd. If that works, then try it from your PC. If is still doesn't work, the problem is with your PC. If you absolutely have to have the fancy CDE desktop and buttons and toolbar from HP-UX, you'll need to use the Exceed manual's troubleshooting tips. You can also try using telnet (or ssh if available in your version) to establish a connection. You'll need to make sure you have a font server running on HP-UX and the dt daemons enabled in inetd.conf. And always use IP addresses in your Exceed setup -- Windoze DNS is notorious for creating massive problems with networking tools like Xwindows.
Or you can completely avoid all of the above junk and just use ssh (or telnet) from your PC to HP-UX, then create your DISPLAY variable with:
export DISPLAY=$(who -muR):0.0
and run xclock to test the Xwindow connection. To satrt a text window like xterm or dtterm or even hpterm, just run the program. The path for the Xprograms is /usr/bin/X11 and should already be in your $PATH. However, I prefer using a local PC emulator (WRQ's HP emulator, AICS QCterm or PuTTY) as it is much, much faster, virtually no network footprint (Xwindows is a terrible LAN waster) and a lot easier to configure.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 12:29 AM
06-29-2007 12:29 AM
Re: mail daemon not launching ,rexec not working
It was just an exceed configuration error.
Thank you all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 12:00 PM
06-29-2007 12:00 PM
Re: mail daemon not launching ,rexec not working
I'm not sure if that gets it in the ballpark of Bill's suggestions.