<?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: old shells in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518393#M23243</link>
    <description>ya, I know I can kill the processes, but what I am looking for is whether or not this is a security risk to the system, and whether or not this is common in other environments. &lt;BR /&gt;They are using an Oracle DB, however, the shells are not getting 'hung' due to slow response time, they just are not logging out correctly.</description>
    <pubDate>Wed, 18 Apr 2001 16:11:35 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2001-04-18T16:11:35Z</dc:date>
    <item>
      <title>old shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518390#M23240</link>
      <description>I have a couple dba's who use the system and do not log out correctly, they prefer to click on the X as opposed to typing exit. if I do a 'w' or who -u, one person has 22 shells open, with all but 3 of them saying old in the who -u output, the idle time in some cases is over 300 hours. Other than being really annoying to me, and taking up system resources, is this a security risk, and if so how. &lt;BR /&gt;Any suggestions would be greatly appreciated.</description>
      <pubDate>Wed, 18 Apr 2001 14:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518390#M23240</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-04-18T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: old shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518391#M23241</link>
      <description>Hello Kevin,&lt;BR /&gt;&lt;BR /&gt;the fact, that your DBAs do this let me assume, that they might execute some database query, that does not return, due to bad responsetime.&lt;BR /&gt;&lt;BR /&gt;If you have a 10GB table in i.e. a SAP database, where someone issues a &lt;BR /&gt;SELECT COUNT(*) FROM BIGTABLE;&lt;BR /&gt;(which can be a really bad idea)&lt;BR /&gt;this might take some time to return.&lt;BR /&gt;So this might be the reason why they do not type "exit" -&amp;gt; not possible.&lt;BR /&gt;&lt;BR /&gt;This is bad, because, if the database is i.e. ORACLE, the bad statement is on the database already, and the usersession is in IO-WAIT from OS-view -&amp;gt; This is why the session does not die.&lt;BR /&gt;&lt;BR /&gt;Suggestion:&lt;BR /&gt;Check if you only have shells, or if you have query-tool processes as well (svrmgrl, sqlplus[ORACLE] or dbaccess[INFORMIX]). If yes&lt;BR /&gt;-&amp;gt; check with your DBAs, that they keep track on killing their sessions if they terminate them this way.&lt;BR /&gt;SQL: KILL SESSION ...&lt;BR /&gt;&lt;BR /&gt;This is in their own interest, because the still running statements in their query-tools might eat database-resources (locks, rollback-space, db-buffers), in addition to the CPU.&lt;BR /&gt;&lt;BR /&gt;With killing the SQL-Session, the query tool should die and with this the hanging shell as well.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 18 Apr 2001 14:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518391#M23241</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-04-18T14:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: old shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518392#M23242</link>
      <description>You could go and find the old shells using the "ps -ef" command and kill them.  This would get rid of them, but you would have to go through the entire list.  YOu might be able to set up a cron to kill all the shell processes daily, but I'm not sure.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 18 Apr 2001 15:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518392#M23242</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-04-18T15:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: old shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518393#M23243</link>
      <description>ya, I know I can kill the processes, but what I am looking for is whether or not this is a security risk to the system, and whether or not this is common in other environments. &lt;BR /&gt;They are using an Oracle DB, however, the shells are not getting 'hung' due to slow response time, they just are not logging out correctly.</description>
      <pubDate>Wed, 18 Apr 2001 16:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518393#M23243</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-04-18T16:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: old shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518394#M23244</link>
      <description>Kevin,&lt;BR /&gt;It's not a security risk per se, but I've got a question for you. What product are they using to connect to the system? If might be a risk if someone gets to their machine and reconnects to the same session.  I think that would be highly unlikely, tho'.&lt;BR /&gt;Just my 2 cents&lt;BR /&gt;Mo</description>
      <pubDate>Wed, 18 Apr 2001 17:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518394#M23244</guid>
      <dc:creator>Maureen Gunkel</dc:creator>
      <dc:date>2001-04-18T17:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: old shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518395#M23245</link>
      <description>They are using Hummingbird and Reflections to connect to the system..also, some of these open shells originated from their home, through a RAS.</description>
      <pubDate>Wed, 18 Apr 2001 17:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518395#M23245</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-04-18T17:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: old shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518396#M23246</link>
      <description>I'm no hacker so i don't really know. But i would think that there is a slight posibillity to reconnct to those shells.&lt;BR /&gt;&lt;BR /&gt;Especially as there are some RAS connections i would definately kill those old shells just to make sure.&lt;BR /&gt;&lt;BR /&gt;Just my thoughts. Stefan</description>
      <pubDate>Thu, 19 Apr 2001 07:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-shells/m-p/2518396#M23246</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2001-04-19T07:19:11Z</dc:date>
    </item>
  </channel>
</rss>

