<?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: variable not set in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611277#M36233</link>
    <description>&lt;I have="" a="" problem="" when="" i="" set="" a="" varible="" by="" example=""&gt;BEADIR=/opt/messageq; export BEADIR&amp;gt; &lt;BR /&gt;&lt;BR /&gt;After you do this, check to&lt;BR /&gt;see whether it is really set-&lt;BR /&gt;do&lt;BR /&gt;  echo $BEADIR&lt;BR /&gt;    -&amp;gt; it should return /opt/messageq&lt;BR /&gt;&lt;BR /&gt;If it does not, then it could&lt;BR /&gt;be a problem with the shell&lt;BR /&gt;you are using:&lt;BR /&gt;do  echo $SHELL&lt;BR /&gt;  -&amp;gt; it should be sh or ksh&lt;BR /&gt;&lt;BR /&gt;If it is csh, then you would&lt;BR /&gt;need to use:&lt;BR /&gt;setenv BEADIR /opt/messageq&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&lt;THEN i="" run="" a="" program="" or="" something="" that="" use="" this="" variable="" and="" send="" me="" the="" message=""&gt;&amp;gt;&lt;BR /&gt; check what shell this program is using.&lt;BR /&gt;&lt;BR /&gt;-raj &lt;BR /&gt;&lt;/THEN&gt;&lt;/I&gt;</description>
    <pubDate>Fri, 09 Nov 2001 23:07:27 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2001-11-09T23:07:27Z</dc:date>
    <item>
      <title>variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611273#M36229</link>
      <description>i have a problem when i set a varible by example&lt;BR /&gt;BEADIR=/opt/messageq; export BEADIR&lt;BR /&gt;then i run a program or something that use this variable and send me the message &lt;BR /&gt;BEADIR environment variable not set&lt;BR /&gt;the same happens with the variable TERM and other ones.&lt;BR /&gt;do you have any idea why the system does not recognize the variables? please email me at jortiz@gan.com.mx&lt;BR /&gt;Tahnks</description>
      <pubDate>Fri, 09 Nov 2001 22:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611273#M36229</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2001-11-09T22:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611274#M36230</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you set a env check whether new env is in place by running 'env' command. &lt;BR /&gt;&lt;BR /&gt;Also check is your application you have some configuration files changing this parameter.&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;-USA</description>
      <pubDate>Fri, 09 Nov 2001 22:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611274#M36230</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-09T22:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611275#M36231</link>
      <description>what shell are you running? Doesn't sound like you are using ksh .&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Nov 2001 22:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611275#M36231</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-09T22:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611276#M36232</link>
      <description>ok i??m doing this.&lt;BR /&gt;pleas eview the attachment&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Nov 2001 23:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611276#M36232</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2001-11-09T23:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611277#M36233</link>
      <description>&lt;I have="" a="" problem="" when="" i="" set="" a="" varible="" by="" example=""&gt;BEADIR=/opt/messageq; export BEADIR&amp;gt; &lt;BR /&gt;&lt;BR /&gt;After you do this, check to&lt;BR /&gt;see whether it is really set-&lt;BR /&gt;do&lt;BR /&gt;  echo $BEADIR&lt;BR /&gt;    -&amp;gt; it should return /opt/messageq&lt;BR /&gt;&lt;BR /&gt;If it does not, then it could&lt;BR /&gt;be a problem with the shell&lt;BR /&gt;you are using:&lt;BR /&gt;do  echo $SHELL&lt;BR /&gt;  -&amp;gt; it should be sh or ksh&lt;BR /&gt;&lt;BR /&gt;If it is csh, then you would&lt;BR /&gt;need to use:&lt;BR /&gt;setenv BEADIR /opt/messageq&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&lt;THEN i="" run="" a="" program="" or="" something="" that="" use="" this="" variable="" and="" send="" me="" the="" message=""&gt;&amp;gt;&lt;BR /&gt; check what shell this program is using.&lt;BR /&gt;&lt;BR /&gt;-raj &lt;BR /&gt;&lt;/THEN&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 09 Nov 2001 23:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611277#M36233</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-09T23:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611278#M36234</link>
      <description>yes i do an echo $BEADIR and it returns&lt;BR /&gt;/opt/messageq&lt;BR /&gt;&lt;BR /&gt;then i type echo $SHELL and returns&lt;BR /&gt;/sbin/ksh</description>
      <pubDate>Fri, 09 Nov 2001 23:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611278#M36234</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2001-11-09T23:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611279#M36235</link>
      <description>does bea require csh or ksh?</description>
      <pubDate>Fri, 09 Nov 2001 23:20:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611279#M36235</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-09T23:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611280#M36236</link>
      <description>it requires ksh, but something??s wrong with the variables, by example i set the variable &lt;BR /&gt;export TERM=vt100&lt;BR /&gt;then i exec man ll&lt;BR /&gt;and the terminal screen does not respond to the variable TERM, i mean the information appears moved. i could not find the reason, i have other machine and works fine.&lt;BR /&gt;any ideas?</description>
      <pubDate>Fri, 09 Nov 2001 23:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611280#M36236</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2001-11-09T23:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611281#M36237</link>
      <description>&lt;BR /&gt;What is the output of&lt;BR /&gt;***&lt;BR /&gt;#echo $SHELL&lt;BR /&gt;#set    (all your settings)&lt;BR /&gt;****&lt;BR /&gt;&lt;BR /&gt;Next,  as what user are you running this application?&lt;BR /&gt;Did it ever run correctly??&lt;BR /&gt;&lt;BR /&gt; Some applications have a&lt;BR /&gt;initialization script which&lt;BR /&gt;sets variables needed by&lt;BR /&gt;subsequent startup scripts.&lt;BR /&gt;Does this application have&lt;BR /&gt;any such script?&lt;BR /&gt;&lt;BR /&gt;If this application which you&lt;BR /&gt;are running is a shell script,&lt;BR /&gt;can you edit it (readonly) and&lt;BR /&gt;see whether it has any settings? &lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Sat, 10 Nov 2001 00:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611281#M36237</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-10T00:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: variable not set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611282#M36238</link>
      <description>Does the file /opt/messageq/user/grupo-00130/group.init reset BEADIR, by any chance?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Nov 2001 02:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/variable-not-set/m-p/2611282#M36238</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2001-11-10T02:14:36Z</dc:date>
    </item>
  </channel>
</rss>

