<?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: HP_UX11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309872#M339205</link>
    <description>Use finger command , please see below for &lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;=========&lt;BR /&gt;$ finger ibmadm1 &amp;gt; point this output  email addres&lt;BR /&gt;Login name: ibmadm1     (messages off)&lt;BR /&gt;Directory: /home/ibmadm1                Shell: /usr/bin/sh&lt;BR /&gt;On since Nov 20 11:15:12 on pts/ta from 10.8.86.10&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Nov 2008 05:45:07 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2008-11-20T05:45:07Z</dc:date>
    <item>
      <title>HP_UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309871#M339204</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Can anybody help for below qry&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to monitor t user login in hp-ux 11i with repect to time and the ip as well how to get that log to a mailbox</description>
      <pubDate>Thu, 20 Nov 2008 05:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309871#M339204</guid>
      <dc:creator>me4shiv</dc:creator>
      <dc:date>2008-11-20T05:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309872#M339205</link>
      <description>Use finger command , please see below for &lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;=========&lt;BR /&gt;$ finger ibmadm1 &amp;gt; point this output  email addres&lt;BR /&gt;Login name: ibmadm1     (messages off)&lt;BR /&gt;Directory: /home/ibmadm1                Shell: /usr/bin/sh&lt;BR /&gt;On since Nov 20 11:15:12 on pts/ta from 10.8.86.10&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2008 05:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309872#M339205</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-20T05:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309873#M339206</link>
      <description>hi Jhon,&lt;BR /&gt;Thanx for reply.&lt;BR /&gt;&lt;BR /&gt;Do i need to enter this command whenever i need log?&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;How i can automate this?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Me4Shiv</description>
      <pubDate>Thu, 20 Nov 2008 05:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309873#M339206</guid>
      <dc:creator>me4shiv</dc:creator>
      <dc:date>2008-11-20T05:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309874#M339207</link>
      <description>Hi,&lt;BR /&gt;&amp;gt;&amp;gt;How to monitor t user login in hp-ux 11i with repect to time and the ip&lt;BR /&gt;&lt;BR /&gt;last -R&lt;BR /&gt;&lt;BR /&gt;last -R |mailx -s "user details " jsmith@abc.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;get that log to a mailbox&lt;BR /&gt;Demonstrate how to send an email from UNIX using mailx.&lt;BR /&gt;############################################################&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Example 1 - Simple:&lt;BR /&gt;echo "This is the body."| mailx -s "mailx Test1" jsmith@abc.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Example 2 - Using Variables:&lt;BR /&gt;SUBJECT="mailx Test2"&lt;BR /&gt;EMAIL_ADDRESS="jsmith@abc.com"&lt;BR /&gt;BODY="This is the body of the message."&lt;BR /&gt;&lt;BR /&gt;echo "$BODY" | mailx -s "$SUBJECT" "$EMAIL_ADDRESS"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Example 3 - Attached File:&lt;BR /&gt;SUBJECT="mailx Test3"&lt;BR /&gt;EMAIL_ADDRESS="jsmith@abc.com"&lt;BR /&gt;BODY="This is the body of the message."&lt;BR /&gt;ATTACHED_FILE="/etc/hosts"&lt;BR /&gt;&lt;BR /&gt;cat "$ATTACHED_FILE" | mailx -s "$SUBJECT" "$EMAIL_ADDRESS"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 20 Nov 2008 05:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309874#M339207</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-20T05:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309875#M339208</link>
      <description>Hi Suraj,&lt;BR /&gt;&lt;BR /&gt;Its gr8 wat you told me but one more thing after doing thiall stuffs still mails not in my mailbox yar, how do i ceckout that hp-ux box is connected to internet&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;Shiv</description>
      <pubDate>Thu, 20 Nov 2008 06:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309875#M339208</guid>
      <dc:creator>me4shiv</dc:creator>
      <dc:date>2008-11-20T06:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309876#M339209</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;you check if send sendmail service running&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep sendmail&lt;BR /&gt;&lt;BR /&gt;# sendmail -v jsmith@abc.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2008 06:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309876#M339209</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-20T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: HP_UX11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309877#M339210</link>
      <description>Hi jhon,&lt;BR /&gt;&lt;BR /&gt;Sendmail is running &lt;BR /&gt;&lt;BR /&gt;ps -ef |grep sendmail&lt;BR /&gt;    root  1772     1  0  Nov 15  ?         1:11 sendmail: accepting connections&lt;BR /&gt;    root  1714  1695  1 12:09:01 pts/0     0:00 grep sendmail&lt;BR /&gt;&lt;BR /&gt;Still m gettng an error, says,&lt;BR /&gt;&lt;BR /&gt;gmail.com: Name server timeout&lt;BR /&gt;me4shiv@gmail.com... Transient parse error -- message queued for future delivery&lt;BR /&gt;&lt;BR /&gt;Could you help me pls.&lt;BR /&gt;&lt;BR /&gt;thx&lt;BR /&gt;Shiv</description>
      <pubDate>Thu, 20 Nov 2008 06:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux11i/m-p/4309877#M339210</guid>
      <dc:creator>me4shiv</dc:creator>
      <dc:date>2008-11-20T06:43:14Z</dc:date>
    </item>
  </channel>
</rss>

