Quantcast
Channel: SCN : Document List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 1183

Steps to reset the HANA SYSTEM user password

$
0
0

UPDATE: Section 3.1.4 Resetting the SYSTEM User's Password in the admin guide for SP7 discusses how to do this: http://help.sap.com/hana/SAP_HANA_Administration_Guide_en.pdf

 

Props to Lloyd Palfrey for his video. Thought I'd create a searchable document to outline this process.

 

Reset HANA SYSTEM user password

 

 

  • SSH to the HANA system and login as root
  • SU to the <sid>adm user
    • su – anaadm
    • 1.png
  • Identify running HANA services
    • ps aux | grep anaadm
    • 2.png
  • Stop the HANA server
    • ./HDB stop
    • 3.png
  • Verify services are no longer running
    • ps aux | grep anaadm
    • 4.png
  • Start the name server service – this may not get back to a prompt
    • hdbnameserver &
    • 5.png
  • Start index server. Run command even though may not be at a prompt.
    • hdbindexserver –console
    • 6.png
  • Reset password for user SYSTEM
    • ALTER USER SYSTEM PASSWORD Password1234
    • 7.png
  • Stop hdbindexserver service by hitting Ctrl-C
    • 8.png
  • Kill hdbnameserver service
    • killall -9 hdbnameserver
  • Verify all HDB services are stopped
    • ps aux | grep anaadm
    • 9.png
  • Start HANA
    • ./HDB start
  • Verify HANA services are running
    • ps aux | grep anaadm
    • 10.png
  • Update password in HANA studio
    • 11.png

Viewing all articles
Browse latest Browse all 1183

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>