Originally posted by: twbernardes
Whatever command I try to run on AIX I need to put "sh" before. Ex: if I run just "smit" I get "ksh: smit: not found", but running "sh smit", it works!
The problem is: I need to install a fixpack for a Websphere product, and the program(setupaix) I have been using for that runs ANOTHER program, which is /usr/sbin/extendlv. So since this ANOTHER program is called by setupaix, I'm unable to put sh before.
Note. These programs are installed on my server, and I also tried to run then from root directory, but did not work.
Any idea about what I need to do to resolve that (run execs without sh before)? Do I need to set something in the path?
#AIX-Forum