Versions Compared

Key

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

...

Code Block
cd /opt/datafari/bin

bash start-datafari.sh


  • 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
rm -rf /root/.config/glances/glances.pwd

Then stop Glances :

Code Block
service glances stop


Then we need to reinitialize the password :

Code Block
glances -w --password

Choose a new password at the prompt.

When it is done, press CTRL+C to stop Glances.

Then you can launch the service :

Code Block
service glances start



...


Info
titleValid from 4.3

The documentation below is valid from Datafari v4.3.0 upwards

...