Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Using passwords in OSPI EXECs
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.