How to Avoid password prompt when using startComponent.sh 

OHS or other components when installed and configured are started using startComponent.sh and stopped using stopComponent.sh scripts located in $DOMAIN_HOME/bin

However, when starting or stopping script prompts for node manager password.

Step to Avoid prompting of password


Above prompt can be avoided by adding storeUserConfig option. This stores the password.

[orapps@funebs122 bin]$ ./startComponent.sh ohs_component storeUserConfig



Once the password is stored, you can execute start or stop without password prompt.

[orapps@funebs122 bin]$ ./stopComponent.sh ohs_component
[orapps@funebs122 bin]$ ./startComponent.sh ohs_component





If you like please follow and comment