This post emphasizes the process of how to reset the SEM password. Kindly follow the steps below.
1. Log in to the operating OS: Euler Linux.
2. ssh to SEM_IP (the default credentials areroot/Change_Me).
3. Go to the folder classes with cd /usr/local/iGET/SRE/SEM/webapps/sem/WEB-INF/classes.
4. Edit the file config.properties with vi config.properties.
5. Change lineconfig.login.isFirst=false -> change it to 'true' econfig.login.isFirst=true.
6. Change lineconfig.system.inited=true -> change it to 'false' econfig.system.inited=false.
7. Save with :wq!
8. Restart the SEM service: service SEM restart.
9. Log in using the default credentials (admin/Change_Me).


