<?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: users auditing- require tool or Script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195605#M324124</link>
    <description>&amp;gt;ME: You could also use typescript(1) to log all input and output.&lt;BR /&gt;&lt;BR /&gt;Oops, the default output file is typescript and the command is script(1):&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/script.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/script.1.html&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 14 May 2008 10:00:00 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-05-14T10:00:00Z</dc:date>
    <item>
      <title>users auditing- require tool or Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195600#M324119</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;We have small business requirement.Requirement is: we need to audit all the commands (user/root realted ) typed by the users(only 6 users) on all hp,linux and solaris servers.&lt;BR /&gt;&lt;BR /&gt;If u have any script please share with me or you know any tool, send me the tool name..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;Regards,&lt;BR /&gt;Sri.</description>
      <pubDate>Mon, 12 May 2008 06:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195600#M324119</guid>
      <dc:creator>vas_3</dc:creator>
      <dc:date>2008-05-12T06:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: users auditing- require tool or Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195601#M324120</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Unix has a built in auditing tool. Keyboard history. It does not include a time/date stamp.&lt;BR /&gt;&lt;BR /&gt;In the user profile.&lt;BR /&gt;&lt;BR /&gt;HISTSIZE=5000&lt;BR /&gt;HISTFILE=.sh_history&lt;BR /&gt;export HISTSIZE HISTFILE&lt;BR /&gt;&lt;BR /&gt;The log will be kept. Don't put the .sh_history file on NFS for HP-UX.&lt;BR /&gt;&lt;BR /&gt;Linux uses .bash_history&lt;BR /&gt;&lt;BR /&gt;I have no idea about Solaris.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 May 2008 07:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195601#M324120</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-12T07:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: users auditing- require tool or Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195602#M324121</link>
      <description>Are your users working for or against you?&lt;BR /&gt;&lt;BR /&gt;You could also use typescript(1) to log all input and output.</description>
      <pubDate>Mon, 12 May 2008 08:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195602#M324121</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-12T08:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: users auditing- require tool or Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195603#M324122</link>
      <description>typescript is one what to do it as well. &lt;BR /&gt;&lt;BR /&gt;I used typescript to monitor a vendor account to track what they did when they were on our systems. &lt;BR /&gt;&lt;BR /&gt;on sun you would use &lt;BR /&gt;&lt;BR /&gt;script &lt;OUTPUT filenamename.out=""&gt; &lt;BR /&gt;&lt;BR /&gt;check out link here: &lt;BR /&gt;&lt;A href="http://ultra.pr.erau.edu/~jaffem/classes/cs125/script.htm" target="_blank"&gt;http://ultra.pr.erau.edu/~jaffem/classes/cs125/script.htm&lt;/A&gt;&lt;BR /&gt;&lt;/OUTPUT&gt;</description>
      <pubDate>Tue, 13 May 2008 02:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195603#M324122</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2008-05-13T02:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: users auditing- require tool or Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195604#M324123</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In HP-UX also it is script command:&lt;BR /&gt;&lt;BR /&gt;script srifile (create a file called srifile and save everything printed on the user's screen into it)&lt;BR /&gt;&lt;BR /&gt;script -a srifile (will append on the file)&lt;BR /&gt;&lt;BR /&gt;The other way as SEP said, rely on history file. There are other tools like powerbroker, etc. which can playback (pbreplay) the logged sessions but needs to pay for that.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 13 May 2008 10:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195604#M324123</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-05-13T10:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: users auditing- require tool or Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195605#M324124</link>
      <description>&amp;gt;ME: You could also use typescript(1) to log all input and output.&lt;BR /&gt;&lt;BR /&gt;Oops, the default output file is typescript and the command is script(1):&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/script.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/script.1.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2008 10:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-auditing-require-tool-or-script/m-p/4195605#M324124</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-14T10:00:00Z</dc:date>
    </item>
  </channel>
</rss>

