<?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: yet another utmp question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203885#M463843</link>
    <description>wout,&lt;BR /&gt;&lt;BR /&gt;thankyou for the info on utmpd.&lt;BR /&gt;&lt;BR /&gt;i found in utmpd man that "getuts" should be used for add,update or query the log information.&lt;BR /&gt;&lt;BR /&gt;getuts is having all the values but "last access time". from which, we can be able to calculate the idle time. it is having only entry time field(ut_tv).&lt;BR /&gt;&lt;BR /&gt;any idea on how to fetch the "last access time" to calculate idle time?.&lt;BR /&gt;&lt;BR /&gt;-R</description>
    <pubDate>Wed, 14 Oct 2009 11:47:43 GMT</pubDate>
    <dc:creator>raam narayan</dc:creator>
    <dc:date>2009-10-14T11:47:43Z</dc:date>
    <item>
      <title>yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203879#M463837</link>
      <description>HP-UX B.11.23 ia64&lt;BR /&gt;Well, I observed utmp file is not getting updated. And whenever a login/logout is happening, the utmpx file is being updated.&lt;BR /&gt;&lt;BR /&gt;who,w commands are working perfect.&lt;BR /&gt;&lt;BR /&gt;my question is that possible utmp not getting updated and "who" working proparly?&lt;BR /&gt;&lt;BR /&gt;in that case from where it is fetching the "idle time"? (who -u)&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 13 Oct 2009 14:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203879#M463837</guid>
      <dc:creator>raam narayan</dc:creator>
      <dc:date>2009-10-13T14:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203880#M463838</link>
      <description>I think the man page of utmpd might explain:&lt;BR /&gt;&lt;BR /&gt;"utmpd, user accounting database daemon, manages the user accounting database which is the database of currently logged-in users. This was previously maintained by /etc/utmp and /etc/utmpx files on HP-UX."&lt;BR /&gt;&lt;BR /&gt;A bit further, it states:&lt;BR /&gt;&lt;BR /&gt;"utmpd(1M) takes care of synchronizing the legacy /etc/utmpx file and its own in-memory database. The synchronization is bi-directional from the utmpd's database to the /etc/utmpx and from the /etc/utmpx file to utmpd's database. However, this synchronization does not happen in real time. There is a time lag which could span from a few seconds on a lightly loaded system to a few minutes on a heavily loaded system."&lt;BR /&gt;&lt;BR /&gt;Always worth checking manpages.. things change all the time :-)&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Wout</description>
      <pubDate>Tue, 13 Oct 2009 14:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203880#M463838</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2009-10-13T14:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203881#M463839</link>
      <description>&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1255484395558+28353475&amp;amp;threadId=782839" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1255484395558+28353475&amp;amp;threadId=782839&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think this gonna help you out, please look at previous threads they are pretty useful ;)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 14 Oct 2009 00:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203881#M463839</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2009-10-14T00:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203882#M463840</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Read the manpage of command "fwtmp &amp;amp; wtmpfix" which transfer wtmp-like file into ascii format.&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 04:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203882#M463840</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-10-14T04:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203883#M463841</link>
      <description>&amp;gt;is that possible utmp not getting updated and "who" working properly? &lt;BR /&gt;&lt;BR /&gt;As Wouter said, who(1) doesn't use utmp, it talks to utmpd(1M).</description>
      <pubDate>Wed, 14 Oct 2009 05:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203883#M463841</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-10-14T05:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203884#M463842</link>
      <description>Indeed, the manual page says that you don't need to worry.&lt;BR /&gt;&lt;BR /&gt;It says that nowadays the utmpd daemon keeps the database of currently logged-in users in memory, and the files are "old stuff". That's why everything works fine.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 14 Oct 2009 08:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203884#M463842</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2009-10-14T08:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203885#M463843</link>
      <description>wout,&lt;BR /&gt;&lt;BR /&gt;thankyou for the info on utmpd.&lt;BR /&gt;&lt;BR /&gt;i found in utmpd man that "getuts" should be used for add,update or query the log information.&lt;BR /&gt;&lt;BR /&gt;getuts is having all the values but "last access time". from which, we can be able to calculate the idle time. it is having only entry time field(ut_tv).&lt;BR /&gt;&lt;BR /&gt;any idea on how to fetch the "last access time" to calculate idle time?.&lt;BR /&gt;&lt;BR /&gt;-R</description>
      <pubDate>Wed, 14 Oct 2009 11:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203885#M463843</guid>
      <dc:creator>raam narayan</dc:creator>
      <dc:date>2009-10-14T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203886#M463844</link>
      <description>&amp;gt;any idea on how to fetch the "last access time" to calculate idle time?&lt;BR /&gt;&lt;BR /&gt;You created another thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1378982" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1378982&lt;/A&gt;</description>
      <pubDate>Fri, 16 Oct 2009 07:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203886#M463844</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-10-16T07:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203887#M463845</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Actually i waited for some time for reply in this thread. I thought the thread title is some what not related the question on my mind. So I created another thread.&lt;BR /&gt;&lt;BR /&gt;Sorry for the Inconvenience caused.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 08:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203887#M463845</guid>
      <dc:creator>raam narayan</dc:creator>
      <dc:date>2009-10-16T08:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: yet another utmp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203888#M463846</link>
      <description>Closing the thread.</description>
      <pubDate>Fri, 16 Oct 2009 08:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/yet-another-utmp-question/m-p/5203888#M463846</guid>
      <dc:creator>raam narayan</dc:creator>
      <dc:date>2009-10-16T08:06:36Z</dc:date>
    </item>
  </channel>
</rss>

