<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: syslog su messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566484#M227445</link>
    <description>&lt;BR /&gt;Did you ever figure out where these were coming from? I just discovered this myself and do not know what is causing them. Every Oracle database server that I have looked at does this regularly.&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Oct 2005 15:53:16 GMT</pubDate>
    <dc:creator>Kurt Boyack</dc:creator>
    <dc:date>2005-10-28T15:53:16Z</dc:date>
    <item>
      <title>syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566478#M227439</link>
      <description>I am seeing the following messages in my syslog and the syslogs are getting filled with these. &lt;BR /&gt;I know that using the syslog parser. I can prune it and I also have other means of extracting the relevant data from the syslog or stat logging su to a separate log file. But I want to understand why am I seeing these root is definitely not su ing to Oracle account. can this be from the Oracle OEM product? or the RAC? Any inputs will be valuable..&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Devesh&lt;BR /&gt;-------------------------------------&lt;BR /&gt;Jun 16 13:15:08 radprod su: + tty?? root-oracle        &lt;BR /&gt;Jun 16 13:16:06 radprod  above message repeats 37 times&lt;BR /&gt;Jun 16 13:16:08 radprod su: + tty?? root-oracle        &lt;BR /&gt;Jun 16 13:35:17 radprod su: + tty?? root-oracle        &lt;BR /&gt;Jun 16 13:36:06 radprod  above message repeats 39 times&lt;BR /&gt;Jun 16 13:36:18 radprod su: + tty?? root-oracle        &lt;BR /&gt;Jun 16 13:55:26 radprod su: + tty?? root-oracle        &lt;BR /&gt;Jun 16 13:56:06 radprod  above message repeats 39 times&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Jun 2005 00:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566478#M227439</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-06-19T00:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566479#M227440</link>
      <description>Hi,&lt;BR /&gt;There is a good chance these su attempts are from a cron job as they are repeated every 20m Min. Check your scripts in cron and there logs (cron logs) for clarification.&lt;BR /&gt;&lt;BR /&gt;In case a user is doing this (which I dont really think of!) you need to match the output of last command and syslog by time.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Sudeesh &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Jun 2005 00:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566479#M227440</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-06-19T00:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566480#M227441</link>
      <description>Thats root su - to oracle.&lt;BR /&gt;&lt;BR /&gt;most likely thats programmed into your cron log. At my last job we used that to fire up oracle reports and such.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 19 Jun 2005 01:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566480#M227441</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-19T01:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566481#M227442</link>
      <description>sulog tracks everything su does. The majority may not be from a user login but from special scripts, in cron or created by your database admins. If you are the administrator for this system, I would make it point to identify all scripts with this su. Apparently, the scripts are run by root (bad idea) and have the su inside the script.</description>
      <pubDate>Sun, 19 Jun 2005 22:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566481#M227442</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-06-19T22:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566482#M227443</link>
      <description>Well I am the admin of the system and there is nothing in roots cron that is su ing to oracle. I am not sure how and why Oracle cron would assume anything as root. I am going to aske the Oracle DBA on the server but it is so puzzling not to be able to figure out why root is su ing to oracle is shown</description>
      <pubDate>Sun, 19 Jun 2005 22:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566482#M227443</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-06-19T22:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566483#M227444</link>
      <description>Rather than prune/process you syslog file, why not amend your syslog.conf to send auth messages to a separate file. This would make monitoring much easier.</description>
      <pubDate>Mon, 20 Jun 2005 01:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566483#M227444</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-06-20T01:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566484#M227445</link>
      <description>&lt;BR /&gt;Did you ever figure out where these were coming from? I just discovered this myself and do not know what is causing them. Every Oracle database server that I have looked at does this regularly.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Oct 2005 15:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566484#M227445</guid>
      <dc:creator>Kurt Boyack</dc:creator>
      <dc:date>2005-10-28T15:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566485#M227446</link>
      <description>Devesh,&lt;BR /&gt;&lt;BR /&gt;We have similar logins at my site. I traced them a while back to the MC/SG installation. If you have MC/SG on your servers then that's a good starting point to look for those su logins. Especially the pkg control script which startups the HA applications.&lt;BR /&gt;&lt;BR /&gt;The MC/SG pkg control script runs as root and is responsible for su'ing to the app id and either starting up or shutting down the associated application, one of them being Oracle...or...&lt;BR /&gt;&lt;BR /&gt;You can simply search files for the "su -" pattern.&lt;BR /&gt;&lt;BR /&gt;# find / -type f -exec grep -il "su -" {} \;&lt;BR /&gt;&lt;BR /&gt;hope it helps!!!</description>
      <pubDate>Fri, 28 Oct 2005 17:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566485#M227446</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-10-28T17:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566486#M227447</link>
      <description>&lt;BR /&gt;We're not running ServiceGuard. I think the messages have something to do with backups.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Oct 2005 17:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566486#M227447</guid>
      <dc:creator>Kurt Boyack</dc:creator>
      <dc:date>2005-10-28T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566487#M227448</link>
      <description>For Kurt:&lt;BR /&gt;&lt;BR /&gt;Search for files owned by root that contain the su string...&lt;BR /&gt;&lt;BR /&gt;# find / -type f -user root -exec grep -il "su -" {} \;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Oct 2005 14:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566487#M227448</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-10-31T14:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: syslog su messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566488#M227449</link>
      <description>&lt;BR /&gt;It our case it turned out to be NetBackup running Oracle backup scripts.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Oct 2005 18:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-su-messages/m-p/3566488#M227449</guid>
      <dc:creator>Kurt Boyack</dc:creator>
      <dc:date>2005-10-31T18:09:44Z</dc:date>
    </item>
  </channel>
</rss>

