Messages similar to "There are prompts in user profile on [hostname] which will cause issues in [tool] successful execution"
Description:
Oracle Orachk and Oracle Exachk exit if the tools detect prompts in the user profile.
Oracle Orachk and Oracle Exachk fetch the user environment files on all nodes. If the user environment files contain prompts, for example, read -p, or other commands that pause the running commands, then the commands timeout. The commands timeout because there is no way to respond to the messages when it is being called.
All such commands cannot be detected in the environment. However, the commands that can be detected lead to this message.
Action:
Comment all such prompts from the user profile file (at least temporarily) and test run again.