Admin Server password-free configuration >
1. Is there a security/boot.properties file in the admin root directory in production mode
[Email protected] adminserver]$ pwd
/home/weblogic/oracle/middleware/user_projects/domains/base_domain/servers/adminserver
[email protected] adminserver]$ LL
Total 16
DRWXR-----. 3 WebLogic WebLogic 4096 Nov 6 14:45 Cache
DRWXR-----. 5 WebLogic WebLogic 4096 Nov 6 14:46 data
DRWXR-----. 3 WebLogic WebLogic 4096 Nov 6 14:46 logs
DRWXR-----. 4 WebLogic WebLogic 4096 Nov 7 14:29 tmp
2. If not, create the Security/boot.properties file.
[Email protected] adminserver]$ mkdir security
[Email protected] adminserver]$ CD security/
[Email protected] security]$ ls-l
Total 0
[[Email protected] security]$ VI boot.properties--add admin username and password under Boot.properties file
[email protected] security]$ cat boot.properties
Username=weblogic
Password=weblogi.
3. Restart WebLogic to verify that password management is not required.
[Email protected] bin]$ pwd
/home/weblogic/oracle/middleware/user_projects/domains/base_domain/bin
[Email protected] bin]$./startweblogic.sh
4. Check that the password in the Boot.properties file has been successfully encrypted.
[Email protected] security]$ pwd
/home/weblogic/oracle/middleware/user_projects/domains/base_domain/servers/adminserver/security
[email protected] security]$ cat boot.properties
#Fri Nov 16:49:22 EST.
password={aes}o1v2n9pn24po2fmobks5m5+negdzygnoxi5yphlqikq\=
username={aes}tvgztriddgbwh2bjpsov40qqvrpewoaxmh2iyf8ugly\=
___________________________________________________________________________________
Managed server password-free configuration
1. Locate the root directory of the managed server.
[Email protected] server-0]$ pwd
/HOME/WEBLOGIC/ORACLE/MIDDLEWARE/WLSERVER_10.3/COMMON/BIN/SERVERS/SERVER-0--Parameter description Server-0 to managed Server NA Me
2. Create a security/root.properties file
[Email protected] server-0]$ mkdir security
[Email protected] server-0]$ CD security/
[email protected] security]$ Touch boot.properties
3. Add the WebLogic Administrator account and password to the Boot.properties file.
[Email protected] security]$ VI boot.properties
[email protected] security]$ cat boot.properties
Username=weblogic
Password=weblogi.
OK end.
WebLogic Management 3-password-free management configuration in production mode