Today, I have been asked to deploy several Oracle Enterprise Manager agents on AIX 7.1 servers.
For this type of request, I have a preference for the “AgentPull” method when I don’t have a suitable Gold Image available.
Unfortunately, it seems that the “AgentPull” script does not work properly on AIX machines because when executing it, I got the following error: “platform=${platform/)/%29}: bad substitution“.
Tag: ksh
Work with bash/ksh associative arrays
Today, I’m going to give you some examples on how to work with associative arrays in bash / ksh.
This is not a complicated subject, but you have to be careful when writing your code because you will have extra brackets, braces, …