Turn off WebLogic All processes
Switch to the domain below
$CD/home/weblogic/oracle/middleware/user_projects/domains/jydomain/security
$java-classpath/home/weblogic/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar Weblogic.security.utils.AdminAccount weblogic weblogic123 .
The above command last face WebLogic is the account weblogic123 is the password must have a space and a. (This is the point)
Delete supervisor data files, cache files, etc.
$RM-rf/home/weblogic/oracle/middleware/user_projects/domains/jydomain/servers/adminserver/data
Reset the boot.properties password file and re-encrypt it after startup.
$: > /home/weblogic/oracle/middleware/user_projects/domains/jydomain/servers/adminserver/security/ Boot.properties
Echo ' Password = weblogic123 ' > /home/weblogic/oracle/middleware/user_projects/domains/jydomain/servers/adminserver/security/ Boot.properties
echo ' username=weblogic ' >> /home/weblogic/oracle/middleware/user_projects/domains/jydomain/servers/adminserver/security/ Boot.properties
This article is from the "linux_oracle" blog, make sure to keep this source http://pankuo.blog.51cto.com/8651697/1980099
WebLogic Modifying the console password