Skip to main content
Question

How to reset config under Linux


  • New Here
  • 2 comments

Hi,

How can I reset the configuration under Linux on the command line. i want to be able to go through the initial configuration wizard again which came up after the first installation.

16 comments

coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4143 comments
  • May 9, 2023

What specifically are you trying to reset?


Chris.Childerhose
Forum|alt.badge.img+21

If you are referring to the Veeam Agent you may just have to uninstall it then reinstall as I know of no way to reset the configuration like that.


  • Author
  • New Here
  • 2 comments
  • May 9, 2023

Hi,

unfortunately re-installing is also not bringing the initial config wizard back, somewhere it is saving the information.

 

What I want to change is the information about the image generation (driver patching, EFI support, etc.) but there is no way to get back to these settings.


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4143 comments
  • May 9, 2023

You could try to uninstall again, then delete any registry entries installed by the Agent installer, as well as folder items...both of which may be left over even after uninstall. The only other option I can suggest is post on the forums or reach out to Support. 


Chris.Childerhose
Forum|alt.badge.img+21
coolsport00 wrote:

You could try to uninstall again, then delete any registry entries installed by the Agent installer, as well as folder items...both of which may be left over even after uninstall. The only other option I can suggest is post on the forums or reach out to Support. 

Keeping in mind there is no registry being Linux too.  But as Shane noted check the forums or contact Support as there must be a config file somewhere in the file system that holds this information.


Geoff Burke
Forum|alt.badge.img+22
  • Veeam Legend, Veeam Vanguard
  • 1318 comments
  • May 9, 2023

Did you try taking a look in /etc/veeam ?

 

cheers

 

 

 


Geoff Burke
Forum|alt.badge.img+22
  • Veeam Legend, Veeam Vanguard
  • 1318 comments
  • May 9, 2023

also in your home folder ls -a for any hidden folders that might have user specific settings.


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4143 comments
  • May 9, 2023
Chris.Childerhose wrote:
coolsport00 wrote:

You could try to uninstall again, then delete any registry entries installed by the Agent installer, as well as folder items...both of which may be left over even after uninstall. The only other option I can suggest is post on the forums or reach out to Support. 

Keeping in mind there is no registry being Linux too.  But as Shane noted check the forums or contact Support as there must be a config file somewhere in the file system that holds this information.

Oops...that is correct. Sorry...am a bit ill today...thanks Chris!


Chris.Childerhose
Forum|alt.badge.img+21
Geoff Burke wrote:

Did you try taking a look in /etc/veeam ?

 

cheers

 

 

 

Ah yes I forgot about /etc directory 😋


  • Author
  • New Here
  • 2 comments
  • May 16, 2023

In the /etc folder is only the default config file with all settings #ed out. I think veeam is using a config database. But can't find it lol. 


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4143 comments
  • May 16, 2023

This section in the Linux Agent Guide shares how to export the LNX Agent config DB to an xml, but doesn’t state where the location is. Maybe you can try this and modify the XML to reset the config? May be risky though. If your system is a Linux VM, you could snap it then test this out. Otherwise, if a physical device, may be too risky to attempt. I wonder if you run the cmd: veeamconfig config list (or ls) if it’ll give you the path location of the config?

UPDATE: if the CLI examples are accurate in the Guide, maybe the path to the config is in the /root then under veeam folder? (i.e. /veeam)


  • New Here
  • 1 comment
  • January 22, 2024

As i had to reset the Veeam Agent under my Ubuntu Server 20.04 aswell, i was in search of the config files. After exporting all logs i came across the path where the config-db is stored.

The Config-Database is stored here:

“\var\lib\veeam”

Just delete the following files in this folder: “veeam_db.sqlite”, “veeam_db.sqlite-shm” and “veeam_db.sqlite-wal”

After a reboot i was greeted by the initial configuration wizard again.


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4143 comments
  • January 22, 2024

Good to know. Thank you for sharing the DB location. 


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8495 comments
  • January 22, 2024
baumit wrote:

As i had to reset the Veeam Agent under my Ubuntu Server 20.04 aswell, i was in search of the config files. After exporting all logs i came across the path where the config-db is stored.

The Config-Database is stored here:

“\var\lib\veeam”

Just delete the following files in this folder: “veeam_db.sqlite”, “veeam_db.sqlite-shm” and “veeam_db.sqlite-wal”

After a reboot i was greeted by the initial configuration wizard again.

Don't use the Linux Agent much but thanks for sharing this as it is of interest.


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4143 comments
  • February 8, 2024

Hi @ot3d -

It appears @baumit has provided a possible solution for you to ‘reset’ your Linux Agent. Did you get a chance to attempt? Did this work for you? If so, I recommend you mark his comment as a ‘Best Answer’ so others with a similar occurrence can see what worked for you.

Thank you.


  • New Here
  • 1 comment
  • August 28, 2024
coolsport00 wrote:

Hi @ot3d -

It appears @baumit has provided a possible solution for you to ‘reset’ your Linux Agent. Did you get a chance to attempt? Did this work for you? If so, I recommend you mark his comment as a ‘Best Answer’ so others with a similar occurrence can see what worked for you.

Thank you.

I’m not @baumit , but I had this same problem and deleting the /var/lib/veeam folder fixed the issue for me. Glad I found this thread.


Comment