<?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: script inquiry in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887891#M704841</link>
    <description>Hi Furnando,&lt;BR /&gt;Just to confirm certain things:&lt;BR /&gt;&lt;BR /&gt;Owner/group and permissions set to script.&lt;BR /&gt;Aslo try if this works:&lt;BR /&gt;0 16 * * * sh /test/parset/scripts/parset&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Feb 2005 02:13:41 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2005-02-28T02:13:41Z</dc:date>
    <item>
      <title>script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887881#M704831</link>
      <description>I have created a script for file processing. During manual execution, it did process right. However, when i put it in cron it did not process it correctly. Any comment on this?&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 19:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887881#M704831</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2005-02-24T19:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887882#M704832</link>
      <description>Hi Fernando&lt;BR /&gt;&lt;BR /&gt;post the cron entry&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 24 Feb 2005 19:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887882#M704832</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2005-02-24T19:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887883#M704833</link>
      <description>Hi Fernando&lt;BR /&gt;&lt;BR /&gt;Most likely you need to ensure you have set full paths for any commands in the script. &lt;BR /&gt;cron has a very limited PATH variable setting.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 19:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887883#M704833</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2005-02-24T19:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887884#M704834</link>
      <description>Furnando,&lt;BR /&gt;&lt;BR /&gt;It may be a problem with PATH environment variable which is not sourced in the script during cron execution. Define your PATH environment variable in script.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 19:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887884#M704834</guid>
      <dc:creator>Rajeev Tyagi</dc:creator>
      <dc:date>2005-02-24T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887885#M704835</link>
      <description>Hello Steven,&lt;BR /&gt;&lt;BR /&gt;herewith is the cron entry:&lt;BR /&gt;&lt;BR /&gt;0              16      *       *       *       /test/parset/scripts/parset&lt;BR /&gt;&lt;BR /&gt;Attached is the script i've made:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 21:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887885#M704835</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2005-02-24T21:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887886#M704836</link>
      <description>Guys, &lt;BR /&gt;&lt;BR /&gt;I also see in my directory a file #parset# along with the my script parset. what do you mean by this?&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 21:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887886#M704836</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2005-02-24T21:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887887#M704837</link>
      <description>Plz. post your script.&lt;BR /&gt;cat /test/parset/scripts/parset&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Fri, 25 Feb 2005 04:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887887#M704837</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-02-25T04:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887888#M704838</link>
      <description>There may be other environment variables set in your .profile besides $PATH that your script needs (without seeing the script it's hard to tell)&lt;BR /&gt;Try this for a cron entry:&lt;BR /&gt;&lt;BR /&gt;0 16 * * * . /path/to/homedir/.profile;/test/parset/scripts/parset&lt;BR /&gt;&lt;BR /&gt;Don't miss out the dot &amp;amp; space before the first command.</description>
      <pubDate>Fri, 25 Feb 2005 04:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887888#M704838</guid>
      <dc:creator>Gordon  Morrison_1</dc:creator>
      <dc:date>2005-02-25T04:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887889#M704839</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;Please see attached script.</description>
      <pubDate>Sun, 27 Feb 2005 23:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887889#M704839</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2005-02-27T23:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887890#M704840</link>
      <description>what is ur entry for crontab. &lt;BR /&gt;&lt;BR /&gt;Did you get any useful informations in cron log (/var/adm/cron/log )?&lt;BR /&gt;&lt;BR /&gt;If you are able to execute in command line, then crontab informations will be the problem.&lt;BR /&gt;&lt;BR /&gt;Edit your script second line as,&lt;BR /&gt;set -x &lt;BR /&gt;# To get debug symbols&lt;BR /&gt;&lt;BR /&gt;Try to execute your script as,&lt;BR /&gt;crontab -e &lt;BR /&gt;&lt;BR /&gt;* * * * * &lt;YOUR script=""&gt;/tmp/log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;save and check log file. post that info.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;/YOUR&gt;</description>
      <pubDate>Sun, 27 Feb 2005 23:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887890#M704840</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-02-27T23:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887891#M704841</link>
      <description>Hi Furnando,&lt;BR /&gt;Just to confirm certain things:&lt;BR /&gt;&lt;BR /&gt;Owner/group and permissions set to script.&lt;BR /&gt;Aslo try if this works:&lt;BR /&gt;0 16 * * * sh /test/parset/scripts/parset&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Feb 2005 02:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887891#M704841</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-02-28T02:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887892#M704842</link>
      <description>Dear HTH,&lt;BR /&gt;&lt;BR /&gt;Please see attached log file.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 01:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887892#M704842</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2005-03-04T01:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: script inquiry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887893#M704843</link>
      <description>The log files is very useful. Thanks to HTH!&lt;BR /&gt;I found that somewhere in the scripts, the path is not define.</description>
      <pubDate>Mon, 07 Mar 2005 00:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-inquiry/m-p/4887893#M704843</guid>
      <dc:creator>Pando</dc:creator>
      <dc:date>2005-03-07T00:56:01Z</dc:date>
    </item>
  </channel>
</rss>

