NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Data Protection

About XCP log output

shirotan
4,821 Views

Is there a way to output a list of files that have failed to be copied, synced, or verified?
I can't create an environment that actually fails, but if "-v" is added, the standard output or standard error output will be displayed.
Will it be output?

1 ACCEPTED SOLUTION

hmoubara
4,795 Views

Hello,

 

The  -v increase debug verbosity, check the link below for each operation with some example.


scan -v P.81 for example
command increases debug verbosity. This provides detailed logging information to
troubleshoot or debug in case an error or warning is reported

copy -v P.89 for example
Increase debug verbosity

sync -v P.92 for example
Increase debug verbosity


https://library.netapp.com/ecm/ecm_download_file/ECMLP2865035

 

Thanks 

View solution in original post

4 REPLIES 4

hmoubara
4,796 Views

Hello,

 

The  -v increase debug verbosity, check the link below for each operation with some example.


scan -v P.81 for example
command increases debug verbosity. This provides detailed logging information to
troubleshoot or debug in case an error or warning is reported

copy -v P.89 for example
Increase debug verbosity

sync -v P.92 for example
Increase debug verbosity


https://library.netapp.com/ecm/ecm_download_file/ECMLP2865035

 

Thanks 

shirotan
4,712 Views

Hello

hmoubara

 

I ran "xcp verify -v" with the sync not completed so that I get an error.

However, the file targeted for the error was not displayed.

When "-l" was added to the option, an error file was displayed.

Isn't it necessary to have "-l"?

hmoubara
4,679 Views

Hello

 

Each arguments has a different purpose:

-v : increase debug verbosity

-l :  Detailed file listing output

 

You can always verify each attribute functionality by adding the --help at the end of the command:

 

Ex:  C:\NetApp\XCP>xcp verify --help

shirotan
4,780 Views

Hello hmoubara

Thank you for your reply

 

I saw an example.
By using "-V", it seems that the file with the error is displayed.

Public