CalgaryCR9
Technical User
On our backup, client is localhost. We use bperror to summarize on our nightly reporting what status codes occured. See below:
bperror -L -U -backstat -by_statcode -hoursago 24
0 the requested operation was successfully completed
localhost
83 media open error
localhost
I want:
0 the requested operation was successfully completed
localhost
83 media open error
ims1/04 (the policy)
Sort of an if statement. If statcode not equal to 0 print the policy, not localhost.
Does anyone know of a switch in the command to do this?
bperror -L -U -backstat -by_statcode -hoursago 24
0 the requested operation was successfully completed
localhost
83 media open error
localhost
I want:
0 the requested operation was successfully completed
localhost
83 media open error
ims1/04 (the policy)
Sort of an if statement. If statcode not equal to 0 print the policy, not localhost.
Does anyone know of a switch in the command to do this?