<?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: Need Solution in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6593138#M496783</link>
    <description>Great ..thanks Dennis,&lt;BR /&gt;&lt;BR /&gt;Sure i will check this &amp;amp; let you know about this.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; have a great day ahead,&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Vishal</description>
    <pubDate>Fri, 29 Aug 2014 13:45:07 GMT</pubDate>
    <dc:creator>Vishal_1980</dc:creator>
    <dc:date>2014-08-29T13:45:07Z</dc:date>
    <item>
      <title>Need Solution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6587028#M496779</link>
      <description>&lt;P&gt;Hello Expert ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFA script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run this script for&amp;nbsp; HP-UX &amp;amp; AIX severs.&lt;/P&gt;&lt;P&gt;ON some server this script will run successfully ,therefore on some server it is showing the below error...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My path of the script is /opt/sdmx/bin ....&lt;/P&gt;&lt;P&gt;ANd i am running the script using the : # sudo configurefilter , command ( configurefilter is the name for the script)...&lt;/P&gt;&lt;P&gt;i was geting error on few servers ,below is the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"sudo: unable to execute /opt/sdmx/bin/configureFilter: No such file or directory"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attaching the script ....&lt;/P&gt;&lt;P&gt;Request you to please check &amp;amp; suggest the changes...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; have a great day ahead...&lt;/P&gt;&lt;P&gt;Vishal....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 06:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6587028#M496779</guid>
      <dc:creator>Vishal_1980</dc:creator>
      <dc:date>2014-08-26T06:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Solution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6587326#M496780</link>
      <description>&lt;P&gt;&amp;gt;"sudo: unable to execute /opt/sdmx/bin/configureFilter: No such file or directory"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the script's interpreter exist on the machines:&lt;/P&gt;&lt;PRE&gt;#!/usr/bin/python&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6587326#M496780</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-08-26T12:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need Solution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6587334#M496781</link>
      <description>&lt;P&gt;Hello Dennis,&lt;BR /&gt;&lt;BR /&gt;yes it do exist on the machines...&lt;BR /&gt;I can run it on&amp;nbsp; many servers therefore some servers throwthis error...will you please help me out in solving this...&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Vishal&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6587334#M496781</guid>
      <dc:creator>Vishal_1980</dc:creator>
      <dc:date>2014-08-26T12:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need Solution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6589858#M496782</link>
      <description>&lt;P&gt;&amp;gt;yes it does exist on the machines.&lt;BR /&gt;&amp;gt;I can run it on many servers therefore some servers throw this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On each machine you need to check the existence of the script and the interpreter:&lt;/P&gt;&lt;P&gt;ll /opt/sdmx/bin/configureFilter /usr/bin/python&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure you check as the user in question and not as root.&amp;nbsp; I.e. permissions on directories may be wrong.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Aug 2014 00:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6589858#M496782</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-08-31T00:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Solution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6593138#M496783</link>
      <description>Great ..thanks Dennis,&lt;BR /&gt;&lt;BR /&gt;Sure i will check this &amp;amp; let you know about this.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; have a great day ahead,&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Vishal</description>
      <pubDate>Fri, 29 Aug 2014 13:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-solution/m-p/6593138#M496783</guid>
      <dc:creator>Vishal_1980</dc:creator>
      <dc:date>2014-08-29T13:45:07Z</dc:date>
    </item>
  </channel>
</rss>

