If the SYSTEM user's password is lost, you can reset it as the operating system administrator by starting the index server in emergency mode. If your HANA DB is Multitenant, this process will not work. My HANA DB revision was 102.04
You have the credentials of the operating system administrator (<sid>adm).
Step1: Log on to the server on which the master index server is running as the operating system user (that is, <sid>adm user).
Step2: Open a command line interface.
Step3: Shut down the instance by executing the following command:
/usr/sap/<SID>/HDB<instance>/exe/sapcontrol -nr <instance> -function StopSystem HDB
Step4: In a new session, start the name server by executing the following commands:
/usr/sap/<SID>/HDB<instance>/hdbenv.sh
/usr/sap/<SID>/HDB<instance>/exe/hdbnameserver
This will stay hanged state…
Step5: In a new session, start the compile server by executing the following commands:
/usr/sap/<SID>/HDB<instance>/hdbenv.sh
/usr/sap/<SID>/HDB<instance>/exe/hdbcompileserver
This will stay hanged state…
Step6: In a new session, start the index server by executing the following commands:
/usr/sap/<SID>/HDB<instance>/hdbenv.sh
/usr/sap/<SID>/HDB<instance>/exe/hdbindexserver -resetUserSystem
The following prompt appears: resetting of user SYSTEM - <<<new password>>>
Step7: Enter a new password for the SYSTEM user.
You must enter a password that complies with the password policy configured for the system.
The password for the SYSTEM user is reset and the index server stops.
Step8: In the terminals in which they are running, end the name server and compile server processes by pressing CTRL+C.
Step9: In a new session, start the instance by executing the following command:
/usr/sap/<SID>/HDB<instance>/exe/sapcontrol -nr <instance> -function StartSystem HDB
Note:
In a scale-out system, you only need to execute the commands on the master index server.
The SYSTEM user's password is reset. You do not have to change this new password the next time you log on with this user regardless of your password policy configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 |