cancel
Showing results for 
Search instead for 
Did you mean: 

shadow copy component errors in command reports

RaviNS
Level 3

Hi All,

Is there any command to list output of shadow copy component errors that can be viewed from " job details of ALL " using command prompt/CLISH/Shell.

Well, i am trying to check if there any command that does that instead of checking via GUI. Attached screnshot.

2 REPLIES 2

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

You can try Problems report for this client or else All Log Entries report:

bperror -problems -client <client-name> -L

bperror -all -client <client-name> -L

The default time frame is last 24 hours. 

You can add more parameters for custom period:
-d start-date -e end-date
or
-hoursago hours

Thanks