<?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: /usr/bin/ksh: ac9: not found: in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861094#M396535</link>
    <description>New Settings of,&lt;BR /&gt;export ARCHOME=/opt/esri/arcexe9x --&amp;gt; will export the /opt/esri/arcexe9x to ARCHOME environment variable.&lt;BR /&gt;&lt;BR /&gt;Then alias ac9=$ARCHOME/bin/arc, will do as,&lt;BR /&gt;&lt;BR /&gt;$ ac9 &lt;BR /&gt;as, /opt/esri/arcexe9x/bin/src executed on shell.&lt;BR /&gt;&lt;BR /&gt;But error /usr/bin/ksh: &lt;ALIAS&gt;: not found say's,&lt;BR /&gt;alias binary is not there in search path or on shell /usr/bin/ksh binary&lt;BR /&gt;&lt;BR /&gt;Normal alias will be in /usr/bin/alias and builtin with shell too.&lt;BR /&gt;&lt;BR /&gt;Let us give information as,&lt;BR /&gt;which alias&lt;BR /&gt;what /usr/bin/alias&lt;BR /&gt;&lt;BR /&gt;/usr/bin/alias&lt;BR /&gt;If it is executing then then /usr/bin path is not exported on PATH variable&lt;BR /&gt;&lt;BR /&gt;PATH=$PATH:/usr/bin&lt;BR /&gt;&lt;BR /&gt;And finally what you are expecting from export ARCHOME=/opt/esri/arcexe9x, alias ac9=$ARCHOME/bin/arc there. Do you want cd in to that directory or executing the src file there?!&lt;BR /&gt;&lt;/ALIAS&gt;</description>
    <pubDate>Thu, 16 Sep 2004 09:14:25 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-09-16T09:14:25Z</dc:date>
    <item>
      <title>/usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861090#M396531</link>
      <description>I have installed another version of ARCGIS9. In my .profile I have a line that reads alias ac9=$ARCHOME/bin/arc. I also have a number of other alias that are in the profile. I created a new user and if I try and use any of the alias the programs will not launch, I get the error /usr/bin/ksh: &lt;ALIAS&gt;: not found:. If I exit that user and login in as my old self the old alias still work. Any ideas.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Conrad&lt;/ALIAS&gt;</description>
      <pubDate>Wed, 15 Sep 2004 15:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861090#M396531</guid>
      <dc:creator>Conrad J Wyrzykowski</dc:creator>
      <dc:date>2004-09-15T15:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861091#M396532</link>
      <description>Do you have the variable ARCHOME defined in the new user profile before you define the variable ac9 in the profile.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 15:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861091#M396532</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-09-15T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861092#M396533</link>
      <description>.profile file settings are local if you define in the user's specific home directory.&lt;BR /&gt;&lt;BR /&gt;If you want to maintain common alias informations then go to /etc/profile file. It will be capable to all normal users.&lt;BR /&gt;&lt;BR /&gt;And alias ac9=$ARCHOME/bin/arc say's,&lt;BR /&gt;$ARCHOME/bin/arc is it an executable there?&lt;BR /&gt;&lt;BR /&gt;If you want to move into that directory then as,&lt;BR /&gt; alias ac9='cd $ARCHOME/bin/arc'&lt;BR /&gt;&lt;BR /&gt;And /usr/bin/ksh: &lt;ALIAS&gt;: not found: says,&lt;BR /&gt;you tried to execute as,&lt;BR /&gt;&lt;BR /&gt; &lt;KSH&gt;$alias:&lt;BR /&gt;  &lt;BR /&gt;  If you did not export /usr/bin on PATH variable then normal execution of alias too get's error there.&lt;BR /&gt; &lt;BR /&gt; &lt;KSH&gt;$/usr/bin/alias&lt;BR /&gt;&lt;BR /&gt; Give all alias information's&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; IF you want to maintain personal settings based on user then,&lt;BR /&gt;&lt;BR /&gt; user $HOME/.profile&lt;BR /&gt;&lt;BR /&gt; change the permission to 400&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;/KSH&gt;&lt;/KSH&gt;&lt;/ALIAS&gt;</description>
      <pubDate>Wed, 15 Sep 2004 23:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861092#M396533</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-15T23:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861093#M396534</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;I'm sorry if I may have mislead you. The error remains /usr/bin/ksh: ac9: not found, where ac9 is the alias. Which is defined by 'export ARCHOME=/opt/esri/arcexe9x' then further down 'alias ac9=$ARCHOME/bin/arc'.&lt;BR /&gt;&lt;BR /&gt;The paths are as follows:&lt;BR /&gt;# Set up the search paths:&lt;BR /&gt;        PATH=$PATH:/usr/local/bin:.&lt;BR /&gt;        &lt;BR /&gt;export PATH=$PATH:/usr/dt/bin:$ARCHOME/programs:$ARCHOME/bin:/usr/bin/X11:$AVHOME3/bin/arcview:/opt/omni/bin:.&lt;BR /&gt;&lt;BR /&gt;I tried changing the permissions too 400 with no effect on the operation. Previously the files where at 644.&lt;BR /&gt;&lt;BR /&gt;I suspect the key to what is going on is that if I login with my original .profile all of my (3)alias work. Then I login in with the new account which has had a few changes to the .profile where I modified only one alias and none of the three alias work.&lt;BR /&gt;&lt;BR /&gt;Thanks for you time,&lt;BR /&gt;Conrad</description>
      <pubDate>Thu, 16 Sep 2004 08:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861093#M396534</guid>
      <dc:creator>Conrad J Wyrzykowski</dc:creator>
      <dc:date>2004-09-16T08:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861094#M396535</link>
      <description>New Settings of,&lt;BR /&gt;export ARCHOME=/opt/esri/arcexe9x --&amp;gt; will export the /opt/esri/arcexe9x to ARCHOME environment variable.&lt;BR /&gt;&lt;BR /&gt;Then alias ac9=$ARCHOME/bin/arc, will do as,&lt;BR /&gt;&lt;BR /&gt;$ ac9 &lt;BR /&gt;as, /opt/esri/arcexe9x/bin/src executed on shell.&lt;BR /&gt;&lt;BR /&gt;But error /usr/bin/ksh: &lt;ALIAS&gt;: not found say's,&lt;BR /&gt;alias binary is not there in search path or on shell /usr/bin/ksh binary&lt;BR /&gt;&lt;BR /&gt;Normal alias will be in /usr/bin/alias and builtin with shell too.&lt;BR /&gt;&lt;BR /&gt;Let us give information as,&lt;BR /&gt;which alias&lt;BR /&gt;what /usr/bin/alias&lt;BR /&gt;&lt;BR /&gt;/usr/bin/alias&lt;BR /&gt;If it is executing then then /usr/bin path is not exported on PATH variable&lt;BR /&gt;&lt;BR /&gt;PATH=$PATH:/usr/bin&lt;BR /&gt;&lt;BR /&gt;And finally what you are expecting from export ARCHOME=/opt/esri/arcexe9x, alias ac9=$ARCHOME/bin/arc there. Do you want cd in to that directory or executing the src file there?!&lt;BR /&gt;&lt;/ALIAS&gt;</description>
      <pubDate>Thu, 16 Sep 2004 09:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861094#M396535</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-16T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861095#M396536</link>
      <description>I've attached the profiles as one txt file. Profile1.txt works if I login as myself, profile2.txt does not work if I login as tester. I tried inserting into the PATH the :/usr/bin so the line looked like 'export PATH=$PATH:/usr/bin:/usr/dt/bin:$ARCHOME/programs:$ARCHOME/bin:/usr/bin/X11:$AVHOME3/bin/arcview:/opt/omni/bin:. This did not change the results.&lt;BR /&gt;&lt;BR /&gt;I expect alias ac9 to launch the program 'arc' at /opt/esri/arcexe9x/bin.&lt;BR /&gt;&lt;BR /&gt;When looking at the attachements the other alias av3 should launch the program arcview at /opt/esri/arcview32/arcview3/bin. While the alias imagine should launch the program imagine at /opt/erdas/imagine/840/bin.</description>
      <pubDate>Thu, 16 Sep 2004 10:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861095#M396536</guid>
      <dc:creator>Conrad J Wyrzykowski</dc:creator>
      <dc:date>2004-09-16T10:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861096#M396537</link>
      <description>I've attempted a few more things. If I have someone SU to the user then the alias works. If I login in as the user and at the prompt line type alias ac9=$ARCHOME/bin/arc, hit enter and type ac9 hit enter then it launches. It remains working until I logout and back in.</description>
      <pubDate>Thu, 16 Sep 2004 12:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861096#M396537</guid>
      <dc:creator>Conrad J Wyrzykowski</dc:creator>
      <dc:date>2004-09-16T12:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861097#M396538</link>
      <description>Greetings all,&lt;BR /&gt;&lt;BR /&gt;Well I finally have it working. The problem was that when the new account was created it did not create a .Xdefaults file in the /home/username directory. All this file contains is;&lt;BR /&gt;*enableEtchedInMenu: False&lt;BR /&gt;*loginShell: true&lt;BR /&gt;With this file in the users directory all works well. Not sure why SAM does not create this file when a new user is added. Thanks for all the suggestions and support in solving this problem.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Conrad</description>
      <pubDate>Thu, 16 Sep 2004 14:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861097#M396538</guid>
      <dc:creator>Conrad J Wyrzykowski</dc:creator>
      <dc:date>2004-09-16T14:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/ksh: ac9: not found:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861098#M396539</link>
      <description>Well I finally have it working. The problem was that when the new account was created it did not create a .Xdefaults file in the /home/username directory. All this file contains is;&lt;BR /&gt;*enableEtchedInMenu: False&lt;BR /&gt;*loginShell: true&lt;BR /&gt;With this file in the users directory all works well. Not sure why SAM does not create this file when a new user is added. Thanks for all the suggestions and support in solving this problem.</description>
      <pubDate>Wed, 06 Jul 2005 08:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-ksh-ac9-not-found/m-p/4861098#M396539</guid>
      <dc:creator>Conrad J Wyrzykowski</dc:creator>
      <dc:date>2005-07-06T08:18:50Z</dc:date>
    </item>
  </channel>
</rss>

