Many of the applications that OSPI EXECs will access require passwords for logon.
If the Scripting application is used to create the EXEC, the password is stored in the EXEC. For security reasons, we recommend that you edit the EXEC to replace the password literal with a variable.
One approach for handling this situation is to schedule an EXEC at BMC AMI Ops Automation startup which requests the operator to enter the password. The password can then be stored in a global variable that is retrieved by any OSPI EXEC that needs access to the application.