- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what cause the root sending a message to oracle
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
01-21-2004 03:42 AM
01-21-2004 03:42 AM
what cause the root sending a message to oracle
I checked the cron job, and can find anythign there sending the message.
Where else I can check out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 03:50 AM
01-21-2004 03:50 AM
Re: what cause the root sending a message to oracle
If it is not coming from the cronjobs (look at /var/adm/cron/log file for errors) then
looks like you have a monitoring tool like VPO that is scanning the log files and sending the messages as root.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 04:58 AM
01-21-2004 04:58 AM
Re: what cause the root sending a message to oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 05:21 AM
01-21-2004 05:21 AM
Re: what cause the root sending a message to oracle
It could be somenoe trying to relay mail off hyour mail server. Check the mail.log file for trouble.
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
01-21-2004 05:34 AM
01-21-2004 05:34 AM
Re: what cause the root sending a message to oracle
Where is the mail.log located?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 05:45 AM
01-21-2004 05:45 AM
Re: what cause the root sending a message to oracle
/var/adm/syslog/mail.log
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 05:49 AM
01-21-2004 05:49 AM
Re: what cause the root sending a message to oracle
I did find the mail.log, but don't know how to locate the particular mail sending the message, who is the originator, and which script/commands sending the message?
I read the mail.log, and there is iterm about msgid=<20034455.WAA08934@servername.xx.com>,
what is that, and how do I find out the message associated with the msgid?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 06:42 AM
01-21-2004 06:42 AM
Re: what cause the root sending a message to oracle
You can get the msgid from the mail that you received. If you are reading it through outlook, you can look at the message headers by selecting the message options.
Do a "grep WAA08934 /var/adm/syslog/mail.log" You will get the details of this particular message.
However, you will not get the details on what script is sending these messages.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 06:47 AM
01-21-2004 06:47 AM
Re: what cause the root sending a message to oracle
what crontab have you checked, root?
Is servername.xx.com the same machine?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 06:54 AM
01-21-2004 06:54 AM
Re: what cause the root sending a message to oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 07:02 AM
01-21-2004 07:02 AM
Re: what cause the root sending a message to oracle
Jan 20 22:10:30 servername sendmail[9353]: WAA09839: to=oracle@xx.com, ctladdr=root, delay=00:00:01, xdelay=00:00:01, mailer=relay, relay=mailhost.xx.com state-sent (2.5.0 Ok.)
I suspect this is the line relates what I'm looking for, but how to trace it down to find out what script associating the line message?
Is Steven(SEP) out there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 07:11 AM
01-21-2004 07:11 AM
Re: what cause the root sending a message to oracle
have you checked the crontab of root? How often do you receive the messages? In regular intervals? The script in question may also be started manually. Brute force would be a search though all scripts for sendmail and mail.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 04:12 AM
01-22-2004 04:12 AM
Re: what cause the root sending a message to oracle
You were probably pointing to me the right direction by checking out mail.log file, and I did find some Clue from it, but what I should do next? How do I find out the source of sending this email, which script/command?
Please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 04:39 AM
01-22-2004 04:39 AM
Re: what cause the root sending a message to oracle
you can't see from the mail.log, if and what script created this mail. Have you checked the scripts from user root?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 05:01 AM
01-22-2004 05:01 AM
Re: what cause the root sending a message to oracle
There are a few lines in mail.log, indicating the message "to:", "from:", "relay:", and a serious number of "msgid", as well as the time, but I could figure out what I want from the line, who and how the message was sent.
it's not in cron job, root scripts? that is what I want to find out, which script/command. I have aleady tried everything you have suggested. So, now I just want to more focus on the mail as Steven suggested.
I believe, these lines in mail.log are assoicated with emails, but where I can find out more information?