Command 'Cataloging data' has failed
Hello,
I get error "Command 'Cataloging data' has failed" after start "update the data catalog" (using full cataloging) for managed vault.
The catalog process crashed on cataloging some backed VM with message "File 'G:\var\tmp\abrt\ccpp-2014-10-08-09:34:46-3113\' is invalid."
The full error log:
Command 'Cataloging data' has failed.
Additional info:
--------------------
Error code: 61
Module: 309
LineInfo: 4a8728dc8a1c9510
Fields: $module : service_process_vsa64_44421
Message: Command 'Cataloging data' has failed.
--------------------
Error code: 22
Module: 309
LineInfo: 8d165e86fb8195f7
Fields: TraceLevel : 1, $module : asn_gtob_indexer_commands_addon_vsa64_44421
Message: TOL: Failed to execute the command. The 'Cataloging data' command adds the contents of a backup or vault to the data catalog.
--------------------
Error code: 4
Module: 249
LineInfo: d7761d47edeb39a1
Fields: TraceLevel : 1, $module : asn_gtob_indexer_commands_addon_vsa64_44421
Message: ASYNC: Action sequence pending action job.
--------------------
Error code: 4
Module: 249
LineInfo: d9612b4aaebb8e3f
Fields: TraceLevel : 1, $module : asn_gtob_indexer_commands_addon_vsa64_44421
Message: ASYNC: Unidentified job.
--------------------
Error code: 4
Module: 249
LineInfo: 40b6b675b5f23512
Fields: TraceLevel : 1, $module : dms_provider_vsa64_44421
Message: ASYNC: Data binding job.
--------------------
Error code: 19
Module: 347
LineInfo: 4ee46a54ed6e8d16
Fields: $module : dms_provider_vsa64_44421
Message: File 'G:\var\tmp\abrt\ccpp-2014-10-08-09:34:46-3113\' is invalid.
--------------------
Error code: 7
Module: 4
LineInfo: 948d543c8805ea66
Fields: $module : storage_server_archive_manager_vsa64_44421
Message: Error occurred while opening the file.
--------------------
- Accedi per poter commentare
Thanks for info.
I know that I am able to restore files, but I have another backup in the same vault, where are million files (cca 30 million) and I need full catalog to be able to restore only some files. Without full catalog it is an impossible task.
If there is a way to find the VM with "bad" filename, then I want to move it to another vault (if it is possible), so I will be able to finish the full cataloging in the original vault.
Vlastimil
- Accedi per poter commentare
The actual path and the file name with colons is mentioned in the error message:
"Message: File 'G:\var\tmp\abrt\ccpp-2014-10-08-09:34:46-3113\' is invalid."
The "G:" letter in case of Linux guest OS is not an actual volume letter but rather an indication of the guest volume number (C = 1, D = 2,..., G=5). Therefore you should simply check for "/var/tmp/abrt/ccpp-2014-10-08-09:34:46-3113" presense on the VM which is being backed up (after backup of which you get the message).
The workaround would be to get rid of this VM backups from the vault.
- Accedi per poter commentare