<?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: shell execution problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770433#M389983</link>
    <description>&amp;gt; ". not found"&lt;BR /&gt;&lt;BR /&gt;This error message would suggest filesystem corruption. I hope you have good backups.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have taken a shutdown and run the fsck command for all the file-system including /usr1, but all is in vain.&lt;BR /&gt;&lt;BR /&gt;Did you run a _full_ fsck? &lt;BR /&gt;&lt;BR /&gt;For vxfs-type filesystems, the default is to run a short filesystem check only. When the operating system detects the filesystem is damaged, it places a damage indicator to the superblock, which causes a full fsck to run automatically. But I guess some types of filesystem corruption might go undetected. &lt;BR /&gt;&lt;BR /&gt;If the filesystem type is vxfs and you aren't 100% certain you already ran a _full_ filesystem check on it, please reboot the system to single-user mode and explicitly run a full filesystem check:&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs -o full /dev/&lt;WHATEVER&gt;&lt;BR /&gt;&lt;BR /&gt;MK&lt;/WHATEVER&gt;</description>
    <pubDate>Sat, 26 Mar 2011 17:40:35 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-03-26T17:40:35Z</dc:date>
    <item>
      <title>shell execution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770428#M389978</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;That, I use HP-UX ver 10.* &lt;BR /&gt;&lt;BR /&gt;That, daily, I execute one shell present in the "global" folder which is sub-folder of /usr1/usr3, using the following commands.&lt;BR /&gt;&lt;BR /&gt;#cd /usr1/usr3/global&lt;BR /&gt;#./ntpatch&lt;BR /&gt;&lt;BR /&gt;Today I did the same but message appears "file not found"&lt;BR /&gt;&lt;BR /&gt;That, I use ll/ls command to get the listing of file(s) in the folder named "global" but it shows ". not found". That folder is sub-folder of /usr1/usr3 folder. but if i use the listing command with full path i.e. "ll /usr1/usr3/global then it shows the list of files present in the "global" folder.&lt;BR /&gt;&lt;BR /&gt;That, In this context I have taken a shutdown and run the fsck command for all the file-system including /usr1, but all is in vain.&lt;BR /&gt;&lt;BR /&gt;In view of the above submission my query is why such strange thing begun to happen. Please help me as it is important shell that i have to execute daily.&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Sat, 26 Mar 2011 05:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770428#M389978</guid>
      <dc:creator>harjeet_3</dc:creator>
      <dc:date>2011-03-26T05:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: shell execution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770429#M389979</link>
      <description>Hi Harjeet, &lt;BR /&gt;&lt;BR /&gt;Please try to execute the script with sh -x command and if possible please send me script in txt format. &lt;BR /&gt;&lt;BR /&gt;-Prashant</description>
      <pubDate>Sat, 26 Mar 2011 08:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770429#M389979</guid>
      <dc:creator>Prashantj</dc:creator>
      <dc:date>2011-03-26T08:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: shell execution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770430#M389980</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] I use HP-UX ver 10.* &lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I use ll/ls command [...]&lt;BR /&gt;&lt;BR /&gt;As usual, it can be more helpful to show&lt;BR /&gt;actual commands with their actual output,&lt;BR /&gt;rather than vague descriptions or&lt;BR /&gt;interpretations.  Don't _tell_ me what you&lt;BR /&gt;did and what happened, _show_ me.&lt;BR /&gt;&lt;BR /&gt;      mount&lt;BR /&gt;      cd [...]&lt;BR /&gt;      ls -l [...]&lt;BR /&gt;      [...]</description>
      <pubDate>Sat, 26 Mar 2011 11:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770430#M389980</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-26T11:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: shell execution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770431#M389981</link>
      <description>&amp;gt;i.e. "ll /usr1/usr3/global" then it shows the list of files present in the "global" directory.&lt;BR /&gt;&lt;BR /&gt;What happens when you do: cksum /usr1/usr3/global/*&lt;BR /&gt;&lt;BR /&gt;Can it find, then read the content of those files?</description>
      <pubDate>Sat, 26 Mar 2011 12:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770431#M389981</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-26T12:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: shell execution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770432#M389982</link>
      <description>The shell script must be executable when you type script name. ll will show the script, but to run a script, it must be executable (ie, 755 permissions).</description>
      <pubDate>Sat, 26 Mar 2011 17:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770432#M389982</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-03-26T17:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: shell execution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770433#M389983</link>
      <description>&amp;gt; ". not found"&lt;BR /&gt;&lt;BR /&gt;This error message would suggest filesystem corruption. I hope you have good backups.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have taken a shutdown and run the fsck command for all the file-system including /usr1, but all is in vain.&lt;BR /&gt;&lt;BR /&gt;Did you run a _full_ fsck? &lt;BR /&gt;&lt;BR /&gt;For vxfs-type filesystems, the default is to run a short filesystem check only. When the operating system detects the filesystem is damaged, it places a damage indicator to the superblock, which causes a full fsck to run automatically. But I guess some types of filesystem corruption might go undetected. &lt;BR /&gt;&lt;BR /&gt;If the filesystem type is vxfs and you aren't 100% certain you already ran a _full_ filesystem check on it, please reboot the system to single-user mode and explicitly run a full filesystem check:&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs -o full /dev/&lt;WHATEVER&gt;&lt;BR /&gt;&lt;BR /&gt;MK&lt;/WHATEVER&gt;</description>
      <pubDate>Sat, 26 Mar 2011 17:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770433#M389983</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-26T17:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: shell execution problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770434#M389984</link>
      <description>&amp;gt;MK: please reboot the system to single-user mode&lt;BR /&gt;&lt;BR /&gt;Any reason you can't unmount it and run fsck(1m) in non-single-user mode?</description>
      <pubDate>Sat, 26 Mar 2011 20:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-execution-problem/m-p/4770434#M389984</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-26T20:32:19Z</dc:date>
    </item>
  </channel>
</rss>

