Tuesday, June 13, 2023

Samba Service Commands

Enable and start Samba service to save the changes:
# sudo systemctl enable smb
# sudo systemctl enable nmb
# sudo systemctl start smb
# sudo systemctl start nmb

To check the status of the Samba services:
# sudo systemctl status smb
# sudo systemctl status nmb

To stop the Samba services:
# sudo systemctl stop smb
# sudo systemctl stop nmb

To restart the Samba services:
# sudo systemctl restart smb
# sudo systemctl restart nmb

2315907 - Starting HANA automatically after Host has been started

  Symptom By default the SAP HANA database is configured so that it is not started automatically when the SAP HANA host is rebooted. Environ...