2021-08-12 12:28 PM
Hi All,
Nwrecovery tool failed to on running in SA & VLC , But rest of the component we have backed-up successfully.
we have tried running the command multiple times event though it fails, pls help us on this
For SA
nw-recovery-tool --export --dump-dir /var/netwitness/backup --category AdminServer
For VLC
nw-recovery-tool --export --dump-dir /var/netwitness/backup --category LogCollector
it throws error while backing up Failed to backup directory: /var/netwitness/rabbitmq/mnesia
Regards,
Prabhudeva S
2021-08-12 12:49 PM
This is due to the data changing in the rabbitmq queues during the tar function, you can change the /etc/netwitness/recovery-tool/rabbitmq.nrt file on all hosts to exclude the queues. Add the line "exclude queues" between the "exclude msg_stores" and "exclude *-plugins-expand"
2021-08-13 11:31 AM
Hi John , thanks for the input shared it works like germ