Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Info

Valid from 4.4

The documentation below is valid from Datafari v4.4.0 upwards


In this page we detail how to change the passwords that you defined in the installation script of Datafari.

A. Admin user into Datafari web application

Go to the Datafari admin page, then click into User Management → Modify Users

...

Then on the array, on the admin user line, click on the textbox with the label change the password and enter the password that you want. Validate with the Enter key on your keyboard.

...

B. MCF admin password

Go to the Datafari admin page, then click into Connectors → Change MCF password

Enter the new password in the two textboxes and confirm.

...

C. Change the Apache proxy passwords

Go to the Datafari admin UI, then click into Admin → User Management → Modify Apache Users.

Then click on the textbox for the password that you want to change. When you finish click on the Enter keystroke on your keyboard to validate the changes. Wait a little for the change be applied : Apache server needs to be restarted.

...

D. Change the password for PostgreSQL

Info

Needs to directly modify different files with a SSH connection into the server

...

Code Block
cd /opt/datafari/bin

bash start-datafari.sh

E. Change the Glances password

To do so, you need first tou delete the file that stores the hashed password located in /root/.config/glances/glances.pwd

...

Code Block
service glances start

...

Info

Valid from 4.3

The documentation below is valid from Datafari v4.3.0 upwards

In this page we detail how to change the passwords that you defined in the installation script of Datafari.

...

  • Change the Apache proxy passwords


See this page : Password change in Apache proxy - Enterprise edition


  • Change the password for PostgreSQL

...