Information
Ensure that the shell for the root user is set to /usr/bin/ksh
Although the bash shell is available there are administrative processes that require the root user to be configured with the ksh shell as its default shell. If the root user is configured with a different default shell, these processes will not work as expected.
Solution
Execute the following command
chuser shell=/usr/bin/ksh root