09-27-2020 07:38 AM
Hello guys,
Hope you are doing well.
Is there command to configure on vdx 6740 switch to enable it to auto backup configure file onto the scp/sftp server every midnight just like crontab stuff in the linux?
Many thanks.
Regards,
Ray
Solved! Go to Solution.
10-05-2020 09:17 PM
SW01(config)# vcs auto-config-backup timer 1
% Error: Auto config backup timer could not be deleted.
This error indicate that the config DB wasn’t able to remove/update the value. To attempt to clear this, reload the switch by running ‘reload system’. Once it reboot, the configuration will be applied to the DB which will typically clear any inconsistencies.
Regarding the backup location, the configuration files are stored internally and used once there’s a corrupt DB.
If you still prefer to copy off the running configuration nightly externally, I would suggest to use XMC (Extreme Management Center):
https://gtacknowledge.extremenetworks.com/articles/How_To/000038813
10-05-2020 09:17 PM
SW01(config)# vcs auto-config-backup timer 1
% Error: Auto config backup timer could not be deleted.
This error indicate that the config DB wasn’t able to remove/update the value. To attempt to clear this, reload the switch by running ‘reload system’. Once it reboot, the configuration will be applied to the DB which will typically clear any inconsistencies.
Regarding the backup location, the configuration files are stored internally and used once there’s a corrupt DB.
If you still prefer to copy off the running configuration nightly externally, I would suggest to use XMC (Extreme Management Center):
https://gtacknowledge.extremenetworks.com/articles/How_To/000038813
10-05-2020 06:14 AM
Hello Truyen,
Thank you for the info.
I am using the VDX6740T-1G with the firmware version 7.2.0e. But when i typed number 1, it just reports some error. And I have to enter number 2 to make it work….. so how can I make the auto backup every single day instead of every two days??
SW01(config)# vcs auto-config-backup timer 1
% Error: Auto config backup timer could not be deleted.
SW01(config)# vcs auto-config-backup timer 2
SW01# show run | i auto-config-backup
vcs auto-config-backup timer 2
And meanwhile where is the auto backup up is stored? i can’t find any new backup configuration files in the flash drive….
Many thanks.
Regards,
Ray
09-28-2020 03:47 AM
Hi Ray,
This feature was added to NOS 7.1.0 and higher.
sw0(config)# vcs auto-config-backup timer ?
Possible completions:
<NUMBER:1-365> Timer Interval (in Days)
Examples of the above command can be on page 42 of the management guide.
Hope that helps.