<?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: Modem Logs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429688#M205533</link>
    <description>As you guessed, the "tty type" (actually a shorthand of the device name used in logging in) is the second field in the output of the "last" command.&lt;BR /&gt;&lt;BR /&gt;If the type is of the form "pts/??" (or "pts/?", ? = any character), the login has been done using a pseudo-TTY device. In plain language, that means it's been done over the network using ssh, rsh, telnet or something similar.&lt;BR /&gt;&lt;BR /&gt;For a true modem login, the type should be something like "tty0p1" (or at least anything that starts with "tty"). &lt;BR /&gt;&lt;BR /&gt;Can you tell the model of the server? If it's something equipped with a GSP console, there are a couple of extra possibilities:&lt;BR /&gt;&lt;BR /&gt;1.) the modem might be used for emergency remote console access. In that case, you won't be able to tell the modem logins and local console logins apart using "last" output, since both types will show as "console". To check that, go to the server's console and press Ctrl-B. You'll get to the GSP menu: you can check the GSP's settings and logs from there. Read the GSP's help texts (the help command is HE) for more info.&lt;BR /&gt;&lt;BR /&gt;2.) the modem might be used by the GSP to call a paging service whenever there's a hardware failure in the server. This might be a useful thing, however the destination for the pages might need to be updated at the GSP settings.&lt;BR /&gt;&lt;BR /&gt;3.) the modem port might be locked at the GSP level, in which case the modem logins are impossible.&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Nov 2004 05:42:02 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2004-11-25T05:42:02Z</dc:date>
    <item>
      <title>Modem Logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429685#M205530</link>
      <description>I have inherited the UNIX system admin duties (my background is Oracle databases and my UNIX knowledge has been on a need-to-know basis).  I have located the modem that has been connected to my server and unplugged it, so I believe no one can connect now except through our internal network.  I'm trying to locate any 'modem' logs on the UNIX server - so I can review any dial-in activity.  I'm overwhelmed by the amount of information on HP's site and have tried several searches in the knowledge tree to no avail.  Can someone tell me where to find these logs?&lt;BR /&gt;&lt;BR /&gt;Judy H.</description>
      <pubDate>Wed, 24 Nov 2004 09:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429685#M205530</guid>
      <dc:creator>Judy Halter</dc:creator>
      <dc:date>2004-11-24T09:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Modem Logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429686#M205531</link>
      <description>As far as I know there are no seperate modem logs. Connection logging occurs in /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Its possible to possibly configure /etc/syslog.conf to split this data out but I doubt thats been done.&lt;BR /&gt;&lt;BR /&gt;A phone dump would be more efficient in obtaining the information you desire.&lt;BR /&gt;&lt;BR /&gt;The last commmand shows all logins and you may be able to filter based on tty type, which is different for modem connects. Same for lastb which shows bad login attempts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Nov 2004 09:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429686#M205531</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-24T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Modem Logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429687#M205532</link>
      <description>Thanks for your help.  The syslog.log doesn't show anything.  The last command (thank you sooo much - this one is great!) is showing things like:&lt;BR /&gt;&lt;BR /&gt;root pts/tb   date/time&lt;BR /&gt;&lt;BR /&gt;which I believe may be the modem connects?  If so can I assume that all pts/tb were modem connections?  Other values I see here are pts/ta, pts/tc pts/td - I looked at the first 300 lines for these - there may be others.  Is this what you mean by tty type?&lt;BR /&gt;&lt;BR /&gt;I know my 'newbie' is definately showing here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Judy H&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 09:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429687#M205532</guid>
      <dc:creator>Judy Halter</dc:creator>
      <dc:date>2004-11-24T09:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Modem Logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429688#M205533</link>
      <description>As you guessed, the "tty type" (actually a shorthand of the device name used in logging in) is the second field in the output of the "last" command.&lt;BR /&gt;&lt;BR /&gt;If the type is of the form "pts/??" (or "pts/?", ? = any character), the login has been done using a pseudo-TTY device. In plain language, that means it's been done over the network using ssh, rsh, telnet or something similar.&lt;BR /&gt;&lt;BR /&gt;For a true modem login, the type should be something like "tty0p1" (or at least anything that starts with "tty"). &lt;BR /&gt;&lt;BR /&gt;Can you tell the model of the server? If it's something equipped with a GSP console, there are a couple of extra possibilities:&lt;BR /&gt;&lt;BR /&gt;1.) the modem might be used for emergency remote console access. In that case, you won't be able to tell the modem logins and local console logins apart using "last" output, since both types will show as "console". To check that, go to the server's console and press Ctrl-B. You'll get to the GSP menu: you can check the GSP's settings and logs from there. Read the GSP's help texts (the help command is HE) for more info.&lt;BR /&gt;&lt;BR /&gt;2.) the modem might be used by the GSP to call a paging service whenever there's a hardware failure in the server. This might be a useful thing, however the destination for the pages might need to be updated at the GSP settings.&lt;BR /&gt;&lt;BR /&gt;3.) the modem port might be locked at the GSP level, in which case the modem logins are impossible.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 2004 05:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modem-logs/m-p/3429688#M205533</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2004-11-25T05:42:02Z</dc:date>
    </item>
  </channel>
</rss>

