<?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 How important is wtmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736219#M66567</link>
    <description>Hi Team:&lt;BR /&gt;&lt;BR /&gt;   We are running on 11.0 and have the xemulator (server) running on the Unix box with client running on the PC. When the Users log from the pc (thru xemulator) the login process updates the utmp file but not the wtmp file. Now the gurus, please let me know all the disadvantages that you can point out 'coz of this behavior. I had the following points...&lt;BR /&gt;1. Any script running on the Unix box which references the wtmp file would break.&lt;BR /&gt;2. Any script, which uses commands like last, would fail.&lt;BR /&gt;Please note that users from the pc do *not* have telnet session and are directly put inside an xmotif application after they login.&lt;BR /&gt;With these points please let me know what the disadvantages are of not updating the wtmp file.&lt;BR /&gt;Thanks&lt;BR /&gt;Joe&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Jun 2002 11:57:19 GMT</pubDate>
    <dc:creator>joe_91</dc:creator>
    <dc:date>2002-06-03T11:57:19Z</dc:date>
    <item>
      <title>How important is wtmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736219#M66567</link>
      <description>Hi Team:&lt;BR /&gt;&lt;BR /&gt;   We are running on 11.0 and have the xemulator (server) running on the Unix box with client running on the PC. When the Users log from the pc (thru xemulator) the login process updates the utmp file but not the wtmp file. Now the gurus, please let me know all the disadvantages that you can point out 'coz of this behavior. I had the following points...&lt;BR /&gt;1. Any script running on the Unix box which references the wtmp file would break.&lt;BR /&gt;2. Any script, which uses commands like last, would fail.&lt;BR /&gt;Please note that users from the pc do *not* have telnet session and are directly put inside an xmotif application after they login.&lt;BR /&gt;With these points please let me know what the disadvantages are of not updating the wtmp file.&lt;BR /&gt;Thanks&lt;BR /&gt;Joe&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 11:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736219#M66567</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2002-06-03T11:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How important is wtmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736220#M66568</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;From man wtmp:&lt;BR /&gt;&lt;BR /&gt;File utmp contains a record of all users logged onto the system.  File&lt;BR /&gt;      btmp contains bad login entries for each invalid logon attempt.  File&lt;BR /&gt;      wtmp contains a record of all logins and logouts.&lt;BR /&gt;&lt;BR /&gt;It sounds to me like all you would lose is the record of logouts - safe enough, I would think.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 03 Jun 2002 12:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736220#M66568</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-03T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: How important is wtmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736221#M66569</link>
      <description>Some thoughts:&lt;BR /&gt;&lt;BR /&gt;1) User account auditing will not be possible.&lt;BR /&gt;2) Trace a particular login/user not possible.&lt;BR /&gt;3) Incorrect information if you enable system accounting (man 1M acct).&lt;BR /&gt;&lt;BR /&gt;Also see this document (TKB # KBRC00000070) for some more inputs:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000054952185" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000054952185&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 12:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736221#M66569</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-03T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: How important is wtmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736222#M66570</link>
      <description>Hi Joe&lt;BR /&gt;&lt;BR /&gt;As you know btmp and wtmp are used with telnet and as already said tracking of users that do not use telnet is difficult.&lt;BR /&gt;&lt;BR /&gt;I have a over 14000 connection/day via x25 which does not use telnet, I watch their connectivity by using ps associated with who and look for processes which do not associate with a telnet login (who).&lt;BR /&gt;&lt;BR /&gt;Failing to make entry in wtmp because of their connectivity is not a problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 03 Jun 2002 12:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736222#M66570</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-06-03T12:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How important is wtmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736223#M66571</link>
      <description>Hi Joe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The importance also is realted to the importance of the system , I can think of the following scenarios :&lt;BR /&gt;&lt;BR /&gt;1. Production system ( internal ) very critical&lt;BR /&gt;2. Prodcution system ( external access ) mandatory to be saved .&lt;BR /&gt;3.Dev system   Not very critcal .&lt;BR /&gt;&lt;BR /&gt;You may look at these .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ebone.at/books/programmers/sonstiges/oreillybookself/tcpip/puis/appb_01.htm" target="_blank"&gt;http://www.ebone.at/books/programmers/sonstiges/oreillybookself/tcpip/puis/appb_01.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 03 Jun 2002 13:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736223#M66571</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-03T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How important is wtmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736224#M66572</link>
      <description>Hi Manoj:&lt;BR /&gt;&lt;BR /&gt;  Thanks. The machine i am talking about is a production system.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joe.</description>
      <pubDate>Mon, 03 Jun 2002 13:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-important-is-wtmp/m-p/2736224#M66572</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2002-06-03T13:30:02Z</dc:date>
    </item>
  </channel>
</rss>

