One way to ensure that the scripts are not waiting for the user response every time is to create and store the user credentials and save them as a file. the boot identify file starts out as a plain text file, but when the server is started for the first time after (every time a change is made to the file) the entries are encrypted and it is more secure than storing unencrypted credentials in a startup or shutdown script file.
Steps to create the boot identify file:
- Start the Administrator server once and provide the credentials when prompted.
- Create a text file and place the following text in it:
- Save the file as boot.properties in the security directory of the server's root directory D:\app\Administrator\product\11.1.0\MiddleWareHome\user_projects\domains\bifoundation_domain\servers\bi_server1\security
- The server automatically uses this file at next start and stop.
- The content of the file after the encryption looks something like this
username=username
password=password
No comments:
Post a Comment