<?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: Stripped programs and shared libraries for DST 2007 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949863#M761297</link>
    <description>What symbols was dstivp looking for?  For shared libs you can look at the dld symbol table.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Clay: Man strip and nm&lt;BR /&gt;&lt;BR /&gt;And ld(1) -s and -x.&lt;BR /&gt;For dld symbol tables, you need odump -slexport -slimport (PA32) and elfdump -s -n .dynsym.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Clay: There are insufficient data to make that call.&lt;BR /&gt;&lt;BR /&gt;Yes.  If you are checking for RWZone and Place, one could  make a binary pattern scanner.</description>
    <pubDate>Thu, 22 Feb 2007 22:06:42 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-02-22T22:06:42Z</dc:date>
    <item>
      <title>Stripped programs and shared libraries for DST 2007</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949861#M761295</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I ran the HP script dstivp which checks the O/S for 2007 DST readiness. I got 188 found stripped programs and shared libraries, mostly Oracle. Now I don't have a clue what stripped programs are and how to proceed on this. Any ideas?</description>
      <pubDate>Thu, 22 Feb 2007 15:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949861#M761295</guid>
      <dc:creator>Morris Makuch</dc:creator>
      <dc:date>2007-02-22T15:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Stripped programs and shared libraries for DST 2007</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949862#M761296</link>
      <description>A "stripped" program is one on which, of all things, the "strip" command has been executed. It removes non-essential data from the program and thus reduces the size of the file and removes data from prying eyes for reverse engineering purposes. It's rather common to strip production code and is usually part of the makefile. Man strip and nm for details. As it pertains to you, the very data needed to make a determination for dst changes has been removed. It doesn't mean that the code is dst "unsafe" but it doesn't mean that it's "safe". There are insufficient data to make that call.</description>
      <pubDate>Thu, 22 Feb 2007 15:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949862#M761296</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-22T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stripped programs and shared libraries for DST 2007</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949863#M761297</link>
      <description>What symbols was dstivp looking for?  For shared libs you can look at the dld symbol table.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Clay: Man strip and nm&lt;BR /&gt;&lt;BR /&gt;And ld(1) -s and -x.&lt;BR /&gt;For dld symbol tables, you need odump -slexport -slimport (PA32) and elfdump -s -n .dynsym.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Clay: There are insufficient data to make that call.&lt;BR /&gt;&lt;BR /&gt;Yes.  If you are checking for RWZone and Place, one could  make a binary pattern scanner.</description>
      <pubDate>Thu, 22 Feb 2007 22:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949863#M761297</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-22T22:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stripped programs and shared libraries for DST 2007</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949864#M761298</link>
      <description>I have received this same problem with Oracle when running dstivp on my 11.23 servers.&lt;BR /&gt;&lt;BR /&gt;When I run it on my 11.0 servers I get a different set of stripped programs:&lt;BR /&gt;&lt;BR /&gt;/usr/admsnap/admsnapv2  no symbols&lt;BR /&gt;/usr/conf/modelstr  no symbols&lt;BR /&gt;/usr/conf/reflash  no symbols&lt;BR /&gt;/usr/etc/nfsstat  no symbols&lt;BR /&gt;/usr/etc/rpcinfo  no symbols&lt;BR /&gt;/usr/etc/rwall  no symbols&lt;BR /&gt;/usr/etc/showmount  no symbols&lt;BR /&gt;/usr/etc/spray  no symbols&lt;BR /&gt;/usr/etc/ypserv  no symbols&lt;BR /&gt;&lt;BR /&gt;Not sure whether this presents a problem.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Mar 2007 09:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949864#M761298</guid>
      <dc:creator>gbruner</dc:creator>
      <dc:date>2007-03-01T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Stripped programs and shared libraries for DST 2007</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949865#M761299</link>
      <description>&amp;gt;Not sure whether this presents a problem.&lt;BR /&gt;&lt;BR /&gt;Where did you get dstivp?&lt;BR /&gt;&lt;BR /&gt;If it is looking for aC++ functions, I doubt those conf and /etc executables use aC++.</description>
      <pubDate>Thu, 01 Mar 2007 15:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949865#M761299</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-01T15:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Stripped programs and shared libraries for DST 2007</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949866#M761300</link>
      <description>I'm running version 15.  It was sent to me and the others who attend HP DST Webinar last week.</description>
      <pubDate>Fri, 02 Mar 2007 15:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949866#M761300</guid>
      <dc:creator>gbruner</dc:creator>
      <dc:date>2007-03-02T15:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stripped programs and shared libraries for DST 2007</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949867#M761301</link>
      <description>Yes I got it off the Webinar also.  I cannot find any info about stripped programs on Oracle's Metalink.  Do I have anything to worry about?</description>
      <pubDate>Fri, 02 Mar 2007 15:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949867#M761301</guid>
      <dc:creator>Morris Makuch</dc:creator>
      <dc:date>2007-03-02T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stripped programs and shared libraries for DST 2007</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949868#M761302</link>
      <description>&amp;gt;It was sent to me and the others who attend HP DST Webinar last week.&lt;BR /&gt;&lt;BR /&gt;I saw a copy on another thread so I grabbed that.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I cannot find any info about stripped programs on Oracle's Metalink. Do I have anything to worry about?&lt;BR /&gt;&lt;BR /&gt;For Oracle, I don't think so.  But if you don't know the owner, if it it is aC++, then you still have a big question mark.</description>
      <pubDate>Fri, 02 Mar 2007 17:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripped-programs-and-shared-libraries-for-dst-2007/m-p/3949868#M761302</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-02T17:42:54Z</dc:date>
    </item>
  </channel>
</rss>

