Using emgr to manage interim fix command paths.
The emgr command calls one or more of the following UNIX commands.
- ar
- awk
- cat
- chmod
- chown
- compress
- cp
- date
- df
- diff
- du
- egrep
- fuser
- id
- ksh
- ln
- ls
- mkdir
- mount
- mv
- printf
- ps
- rm
- rmdir
- sed
- sleep
- sort
- sum
- tail
- tar
- tee
- touch
- umount
- uname
- vi
- wc
- zcat
The emgr command calls one or more of the
following AIX® commands:
- aclget
- aclput
- bosboot
- lslpp
- odmchange
- odmget
- slibclean
- tcbck
The emgr command looks for the UNIX and AIX commands previously
listed in the following path order:
- /usr/emgrdata/bin
- /usr/bin
- /usr/sbin
- /bin
- /sbin
- /usr/local/bin
- /usr/local/sbin
If you are attempting to install or remove an interim fix for one of the
commands that the emgr command uses, you might
not be able to successfully complete the operation. To solve this
problem, do the following:
- Manually install the interim fix file into the /usr/emgrdata/bin directory.
- Perform the emgr operation.
- Remove the manually installed interim fix file from the /usr/emgrdata/bin directory.
If
the interim fix file
is the /usr/bin/ksh file and the problem it fixes
prevents the emgr command's operations from succeeding,
then do the following:
- Back up the original /usr/bin/ksh file.
- Manually install the /usr/bin/ksh interim fix file to /usr/bin/ksh.
- Perform the emgr command installation or remove operation.